
a {
	color:#000000;
}

h1, h2, h3 {
	color:#333;
}

h1 a{
	color:#333;
}

h2 {
	color:#333;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#header {
	background:url(../images/blue/bk_header.jpg) 0 0 no-repeat;
}

/* HEADER ELEMENTS
------------------------------------------*/



/* -- main menu --*/

#topMenu {
	background:url(../images/blue/bk_topmenu.png) no-repeat;
	overflow:visible;
}

/* line between parent nav */
#topMenu ul.sf-menu li {
	/*border-right:1px solid #660000;*/
}

/* Basic font */
#topMenu ul.sf-menu li a {
	padding:10px;
	padding-top:19px;
	margin-top:-19px;
	margin-left:-10px;
	margin-right:-20px;
	font-weight:bold;
	color:#ffffff;
}
/* Basic font over*/
#topMenu ul.sf-menu li a:hover {
	padding-top:19px;
	padding-bottom:16px;
	margin-top:-19px;
	margin-left:-11px;
	margin-right:-21px;
	background-color:#ffffff;
	border-right: solid;
	border-right-width:1px;
	border-right-color:#000;
	border-left: solid;
	border-left-width:1px;
	border-left-color:#000;
	color:#ff0000;
	
}


#topMenu ul.sf-menu li li {
	margin-top:0px;
	padding-top:0px;
	/*border-bottom:1px solid #000000;*/
	
}



#topMenu ul.sf-menu li ul.children {
	border-right: solid;
	border-right-width:1px;
	border-right-color:#000;
	border-left: solid;
	border-left-width:1px;
	border-left-color:#000;
	border-bottom: solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
	background:#000000;
}
/* child font*/
#topMenu ul.sf-menu li li a {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;
	color:#ffffff;
}
/* Child font over*/
#topMenu ul.sf-menu li ul.children li a:hover, #topMenu ul.sf-menu li.page_item ul li a:hover{
	padding-top:7px;
	padding-bottom:9px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#ffffff;
	color:#ff0000;
}




/* CONTENT ELEMENTS
----------------------------------------------*/

#colFull h1 ul li a{
	color:#0093CA;	
}

#colFull h1 ul li a:hover {
	text-decoration:underline;
}

.more-link {
	background:url(../images/blue/but_readmore.png) 0 0 no-repeat;
	color:#fff;
}

.blogPost .meta .date{
	background:url(../images/blue/bk_date.png) 0 0 no-repeat;
	color:#fff;
}


/* COL RIGHT
-------------------------------------------*/

#colRight h2{
	color:#333;
}

#colRight ul li {
	background:url(../images/blue/bullet_list.png) 0 12px no-repeat;
}

#colRight ul li a{
	
}

/* FOOTER ELEMENTS
--------------------------------------------*/

#footer .footerBox h2  {
	color:#efefef;
	border-bottom:1px solid #292929;
}

#footer .footerBox ul li {
	border-bottom:1px solid #292929;
	background:url(../images/blue/bullet_list.png) 0 13px no-repeat;
}


#footer .footerBox ul li a {
	color:#efefef;
}

#footer .footerBox ul li a:hover {
	color:efefef;
}

#footer .footerBox ul#social li {
	border-bottom:1px solid #292929;
}

#footer .footerBox ul#social li strong{
	color:#efefef;
}

/*COMMENTS
---------------------------------------------*/

#colLeft h2.comments {
	color:#efefef;
}

/* FORMS
------------------------------------------- */

#commentform input#submit{
	background:url(../images/blue/but_send.png) 0 0 no-repeat;
	color:#fff;
}


#contact input.submit {
	background:url(../images/blue/but_send.png) 0 0 no-repeat;
	color:#FFF;
}
