/*
Theme Name: One Village Foundation
Version: 1.0
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: justify;
	font: 12px "Lucida Sans Unicode", sans-serif;
	color: #2b2b2b;
	background: #dadada;
	behavior:url("http://www.onevillagefoundation.org/ovf/wp-content/themes/OneVillage/csshover3.htc");
}
a {
	text-decoration: none;
	color: #0081ef;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 10px;
	clear: both;
}
.imgleft {
	float: left;
	margin: 0 10px 15px 10px;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1000px;
	margin: auto auto;
	text-align: center;
	position: relative;
}
/** END wrapper**/

/** BEGIN header **/
#header {
	width: 1000px;
	height: 120px;
	float: left;
	padding: 0;
	background: #FFF;
}
		
#header #meta {
		margin: 0 10px;
		padding-top: 2px;
		float: right;
		width: 298px;
		height: 23px;
		background: url(http://www.onevillagefoundation.org/ovf/wp-content/themes/OneVillage/images/metabg.png) no-repeat top;
		color: #2b2b2b;
		font-size: 0.9em;
		font-weight: normal;
	}
	
		#header #meta ul {
		float: left;
		list-style-type: none;
		display: inline;
	}
		#header #meta ul li {
			display: inline;
			padding: 0 0 0 10px;
			float: left;
			margin-left: 10px;
		}
		
		#header #meta ul li a{
			display: inline;
			color: #2b2b2b;
			text-decoration: none;
		}
		
		#header #meta ul li a:hover{
			text-decoration: underline;
		}
#header .social {
			width: 505px;
			height: 40px;
			margin: 10px;
			float: right;
			text-align: left;
}
#header .social .icon {
			width: 39px;
			height: 41px;
			padding: 0 0 0 10px;
			float: right;
			text-align: right;
}	
#header .logo {
		background: url(images/logo.png) no-repeat;
		height: 90px;
		width: 360px;
		float: left;
		margin: 0 15px;
	}
/** END header **/

/** BEGIN nav **/
#nav {
	height: 27px;
	width: 1000px;
	float: left;
	padding-top: 8px;
	margin: 0;
	background: url(images/dropmenubg.png) repeat-x top;
	}

		#dropmenu, #dropmenu ul {
			float:left; 
			list-style-type:none; 
			font-weight:normal;
			}
		#dropmenu a {
			display:block; 
			padding: 0 22px; 
			text-decoration:none; 
			color: #54534f; 
			font-size: 1.1em;
			font-weight: 600;
			}
		#dropmenu a:hover {
			color:#0a94ed; 
			height: auto;
			}
		#dropmenu li {
			float:left; 
			position:relative;
			}
		#dropmenu ul {
			position:absolute; 
			display:none; 
			width:200px; 
			top:28px;
			}
		#dropmenu ul a {
			border-left:none;
			}
		#dropmenu li ul {
			border-top:0;
			}
		#dropmenu li ul a { 
			width:200px; 
			height:auto; 
			float:left; 
			text-align: left; 
			background: #ebecf0;  
			text-transform: none; 
			color: #000000;}
		#dropmenu li ul a:hover { 
			width:200px; 
			height:auto; 
			float:left; 
			text-align: left; 
			background: #131313;  
			text-transform: none;
			}
		#dropmenu ul ul {
			top:auto;  
			margin-bottom: 0;
			}
		#dropmenu li ul ul {
			left:12em; 
			margin:0px 0 0 90px;
			}
		#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
			display:none; 
			background: #4a72bb; 
			width: 100%;
			text-transform: none;
			}
		#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
			display:block;
		}

/** END nav **/

/** BEGIN main image **/
#mainImage {
	width: 970px;
	height: 180px;
	margin: 10px 15px;
	float: left;
	background: url(images/mainImage.jpg) repeat-x top;
	}
	#insideImage {
	width: 970px;
	height: 230px;
	padding: 0;
	float: left;
	background:  url(http://www.onevillagefoundation.org/ovf/wp-content/themes/OneVillage/images/insideImage.jpg) repeat-x top;
	}
