/*  
Theme Name: 'Personal' Theme Goes to Church
Author URI: 
Version: 0.1
Author: Heidi Morris
Description: Heavily customized version of Personal Blog 2 Column by Cory Miller at www.ithemes.com

All WordPress functions and code licensed under GPL
http://www.opensource.org/licenses/gpl-license.php
The CSS, design, and images are Release under Creative Commons Attribution License
http://creativecommons.org/licenses/by/3.0/us/
*/

/* ----- Customized by Heidi Morris for Covenant OPC ----- */

* { margin:0; padding:0; }

body {
	font: 11px Verdana, Helvetica, Arial, Sans-Serif; 
	background: #b7b7b7;
	color:#fff;
	margin:0px 0px 15px 0px;
	text-align:center;
	}
	
body,html { min-height:101%; /*Firefox scrollbar fix*/ }

a:link, a:visited {
	color: #333;
	text-decoration:underline;
	}
a:active, a:focus { outline: none; }

strong a:visited { color: #333;
	text-decoration:underline;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #333;
	text-decoration:underline;
	}

h4 { font: normal bold 16px Georgia, "Times New Roman", Times, serif; color: #900;}

#container { 
	width: 760px; 
	color:#222;
	background:#fff;
	border:2px solid #450003;
	text-align: left; 
	margin: 10px auto;
	padding:0; 
	}
* html #container {
	width:770px;
	}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

* html #footer { width:760px;}

.bottom a:link, a:visited{
	color: #fff;
	text-decoration:none;
	}

h3.notepad {
	background:url(images/notepad_24.png) no-repeat 0 50%;
	padding-left:26px;
	}

.section {
	float:left;
	width:200px;
	padding: 0px 0px 0px 25px;
	margin:0px 0px 0px 0px;
	}

* html .section {
	width:215px;
	}
#footer .section {
	display:inline;
	}

.author { padding-left:30px; }

.long { width:250px;}

.clear { clear:both;}

input:focus { outline: none; }

.wp-caption {margin:3px 0; xborder: 1px solid #000;}
.wp-caption-dt {font-size:10px; text-align:center; xborder:dotted 1px #999;}
.wp-caption-dt img { margin:0; padding:0;}
.alignleft {float:left; padding-right:6px;}
.alignright {float:right; padding-left:6px;}
.aligncenter {align:center}


/* ----------- HEADER ---------------- */
#header { 
	position:relative;
	background:#fff url(images/logo-from-scratch.gif) no-repeat 10px 10px;
	padding-top:5px;
	height:165px;
text-align: right;
}

#header h1 {
	font: 35px Georgia, Arial, Verdana, Sans-Serif; 
	color: #ffffff;
	margin:20px 0px 0px 30px;
	letter-spacing:-2px;
}

#header h1 a {
	color:#104385;
	text-decoration: none;
	font-weight: bold;
}

#header h2 {
	font: 14px Georgia, Times New Roman, Sans-Serif; 
	color: #94090D;
	margin: 56px 20px 20px 30px;
	font-weight: normal;
}
/* ---------- END HEADER -------------- */




/* ---------- MAIN NAVIGATION MENU CODE ---------------- */

#menu h2 {
	margin: 0;
	padding: 10px 25px 12px 25px;
	}
	
#menu li {
	list-style: none; 
	margin: 0;
	padding: 0;
	}

#menu {
	position:absolute;
	font-size:14px;
	background:#450003; /*url(images/menu-gr.png) repeat-x;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	right:0;
	bottom:0px;
	width:100%;
	height:43px;
	line-height:43px;
	}
	
* html #menu {
	bottom:-1px;
	}
	
#menu ul{
	margin:0;
	padding:0px 0px 0px 15px;
	list-style-type:none;
	float:left;
	}
	
#menu ul li{
	float:left;
	margin:0 2px;
	}
	
	
#menu ul li a{
	float:left;
	color:#EFD5BE;
	text-decoration:none;
	padding:0px;
	margin-left:15px;
	}
	
#menu ul li a:hover {
	color:#fff;
	}

#menu ul li.current_page_item a,#menu ul li.current_page_item a:hover {
	color:#fff;
	}
	
*html #menu ul li a, #menu ul li a.current, #menu ul li a span {
	height:1%;
	}
/* -------------- END OF MAIN NAVIGATION MENU CODE --------------------- */


/* ----- MASTHEAD, i.e. top features ----------- */
#masthead-wrap {
	background: url(images/mast-bottom.png) no-repeat bottom left;
	width:760px;
	margin:0;
	}

* html #masthead {
	width:760px;
	}

#masthead {
	width:730px;
	background: url(images/mast-top.png) no-repeat top left;
	margin:0;
	padding:10px 15px 15px 15px;
	overflow:auto;
	}

#masthead a, #masthead a:visited {
	color:#e8e8e8; font-weight:bold; text-decoration:underline;
	}

#masthead a:hover {
	color:#fff;

	}

