@import 'reset.css';

/**!
 * The Intelligent Project
 *
 * Main stylesheet for theintelligentproject.org. Combines layout/color/typography in one 
 * stylesheet.  See iefix.css for IE (6/7) specific styles, ie6fix.css for IE6 specifics.
 *
 * @project		The Intelligent Project Website
 * @version		1.0 ( 2-20-09 )
 * @package		Main Stylesheet
 * @author		Tony Dewan ( tdewan{at}bladv.com )
 * @media		Screen
 * @copyright	copyright 2009 The Intelligent Project
 *
 * @colordef	#e5e5e5; Base Gray (body_bg)
 * @colordef 	#f1fdfd; Super Light Green (content_bg)
 * @colordef	#04271e; A Dark Green (heading)
 * @colordef	#084131; Another Dark Green (copy)
 * @colordef	#144e41; (nav_text)
 * @colordef	#7ee085; A Light-Dark Green (subnav_bg)
 * @colordef	#0b6e37; (subnav_text)
 * @colordef	#c9ffc1; (subnav_over)
 */


/* ---( globals )------------------------------- */ /** @section Globals */

body{
	background: #e5e5e5 url('images/bg.jpg') no-repeat scroll center 15px;
	font: 1.0em/1.2 Helvetica, Arial, sans-serif;
	color: #084131;}


#container{
	width: 51em;
	background: transparent url('images/content_bg.full.jpg') 2px 131px no-repeat;
	padding: 0 0 0 0.5em;
	margin: 0 auto;}


#bar{
	background: transparent url('images/page_bg.png') top left repeat-x;
	width: 100%;
	min-width: 50em;
	height: 14px;}
	
p{
	line-height: 1.6;
	margin: 1em 0;}

a{color: #227b64;}
a:hover{color: #3bc0a6;color:#32AA5A;}

a img{border: none;}
strong{font-weight: bold;}

#primary li{
	color: #084131;
	font-size: 0.75em;
	line-height: 1.6;
	padding: 0.5em 0;}

sup{
	font-size:0.5em;
	vertical-align: top;}

.list{
	list-style-type: disc;
	margin-left: 2em;}

span.error{
	color: red;
	font-style:italic;
	font-size: 0.8em;}

.msg {
	text-align: center;
	color: #8DC83A;
	font-style: italic;
	background: #e5f1d1;
	border: 1px solid #8DC83A;}

a.download.pdf{
	text-decoration: none;
	background: transparent url('images/icon.pdf.png') left center no-repeat;
	padding-left: 18px;
	line-height: 1.8;}

table.table{
	border: 1px solid black;
	border-right: none;
	margin: 0 0 20px 0;}

table.table th{
	background: #32AA5A;
	color: white;
	padding: 3px 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;}

table.table th:first-child{
	width: 40%;}

table.table p.desc{
	font-style: italic;}

#primary table.table li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 1px;}

#primary table.table li li{
	font-size: 1.0em;
	margin-left: 10px;}
	
table.table td{
	padding: 0 0 0 10px;
	border-right: 1px solid black;}

/* ---( header )------------------------------- */ /** @section Header */

#header{
	padding: 0 0 0 2em;
	margin:0 0.75em 0 0;}

#header h1{
	padding: 0.5em 0 0 0;
	width: 200px;
	height: 100px;}

	#header h1 a{
		width: 100%;
		height: 100%;
		opacity: 1.0;}
	
	#header h1 a:hover{
		opacity: 0.6;}

/* ---( header >> nav )------------------------------- */ /** @section Header @subsection Navigation */

ul#nav{
	width: 27em;
	width: 36em;
	margin-right:1em;
	float: right;}

ul#nav li{
	float: left;
	margin: 0 0.5em;
	margin: 0 0.25em;}

ul#nav li a{
	display: block;
	padding: 0.75em 1.25em 0.3em 1.25em;
	
	color: #144e41;
	font-size: 0.75em;
	text-decoration: none;
	text-transform: uppercase;}
	
ul#nav li.active a, ul#nav li a.active, ul#nav li a:hover{
	/*background: rgba(255, 255, 255, .5);*/
	background: transparent url("images/nav_bg.jpg") top left repeat-x;
	/* to remove */
	-webkit-border-top-left-radius: .25em;
	-webkit-border-top-right-radius: .25em;
	-moz-border-radius: .25em .25em 0 0;
	/* -- */
	border-radius: .25em .25em 0 0;}

#nav li ul{display: none;}

/* ---( general content  )------------------------------- */ /** @section Content Styling */

