/*
Theme Name: Colorbold
Author: Site5.com
Author URI: http://www.site5.com/
*/

/* MAIN STYLES
-------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0;
	padding:0;
	background:url(../images/bk_body.jpg);
	line-height:135%;
}
ul {
	list-style:none;
}
a {
	color:#0093CA;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:none;
}
p {
	margin:1em 0;
}
h1, h2 {
	font-size:28px;
	color:#0093CA;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:100%;
	padding-bottom:10px;
}
h2 {
	font-size:20px;
	color:#333;
	padding-top:10px;
}
/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(../images/bk_mainwrapper.png) 0 0 repeat-x;
	min-width:1024px;
}
#wrapper {
	margin:0 auto;
	width:976px;
}
#header {
	height:155px;
	position:relative;
	z-index:99;
	padding:0 8px;
}
#header .headertop {
	width:940px;
	margin:0 auto;
}

#header .title {
	width:400px;
	height:100px;
	float:left;
	padding-left:5px;
}

#header .title h1 {
	font:bold 23px/100px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
}
#header .title h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#header .title h1 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#header .topbanner {
	width:468px;
	height:60px;
	margin-top:19px;
	float:right;
	padding:5px;
	background-color:#FFFFFF;
}
#content {
	padding:0 8px 20px;
	background:url(../images/bk_content.png) 0 0 repeat-y;
}
#left_panel {
	width:200px;
	float:left;
	margin-right:0px;
}
#left_panel .topbg {
	border-top:1px solid #CDCDCD;
	background:url(../images/bk_grad_down.jpg) 0 0 repeat-x;
	padding:12px 0 8px 13px;
	margin:0;
}
#left_panel .title {
	background:url(../images/bk_h2_right.jpg) no-repeat;
	width:200px;
	height:33px;
	margin-bottom:10px;
}
#left_panel .title .toptitle {
	font:bold 13px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
	padding-top:8px;
}
#left_panel .bannerbg {
	width:120px;
	height:240px;
	padding:4px;
	background-color:#f2f2f2;
	border:solid 1px #cccccc;
	margin:0 auto;
}
#left_panel p {
	padding:0px;
	margin:0px;
	text-align:center;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#right_panel {
	width:200px;
	float:right;
	margin-left:0px;
	_margin-left:0px;
}
#right_panel .topbg {
	border-top:1px solid #CDCDCD;
	background:url(../images/bk_grad_down.jpg) 0 0 repeat-x;
	padding:12px 0 8px 13px;
	margin:0;
}
#right_panel .title {
	background:url(../images/bk_h2_right.jpg) no-repeat;
	width:200px;
	height:33px;
	margin-bottom:10px;
}
#right_panel .title h3 {
	font:bold 13px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
	padding-top:8px;
}
#right_panel .bannerbg {
	width:125px;
	padding:4px;
	height:125px;
	background-color:#f2f2f2;
	border:solid 1px #cccccc;
	margin:0 auto;
}
#right_panel p {
	padding:0px;
	margin:0px;
	text-align:center;
	font: italic 11px/15px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#colLeft {
	width:530px;
	float:left;
	padding:15px 12px 17px 13px;
	_padding:20px 12px 17px 12px;
	background:url(../images/bk_colleft.png) 0 0 repeat-x;
}
#colRight {
	width:287px;
	float:left;
	padding:0 1px;
	position:relative;
}
.content {
	border:1px solid #D8D8D8;
	background:#F2F2F2;
	padding:5px 10px;
	font-size:12px;
}
.content p {
	padding:0px;
	margin:0px;
	line-height:19px;
	text-align:justify;
	padding-bottom:10px;
}

.content ul {
	padding:0px;
	margin:0px;	
	
}

.content ul li {
	list-style:square;
	margin-left:30px;
}

.content ul li a{
	color:#000000;
	text-decoration:none;
	padding:0px;
}

.content ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

.content .left_image {
	padding:3px;
	background-color:#f2f2f2;
	border:solid 1px #cccccc;
	float:left;
	margin-right:5px;
}
.content .right_image {
	padding:3px;
	background-color:#f2f2f2;
	border:solid 1px #cccccc;
	float:right;
	margin-left:5px;
}
.content .center_image {
	padding:3px;
	background-color:#f2f2f2;
	border:solid 1px #cccccc;
	width:400px;
	height:175px;
	margin:0 auto;
	margin-bottom:8px;
}
.content .bannerbottom {
	width:468px;
	margin:0 auto;
	height:60px;
}
#footer {
	border-bottom:6px solid #282828;
	background:#000 url(../images/bk_footer.jpg) 0 0 repeat-x;
	padding:20px;
	width:920px;
	margin:0 auto;
	color:#666;
	font-size:11px;
	height:30px;
	text-align:center;
}
/* HEADER ELEMENTS
------------------------------------------*/
/* -- logo --*/