#masthead h3 {
	font-family:"Lucida Grande", arial, verdana;
	font-size:13px;
	color:#fffff9;
	}

#masthead p, #masthead .textwidget {
	color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.3;
	padding:2px 0px 0px 0px;
	}

#masthead ul li {
	list-style: square;
	margin: 0 0 0 15px;
	}

#masthead ul, #masthead ol {
	padding-bottom: 0px;
	}

/* ----- END MASTHEAD or top features ----------- */


/* -------------- MAIN CONTENT OR MIDDLE COLUMN ------------------------ */
#content-wrap {
	background:#ffffff url(images/content-bg.gif) repeat-y;
	margin:0;
	padding:0;
	width:760px;
	}

#content {
	float:left;
	margin:0pt 0px 0px 0px;
	padding:25px 25px 15px 25px;
	width:450px;
	}
*html #content {
	width:500px;
	}

#content p{
	margin: 0;
	line-height: 16px;
	padding: 0 0 10px 0;
	}
#content p.topics a:link, #content p.topics a:visited { color:#94090d; }
#content p.topics a:hover { border-bottom: solid 1px #333; }
#content p a { 	color: #333; text-decoration:underline; }
#content a { color: #333; text-decoration:underline; }

/* #content p img {
	float:left;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}
*/
#content h1, #content h2 {
	font: bold 22px Georgia, Arial, Verdana, Sans-Serif; 
	color: #94090D;
	margin: 0;
	line-height: 120%;
	letter-spacing:-1px;
	}
#content h1 a, #content h2 a  {
	color: #94090D;
	text-decoration: none;
	}

#content h1 a:hover, #content h2 a:hover {
	color: #5E0002;
	text-decoration: none;
	}

#content h3 {
	font: bold 15px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #104385;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
	padding-bottom:5px;
	}
#content h3 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
	
#content ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0 0 15px 0;
	}
	
#content li {
	margin: 0;
	padding: 0;
	}
	
#content ul li {
	list-style: square;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	}
	
#content ul li a {
	color: #3366ff;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
blockquote {
	background:#f9f9f9 none repeat scroll 0% 50%;
	border:1px solid #e9e9e9;
	border-left:6px double #d9d9d9;
	color:#333;
	font-family:"Lucida Grande",arial,sans-serif;
	margin:0pt 0pt 10px 25px;
	padding:20px 20px 5px;
	}
	
#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content p.bloglinks {
	margin-bottom:10px;
	padding:5px 8px 5px 0px;
}

#content p.bloglinks a {
	color:#94090d;
	text-decoration:underline;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 20px;
	margin: 0;
	padding: 0;
	}
	
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
/* ------------- END OF MAIN CONTENT OR MIDDLE COLUMN CODE -------------- */



/* ------------ RIGHT SIDEBAR CODE ---------------------------------- */
#r_sidebar { 
	background:#f7f7f7;
	color:#000000;
	float:right;
	width:258px;
	margin:0 0 20px 0;
	padding:25px 0px 20px 0px; 
	}

	
#r_sidebar p, #r_sidebar .textwidget  {
	margin:0px 0px 0px 10px;
	line-height: 16px;
	padding: 10px 20px 10px 10px;
	color:#222222;
	}
	
#r_sidebar h2 {
	font: 16px Georgia, Arial, Verdana, Sans-Serif; 
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color:#104385;
	padding:0px 20px 0px 20px;
	}
	
#r_sidebar li h2 {
	padding-top:0;
	}

#r_sidebar ul {
	padding:5px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	}

#r_sidebar li ul li, #r_sidebar ul li {
	margin-bottom:10px;
	}

#r_sidebar ul li a {
	color: #031B39;
	text-decoration: none;
	border-bottom:1px dotted;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 20px;
	font-weight:bold;
	letter-spacing:-1px;
	}
	
#r_sidebar ul li ul li a:hover, #r_sidebar ul li a:hover {
	color: #94090d;
	}
	
#r_sidebar form {
	margin:0px 0px 0px 20px;
	padding:0px 20px 10px 0pt;
	}

#r_sidebar form input#s {
	padding:2px 4px;
	border:2px solid #cccccc;
	margin-bottom:10px;
	width:160px;
	}
	
#content input {
	padding:2px 4px;
	border:2px solid #cccccc;
	}
#content input#submit {
	padding:4px 6px;
	background:#124992;
	border:2px solid #0D366C;
	color:#fffff9;
	font-family:Verdana, arial;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	width:130px;
	}

#r_sidebar ul#recentcomments {
	padding:10px;
	}

#r_sidebar ul#recentcomments li.recentcomments {
	line-height:1.4;
	margin:0 0 10px;
	width:auto;
	}
	
#r_sidebar img.headshot {
	float:left;
	margin:1em 1em 1em 1.5em;
}

/* ------------ END OF RIGHT SIDEBAR CODE ----------------------- */





/* ------------ STYLING FOR CALENDAR WIDGET -------------------- */
#calendar_wrap table, #calendar_wrap caption {
	margin:0 auto;
	}
