/*  
Theme Name: HHCS Theme
Theme URI: http://www.adobe.com/devnet/
Description: WordPress theme for HHCS
Version: 1.0
Author: Ridwan Benjamin
*/



body {
	margin: 0px;
	padding:0;
	color: #444444;
	font-size: 13px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #545663;
	/*background:url(images/texture.png) repeat;*/
}

h1 {
	color: #001461;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #001461;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #001461;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;	
}




/* BANNER AREA */

.bannerArea {
	width: 100%;
	height:125px;
	background-color: #1b1c4a;
}

.AA{
	background: #00afc6; /* Old browsers */
	background: -moz-linear-gradient(top, #277688 35%, #3fbeda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#277688), color-stop(100%,#3fbeda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #277688 35%,#3fbeda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #277688 35%,#3fbeda 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #277688 35%,#3fbeda 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277688', endColorstr='#3fbeda',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #277688 35%,#3fbeda 100%); /* W3C */
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}

object:focus { outline:none; }

/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	padding-top:0px;
	border-bottom:2px solid #fff;
	-moz-box-shadow: 0 3px 5px #000;
	-webkit-box-shadow: 0 3px 5px#000;
	box-shadow: 0 3px 5px #000;
	background:url(../../plugins/dropdown-menu-widget/themes/images/blue-gradient/menu_navy.png) repeat-x;
	height:36px;
}

.topnavigationArea .container{
	width:680px;
	margin-left: auto;
	margin-right: auto;	
}

.topnavigationgroup {
	margin: 0px;
	float: left;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}
#header p {
	margin: 0px;
}
.title { /*-- This is the title of your blog --*/
	font: bold 31px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	width: 600px;
	padding-top: 15px;
}
.title a {
	text-decoration:none;
	color:#efefef;
}
.title a:hover {
	text-decoration:none;	
}
.description { /*-- This is the line of text below your blog title --*/
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float: left;
	clear: left;
	padding-top: 7px;
}
.topnav { /*-- This is the RSS links in the header --*/
	float:right;
	color: #000;
	text-align:right;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 10px;
}

.bannernav {
	padding-top:0px;
	padding-left:0px;
	/*float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;*/
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

/* CONTENT AREA */
.contentArea {
	width: 100%;
	padding-top:20px;
/*background-color: #f0eff0;*/
	/*background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;*/
	
}


.contentArea .container {
	width: 978px;
	padding-top:10px;
	padding-bottom: 30px;
	background:#fff;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	/*border-bottom:5px solid #fff;
	-moz-box-shadow: 0 5px 5px #888;
	-webkit-box-shadow: 0 5px 5px#888;
	box-shadow: 0 5px 5px #888;*/
	/*background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;*/
}

.contentright{
	width: 750px;
	padding-left: 0px;
	padding-right: 20px; padding-top:10px;
	float: right; 
	/*border:1px solid #c4c8cc;*/
}

.contentleft  {
	float: left;
	margin-top:10px;
	margin-left:10px;
	padding-top:10px; 
	padding-left:0px;
	width: 180px; 
	background-color:#f2f2f2;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px; 
}


.imageright {
	
	margin-left: 5px;
	float: right;
	
}

#search {
	margin: 0 0 1.4em 0;
}

#searchbutton {
	margin-left:7px;
}

/*CONTENT LEFT VERTICAL MENU*/
.contentleft ul{
	margin:0px;
	padding:0;
}
.contentleft li{
	list-style:none;
}

.contentleft h5 { 
	display:none;
	/*font-size: 12px;
	font-weight: bold;
	margin:0px;
	display:block;
	height:20px; 
	text-align:center; 
	background-color:#000;
	color:#FFF;
	padding:10px 5px 5px 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	background:url(../../plugins/dropdown-menu-widget/themes/images/blue-gradient/menu_black.png) repeat-x;*/
}

.footer_content_left{
	width:180px;
	height:50px; 
	background-color:#ff0000;
	background:url(../../../assets/light_grey_gradient.png) repeat-x;
} 


/* FOOTER AREA */
.footerArea {
	width: 100%;
	/*background-color: #ffffff;*/
	/*border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;*/
	
}

.footerArea .container {
	height: 40px;
	width: 978px;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
}

.copyright a, .entry a{
	color: #001461;
}

.posttitle {
	font-family: Georgia;
	color:#900;
	font-size: 24px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
}

.posttitle a {
	color:#900;
}

.posttitle a:hover {
	color:#555;
}

li.menu-item {
    list-style-type:none;
    float:left;
}

li.menu-item a {
    padding:4px 10px;
    text-decoration:none;
    display:block;
}

/*Product listing styling*/
.mp_product_price, .mp_buy_form{
	display:none;
}

.product{
	position:relative;
	padding-top:0px; height:150px;
}

.mp_product_name a{
	color:#001461;
	text-decoration:none;
}

.mp_product_name a:hover{
	text-decoration:underline;
}

.mp_product_name, .product p{
	padding-left:180px;
	padding-bottom:10px;
}

.product .mp_product_content{
	padding:10px 0px 0px 0px;
	position:absolute;
	top:0;
	left:0;
}

/*Style for javascript banner*/
pre { display:none }
.slideshow{
	margin-top:-10px;
	padding:0px;