#content{
	width: 47.5em;
	margin-top: 2em;
	padding: 1em 1.5em 1em 1em;
	min-height: 510px;
	/* The next 5 styles can hopefully be removed sometime soon...say 2012? 
	-webkit-border-top-left-radius: .625em;
	-webkit-border-top-right-radius: .625em;
	-webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.35);
	-moz-border-radius: .625em .625em 0 0;
	-moz-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.35);
	/* ------ */
	
	/* hopefully these will soon replace those above.  I'll guess: FF4, SF3.5, IE9...no wait, IE10 
	border-radius: .625em .625em 0 0;
	box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.35);
	/* ------ */
	background-color: #fcfcfc;}

#content h2{
	color: #04271e;
	color: #0a6731;
	font-size: 1.1em;}

#content h3{
	color: #04271e;
	color: #0a6731;
	font-size: 0.9em;}

#content p{
	color: #084131;
	font-size: 0.75em;
	margin-bottom: 1em;}
	
#content .list p{
	font-size: 1.0em;}
	
#primary{
	margin: 0 0 0 13.5em;}

#directors h4{
	font-style: italic;
	font-size: 1em;}

#directors h4 a, #directors h4 span.tel{
	display: block;}

.person{
	margin-bottom: 3em;}

.vcard, .vevent{
	color: #084131;
	font-size: 0.75em;
	line-height: 1.6;}

.vcard .photo{
	float: left;
	margin: 0 1em 0.5em 0;}

.vcard .fn{
	font-weight: bold;}

.vcard .org{
	font-style: italic;}

.vcard .tel{
	display: block;}

.vcard .email{
	color: #0a6731;
	padding-left: 10px;}

#media .email{
	padding: 0;}


/* ---( content >> subnav )------------------------------- */ /** @section Content Styling @subsection Sub-Navigation */

#subnav{
	background: #7ee085;
	background-color: #32aa5a;
	float: left;
	width: 11.375em;
	margin: 0 1.0em 0 0;
	padding: 0.75em 0.25em 1em 0.25em;
	
	/* The next 3 styles can hopefully be removed sometime soon...say 2012? */
	-webkit-border-radius: .35em;
	-webkit-border-radius: .35em;
	-moz-border-radius: .35em;
	/* -- */
	
	/* Someday, this will soon replace those above.  I'll guess: FF4, SF3.5, IE9...no wait, IE10 */
	border-radius: .35em;}

#subnav li a{
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	margin: 0.2em 0;
	text-decoration: none;
	color: #0b6e37;
	color: #06200f;
	font-size: 0.75em;}

#subnav li.active a, #subnav li a:hover{
	background-color: #c9ffc1;
	background: #3bca6b;}


/* ---( content >> home )------------------------------- */ /** @section Content Styling @subsection Home Page */

#home #content{
	padding-right: 0;
	width: 49em;}

#home #primary{
	margin: 0;
	width:100%;}

#home #ctas{
	width: 21.75em;
	margin: 0 0.25em 0 1em;
	float: right;}

#home .cta{
	height: 4.5em;
	padding: 0.75em;
	background: transparent url('images/home_cta.bg.jpg') top left no-repeat;}

#home .cta p, #home .cta a{
	margin-top: 4px;
	text-decoration: none;
	color: #fefefe;}

#home .cta a:hover{
	color: #cecece;}

#home .cta#news{
	background-position: left -95px;}

#home .cta#blog{
	background-position: left -190px;}
	
#home blockquote{
	clear: both;
	background: #efefef;
	margin: 1em 2em 0 2em;
	padding: 1em;
	font-size: 18px;
	font-style: italic;}
	
#home blockquote cite{
	font-style: normal;
	display: block;}

/* ---(Smart Grid Description Widget)--- */

#sg_desc{
	height: 235px;
	width: 785px;
	margin: -10px 1em 0 -12px;
	padding: 6px 0 0 6px;
	background: transparent url("images/sg_desc.bg2.jpg") top left no-repeat;}
	
	#sg_desc ul{
		width: 74px;
		float: left;
		position: absolute;
		z-index: 20;}
	
	#sg_desc li{
		width: 74px;
		height: 70px;
		padding: 0;
		margin: 0 0 2px 0;
		cursor: pointer;
		text-indent: -999em;}
	
	#sg_home{background: transparent url("images/sg_desc.sprite.jpg") top left no-repeat;}
	#sg_home.hover{background: transparent url("images/sg_desc.sprite.jpg") -75px 0 no-repeat;}
	
	#sg_consumer{background: transparent url("images/sg_desc.sprite.jpg") 0 -72px no-repeat;}
	#sg_consumer.hover{background: transparent url("images/sg_desc.sprite.jpg") -75px -72px no-repeat;}
	
	#sg_transmission{background: transparent url("images/sg_desc.sprite.jpg") 0 -144px no-repeat;}
	#sg_transmission.hover{background: transparent url("images/sg_desc.sprite.jpg") -75px -144px no-repeat;}
	
	#sg_img{
		float: left;}
	
	#sg_img img{
		position: absolute;
		margin-left: 74px;}

	#sg_desc p.desc{
		width:250px;
		width: 260px;
		height: 170px;
		padding-top: 100px;
		padding-top: 10px;
		position: absolute;
		margin: 0 0 0 510px;
		color: #fafbfb;
		font-size: 1em;
		text-indent: -9999px;}
		
	span.arrow{
		display: block;
		position: absolute;
		width: 17px;
		height: 71px;
		background: transparent url("images/sg_desc.arrow.png") top left no-repeat;
		z-index: 10;}
	
	#sg_desc a{
		font-size: 0.875em;
		color: #fafbfb;
		text-decoration: none;
		float: right;
		margin: 190px 20px 0 0;}
	
		#sg_desc a:hover{
			opacity: 0.5}
			
		#sg_desc a span{
			font-size: 1.125em;}
	
	p.sg_transmission{background: transparent url("images/sg_desc.lines.jpg") 0px 5px no-repeat;}
	p.sg_consumer{background: transparent url("images/sg_desc.person.jpg") 0px 5px no-repeat;}
	p.sg_home{background: transparent url("images/sg_desc.house.jpg") 0px 5px no-repeat;}
	
