/*
Theme Name: Getting Technology Right
Theme URI: www.gettingtechnologyright.com
Description: theme design by Christine Rondeau of Bluelime media
Version: 2.0
Author: Christine Rondeau
Author URI: http://www.bluelimemedia.com

*/

 html, body{height:100%;} 
 body	{
 	margin: 0; padding:0; text-align:center;
	font:62.5% verdana, arial, helvetica,  sans-serif;
	color: #000;
	background: #FFF;
	}
/* Centres the design in the middle of the page regardless of screen resolution */	
#wrap  {
position: absolute;
width:780px;
height:400px;
left: 45%;
/*hide from ie-Mac\*/

top: 45%;
margin-top: -200px; /* make this half your image/element height */
margin-left: -390px; /* make this half your image/element width */
/*end hide*/
}
/* Styles for main header with logo */

#header {
	text-align:left; 
	width:780px; 
	height:100px;  
	margin:0; 
	padding:0; 
	background:url(images/logo.gif) right no-repeat;
}


/* Styles for main content areas */
#left {
	float:left; 
	padding:0;
	margin:0;
	width:140px;
	text-align:right;
}
#main {
	float:left;
	padding:0;
	margin:0 0 0 20px;
	width:620px;
}
embed {margin-bottom:5px;}
div.home p{/*footer of materials matter newsletter*/
    background:url(images/greybar_lg.gif) no-repeat; 
    width:620px;
    height:34px;
    padding:10px 0 0 0; margin:0;
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
    }

div.home p a { text-decoration: none;color:#000; }
div.home p a:hover {color:#FFF;}    

/* Styles for sub navigation on featured projects pages */

#navlist {
padding: 0;
margin: 0;
width: 130px;
font: bold 1.2em arial, verdana, tahoma, sans-serif;
}

#navlist li {
list-style: none;
margin: 0;
padding: 8px 13px 8px 8px;
}

#navlist li a { text-decoration: none; color:#000;}
#navlist li.current_page_item a, #navlist li a:hover {color:#9AB23B;}







/* General Styles */
.hide {display:none;}






