/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Verdana, serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background:#f3f3f3 url(images/body_bg.jpg) 0 0 repeat;
	line-height:135%;
	height: 100%;

}


ul {
	list-style:none;
}

a {
	color:#00C1F2;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	font-size:20px;
	color:#00C1F2;
	font-weight:normal;
}

h1 {
	font-size:30px;
	line-height:100%;
	font-weight:normal;
	
}

h1 a {
	color:#000000;
	font-family:Helvetica,Arial;
	font-size:32px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:10px 0 0;
	padding:5px 0 0;
	text-decoration:none;
}

h1 a:hover {
	color: #00D4FF;
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/
div#content-wrapper {	background:#f3f3f3 url(images/bk_body.jpg) 0 0 repeat-x;}

#wrapper {margin:0 auto;width:1033px;}

#header {
	height:171px;
	position:relative;
	z-index:99; 
	background: url(images/header-bg.jpg) no-repeat;
}

#content {
	padding:0px 0px 5px 0px;
	background:#fff url(images/content-bg.jpg) 0 0 repeat-y;
	overflow: hidden;
}

#colLeft{
	width:678px;
	float:left;	
	padding: 40px 0px 10px 18px;
	top:10px;

}

#colRight {
	width:315px;
	float:right;	
	padding: 0px 0px 5px 2px;
	margin-right: 5px;
	background:#fff url(images/colRight-bg.jpg) repeat-y 0 0 ;
	margin-bottom: -5000px;
	padding-bottom: 5000px;	


}

#footer {

	background:url(images/bk_footer.jpg) 100% 0 repeat-x;
	padding:20px 0 10px 0;
	width: 100%;
	height:80px;
	margin:1px auto;
	color:#999;
	position:relative;
}
div.footer-container {
	width: 1033px;
	margin: 0 auto;
}

div.copyright { display: block;float:left;font-size: 0.9em;text-align: left;padding-left: 4px;padding-top: 3px;}
div.footer-menu { display: block;float:left;text-align: left;clear: both;}
div.footer-menu ul li {float: left;padding: 0px 5px 0px 5px;}
div.footer-menu ul li a {color: gray;font-size: 0.9em;}
div.footer-menu ul li a:hover {color: #00A0FD;}

/* HEADER ELEMENTS 
--------------------------------------------------*/

/* -- top nav -- */
div.top-nav {float: right;background: #E02500;margin-top: 7px;padding: 0px 8px 0px 10px;color: white;position: absolute;right:0px;}
div.top-nav ul li { float: left;list-style-type: none;padding: 3px 5px 3px 0px;color: #B1B1B1;font-size: 0.80em;}
div.top-nav ul li a {color: #fff;text-transform: uppercase;text-decoration: none;}
div.top-nav ul li a:hover {color: black;}

div.socials {float:right;margin-top: 87px;background-color: black; padding: 10px;}
div.socials ul li {float: right;}

div.socials ul li a {color: #00ACF0;text-decoration: none;font-weight: bold;margin-right: 15px;}
div.socials ul li a:hover {color:#FF3C00; }
div.socials ul li a.twitter {background: url(images/twitter_16.png) no-repeat left center;padding-left: 25px;}
div.socials ul li a.facebook {background: url(images/facebook_16.png) no-repeat left center;padding-left: 25px;}
div.socials ul li a.rss {background: url(images/rss_16.png) no-repeat left center;padding-left: 25px;}
/* -- logo --*/
#logo {
	position:absolute;
	top:23px;
	left:0;
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logo.png) 0 0 no-repeat;
	width:487px;
	height:100px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
	margin-top: -10px;
}

/* top menu */

#topMenu {
	position:absolute;
	left:0;
	top:137px;
	width:100%;
	text-align: center;
}



.sf-menu li {
	position: relative;
	float: left;

	padding: 0 10px 0 0;
	text-align: center;

}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	padding:0 14px;
	height:35px;
	line-height:35px;
	position:relative;
	color:#fff;
	border-bottom:none;
	font-size:12px;
	font-weight: bold;
	
}
#topMenu ul.sf-menu li a:hover {
	background-color:#fff;
	color:#007dc4;
	border-bottom:none;	
}
#topMenu ul.sf-menu li ul.children {
	border:1px solid #B8F400;
	background:#99CC00;
	border-top:none;
}
#topMenu ul.sf-menu li ul.children li {
	position:relative;
	line-height:100%;
	height:30px;
}
#topMenu ul.sf-menu li ul.children li a {
	color: #FFF;
	text-decoration: none;
	display:block;
	padding-top:10px;
	line-height:100%;
	border:none;
}
#topMenu ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	border:none;
	line-height:100%;
	display:block;
	padding-top:10px;
	
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background:#99CC00;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children
{
	margin:6px 0 0 0;
}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
	border-top:1px solid #B8F400;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border:none;
	color:#fff;
	line-height:100%;
	text-transform:none;
	padding-top:5px;
	height:27px;
}




