/*
Theme Name: Seek the Holy
Theme URI: http://www.seektheholy.com/
Description: Custom theme for Seek the Holy. Based on the default WordPress theme.
Version: 2.0
Author: Chris Roberts
Author URI: http://www.seektheholy.com/
*/


/* Define outer elements */

body {
  background-color: #dddddd;
  font-family: Georgia, 'Times New Roman', Serif;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

#page {
  background-color: white;
  text-align: left;
  border: none;
  
  background-color: white;
  margin: 20px auto;
  padding: 0;
  width: 950px;
}

#main {
  background-image: url(images/body-bg.jpg);
}

/* End outer */


/* Define inner elements */

#headerlead {
  background-image: url(images/top-lead.jpg);
  height: 20px;
  width: 950px;
}

#header {
  background-image: url(images/top-bg.jpg);
  
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 14px;
  
  margin: 0 0 0 0px;
  padding-top: 5px;
  padding-bottom: 25px;
  width: 950px;
  
  border-bottom: 10px solid #cccccc;
}

#content {
  font-size: 1.2em;
  width: 696px;
  float: left;
  
  padding-left: 25px;
  padding-right: 25px;
  
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer {
  text-align: center;
  clear: both;
}

#footend {
  background-image: url(images/foot-end.jpg);
  height: 20px;
  width: 950px;
}

/* End inner */


/* Define entry elements */

.entry {
  text-align: justify;
  padding-left: 10px;
  line-height: 1.5;
}

.entry a, .entry a:visited {
}
  
.entrybox {
  margin-left: 15px;
  padding-top: 10px;
}

.entry-title {
  font-size: 20px;
  font-weight: normal;
}

#entrybase {
  margin-top: 5px;
  width: 400px;
}

/* End entry */


/* Define sidebar elements */

#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  width: 170px;
  float: right;
  
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidebar h2 {
  color: #999;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar ul {
  margin: 0 0 20px 0;
  padding: 0;
}

#sidebar li {
  list-style-type: none;
}

ul.linksect li, ul.blogroll li, li.page_item, li.cat-item {
  margin-left: 15px;
  margin-bottom: 4px;
}

#sidebar ul li a {
  color: #007c91;
  display: block;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
}

#sidebar ul li a:hover {
  color: #3300ff;
}

/* End sidebar */


/* Comment Elements */

.comments-area {
  width: 600px;
}

.comment-box {
  padding-bottom: 20px;
  padding-left: 25px;
}

.comment-text {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  
  text-align: justify;
  line-height: 1.5;
}

.comment-header {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-variant: small-caps;
  
  font-size: 14px;
  font-weight: bold;
}

/* End comments */


/* Misc Elements */

a, a:visited {
  color: #007c91;
  text-decoration: none;
}

a:hover {
  color: #3300ff;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
}

/* End Misc */


/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/* Begin Form Elements */
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform {
  margin: 5px 10px 0 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}

#respond:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
  width: 500px;
  margin-left: 45px;
  padding-left: 20px;
  
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
}
/* End Various Tags & Classes*/

/* For Twitter plugin */

p.twitter-message {
  margin-left: 15px;
}

/* End for Twitter plugin */
