/*
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;
}

#menu {
	font-size: 14px;
	text-align: right;
	padding-top: 89px;
	padding-right: 25px;
	width: 650px;
	float: right;
	color: #009DDC;
}

#menu a, #menu a:visited {
	color: #333;
	text-decoration: none;
}

#menu 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;
}