/* --------- */

/* ---( content >> podcast )------------------------------- */ /** @section Content Styling @subsection Podcast Page */

div.podcast{
	width: 15.5em;
	float: left;
	padding: 0.5em;
	margin: 0 0 2em 0;}

div.podcast:hover{
	background: #E5E5E5;}

/* ---( content >> contact )------------------------------- */ /** @section Content Styling @subsection Contact Page */

#contactForm{
	width: 18em;
	float: left;
	min-height: 13em;}

#contactForm legend{display: none;}

#contactForm label{
	display: block;
	color: #666;
	font-size:0.75em;
	line-height:1.5;}

#contactForm input.text, #contactForm textarea{
	font: 0.85em/1.5 Helvetica, Arial, sans-serif;
	width: 18em;
	border: 1px solid #ccc;
	border-top: 1px solid #888;}

#contactForm input.text:focus, #contactForm textarea:focus{
	border: 1px solid #5E88A2;}

#contactForm button{
	margin: 0.5em 4em 0 0;
	float: right;}

#contactForm fieldset{
	margin-top: 0.25em;}

#contactForm .msg{
	width: 20.25em;}

#contact div.vcard{
	color: #666;
	font-size:0.75em;
	line-height:1.5;
	margin: 0.5em 0 0;}

#contact div.tel span{
	display: block;
	float: left;
	width: 6em;}

#contact div.vcard span.street-address{
	display: block;
	margin-top: 0.25em;}

#contact div.vcard .country-name{
	display: block;
	margin-bottom: 0.5em;}


/* ---( content >> governance )------------------------------- */ /** @section Content Styling @subsection Governance Page */	

body#governance .email{
	padding: 0;
	margin: 0;}

/* ---( content >> social software )------------------------------- */ /** @section Content Styling @subsection Social Software */	

dl{
	color: #666;
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0.5em 0;
}

dt{
	font-weight: bold;
	float: left;
	padding-right: 0.25em;
}

dd{
	margin-bottom: 2em;
}

/* ---( content >> sitemap )------------------------------- */ /** @section Content Styling @subsection Sitemap */
#sitemap #content{
	overflow: auto;}

#sitemap h3{
	font-weight: bold;
	margin: 1em 0 0 0;}

div.sitemap_section{
	width: 45%;
	float: left;
	margin: 0.5em;
	padding: 0 0 0 0.5em;
	background: #efefef;}

div.sitemap_section a{
	color: #144E41;
	text-decoration: none;}

div.sitemap_section a:hover{
	color: #32AA5A;}

/* ---( content >> press_releases )------------------------------- */ /** @section Content Styling @subsection Press Releases */
#press-releases #content{
	overflow: auto;}

#press-releases h3{
	font-weight: bold;}

div.press_release{
	width: 230px;
	float: left;
	margin: 0.5em;
	padding: 0.5em;
	background: #efefef;}

div.press_release abbr.date, abbr.date{
	font-size: 0.65em;
	text-transform: uppercase;}

a.pdf{
	display: block;
	font-size: 0.8em;
	background: transparent url('images/icon.pdf.png') left center no-repeat;
	padding-left: 18px;
	height: 18px;
	line-height: 18px;}

#whitepapers span.author{
	font-size: 0.8em;}

#whitepapers #primary div p{
	margin-top: 5px;}


/* ---( content >> blog )------------------------------- */ /** @section Content Styling @subsection Blog */


