/*
Theme Name: AdmiralCareyFoundation
Theme URI: http://www.admiralcareyfoundation.org
Version: 1.0
Author: Henri makembe
Author URI: http://www.makembe.com
*/
@charset "utf-8";

body {

	font-family: "Times New Roman", Times, serif;

	font-size: 12pt;

	line-height: 18px;

	color: #000000;

	margin: 0px;

	padding: 0px;

	background-color: #323232;

	background-image: url(images/bg.gif);

	background-repeat: repeat-x;

	background-position: center top;

}

#container {

	/*width: 682px;*/

	width:801px;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: double;

	border-right-color: #FFFFFF;

	border-left-color: #FFFFFF;

	margin-right: auto;

	margin-left: auto;

}

#header {

	background-image: url(images/bg_header.gif);

	height: 91px;

	/*width: 680px;*/

	width:800px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: a8a8a8;

}

#banner {

	display: block;

	height: 159px;

	background-color: #091627;

	background-image: url(images/slogan.gif);

	background-repeat: no-repeat;

	background-position: right bottom;

}

#carrey_pic {

	display: block;

	float: left;

}

#mainNav {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

	float: right;

}

#mainNav li {

	display: block;

	float: left;

	height: 47px;

	width: 95px;

	overflow: hidden;

	margin-right: 1px;

	margin-left: 1px;

}

#mainNav li a {

	display: block;

	height: 47px;

	width: 95px;

	text-indent: -9999px;

}



#our_mission {

	background-image: url(images/our_mission.gif);

}

#our_funding {

	background-image: url(images/our_funding.gif);

}

#donate_now {

	background-image: url(images/donate_now.gif);

}

#our_programs {

	background-image: url(images/our_programs.gif);

}

#our_credentials {

	background-image: url(images/our_credentials.gif);

}

#mainContent {

	/*background-image: url(images/mainContent_bg.gif);*/

	display: block;

	background-repeat: no-repeat;

	/*padding-top: 10px;*/

	background-color: #FFFFFF;

}

#smallcontainer{

	/*background-image: url(images/bg_sidebar.gif);*/

	/*background-repeat: repeat-y;*/

	background-color: #650000;

}

#sidebar  {

	/*background-image: url(images/bg_sidebar.gif);*/

	/*background-repeat: repeat;*/

	background-color: #650000;

	display: block;

	width: 250px;

	float: left;

}

#content {

	background-color: #FFFFFF;

	display: block;

	width: 530px;

	float: right;

	padding-left: 20px;

}

#footer {

	clear: both;

	/*background-image: url(images/bg_footer.gif);*/

	background-repeat: no-repeat;

	background-position: left top;

	background-color: #0b1c2e;

	height: 85px;

	display: block;

	border-bottom: 1px #ffffff solid;

}

#footerText{

	color: #ffffff;

	margin-left: 250px;

}



/********************** style for content *********************/

.post{

	padding-bottom: 15px;

	padding-top: 10px;

}

.pageTitle{

	color: #650000;

	font-variant: small-caps;

	font-weight: bold;

	font-size: 25px;

}

.widgetText{

	color: #ffffff;

	padding-left: 5px;

	padding-right: 15px;

        font-size:10pt;



}

.widgetTitle{

	color: #ffffff;

}

#content blockquote{

	margin: 15px 30px 0 45px;

	padding: 0 0 0 45px;

	background: url('images/blockquote.gif') no-repeat left top;

	font-style:italic;

}

#sidebar a, #sidebar a:visited, #sidebar a:hover{

        color:#ffffff;

        text-decoration: none;

}  

img{

        border: 0px;

}