/*
Theme Name: Modern Praise
Theme URI: http://modernpraise.com/
Author: Infitech, LLC
Author URI: http://infitech.net/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
h1, h2, h3 {
	font-size: 1.5em;
}
a, a:visited {
	color: #007bb2;
	text-decoration: none;
}
a:hover {
	color: #84c2ea;
	text-decoration: underline;
}
#page {
	background-color: white;
	text-align: left;
	width: 950px;
	margin: 0 auto;
	}

#logo {
	height: 108px;
	width: 225px;
	padding-left: 25px;
	float: left;
}

#logo a img {
	border: none;
}

#topmenu {
	font-size: 12px;
	text-align: right;
	padding-top: 30px;
	padding-right: 300px;
	width: 375px;
	float: right;
	color: #009DDC;
}

#menu {
	font-size: 14px;
	text-align: right;
	padding-top: 50px;
	padding-right: 25px;
	width: 650px;
	float: right;
	color: #009DDC;
}

#menu a, #menu a:visited, #topmenu a, #topmenu a:visited {
	color: #333;
	text-decoration: none;
}

#menu a:hover, #topmenu a:hover {
	color: #000;
	text-decoration: underline;
}

#banner {
	width: 950px;
	height: 141px;
	clear:both;
}
#wrap {
	width: 950px;
	background: url(/wordpress/wp-content/themes/default/images/content-bg.png) repeat-y;
}

#sidebar-left {
	width: 170px;
	float:left;
	padding-left: 25px;
	padding-bottom: 50px;
	padding-right: 30px;
	background: url(/wordpress/wp-content/themes/default/images/sidebar-left.png) no-repeat bottom left;
	text-align: center;
}
#sidebar-left img {
	border: none;
	margin: 5px auto;
}
#content {
	width: 500px;
	float: left;	
	font-size: 12px;
	max-height: 1220px;
	overflow: auto !important;
}
#content img {
	border: 1px solid #333;
	margin: 5px;
}
#content img.right {
	float:right;
}
#content img.left {
	float:left;
}
#content img.alignright {
	float:right;
}
#content img.alignleft {
	float:left;
}
#sidebar-right {
	width: 200px;
	float:right;
	padding-bottom: 50px;
	background: url(/wordpress/wp-content/themes/default/images/sidebar-right.png) no-repeat bottom right;
	padding-left: 10px;
}
#sidebar-right img {
	width: 170px;
	border: 1px solid #fff;
	margin: 5px auto;
	margin-left: 2px;
}
#sidebar-left a, #sidebar-right a {
	color: #333;
	text-decoration:underline;
}
#sidebar-left a:hover, #sidebar-right a:hover {
	color: #000;
	text-decoration:none;
}
#footer {
	text-align:center;
}


ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.modernpraise.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.modernpraise.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	
	}

.commenttext {
	background: #9bc561 url(http://www.modernpraise.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}