/* CONTENT ELEMENTS
----------------------------------------------*/
a.red-bold-button {text-transform:uppercase;font-weight:bold;color:#d2361c;text-decoration: none;}
a.red-bold-button:hover {color: #0093ca;} 
div#breadcrumb { border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;padding: 1px 0px 1px 0px;margin: 1px 0px 25px 0px;width: 702px;position: absolute;margin-left: 7px;}
div#breadcrumb p {background-color: #f6f4ee;margin: 0px;padding: 5px 0px 5px 15px;font-size: .85em;color: gray;text-transform: uppercase;}

.catTitle {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.blogItem {
	margin-bottom:15px;
	padding-bottom:15px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
}

.blogItem span.posted {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:5px 0 10px;
	font-size:11px;
	color:#999;
	display:block;
}

.blogItem .metadata {
	margin-bottom:10px;
}

.blogItem .metadata .date {
	float:left;
	background:#00CCFF;
	padding:3px 7px;
	color:#fff;
	font-size:11px;
}

.blogItem .metadata .no_comments {
	float:left;
	background:#99CC00 url(images/bk_comments_no.jpg) 8px 50% no-repeat;
	padding:3px 7px 3px 32px;
	color:#fff;
	font-size:11px;
	margin-left:2px;
}

.blogItem .metadata .no_comments a {
	color:#fff;
}

.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(images/bk_readmore.jpg) 0 0 no-repeat;
	width:104px;
	height:24px;
	text-indent:-9999px;
	margin-top:10px;
}

.blogItem a.readmore:hover {
	background:url(images/bk_readmore.jpg) 0 -24px no-repeat;
}

#colLeft a img {
	/*border:5px solid #D3D3D3;*/
}

#colLeft a img:hover {	/*border:5px solid #1EACFD;*/}

#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */

/* colRight headers */
#colRight h2 div.smart-youtube {margin:5px 0px 0px 10px;padding: 8px 0px 0px 65px;background: url(images/video.jpg) left bottom no-repeat;}
#colRight h2 div.registration {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/registration.jpg) left bottom no-repeat;}
#colRight h2 div.archiv {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/archiv.jpg) left bottom no-repeat;}
#colRight h2 div.cats {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/categories.jpg) left bottom no-repeat;}
#colRight h2 div.last-articles {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/last-articles.jpg) left bottom no-repeat;}
#colRight h2 div.tag-cloud {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/tag-cloud.jpg) left bottom no-repeat;}
#colRight h2 div.blogroll {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/blogroll.jpg) left bottom no-repeat;}
#colRight h2 div.search {margin:5px 0px 0px 10px;padding: 10px 0px 0px 65px;background: url(images/search.jpg) left bottom no-repeat;}

#colRight h2 div span.big {font-size:24px;color:#373737;display: block;}
#colRight h2 div span.small {font-size:12px;color: #8a8a8a;display: block;}

#colRight h2 {
	clear:both;
	margin:0px 0 0px 0px;
	padding:0px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	clear:both;
	width:301px;
	height:56px;
		background:url(images/colRight-header-bg.jpg) 0 0 repeat-x;
}

#colRight div.box {padding: 10px;margin:0px 0px 10px 0px;}

#colRight li {list-style-type: none;}

#colRight li a{
	display:block;
	padding:8px 0px 8px 10px;
	font-weight: bold;
	color:#676767;
	text-decoration:none;
	width: 96%;
	background-color: white;
	-moz-border-radius: 6px;
	margin: 2px 0px 3px 0px;	
}

#colRight li a:hover{
	background-color: #0098e6;
		color:#fff;
}

div.colRight-container { margin-bottom: 10px;}
div.colRight-container li.title {color: #0098e6;font-weight: bold;}
div.colRight-container li.excerpt {color: gray;padding: 0px;margin-top:-10px;line-height: 1.4em;border-bottom: 1px solid #c4c4c4;}
#colRight div.colRight-container li.link a {width: 80px;font-size: 10px;text-align: center;-moz-border-radius: 0px;margin-top:-1px ;padding: 3px 0px 3px 0px;background-color: #D4D4D4; color: white;}
#colRight div.colRight-container li.link a:hover {background-color: #0098e6;}


#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	/*background:url(images/bk_dotted.jpg) 0 100% repeat-x;*/
} 

#colRight #ads a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#colRight #ads img {
	border:none;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

.social {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

.social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}

#colLeft ul.commentlist li.odd {
	background:#f9f9f9;
}

#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#999;
}


/* HOME SLIDER
-----------------------------------------------*/

h4.slider-header {
	font-size:0.1em;
	text-indent: -9999px;
	background: url(images/slider-header.jpg) no-repeat;
	height: 27px;
	border-bottom: 1px solid white;
}
#slider-container {background:#dddddd;padding:2px;	margin-bottom:20px;}
#slider {
	background:#000;
	border:1px solid white;

}

.panel {width: 675px;}
.panel .text {
	color:#999;
	height:60px;
	padding:5px 10px 15px;
}

.panel .text p {
	margin:3px 0 0;
}

.panel .text h1, .panel .text h1 a {
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/;
}

.stepcarousel span.featured {
	color:#666;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/* FORMS
---------------------------------------------------*/

/* search form */

#searchform label.screen-reader-text {display: none;}

#searchform div {padding: 0px 0px 0px 0px !important;}

#searchform #s {
	width:200px;
	border:1px solid #c5c5c5;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}

#searchform #searchsubmit {
	background:#d2361c;
	border:none;
	color:#fff;
	padding:3px 0;
	font-weight: bold;
	text-align:center;
	width:70px;
	font-size:11px;
	text-transform: uppercase;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #E5E5E5;
	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:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}


