/* MAIN STYLES

-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body, html {
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif; /* "Trebuchet MS", Helvetica, Arial; */
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background:#000 url(images/background.jpg) 0 0 repeat;
	/* line-height:135%;*/

	line-height: 1.6em
}
ul {
	list-style:none;
}
a {
	color: #80AA00;/* #00C1F2; */
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:none;
}
p {
	margin:1em 0;
}
h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
}
h3 { font: bold 17px Arial, Helvetica, sans-serif; padding-top: 14px;
padding-bottom: 5px; font-weight:bold; }
h1 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: black;
	line-height: 26px;
/*	font-size:26px; */
	line-height:100%;
	font-weight:normal;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
}
h1 a {
	text-decoration:none;
	color:#333;
}
h2 {
	font: bold 26px Arial, Helvetica, sans-serif;
	/*font-size:26px;*/
	line-height:100%;
	font-weight:normal;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
}
h2 a {
	text-decoration:none;
	color:#333;
}
h2 a:hover {
	text-decoration:underline;
}
/* code { background: #FFFFD7; border: 1px dashed #CCC; display:block; padding:3px; margin:10px 0px; width:598px;} */

code {
	background: rgba(0,0,0,.5);
	padding: 2px 4px;
	margin:10px 0px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display:block;
	width:598px;
}
code span {
	width:595px !important;
}
ol.code {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	border-color:rgba(0, 0, 0, 0.75);
	border-style:solid;
	border-width:1px 1px 0;
	margin-bottom:18px;
}
ol.code li, ol.code li code {
	font-size: 14px !important;
}
ol.code code {
	background: none;
}
/* LAYOUT STRUCTURE

--------------------------------------------------*/

#wrapper {
	margin:0 auto;
	width:960px;
}
#header {
	height:215px; /* 245 */
	position:relative;
	z-index:99;
}
#content {
	padding:22px 27px;
	background:#fff;
}
#colLeft {
	width:600px;
	float:left;
}
#colRight {
	width:270px;
	float:left;
	padding-left:35px;
}
#footer {
	background:url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#999;
	position:relative;
}
/* HEADER ELEMENTS 

--------------------------------------------------*/

/* -- logo --*/

#logo {
	position:absolute;
	top:10px;
	left:0;
}
#logo h1 {
	padding:0;
	background:none;
	border:none;
}
#logo h1 a, #logo h1 a:hover {
	background:url(images/logo_transp.png) 0 0 no-repeat;
	width:282px;
	height:138px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}
/* top menu */



#topMenu {
	position:absolute;
	left:0;
	top:154px;
	/*border-top:1px solid #4E4E4E;*/

	background: url(images/bg_line_topmenu2.png) left top no-repeat;
	padding-top:24px;
	width:100%;
}
#topMenu ul.sf-menu {
	background:url(images/bg_transp.png) repeat left top;
	float:left;
	display:block;
	width:100%;
}
.sf-menu li {
	position: relative;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:none;
	padding:0 1.3em;
	height:35px;
	line-height:35px;
	position:relative;
	color:#ccc;
	border:1px solid #000;
	border-bottom:none;
	background:none;
}
#topMenu ul.sf-menu li a:hover {
	background:#99CC00;
	border:1px solid #B8F400;
	color:#fff;
	border-bottom:none;
	display:block;
}
#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;
	height:30px;
}
#topMenu ul.sf-menu li ul.children li a {
	color: #FFF;
	text-decoration: none;
	display:block;
	line-height:30px;
	border:none;
}
#topMenu ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	border:none;
	line-height:30px;
	display:block;
}
#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;
	text-transform:none;
	padding-top:0px;
	height:30px;
	line-height:30px;
	display:block;
}
.twitter {
	position:absolute;
	top:112px;
	right:160px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}
.twitter a {
	display:block;
	width:139px;
	height:55px;
	text-indent:-9999px;
}
.rss {
	position:absolute;
	height:28px;
	padding-right:34px;
	line-height:28px;
	top:120px;
	right:30px;
	background:url(images/rss.gif) 100% 50% no-repeat;
}
.rss a {
	color:#ccc;
	text-decoration:none;
}
/* CONTENT ELEMENTS

----------------------------------------------*/



