/*
Company:	Clear Skies
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.jpg) no-repeat 50% 0 #2c6501;
}
body {
	font-family: verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd-wrap {
	background: url(../images/hd-bkg.png) repeat-x 0 0;
}
div#hd {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 0 0 0;
}

div#blogcontainer {
	width: 800px;
	float: left;
	
}

div#left {
	width: 530px;
	float: left;
	
}

div#right {
	width: 260px;
	float: right;

}

div#sidebar h2{
	margin: 0;
	color: #4c4c4c;
	font-size: 145%;
	font-weight: normal;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding: 3px 20px 10px 10px;

}

div#sidebar ul {
	margin-left: 10px;
	padding: 0;
}

div#sidebar ul li {
	list-style-type: none;
	
}

div#sidebar ul li a:link, div#sidebar ul li a:visited {
	text-decoration: none;
	color: #8f8e8e;
	font-size: 90%;
	
}

div#sidebar ul li a:hover, div#sidebar ul li a:active {
	text-decoration: none;
	color: #4396e3;
	font-size: 90%;
	
}

/* Footer */
div#ft {
	text-align: center;
	background: url(../images/hr.gif) repeat-x 0 0;
	padding: 10px 0 20px 0;
}
div#ft p.ft-links a:link, div#ft p.ft-links a:visited {
	color: #5b5b5b;
	text-decoration: none;
}
div#ft p.ft-links a:hover {
	text-decoration: underline;
}
div#ft p.copyright {
	color: #1e1e1e;
	text-transform: uppercase;
}
div#ft p {
	color: #5b5b5b;
	font-size: 77%;
}

div#ft div.credits {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
div#ft p.design {
	width: 159px;
	height: 60px;
	background: url(../images/logo-ginkgo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#ft p.design a {
	display: block;
	height: 100%;
}

div#ft p.build {
	width: 139px;
	height: 60px;
	background: url(../images/logo-cjd.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#ft p.build a {
	display: block;
	height: 100%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 800px;
	height: 93px;
	background: url(../images/clear-skies-logo.png) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Splash */
div#splash {
	width: 800px;
	height: 400px;
	background: url(../images/splash-bkg.png) no-repeat 0 0;
	padding: 0 14px;
	position: absolute;
	z-index: 200;
}
div#splash-spacer {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

/* Flash Tab Left */
div#flash-tab-left {
	width: 160px;
	height: 220px;
	position: absolute;
	z-index: 50;
	margin: 71px 0 0 -146px;
}

/* Flash Tab Right */
div#flash-tab-right {
	width: 160px;
	height: 220px;
	position: absolute;
	z-index: 50;
	margin: 71px 0 0 814px;
}

/* Content */
div.content {
	background: url(../images/content-bkg.png) repeat-y 0 0;
	padding: 1px 14px;
	
	
}
div.content-btm {
	width: 828px;
	height: 21px;
	background: url(../images/content-btm.png) no-repeat 0 0;
	overflow: hidden;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #484848;
	padding: 0 40px 20px 40px;
}
body.insidepage div.main {
	padding-top: 10px;
}
div.main p {
	font-size: 77%;
	line-height: 180%;
}
/* @end */

/* @group Default Headings */
h1.title {
	margin: 0 0 10px 0;
	color: #4c4c4c;
	font-size: 123.1%;
	font-weight: normal;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding: 20px 20px 10px 20px;
}

h1.title a:link, h1.title a:visited {
	text-decoration: none;
	margin: 0 0 10px 0;
	color: #4c4c4c;
	font-size: 100%;
	font-weight: normal;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding: 20px 20px 10px 20px;
}

div.main h2 {
	margin: 0 0 10px 0;
}
div.main h3 {
	margin: 0 0 10px 0;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 77%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 745px;
	height: 43px;
	background: url(../images/nav.png) no-repeat 0 0;
	margin: -19px 0 0 43px;
	position: absolute;
	z-index: 300;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	font-size: 77%;
	display: block;
	width: 121px;
	text-transform: uppercase;
	padding: 12px 0 0 0;
	text-indent: 30px;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}	
div#nav ul a:hover {
	text-decoration: none;
	color: #a3c2d8;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0 0 0 4px;
	list-style: none;
	line-height: 1;
	width: 231px;
	background: url(../images/drop-nav-bkg.png) no-repeat 0 100%;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 15px;
	margin: 0 0 0 5px;
	font-size: 70%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	width: 190px;
	text-indent: 0;
	border-bottom: 1px solid #000;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background: url(../images/nav-hover.png) repeat-y 0 0!important;
	color: #ffffff;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #484848;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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