#mainMenu {
	width:960px;
	height:47px;
	position:absolute;
	bottom:0;
	color:#FFFFFF;
}
#mainMenu ul.sf-menu {
	padding-top:19px;
	padding-left:3px;
}
#mainMenu ul.sf-menu li {
	float:left;
	padding:0 12px;
	font-size:12px;
}
#mainMenu ul.sf-menu li a {
	text-decoration:none;
	text-transform:uppercase;
}
#mainMenu ul.sf-menu li li a {
	padding:0 12px;
}
#mainMenu ul.sf-menu li li {
	padding:0;
	padding-top:2px;
	border:none;
}
#mainMenu ul.sf-menu li ul.children {
	padding:0;
}
#mainMenu ul.sf-menu li ul.children li, #mainMenu ul.sf-menu li.page_item ul li {
	position:relative;
	line-height:100%;
	height:28px;
	text-transform:none;
}
#mainMenu ul.sf-menu li ul.children li a, #mainMenu ul.sf-menu li.page_item ul li a {
	text-decoration: none;
	display:block;
	padding-top:7px;
	line-height:100%;
	border:none;
	text-transform:none;
}
#mainMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#mainMenu ul.sf-menu li ul.children, #mainMenu ul.sf-menu li.page_item ul {
	margin-top:-2px;
}
#mainMenu ul.sf-menu li ul.children ul.children {
	margin:0 0 0 25px;
}
/*------------------------*/





.searchQuery, #archive-title {
	border-bottom:1px solid #E2E2D8;
	padding:0 0 10px;
	margin-bottom:15px;
}
#colLeft .blogPost .metaLeft {
	float:left;
	width:50px;
	text-align:center;
	padding-right:15px;
	padding-top:14px;
}
#colLeft .blogPost .metaLeft .month {
	text-transform:uppercase;
	font-size:11px;
	height:21px;
	line-height:21px;
}
#colLeft .blogPost .metaLeft .day {
	padding:12px 0;
	font-size:36px;
	border-bottom:1px dotted #cdcdcd;
	margin-bottom:10px;
}
#colLeft .blogPost .metaLeft .comments {
	font-size:16px;
	height:40px;
	line-height:30px;
	font-weight:bold;
}
#colLeft .blogPost .postRight {
	float:left;
	width:520px;
	padding-left:0px;
	/*border-left:1px solid #D8D8D8;*/
	padding-top:10px;
	position:relative;
	padding-bottom:10px;
}
#colLeft .blogPost .postRight .titBullet {
	position:absolute;
	left:-1px;
	top:15px;
	width:12px;
	height:22px;
	background:url(../images/bullet_tit.jpg) 0 0 no-repeat;
}
#colLeft .blogPost .postRight .metaRight {
	border-top:1px dotted #CDCDCD;
	border-bottom:1px dotted #CDCDCD;
	padding:6px 0;
	font-size:11px;
}
#colLeft .blogPost .postRight .metaRight img {
	vertical-align:middle;
	margin-right:3px;
	border:none;
	padding:0;
}
#colLeft .blogPost a.more-link {
	display:block;
	width:91px;
	height:24px;
	padding-left:10px;
	clear:both;
	border:none;
	line-height:22px;
	margin-top:10px;
	font-size:12px;
}
#colLeft .single {
	margin-bottom:20px;
}
#colLeft p img {
	padding:8px;
	background:#F0F0F0;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/* share icons */

