/* 
Theme Name: Imago Dei
Theme URI: http://www.jpc-design.com
Description: Theme for the Imago Dei site
Author: James Cooper
Author URI: http://www.jpc-design.com
Version: 0.1

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* main page stuff */

body {
background: #71394f url(images/back.png) repeat-x top left;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

#page {
margin: 40px auto;
width: 960px;
background: #fff url(images/pageback.png) no-repeat 10px 10px;
-moz-box-shadow: 0 3px 5px #361C26;
-webkit-box-shadow: 0 3px 5px #361C26;
}

#sidebar img {
vertical-align: middle;
}


/* header */

#header {
padding: 50px 0 0 200px;
height: 110px;
}

#header h1 {
font-style: normal;
font-weight: 400;
font-size: 1.8em;
letter-spacing: -1px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
color: #71394f;
}

#header p {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
color: #ad617d;
font-size: 0.9em;
padding: 0 0 0 265px;
}


/* sidebar */

#sidebar {
float: left;
display: inline;
width: 220px;
margin: 160px 0 20px 10px;
}

#sidebar ul {
margin: 3px 0 15px 0; 
}

#sidebar li {
list-style: none;
font-size: 0.9em;
line-height: 1.6em;
margin-left: 10px;
}

#sidebar h2 {
font-family: georgia;
color: #ad617d;
font-style: italic;
font-weight: normal;
font-size: 1em;
text-transform: lowercase;
border-bottom: 2px solid #6b7658;
padding: 0 0 2px 13px;
background: transparent url(images/bullet.png) no-repeat 0 40%;
}

#sidebar a, #sidebar a:visited {
text-decoration: none;
color: #000;
}

#sidebar a:hover {
text-decoration: underline;
}


/* main content and posts */

#content {
float: right;
display: inline;
padding: 0 10px 10px 0;
width: 700px;
}

.post {
margin: 0 10px 45px 10px;
}

h2, h2 a, h2 a:visited {
color: #71394f;
text-decoration: none;
}

.post h2, h2.pagetitle {
margin: 0 0 30px 10px;
padding: 2px 5px 10px 15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
font-size: 1.6em;
background: transparent url(images/h1back.png) no-repeat top left;
letter-spacing: -1px;
}

h2.pagetitle {
margin: 0 0 10px 0;
}

.post h2 a:hover{
color: #71394f;
text-decoration: underline;
}

.post h3 {
margin-bottom: 15px;
font-weight: normal;
font-size: 1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: -1px;
font-style: italic;
}

.post h3, .post h3 a, .post h3 a:visited {
color: #71394f;
text-decoration: none;
}

.post h3 a:hover{
color: #71394f;
text-decoration: underline;
}

small {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 0.85em;
color: #ad617d;
margin: 0 0 0 45px;
}

small a, small a:visited {
color: #ad617d;
text-decoration: none;
}

small a:hover{
color: #ad617d;
text-decoration: underline;
}

.entry{
margin: 0 0 10px 0;
padding-bottom: 15px;
border-bottom: 2px solid #6B7658;
}

.entry p{
font-size: 0.8em;
line-height: 1.4em;
margin-bottom: 20px;
}

.entry ul {
margin: 0 0 20px 15px; 
}

.entry li {
list-style: disc;
font-size: 0.8em;
line-height : 1.4em;
font-weight: normal;
}

.entry blockquote {
margin: 15px;
line-height: 1.4em;
font-style: italic;
font-weight: normal;
}

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

.entry a, .entry a:visited {
color: #71394f;
text-decoration: none;
}

.entry a:hover{
color: #71394f;
text-decoration: underline;
}

.entry p.readmore {
margin-bottom: 45px;
}

.postmetadata {
margin: 0;
padding: 0;
text-align: right;
font-size: 0.7em;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-style: italic;
color: #777;
}

.postmetadata a, .postmetadata a:visited {
color: #777;
text-decoration: none;
}

.postmetadata a:hover{
color: #777;
text-decoration: underline;
}


/* footer */

#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 100%;
clear: both;
text-align:center;
border-top: 1px solid #fff;
}

#footer p {
margin-left: 220px;
margin-top: 0px;
}



/* Begin Form Elements */
#sidebar #searchform {
margin: 7px 0 15px 0;
}

#sidebar #searchform #s {
width: 170px;
border: 1px solid #6b7658;
padding: 2px;
font-size: 0.9em;
}

#sidebar #searchsubmit {
padding: 1px;
margin-left: 5px;
font-size: 0.9em;
border: 1px solid #6b7658;
background: #fff;
color: #ad617d;
}

#content #searchform {
margin: 7px 0 15px 0;
padding: 0; 
border: 0;
text-align: left;
}

#content #searchform #s {
width: 170px;
border: 1px solid #6b7658;
padding: 2px;
font-size: 0.8em;
}

#content #searchsubmit {
padding: 1px;
margin-left: 5px;
font-size: 0.8em;
border: 1px solid #6b7658;
background: #fff;
color: #ad617d;
}

.imgr {
float: right;
margin: 0 0 10px 10px;
}

.imgl {
float: left;
margin: 0 10px 10px 0;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */

}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

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

#commentform #submit {
margin: 0;
float: right;
}


/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}


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

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

.center {
text-align: center;
}

.navigation {
display: block;
text-align: center;
margin: 0;
padding: 0 15px 30px 15px;
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #ad617d;
clear: both;
border: 0;
}

.navigation a, .navigation a:visited {
color: #ad617d;
text-decoration: none;
}

.navigation a:hover{
color: #ad617d;
text-decoration: underline;
}

.alignright {
float: right;
display: inline;
}

.alignleft {
float: left;
display: inline;
}

