/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom {
    background: #6a747c url(images/bg.png) repeat-x;
	height:100%;
	margin-bottom:1px;
}
html{
	height:100%;
	margin-bottom:1px;
}
.custom #header {background:#6a747c url(images/cycloniclogox.png) no-repeat; height: 160px; width: 850px; padding-bottom:0px; border-bottom:0px solid #DDDDDD; margin-left:-2.2em;}
.custom #page{padding:0em 2.2em 2.2em 2.2em;background: #FFF url(images/pagebg.png) repeat-x;}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #6a747c;
}
div.myheader-space{
	margin-top:-10px;
	margin-left:23px;
}

.custom ul#tabs {
background:#fbb050 url(images/navbarbg.png) repeat-x;
width:900px;
height:27px;
z-index:1000;
margin-left:-26px;
border:0px ;
padding-left:33px;
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover {
text-decoration:none;
background:transparent;

}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0.1em; border-bottom: 0; }
.custom ul#tabs li { margin-bottom: -0.1em; background:transparent; border: 0px solid #ddd; border-left: 0; float: left; }

.custom ul#tabs li a:hover {
color:#524f4f;
text-decoration:underline;
}
.custom ul#tabs li a {
font-size:1.1em;
padding:0.545em 0.818em;
font-weight:bold;
margin-top:1px;
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.custom ul#tabs li a {
color:#FFF;
display:block;
letter-spacing:2px;
line-height:1em;
text-transform:uppercase;
}

.custom #content{
	padding-top:40px;
	border:0px;
}

#homeboxtop{
	width:691px;
	height:325px;
	border:0px solid #000;
	margin-top:-27px;
	margin-left:6px;
}
.home .headline_area{
	display:none;
	}
#leftcontent1	{
	background:url(images/home_topbox_left.png) no-repeat;
	width:426px;
	height:324px;
	float:left;
	margin:0px;
}

#rightcontent1	{
	background:url(images/home_topbox_right.png) no-repeat;
	width:230px;
	height:261px;
	float:right;
	padding:68px 10px 0px 25px;
	border:0px solid #006;
	color:#FFF;
	
}
#rightcontent1	p.text1{
	font-size:20px;
}
span.grey{
	color:#dddddd;
}
#rightcontent1	p.text2 {
	margin-top:-20px;
	padding-right:20px;
	margin-right:10px;
	right:10px;
	text-align:right;
	background:url(images/img_arrow.png) top right no-repeat;
	font-size:12px;
}
.home #rightcontent1	p.text2 a, a:link, a:visited{
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#fdbb55;
}
.class #rightcontent1	p.text2 a, a:link, a:visited{
	font-weight:normal;
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fdbb55;
}
#homeboxbelow{
	width:691px;
	height:156px;
	border:0px solid #000;
	margin-top:4px;
	margin-left:6px;
}
#leftcontent2	{
	background:url(images/home_belowbox_left.png) no-repeat;
	width:424px;
	height:156px;
	float:left;
	margin:0px;
}


#rightcontent2	{
	background:url(images/home_belowbox_right.png) no-repeat;
	width:242px;
	height:106px;
	float:right;
	padding:50px 10px 0px 10px;
	border:0px solid #006;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
input.signupbtn{
	background:url(images/img_arrow2.png) no-repeat;
	height:16px;
	width:20px;
	margin-left:4px;
	border:0px;
}
#footer_boxes{
	border-top:1px solid #ccc;
	width:690px;
	height:250px;
	margin-left:16px;
	margin-top:-50px;
	padding-top:30px;
}
#box1{
	width:280px;
	height:200px;
	padding-right:10px;
	float:left;
}
#box3{
	width:160px;
	height:200px;
	padding-right:10px;
	padding-left:25px;
	float:right;
	margin-right:30px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
#box2{
	width:130px;
	height:200px;
	padding-right:10px;
	float:right;
	margin:0px;
	border:0px solid #000;
	margin-right:0px;
}
span.boxhead{
	font-size:14px;
	color:#e16b0f;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}
.custom .comments_closed p{
	color:#FFF;
}
#box1 p.title{
	padding-top:8px;
	padding-left:2px;
}
p.boxtexts{
	padding-top:10px;
	padding-left:2px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6a747c;
}
#box1 p.title a{
	font-size:18px;
	font-weight:normal;
	color:#6a747c;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
}
#box1 p.title a:hover{
	text-decoration:underline;
}

#box1 p.readmore{
	padding-top:10px;
	text-align:right;
}


#box1 p.readmore a{
	font-size:12px;
	font-weight:normal;
	color:#e16b0f;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
}
a.twitter{
	font-size:12px;
	font-weight:normal;
	color:#e16b0f;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
}
#box1 p.readmore a:hover{
	text-decoration:underline;
}
.custom #sidebars{
	padding-top:50px;
	border-style:none;
	border:0px solid #000;
}
.custom li.widget ul li a{
	text-transform:none;
	font-weight:normal;
	color:#e16b10;
	
}
#content_box {
background:transparent url(images/dot-dddx.gif) repeat-y scroll 21.7em 0;
width:100%;
}