#mainImage h1 {
	font: normal 3.3em "Lucida Sans", sans-serif;
	text-shadow: #FFF 0px 1px 1px;
	color: #c6c09e;
	padding: 80px 20px 0 0;
	float: right;
	width: 500px;
	text-align: left;
}
#mainImage p {
	font: normal 1.7em "Lucida Sans", sans-serif;
	text-shadow: #FFF 0px 1px 1px;
	color: #FFF;
	padding: 0 20px 10px 0;
	float: right;
	width: 500px;
	text-align: left;
}
/** END main image **/

/** BEGIN content **/
#content {
	width: 1000px;
	height: 100%;
	float:left;	
	background: #FFF;
	}

#content .post {
	width: 740px;
	padding: 0;
	margin: 10px 10px 10px 15px;
	float: left;
}
#content .post .featuredBox {
	width: 205px;
	height: 149px;
	padding: 10px;
	margin: 0 20px 10px 0;
	text-align: left;
	background: url(images/featuredbg.png) repeat-x top;
	float: left;
}
#content .post .featuredBox h1,#content .post .eventsBox h1 {
	font: bold 18px "Lucida Sans", sans-serif;
	text-shadow: #FFF 0px 1px 1px;
	padding-bottom: 10px;
	text-align: left;
	color: #c8c09c;
}
#content .post .eventsBox h1 a {
	color: #c8c09c;
	text-decoration: none;
}
#content .post .eventsBox h1 a:hover {
	text-decoration: underline;
}
#content .post .featuredBox h2 {
	font: lighter 1.8em "Lucida Sans", sans-serif;
	text-shadow: #FFF 0px 1px 1px;
	padding-bottom: 5px;
	text-align: left;
	color: #c8c09c;
}
#content .post .featuredBox h3 {
	font: bold 1.8em "Lucida Sans", sans-serif;
	text-shadow: #FFF 0px 1px 1px;
	padding-bottom: 5px;
	text-align: left;
	color: #FFF;
}
#content .post .featuredBox p {
	font: lighter 1.0em "Lucida Sans", sans-serif;
	padding-bottom: 5px;
	text-align: left;
	color: #FFF;
	line-height: 1.2em;
}
#content .post .videoBox {
	width: 350px;
	height: 1100%;
	padding: 0;
	margin: 10px;
	text-align: left;
	float: left;
}
#content .post .eventsBox {
	width: 340px;
	height: 1100%;
	padding: 0 10px;
	margin: 10px 10px 10px 0;
	text-align: left;
	float: right;
}
#content .post .eventsBox p {
	font: lighter 0.9em "Lucida Sans", sans-serif;
	text-align: left;
	color: #000;
	line-height: 1.2em;
}
#content .post .eventsBox h2 {
	border-bottom: #c8c09c solid 1px;
	margin-bottom: 5px;
}
#content .post .heading {
	width: 624px;
	height: 22px;
	padding: 12px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: left;
	background: url(images/headingbg.png) repeat-x top;
	font-size: 1.3em;
	text-transform: uppercase;
	float: left;
}
#content .post .heading a {
				color: #3c3c3c;
				text-decoration: none;
			}
			#content .post .heading a:hover {
				color: #0081ef;
				text-decoration: none;
			}
			#content .column1 {
				width: 730px;
				height: 100%;
				padding: 0;
				margin: 20px 0;
				float: left;
				background: #FFFFFF;
			}
			#content .post img {
				margin-right: 10px;
				padding: 0;
			}
			#content .post .title{
				font-size: 1.5em;
				font-weight: normal;
				padding: 10px 0;
				text-align: left;
				color: #0081ef;
			}
			#content .post small{
				font-size: 1.0em;
				font-weight: normal;
				padding: 0;
				text-align: left;
				color: #2b2b2b;
				width: 700px;
				float: left;
			}
			#content .post small a{
				text-decoration: none;
				color: #c8c09c;
			}
			#content .post small a:hover{
				text-decoration: underline;
			}
			#content .post h1{
				font: bold 1.8em "Lucida Sans", sans-serif;
				text-shadow: #FFF 0px 1px 1px;
				padding-bottom: 10px;
				text-align: left;
				color: #c8c09c;
			}
			#content .post h1 a {
				color: #0081ef;
				text-decoration: none;
			}
				#content .post h1 a:hover {
					text-decoration: underline;
				}
			#content .post br{
				margin-bottom: 10px;
				border-bottom: #e0e0e0 solid 1px;
			}
			#content .post p {
				color: #2b2b2b;
				font-size: 1.1em;
				line-height: 1.5em;
				text-align: left;
				padding: 5px 10px;
				margin-right: 20px;
			}
			#content .post strong {
				font-size: 1.0em;
				font-weight: normal;
			}
			#content .post em {
				color: #c8c09c;
				font-size: 1.2em;
				text-transform: none;
				font-style: normal;
				font-weight: lighter;
			}
			#content .post .comment a {
				float: right;
				background: url(images/comment.gif) no-repeat 1px 0;
				width: 91px;
				color: #FFFFFF;
				padding: 7px 6px 14px 6px;
				text-decoration: none;
				font-size: 0.9em;
				margin-top: 10px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {

	width: 220px;
        height:100%;
        margin: 8px 14px 10px 0;
	float: right;
	background: url(images/sidebarbgbeforebuttom.png) repeat-y top;
}