#colLeft .social a img {
	padding:0;
	border:none;
	background:none;
	vertical-align:middle;
}
#colLeft .social strong {
	color:#00C1F2;
	padding-right:0px;
}
.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}
.alignright {
	float:right;
	margin:5px 0 5px 15px;
}
.navigation {
	margin-left:65px;
	margin-top:15px;
}
.navigation .alignleft a, .navigation .alignright a {
	display:block;
	width:91px;
	height:24px;
	text-align:center;
	padding-left:8px;
	padding-top:3px;
	font-size:12px;
}
.navigation .alignleft a:hover, .navigation .alignright a:hover {
	text-decoration:none;
}
.navigation .alignright a {
	text-align:left;
	padding-left:18px;
	width:73px;
}
#colLeft ul li {
	background:url(../images/bullet_left.png) 0 10px no-repeat;
	padding:5px 0 5px 14px;
}
/* COL RIGHT ELEMENTS
------------------------------------------*/

#colRight #twitter {
	border-top:1px solid #CDCDCD;
	background:url(../images/bk_grad_down.jpg) 0 0 repeat-x;
	padding:15px 13px;
	font-size:11px;
	color:#666;
	line-height:120%;
	margin:0;
	min-height:38px;
}
#colRight #twitter a img {
	float:left;
	border:none;
	margin:0 10px 0 0;
}
#colRight #twitter span {
	font-size:14px;
	color:#0FACEE;
	text-transform:uppercase;
	font-weight:bold;
	line-height:130%;
}
/* FOOTER ELEMENTS
-------------------------------------------*/

#footerMenu li {
	float:left;
	padding-right:12px;
	padding-top:5px;
}
#site5bottom {
	position:absolute;
	right:20px;
	top:20px;
}
#site5bottom a {
	display:block;
	width:221px;
	height:47px;
	text-indent:-9999px;
	background:url(../images/site5bottom.png) 0 0 no-repeat;
}
/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin:15px 0;
	list-style-type:none;
}
#colLeft ul.commentlist li {
	background:none;
	padding:0;
}
#colLeft ul.commentlist li .comment-metaLeft {
	float:left;
	width:50px;
	text-align:center;
	padding-right:15px;
	padding-top:14px;
}
#colLeft ul.commentlist li .commentRight {
	float:left;
	width:526px;
	border-left:1px solid #D8D8D8;
	padding:15px 0 10px 20px;
	position:relative;
	font-size:11px;
}
#colLeft ul.commentlist li .commentRight .text {
	border-bottom:1px dotted #ccc;
	font-size:14px;
}
#colLeft ul.commentlist li .commentRight .text img {
	border:none;
	background:none;
	padding:0;
}
#colLeft ul.commentlist li .avatar {
	border:5px solid #E6E6E6;
	padding:1px;
	background:#fff;
}
#colLeft ul.commentlist li .reply {
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
}
#colLeft ul.commentlist li em {
	font-size:12px;
	padding-top:5px;
	display:block;
}
#colLeft ul.commentlist li .commentRight .commentBullet {
	position:absolute;
	left:-1px;
	top:15px;
	width:12px;
	height:22px;
	background:url(../images/bullet_tit.jpg) 0 0 no-repeat;
}
#colLeft ul.commentlist li .commentRight strong {
	background:#009CDC;
	padding:3px 5px;
	font-size:12px;
}
#colLeft ul.commentlist li .children .commentRight {
	padding-left:40px;
	width:500px;
	background:url(../images/ico_reply.png) 20px 15px no-repeat;
}
/* FORMS
-------------------------------------------*/
#colRight #searchBox {
	background:url(../../images/bk_grad_up.jpg) 0 100% repeat-x;
	padding:20px 0;
	padding-left:13px;
	margin:0;
}
#searchform input {
	border:none;
	border-left:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
	background:#fff;
	padding:6px 4px 7px 25px;
	color:#666;
	width:157px;
	float:left;
	background:#fff url(../images/ico_search.jpg) 5px 50% no-repeat;
}
#searchform input#searchsubmit {
	width:72px;
	height:30px;
	border:none;
	background:url(../images/but_search.jpg) 0 0 no-repeat;
	cursor:pointer;
	padding:0;
	text-align:center;
	color:#ccc;
	font-size:12px;
}
/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}
#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}
#contact textarea {
	width:500px;
}
#contact input.submit {
	border:none;
	width:107px;
	height:31px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(../images/but_send.jpg) 0 0 no-repeat;
}
.errormsg, .successmsg {
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}
.successmsg {
	border:1px solid #9FD9FF;
	background:#EAF7FF;
	color:#00BFF5;
}
/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}
#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}
#commentform textarea {
	width:520px;
}
#commentform input#submit {
	border:none;
	width:107px;
	height:31px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(../images/but_send.jpg) 0 0 no-repeat;
}
/* CLEARING
---------------------------------------------------*/

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}
.noclear {
	clear: none;
}
/*********************************************------------------------------------------------------*******************************/
/* CSS Document */

