@import url("global.css");

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	color: #1c2f40;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	background-color: #cccc99;
	}
a	{
	color: #003366;
	text-decoration: none;
	}
a:link{
	color: #47542e;
	text-decoration: underline;
	}
a:visited{
	color: #47542e;
	text-decoration: underline;
	}
a:hover{
	color: #006699;
	text-decoration: underline;
	}
h1	{
	font-family: Arial,sans-serif;
	font-size: 175%;
	color: #1c2f40;
	margin: 0px;
	padding: 0px;
	}
h2	{
	 font-family: Arial,sans-serif;
	 font-size: 150%;
	 color: #1c2f40;
	 margin: 0px;
	 padding: 0px;
	}
h3	{
	font-family: Arial,sans-serif;
	font-size: 150%;
	color: #1c2f40;
	margin: 0px;
	padding: 0px;
	}
h4	{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 color: #1c2f40;
	 margin: 0px;
	 padding: 0px;
	}
h5	{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 color: #1c2f40;
	 margin: 0px;
	 padding: 0px;
	}
h6	{
	 font-family: Arial,sans-serif;
	 font-style: italic;
	 font-size: 95%;
	 font-weight: normal;
	 color: #1c2f40;
	 margin: 0px;
	 padding: 0px;
	}
ul	{
	 list-style-type: square;
	}
ul ul{
	 list-style-type: disc;
	}
ul ul ul{
	 list-style-type: none;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*********** #wrap ***********/

#wrap {
	width:1000px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-image: url(../images/outerbackground5.jpg);
	}

/*********** #masthead ***********/

#masthead {
	text-align:center;
	padding: 80px 0px 200px 0px;
	background-image: url(../images/headerTurbine2.jpg);
	background-repeat: no-repeat;
	position: relative;
	zoom: 1.0;  /* fix for IE7 hasLayout bug */
	}
	
html>body #masthead {
	height: auto;
	}

/*********** #navBar ***********/

#navBar {
	float:left;
	width: 21.7%;
	margin: 0px;
	padding: 0px;
	}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #content ***********/

#content {
	width:90%;
	padding: 0 100px;
	}

#content p{
padding-bottom: 5px;
}

#content ul{
	line-height: 150%;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-image: url(../images/bullet1.gif)
}

#content ul ul{
	line-height: 150%;
	list-style-image: url(../images/bullet2.gif)
}

#content ul ul ul{
	line-height: 150%;
	list-style-image: url(../images/bullet3.gif)
}

#content ol{
	line-height: 150%;
	list-style-type: decimal;
}

/*********** #headlines ***********/

#headlines {
	float: right;
	width: 1%;
	padding: 0px 10px 20px 5px;
	font-size: 75%;
	line-height: 150%;
	}

#headlines p{
padding-bottom: 5px;
}

/*********** #siteInfo ***********/

#siteInfo {
	width:100%;
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#quote {
	width:90%;
	border:thin;
	background-color:#d5dabd;
	padding:10px;
    }
	
/***********************************************/
/* Inner Divs                                 */
/***********************************************/

#globalNav, #sectionLinks, #content_inner, #headlines_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}

/*********** #globalNav ***********/

#globalNav {
	font-size: 85%;
	font-weight: 700;
	text-align: center;
	padding: 7px 0px 10px 10px;
	color: #cccccc;
}

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover {
	color: #47542e;
}

/*********** #sectionLinks ***********/

#sectionLinks {
	margin:0em .5em 1em .5em;
	}

/*********** #feature ***********/

#feature {
	margin:0em 1em 1em 1.5em;
	padding: 0px 0px 10px 0px;
	font-size: 73%;
	margin-left:auto;
    margin-right:auto;
}

.feature h1{
	padding: 20px 0px 5px 0px;
}

.feature img{
	padding: 10px 10px 0px 0px;
}

/*********** #headlines_inner ***********/

#headlines_inner {
	margin:0em 1.2em 1em 1.2em;
	}

/*********** #siteInfo_inner ***********/

#siteInfo_inner {
	padding:.5em 10em;
	text-align:center;
	font-size: 75%;
	color: #cccc99;
	padding: 10px 10px 20px 10px;
	background-repeat: no-repeat;
	line-height: 20px;
	}
#siteInfo_inner a{
	clear: both;
	color: #ffffff;
	text-decoration: none;
	}

#siteInfo_inner a:hover{
	text-decoration: underline;
	}

/************* #globalNav **************/

#skip a, #skip a:hover, #skip a:visited{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:active{
	position: static;
	width: auto;
	height: auto;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	position: relative;
	font-size: 80%;
	padding: 10px 5px 10px 10px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -11%;
}

/************* .jumpmenu styles ***************/

.jumpmenu {
	position: absolute;
	right: 25px;
	top: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/************* #search styles ***************/

#search{
	position: absolute;
	right: 180px;
	top: 6px;
	font-size: 90%;
}

#search form{
 	margin: 0px;
 	padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 75%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color: #FECF44;
}

#sectionLinks a:visited{
	color: #FECF44;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #718151;
	text-decoration: none;
}

/*********** posts ***********/
.posts{
	width:652px;
	margin-right: auto;
    margin-left: auto;
}
.posts .posts-holder{
	overflow:hidden;
	height:1%;
	padding:3px 0 7px 5px;
}
.posts .post{
	float:left;
	width:205px;
	border: 1px solid #d5d8e1;
	margin: 0 7px 0 0;
}
.posts .post .box{
	border: 1px solid #fff;
	padding:2px 2px 0 4px;
	overflow: hidden;
	background:#f8faee;
	position: relative;
}
* html .posts .post .box{
	overflow: visible;
	height: 1%;
}
* html .posts .post .info {
	height:30px;
	overflow:visible;
}
.posts .post img{
	float:left;
	margin:2px 8px 4px 0;
}
.posts .post .info {
    font-size:10px;
    line-height:12px;
    min-height:30px;
    overflow:hidden;
    padding:0 0 2px;
}
.posts .post .info p{margin:0;}

.posts .post .info a
{
   margin:0;
   color:#808285;
   text-decoration:none;
}

/*********** Beta Box ***********/
#betabox {
  min-width: 175px;
  min-height: 50px;
  margin: 0 0 0 30px;
  position:relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
  font-size: 90%;
  width: 175px;
}

#betabox .box {
	background-color:#F5F7EA;
  padding: 8px 6px 15px 8px;
}