#sidebar .container {
	width: 220px;
	height: 100%;
	float: right;
	text-align: left;
	background: url(images/sidebarbgtop.png)no-repeat top;
}
#sidebar .container .containerend {
	width: 220px;
	height: 7px;
	float: right;
	text-align: left;
	background: url(images/sidebarbgbottom.png)no-repeat top;
}

#sidebar .container .shareOVF {
        margin: 10px 0 10px 0;
	width: 200px;
	height: 61px;
	float: right;
	text-align: left;
	background: url(images/icon_shareovf.png) no-repeat top;
}
		#sidebar h1{
                margin: 0 0 0 10px;
		font: normal 1.6em "Lucida Sans", sans-serif;
		text-align: left;
		color: #333333;
		padding-bottom: 5px;
	}
		#sidebar h1 a{
		color: #333333;
		text-decoration: none;
	}
		#sidebar h1 a:hover{
		text-decoration: underline;
	}
		#sidebar p {
                margin: 0 0 0 15px;
		font: normal 0.9em "Lucida Sans", sans-serif;
		text-align: left;
		color: #2e2e2e;
		line-height: 1em;
		padding: 5px;
		}
		#sidebar p a {
		color: #6eb517;
		text-decoration: none;
		font-weight: bold;
		}
		#sidebar p a:hover {
		text-decoration: underline;
		}
	#sidebar ul {
		list-style-type: none;
		float: left; 
		text-align: left;
		margin: 5px 10px;
		}
		#sidebar ul li {
			padding: 10px 10px;
			float: left;
			width: 213px;
			border-bottom: #e0e0e0 solid 1px;
			font-size: 1.1em;
		}
		#sidebar ul li a {
			color: #3c3c3c;
			text-decoration: none;
		}
			#sidebar ul li a:hover {
				color: #0081ef;
			}
/** END sidebar **/

/** BEGIN footer**/
#footer {
	background: #FFF; 
	clear: both;
	width: 1000px;
	height: 30px;
	margin: 0 auto 20px auto;
}
#footer .container {
	float: left;
	width: 286px;
	height: 19px;
	margin: 5px 0 0 15px;
	text-align: center;
	padding-top: 3px;

	font: normal 0.9em "Lucida Sans", sans-serif;
	color: #2b2b2b;
}
#footer .container2 {
	float: left;
	width: 460px;
	margin: 15px 0 0 0;
	text-align: right;
	color: #97a1a3;
	font: normal 0.9em "Lucida Sans", sans-serif;
}
#footer .container3 {
	float: right;
	width: 180px;
	margin: 5px 15px 0 0;
	text-align: right;
	color: #97a1a3;
	font: normal 0.9em "Lucida Sans", sans-serif;
}
	#footer p {
	color: #000;
	font-size: 0.9em;
	}
		#footer a {
			color: #000;
			text-decoration: none;
		}
			#footer a:hover {
				text-decoration: underline;
			}
			
	#footer ul {
		clear: both;
		list-style-type: none;
		margin-top: 0;
	}
		#footer ul li {
			display: inline;
			color: #97a1a3;
			font: normal 0.9em "Lucida Sans", sans-serif;
			padding: 0 10px;
			border-right: #97a1a3 solid 1px;
		}
		#footer ul li a {
			color: #97a1a3;
			font: normal 0.9em "Lucida Sans", sans-serif;
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}

