/*   
Theme Name: OCCV
Theme URI: http://www.occv.org
Description: Theme developed for The Oregon Center for Christian Values by Phoreo, LLC.  Loosely based on Kubrik by BinaryBonsai.
Author: C. Scott Andreas
Author URI: http://www.phoreo.com
Version: 2.0
.
General comments/License Statement if any.
.
*/

* {
   margin: 0;
   padding: 0;
}

body, html {
	background: #383838 url(images/mainbg.gif) 00px 0px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color: #222222;
	text-align: center;
}

div#outer {
	margin: 0 auto;
	width: 985px;
}

div#page {
	width: 800px;
	height: auto;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	background: #fff;
	margin: 0 auto;
	text-align: left;

}

div#header {
	width: 775px;
	height: 40px;
	background: #fff;
	padding: 15px 0 0 25px;
	background: #4A5E72 url(images/headerbg.jpg) repeat-y;
}

div#stripe {
	background: #F2E188 url(images/goldstripe.jpg) repeat-y;
	width: 800px;
	height:5px;
	line-height:1px;
	font-size:1px;
}

div#feature {
	width: 800px;
	height:300px;
	overflow:hidden;
	background: #f5fafd url(images/occv-intro_02.jpg) 100% 0% no-repeat;
}

div#feature-content {
	width: 800px;
	height:100px;
	overflow:hidden;
	background: #4A5E72;
}

div#applet {
	width:450px;
	height:300px;
	display:inline;
	overflow:hidden;
}

div#feature-text {
	width:350px;
	height:300px;
	overflow:hidden;
	background: #f5fafd url(images/occv-intro_02.jpg) no-repeat;
	display:inline;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}



div#menu {
	padding-top: 2px;
	_padding-top:5px;
	width: 800px;
	height: 25px;
	_height:22px;
	background: #4A5E72 url(images/menubg.gif) repeat-x;
}

ul.menu-horz li {
	display: inline;
	font-size: 12px;
	font-family: Palatino, Georgia, Times, serif;
	color:#fafafa;
}

div#sidebar ul li {
	font-size: 12px;
	font-family: Palatino, Georgia, Times, serif;
	color:#fafafa;
}

b {
	color: #67B926;
}

div#content {
	float: right;
	width: 554px;
	padding: 5px 15px 10px 15px;
	font-size: 12px;
	line-height: 150%;
	background-color: #fff;
	border-left: 1px dotted #aaa;
	_border-left: 1px solid #aaa;

}

p {
	padding-bottom: 15px;
}

h1 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color: #fafafa;
}

h1 a:link, h1 a:visited {
	color: #eeeeee;
	text-decoration:none;
}

h1 a:hover {
	color:#ffffff;
	font-weight:lighter;
	text-decoration:none;
}

h2 a:link, h2 a:hover, h2 a:visited {
	text-decoration: none;
}

h2.authortitle { display: none; }

div.description {
	color:#dedede;
	display:none;
}

div#content h3 {
	color: #1c315d;
	margin:10px 0 10px 0;
	font-size:16px;
}

div#content h2 {
	font-size:22px;
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	color:#405364;
/*	border-bottom:1px dotted #666;
	_border-bottom:1px solid #666; */
	margin:15px 0 15px 0;
}

div#sidebar {
	float: left;
	width: 200px;
	padding: 10px 5px 10px 10px;
	font-size: 12px;
	line-height: 150%;
	background-color: #fff;

}

div#footer {
	width: 800px;
	height: 17px;
	clear: both;
	background-color: #222222;
	color:#ddd;
	text-align:center;
	font-size:x-small;
	padding:8px 0 5px 0;
}

div#sidebar h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

div#sidebar div.widget { margin-bottom: 30px; }

div#sidebar b {
	color: #67B926;
}

div#sidebar .img {
	text-align: center;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #666;
}

a:hover {
	color: #4a5e72;
}

div#menu a:link, div#menu a:visited {
	text-decoration: none;
	color: #fafafa;
	letter-spacing:1px;
}

div#menu a:hover {
	text-decoration:underline;
	color: #ffffff;
}

div#sidebar ul li {
margin-left: 35px;
}

ul.menu-horz li {
margin-left: 35px;
}

div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #ddd;
}

div#footer a:hover {
	color: #fff;
}

blockquote {
	margin-left:20px;
}

td {
	padding: 5px;
	border: 1px solid #333;
	margin-bottom:10px;
}

table {
	margin-bottom: 10px;
}

.post li {
	margin-left: 24px;
}

.registerForm table, .registerForm td {
	border: none;
}
.registerForm table tr th { width: 150px; }
.registerForm table tr td { width: 400px; }

form#searchform { width: 100%; }
form#searchform input { display: inline; color: #888888; font-size: 10px; }