/*   
Theme Name: Ask Father Peter
Theme URI: www.askfatherpeter.com
Author: Paul (Chris) Bernardi
Author URI: fiftyforty.com
Version: 1.0
*/

/* Browser Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #A0BDF4;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Style below here */

/* Deafults */

body {
	color: #262626;
	padding-bottom: 128px;
	background: #FFF url(img/cross.jpg) no-repeat center bottom;
}

/* Main Divs */

div#wrapper {
	margin: 0 auto;
	width: 915px;
	background: url(img/back.jpg) repeat-y;
}

div#header {
	
}

/* Main Content */

div#content {
	width: 560px;
	float: right;
	padding-right: 1em;
}

/* Posts */

#content div.post {
	margin: 0 1em 2em 1em;
	padding: 0.5em;
}

#content div.post h2 a{
	font: bold 1.2em Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

#content div.post h3 {
	color: #7f7f7f;
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0.3em 0 1em 0;
}

#content div.post p {
	font: 0.9em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 1.3em;
	color: #3f3f3f;
}

#content a {
	color: #7e3da5;
	text-decoration: none;
	padding: 0.2em;
}

#content a:hover {
	color: #ffedcf;
	background-color:#7e3da5;
}

#content a:visited {
	color: #8f6ba5;
}

/* Comments */

#content div.comments {
	width: 85%;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #656565;
	padding: 2em;
	background: #fdf1de;
}

h3#respond {
	font-weight: bold;
	margin: 15px 0;
}

ol.commentlist {
	margin: 2em 0;
}

cite {
	font-weight: bold;
}

small.commentmetadata {
	font-size: 0.7em;
}

ol.commentlist li {
	padding: 1em;
	background: #e0d2e9;
}

ol.commentlist li.alt {
	background: #FFF;
}

ol.commentlist li p {
	margin: 0.7em 0;
}
#commentform label {
	float: left;
	width: 50%;
}

#commentform label small, #commentform small {
	color: #941c26;
	font-size: 0.8em;
}

#commentform input {
	width: 44%;
}

textarea#comment {
	width: 95%;
	margin: 1em 0;
}

form#commentform {
	margin-top: 1em;
}

input#submit {
	width: 30%;
	margin-bottom: 10px;
}



/* Page Nav */

div#post-nav {
	clear: both;
	margin-bottom: 2em;
	height: 25px;
}

#page-nav-left a {
	float: left;
	text-decoration: none;
	color: #3f3f3f;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;;
	margin-left: 5%;
}

#page-nav-right a {
	float: right;
	text-decoration: none;
	color: #3f3f3f;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;;
	margin-right: 25%;
}

/* Sidebar */

div#sidebar {
	width: 265px;
	float: left;
	padding-left: 2em;
}

#sidebar div.sidebox {
	margin-bottom: 1.3em;
	padding-right: 0.9em;
}

#sidebar div.sidebox h3 {
	font: bold 1.1em Palatino, Georgia, "Times New Roman", Times, serif;
}

#sidebar div.sidebox p, #sidebar div.sidebox ul {
	padding: 0.5em;
	color: #3f3f3f;
	font: 0.8em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 260px;
}

#sidebar div.sidebox ul li {
	border: 1px dotted #999;
	border-width: 1px 0;
	margin: 5px 0;
}

#sidebar div.sidebox ul li a {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

#sidebar div.sidebox a {
	color: #3f3f3f;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

* html #sidebar div.sidebox ul li a {  /* make hover effect work in IE */
	width: 260px;
}

#sidebar div.sidebox ul li a:hover {
    background: #dcb3f2;
}

#sidebar div.sidebox select {
	width: 250px;
	margin: 1em;
}

/* Footer */

div#footer {
	clear: both;
	height: 2em;
	background: #FFF url(img/footer.jpg) no-repeat;
}