/** END footer **/

/** BEGIN miscellaneous **/
#content .postnav {
	clear: both;
	padding: 10px 0;
}
	#content .postnav ul {
		list-style-type: none;
		padding: 10px;
	}
		#content .postnav ul li {
			float: left;
			color: #B5B4BC;
			padding: 4px;
		}
		#content .postnav ul li a {
			color: #636363;
			text-decoration: none;
			display: block;
			padding: 2px 6px;
			border: 1px solid #E2E2E2;
		}
		#content .postnav ul li a:hover {
			border-color: #ffffff;
		}
		#wp_page_numbers ul {
			border-top: 0 !important;
		}
		#wp_page_numbers .page_info {
			padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
		}
		#wp_page_numbers .active_page a {
			background-color: #ffffff !important;
			border: 0 !important;
		}

/** BEGIN Content Single **/
#content .single {
	width: 470px;
	height: 100%;
	padding: 10px 10px;
	margin: 10px;
	float: left;
	text-align: justify;
}
			#content .single h1{
				font-size: 1.5em;
				font-weight: normal;
				text-align: justify;
				color: #418dc7;
			}
			
			#content .single h1 a {
				color: #418dc7;
				text-decoration: none;
			}
				#content .single h1 a:hover {
					text-decoration: underline;
				}
				
			#content .single h2{
				border-bottom: #e2e2e2 solid 1px;
				padding-bottom: 10px;
				padding-top: 20px;
			}
			
			#content .single h3{
				font-size: 1.4em;
				font-weight: normal;
				text-align: left;
				color: #418dc7;
			}
			
			#content .single h3 a {
				color: #418dc7;
				text-decoration: none;
			}
				#content .single h3 a:hover {
					text-decoration: underline;
				}
			
			#content .post strong{
				font-weight: bold;
			}	
			
	#content .post ul, #content .post ol {
		margin-bottom: 10px;
		margin-left: 40px;
		text-align: left;
	}
	#content .post li {
		line-height: 1.5em;
		padding: 2px 0;
		list-style-image: url(images/arrow.png);
		margin-left: 20px;
	}
	#content .post blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
/** END Content Single **/

#comments {
	padding: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation2 {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation2 a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation2 a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
#respond h2 {
	margin-bottom: 20px;
}
/** END wordpress 2.7 comments **/

/** START FORM Style **/
#header #search {
		margin: 12px 10px 0 0;
		float: right;
		width: 275px;
		height: 20px;
		color: #767676;
		font-size: 0.9em;
		font-weight: normal;
		background: url(http://www.onevillagefoundation.org/ovf/wp-content/themes/OneVillage/images/searchbg.png) no-repeat top;
	}
	#search form {
		width: 275px; height: 20px;
		background: url(http://www.onevillagefoundation.org/ovf/wp-content/themes/OneVillage/images/searchbg.png) no-repeat top;
	}
	#search form input {
		border: 0;
		width: 240px;
		height: 15px;
		font-size: 1.0em;
		color: #2b2b2b;
		margin: 0;
		padding-top: 5px;
		padding-left: 3px;
		background: url(images/formbg.png) no-repeat top;
	}
	#search form button {
		font-size: 0.8em;
		border: 0;
		cursor: auto;
		width: 27px;
		height: 20px;
		float: right;
		background-color: transparent;
		}
/** END FORM Style **/