.catTitle {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:9px 0;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}
.blogItem {

}
.boxwrap { 	margin-bottom:10px;
	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: #666; /* #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:none;
}
#colLeft ul {
	list-style:square;
	list-style-position:outside;
}
.blogItem ul { margin-left:20px; }
/* colRight */



#colRight h2 {
	clear:both;
	margin:15px 0 5px;
	background:#000;
	padding:5px 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	clear:both;
}
#colRight h2.sponsors {
	background:#EE4A04;
}
#colRight ul {
	position:relative;
}
#colRight ul li {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:1px;
}
#colRight ul li a {
	display:block;
	padding:8px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}
#colRight ul li a:hover {
	background:#F5F5F5 url(images/bullet_green.jpg) 3px 10px no-repeat;
}
#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;
}
#colRight h2 {
	background:#000;
}
#ads_msg a {
	color:#666;
}
#colRight #flickrRSS {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
}
#colRight #flickrRSS a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#colRight #flickrRSS img {
	border:2px solid #CCC;
}
.social {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}
ul#recentcomments li a {
	background:none;
}
ul#recentcomments li a:hover {
	background:none;
}
ul#recentcomments li {
	padding:5px 0px;
}
.social strong {
	color:#00C1F2;
}
ul#flickrss {
	margin-top:10px;
}
ul#flickrss a {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border:none !important;
}
ul#flickrss a img {
	border:1px solid #CCC;
}
/*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

-----------------------------------------------*/



#slider {
	background:#000;
	margin-bottom:20px;
}
.panel .text {
	color:#999;
	height:80px;
	padding:5px 10px 15px;
}
.panel .text p {
	margin:3px 0 0;
}
.panel .text h2, .panel .text h2 a {
	color:#FFF;
	font-size:20px;
	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: 330px; /*Height should enough to fit largest content's height*/
	;
	border:1px solid #000;
}
.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: 600px; /*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 {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}
#searchform #s {
	width:130px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}
#searchform #searchsubmit {
	background: #99CC00;/* #00CCFF; */
	border:1px solid #99CC00;
	color:#fff;
	padding:3px 0;
	text-align:center;
	width:54px;
	font-size:11px;/* font-family:Georgia, "Times New Roman", Times, serif;*/

}
/* 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;
}
.tag_cloud {
	float:left;
	height:150px;
}
/****** BUTTONS ********/



.awesome, .awesome:visited {
	background: #222 url(/wp-content/themes/webgurus2/buttons/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
}
.awesome, .awesome:visited,  .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.larger.awesome, .larger.awesome:visited {
	font-size: 14px;
	padding: 10px 14px 11px;
}
.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}
.green.awesome:hover {
	background-color: #749a02;
}
.greenpadi.awesome, .greenpadi.awesome:visited {
	background-color: #00813b;
}
.greenpadi.awesome:hover {
	background-color: #007a3a;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}
.blue.awesome:hover {
	background-color: #007d9a;
}
.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}
.red.awesome:hover {
	background-color: #872300;
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}
.grey.awesome, .grey.awesome:visited {
	background-color: #2971A5;
}
.grey.awesome:hover {
	background-color: #24628E;
}
.lightgrey.awesome, .lightgrey.awesome:visited {
	background-color: #999;
}
.lightgrey.awesome:hover {
	background-color: #666;
}
blockquote {
background: transparent url(images/quote.png) 0 4px no-repeat;
color: #222;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: bold;
margin-left: 20px;
margin-right: 50px;
padding-left: 30px;
}
blockquote {
color: #222;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: bold;
}
blockquote, q {
quotes: none;
}
div.simplesocialbuttons {
height: 20px;
margin: 10px auto 10px 0;
text-align: center;
clear: left;
}
div.simplesocialbutton {
float: left;
text-align: center;
}
#mc_signup { margin-top:5px; }
#mc_signup form {
	padding:10px;
	float:left;
	width:580px;
	margin-bottom:20px;
}
#mc_subheader {
	margin-bottom:10px;
}
.mc_var_label { margin-right:10px; font-weight:bold; }
.mc_input { padding:2px 3px; width:200px;}
.mc_merge_var { float:left; }
.mc_signup_submit { text-align:left !important; float:left; margin-left:20px;}