a {
	color:#E30025;
}
h1, h1 a {
	color:#333;
}
h2 {
	color:#333;
	border-bottom:dotted 1px #CCCCCC;
}
/* MAIN MENU */

#mainMenu {
	background:url(../images/bk_mainmenu.png) no-repeat;
}

#mainMenu p {
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	font:12px/45px Arial, Helvetica, sans-serif;
	margin-left:15px;	
}


#mainMenu p a{
	color:#FFFFFF;
	text-decoration:none;
	
}

#mainMenu p a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*#mainMenu ul.sf-menu li {
	/*border-right:1px solid #C35466;
}
#mainMenu ul .sf-menu li a {

	color:#FFFFFF;
}
#mainMenu ul.sf-menu li a:hover {
	color:#FFF;
	text-decoration:none;
}
#mainMenu ul.sf-menu li li {
	border-bottom:1px solid #C35466;
}
#mainMenu ul.sf-menu li li a {
	color:#FFFFFF;
}
#mainMenu ul.sf-menu li ul.children {
	border-bottom:2px solid #46730F;
	background:#A3001B;
}
#mainMenu ul.sf-menu li ul.children li a:hover, #mainMenu ul.sf-menu li.page_item ul li a:hover {
	color:#fff;
}
#mainMenu ul.sf-menu li ul.children li ul.children {
	border-bottom:2px solid #46730F;*/
}
/* COL LEFT ELEMENTS */

#colLeft .blogPost .metaLeft .month {
	background:url(../images/red/bk_month.jpg) 50% 0 no-repeat;
	color:#fff;
}
#colLeft .blogPost .metaLeft .comments {
	background:url(../images/red/bk_comments.jpg) 50% 0 no-repeat;
	color:#00B0F5;
}
#colLeft .blogPost a.more-link {
	color:#FFF;
	background:url(../images/red/but_readmore.jpg) 0 0 no-repeat;
}
.navigation .alignleft a, .navigation .alignright a {
	background:url(../images/red/but_older.jpg) 0 0 no-repeat;
	color:#333;
}
.navigation .alignleft a:hover, .navigation .alignright a:hover {
	color:#6AA614;
}
.navigation .alignright a {
	background:url(../images/red/but_newer.jpg) 0 0 no-repeat;
}
/* COL RIGHT ELEMENTS */

#colRight h2 {
	background:url(../images/bk_h2_right.jpg) 0 0 no-repeat;
	color:#E0EFF5;
}
#colRight ul li {
	background:url(../images/red/bk_list_right.png) 0 0 no-repeat;
}
#colRight ul li:hover a, #colRight ul li a:hover {
	color:#E30025
}
/* FORMS BUTTONS */

#contact input.submit {
	background:url(../images/red/but_send.jpg) 0 0 no-repeat;
	color:#fff;
}
#commentform input#submit {
	background:url(../images/red/but_send.jpg) 0 0 no-repeat;
	color:#fff;
}
/* COMMENTS */

#colLeft ul.commentlist li .commentRight strong {
	background:#6AA614;
}
#colLeft ul.commentlist li .commentRight strong, #colLeft ul.commentlist li .commentRight strong a {
	color:#fff;
}
/* SUPERFISH STYLESHEET ---------------------------------- */
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none
}
.sf-menu {
	line-height:1.0
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:12em
}
.sf-menu ul li {
	width:100%
}
/* fixes IE7 'sticky bug' */
.sf-menu li:hover {
	visibility:inherit
}
.sf-menu li {
	float:left;
	position:relative
}
.sf-menu a {
	display:block;
	position:relative
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:2.4em; /* match top ul list item height */
	z-index:99
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:12em;
	top:-0.1em
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:12em;
	top:-0.1em
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*------------------------------breadcrumb--------------------------*/

.breadcrumb {
	padding:5px 12px;
	background-color:#999999;
	border:solid 1px #FFFFFF;
}

.breadcrumb ul{
	padding:0px;
	margin:0px;
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
}

.breadcrumb ul li{
	list-style:none;
}

.breadcrumb ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

.breadcrumb ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}