div.article abbr.date{
	font-size: 0.65em;
	text-transform: uppercase;
	color: #888;}

div.article span.author{
	font-size: 0.75em;}

/* ---( footer )------------------------------- */ /** @section Footer */


#footer{
	clear: both;
	width: 80em;
	background: #FCFCFC;
	text-align: center;
	font: 0.625em/1.0 "Helvetica Neue", Helvetica, Arial, sans-serif;}
	
	#footer .social{
		clear: both;
		width: 100%;
		height: 20px;
		margin-bottom: 10px;
		text-align: right;}
	
	#footer .social p{
		float: left;
		line-height: 20px;
		height: 20px;
		margin: 0;
		margin-left: 405px;}
	
	#footer .social a{
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		margin: 0 4px;
		text-indent: -9999px;
		text-align: left;}
	
	#footer .social a.rss{
		background: transparent url('images/icon.rss.png') left center no-repeat;}

	#footer .social a.fb{
		background: transparent url('images/icon.fb.png') left center no-repeat;}

	#footer .social a.tw{
		background: transparent url('images/icon.tw.png') left center no-repeat;}

	#footer .social a.li{
		background: transparent url('images/icon.li.png') left center no-repeat;}

	#footer .social a.dg{
		background: transparent url('images/icon.dg.png') 5px center no-repeat;
		width: 25px;
		border-left: 1px solid #20715D;}

	#footer .social a.del{
		background: transparent url('images/icon.del.png') left center no-repeat;}

	#footer .affiliations{
		clear: both;
		margin: 0 1em;
		padding: 0 0 1em 0;
		border-top: 1px solid #20715d;
		overflow: auto;}
		
		#footer .affiliations a{
			text-decoration: none;
			padding: 1em 0 0 0;}

		#footer .affiliations a:hover{
			opacity: 0.5;}

		#footer .affiliations #utilipoint, #footer .affiliations #energycenter{
			display: block;
			float: left;
			background: #FCFCFC;
			width: 38.75em;}
			
		 #footer .affiliations #energycenter{
		 	float: right;
		 	border-left: 1px solid #20715d;}
		 
		 #footer .affiliations a span{
		 	display: block;
		 	text-align: left;
		 	color: #084131;
		 	padding: 0 0 0.5em 1em;}

#copy{
	text-align: right;
	background: #e5e5e5;
	margin: 0;
	padding: 1em 1em 0 0;
	line-height: 1.0;}
	
#footer_nav li{
	margin-top: 1em;
	background: #E5E5E5;
	float: left;
	padding: 0 1em;}

	#footer_nav li a{
		color: #165342;
		text-decoration: none;}

	#footer_nav li a:hover{
		color: #a3e0d7;
		color: #177336;}
	
	#footer_nav li:first-child{
		border-right: 1px solid #165342;}

#footer #co2stats a, #footer #co2stats{
	background: #E5E5E5;}
	
	
/* ---( feature )------------------------------- */ /** @feature */

#featureContainer {
	width: 712px;
	min-height: 270px;
	margin-left: auto;
	margin-right: auto;
	background-color: #efefef;
	margin-top: 50px;
	}

#featureImage {
	width: 170px;
	height: 130px;
	float: left;
	margin-left: 7px;
	margin-top: 7px;
	}
	
#featureText {
	float: right;
	width: 500px;
	height: 220px;
	margin-right: 20px;
	}

h1.feature {
	font-family: helvetica, arial, sans-serif;
	color: #187336;
	font-size: 1.25em;
	line-height: 24px;
	font-weight: normal;
	margin-top: 10px;
	}
	
h1.feature span {
	font-size: .85em;
	}

p.featureText {
	font-family: helvetica, arial, sans-serif;
	color: #444444;
	font-size: .75em;
	line-height: 18px;
	margin-top: -10px;
	}

#linkContainer {
	float: right;
	width: 520px;
	height: 20px;
	margin-top: -10px;
	padding-right: 30px;
	}

#wargamesAgenda {
	width: 160px;
	height: 20px;
	}
	
#featureForm1 {
	margin-top: -19px;
	padding-left: 150px;
	width: 200px;
	height: 20px;
	}
	
#featureForm2 {
	width: 150px;
	height: 20px;
	padding-left: 350px;
	margin-top: -19px;
	}

ul.featureLinks {
	list-style-type: none;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: .75em;
	color: #187336;
	display: inline;
	}

ul.featureLinks li {
	text-align: center;
	color: #187336;
	font-weight: bold;
	}
		#Agenda {width: 160px;}
		#Form1 {width: 200px;}
		#Form2 {width: 150px;}

	
ul.featureLinks li a {
	font-size: 1.25em;
	outline: none;
	color: #187336;
	}
	
ul.featureLinks li a span {
	font-size: 0.75em;
	font-weight: normal;
	}

#featureLogo {
	float: left;
	margin-left: 7px;
	margin-top: 30px;
	border: 0;
	}