/* ------------ END OF STYLING FOR CALENDAR WIDGET -------------- */


/* ---------------- CONTENT COMMENTS SECTION -------------------- */
#content ol.commentlist {
	list-style: decimal; 
	line-height:1.6;
	margin:0;
	padding:0 0 10px 0;
	}
	
#content ol.commentlist p {
	padding:5px 15px 5px 15px;
	}

#content ol.commentlist li {
	border:4px solid #f7f7f7;
	list-style:none;
	margin-bottom:14px;
	padding-bottom:10px;
	}
	
#content ol.commentlist li.authcomment {
	border-color:#450003;
	}

#content ol.commentlist p.quote {
	padding:5px 15px 0px 15px;
	}

.commentlist cite {
	padding: 15px;
	display:block;
	font-family:"Lucida Grande", arial, sans-serif;
	font-style:normal;
	background:#f7f7f7;
	color:#94090d;
	margin-bottom:10px;
	}	
	
ol.commentlist .commentmetadata a {	
	padding-top:0;
	margin:0px 0px 0px 15px;
	color:#94090d;
	}
	
ol.commentlist .authcomment .commentmetadata a {
	color:#EFD5BE;
	}
		
.commentlist cite a:link, .commentlist cite a:visited {
	font-weight:bold;
	font-size:12px;
	color:#94090d;
	text-decoration:underline;
	}

.commentlist a:link, .commentlist a:visited {
	color:#ffffff;
	}

.commentlist a:hover, .commentlist a:active {
	color:#e8e8e8;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}
#content h3#comments {
	border-bottom:none;
	}
.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
#content .commenttext p {
	padding:0;
	margin:0;
	}

.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}
	
.commenttext {
	background: #516B2D url(images/comment-gr.png) repeat-x;
	border-top:1px solid #c5f386;
	padding:15px 20px;
	color:#fafcf6;
	margin-bottom:15px;
	}
	
	.authcomment {
	background:#5c0003 !important;
	}
	
.commentlist li.authcomment cite {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background:#450003;
	color:#EFD5BE;
	font-weight:bold;
	}

.authcomment p {
	color:#fffff9;
	}
	
span.cal {
background:url(images/calendar.png) no-repeat 0 -1px;
padding:0px 0px 5px 20px;
}
/* -------------- END OF CONTENT COMMENTS SECTION -------------------------- */


/* -------------------- FOOTER CODE ---------------------- */

#footer { 
	clear:both;
	background:#f7f7f7 url(images/footer-shadow.png) repeat-x;
	padding: 20px 15px 10px 15px;
	width:730px; 
	overflow:auto;
	}

#footer .long {
	width:240px;
	}

#footer .comments ul li a {
	background:#fcfcfc;
	padding:5px;
	margin:5px 0px 0px 0px;
	font-weight:normal;
	}


#footer h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#94090d;
	border-bottom:2px solid #cccccc;
	margin:0px 0px 5px 0px;
	padding-bottom:3px;
	}

#footer strong { color:#104385; }

#footer ul li {
	float:left;
	width:100%;
	margin:0px 0px 6px 0px;
	}

#footer ul li a {
	color:#104385;
	float:left;
	text-decoration:none;
	font-family:Verdana, arial, sans-serif;
	font-weight:bold;
	border-bottom:1px dotted #104385;
	letter-spacing:-1px;
	}
	
*html #footer ul li a, *html #r_sidebar ul li a  {
	border-bottom-style:solid;
	}

#footer p {
	padding:10px 0px 5px 0px;
	text-align:left;
	}

#footer .comments p {
	text-align:left;
	padding-top:5px;
	}

#footer p.bottom {
	padding:15px 15px 0px 15px;
	}

#footer p strong {
	color:#333;
	}

#footer p a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted;
	}

#footer ul {
	float:left;
	width:150px;
	margin:0px;
	display:inline;

	list-style-type:none;

	padding:3px 0px 0px 0px;
	}

/* -------------------- END FOOTER CODE ---------------------- */




textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 8px;
	background:#fafafa;
	border:2px solid #cccccc;
	width:434px;

	font-size:12px;
	}

textarea:focus {
	border-color:#b7b7b7;
	}
	
form#searchform input.searchsubmit {
	background:#fafafa;
	border:2px solid #c7c7c7;
	font-family:Arial, Helvetica, sans-serif;
}

form#searchform input:focus {
	background:#e8f2ff;
	border:2px solid #104385;
}

#r_sidebar a img {
	border:none;
	text-decoration:none;
}
	
/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
#content-wrap:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content-wrap
	{display: inline-block;}

/* Hides from IE-mac \*/
* html #content-wrap
	{height: 1%;}

#content-wrap
	{display: block;}
/* End hide from IE-mac */

em {
	font-style:normal;
	font-weight:bold;
	}

h3#comment {
	background:url(images/comment.png) no-repeat 0 50%;
	padding:0px 0px 0px 20px;
	}
.section { }
