/*   
Theme Name: NRG
Theme URI: 
Description: NRG - WP Theme
Author: 
Author URI: 
Version: 1.0
Tags: 
*/

body {
	font-family: verdana, arial, georgia;
	color:#666666;
	font-size:12px;
	text-decoration:none;
}

a {
	font-family: verdana, arial, georgia;
	color:#3B8CD2;
	font-size:12px;
	text-decoration:none;
}

li {
	list-style-type:none;
       
}



a:hover {
	color:#3B8CD2;
        text-decoration: underline;
        
        
}

.links1 a{
	color:#3b8cd2;
	text-decoration:none;	
}

.links1 a:hover {
	text-decoration:none;
}

.filenotfound {
	font-size:30px;
}

a img {
	border:0
}

#pattern-head,
#pattern-foot {
	background:url(images/top_pattern.gif) repeat-x;
	height:9px;
	width:100%;
}

#main {
	width:985px;
	margin:auto;
}

.clear {
	clear:both;
}

/*** top navigation links ***/

/*
#topnav {
	height:30px;
}
*/

#topnav-links {
	width:604px;
	height:30px;
	background:url(images/topnav_links.gif);
	margin:0;
	padding:0;
	position:relative;
}

#topnav-links li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}

#topnav-links li, #topnav-links a {
	height:30px;
	display:block;
}

/*#topnav-links a {border:1px solid #ff0000;}*/

#topnav-link1 {left:0; width:62px;}
#topnav-link2 {left:75px; width:62px;}
#topnav-link3 {left:153px; width:80px;}
#topnav-link4 {left:247px; width:80px;}
#topnav-link5 {left:339px; width:95px;}
#topnav-link6 {left:450px; width:60px;}
#topnav-link7 {left:526px; width:74px;}


.topnav-link1-active, #topnav-link1 a:hover { background: transparent url(images/topnav_links.gif) 0 -31px no-repeat; }
.topnav-link2-active, #topnav-link2 a:hover { background: transparent url(images/topnav_links.gif) -75px -31px no-repeat; }
.topnav-link3-active, #topnav-link3 a:hover { background: transparent url(images/topnav_links.gif) -153px -31px no-repeat; }
.topnav-link4-active, #topnav-link4 a:hover { background: transparent url(images/topnav_links.gif) -247px -31px no-repeat; }
.topnav-link5-active, #topnav-link5 a:hover { background: transparent url(images/topnav_links.gif) -339px -31px no-repeat; }
.topnav-link6-active, #topnav-link6 a:hover { background: transparent url(images/topnav_links.gif) -450px -31px no-repeat; }
.topnav-link7-active, #topnav-link7 a:hover { background: transparent url(images/topnav_links.gif) -526px -31px no-repeat; }



/*** header ***/

#header-cont {
    position:relative;
    height:125px;
    
}

#header {
width:100%;
position:absolute;
/* vertically center the logo */
    top:50%;
    margin:-25px 0 0 0; /* adjust margin upwards by half the height of the logo (i.e. if height of the logo is 50px, set top margin to -25px) */
/**/
}

#logo {
background:url(images/energy_logo.gif) no-repeat;
margin:0 0 0 12px;
width:550px;
height:49px;
margin-left:0px;
}

#logo a {
	width:508px;
	height:49px;
	display:block;
}
#head-left {
	float:left;
}
#head-right {
	float:right;
	width:31px;
	height:7px;
	margin:4px 0 0 0;
}

/*** left ***/
#left {
	width:675px;
	float:left;
	margin-right:25px;
}

#links-group {
	border-left:2px dotted #a5a5a5;
	float:right;
	padding-left:15px;
        margin-left: 20px;
        border-right:0px dotted #A5A5A5;
        
}

#links-group1 {
	border-left:0px dotted #a5a5a5;
	float:right;
	padding-left:15px;
        margin-left: 10px;
        margin-right: 225px;
}

#links-group2 {
	border-left:2px dotted #a5a5a5;
	float:right;
	padding-left:15px;
        margin-left: 10px;
        margin-right: 5px;
}

#links-group3 {
	border-left:2px dotted #a5a5a5;
	float:right;
	padding-left:15px;
        margin-left: 20px;
        margin-right: 195px;
        
}

#newwork {
	margin:27px 0 0 0;
}

#newwork .company {
	float:left;
}

#newwork .screenshot {
	float:left;
}

#pagebtn {
	float:left;
	width:200px;
}

#newwork .links1 a {
	float:right;
}

	

#pagebtn label {
	float:left;
	padding:0 8px 0 0;
}

#pagebtn li {
	display:inline;
	padding: 0 3px;
}

#pagebtn li span {
	border:1px solid #8c8c8c;
	padding:1px 3px;
	background:#ffffff;
}

#pagebtn li span.pagecurrent,
#pagebtn li span.pagecurrent a {
	background:#1d7acb;
	color:#ffffff;
}

#pagebtn li a {
	font-weight:bold;
}


#pagebtn li a:hover {
	color:#8c8c8c;
}


#bottom-content {
	margin:7px 0 0 0;
}


#bigbox {
	width:629px;
	margin-top:20px;
}

#bigbox li {
	list-style-type:none;
	width:303px;
	display:inline;
	padding:0 10px 10px 0;
}

#bigbox li img {
	padding-bottom:10px;
}


/*** right ***/
#right {
	width:280px;
	float:left;
	margin-left:3px;
}

#right-page {
	width:250px;
	float:left;
	display:inline;
	margin-left:30px;
}

.border-dotted,
.border-dotted-nopad {
	height:2px;
	border-top: 2px dotted #a5a5a5; 
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.border-dotted-nopad {
	padding:0;
}

.headline-text {
/*	padding-bottom:12px;*/

}

.content-date {
	font-style:italic;
}

.news-item {
	margin-bottom:15px;
}

.news-item img {
	margin:0 0 12px 0;
        display:block;
}

#headline {
	width:464px;
	float:left;
}

#bio {
	width:685px;
	float:left;
        margin-left:20px;
}

#links-group {
	float:right;
}

#links-group2 {
	float:right;
}

#links-group3 {
	float:right;
}


#twitter {
	margin-top:5px;
}

.stbuttontext {
	font-size:11px;
}


/*** work ***/
#slideshow {
	height:418px;
	border:0px solid #000000;
	position:relative;
}

	#slideshow li {
		height:418px;
	}
	
	#prevBtn {
		position:absolute; 
		top:200px; 
		left:20px;
		background:url(images/slideshow_arrows.png) no-repeat -58px 0;
		width:58px;
		height:57px;
	}
	
	#nextBtn {
		position:absolute; 
		top:200px; 
		right:20px;
		background:url(images/slideshow_arrows.png) no-repeat 0 0;
		width:58px;
		height:57px;
	}
	
	#prevBtn  a, 
	#nextBtn  a {
		display:block;
		height:57px;
	}
	
	#prevBtn  a:hover {
		background:url(images/slideshow_arrows.png) no-repeat -58px 0;
	}
	
	#nextBtn  a:hover {
		background:url(images/slideshow_arrows.png) no-repeat 0 0;
	}

#logos {
	margin:45px 0 0 0;
}
	#logos li {
		display:inline;
		list-style-type:none;
		padding:0 20px;
		/*border:1px solid #ff0000;*/
	}
	
	#first-row {
		margin-bottom:20px;
	}
	
	#logos #logo1 {
		margin-left:3px;
	}
	
	#logos #logo2 {
		margin-left:16px;
	}

	#logos #logo3 {
		margin-left:14px;
	}
	
	#logos #logo4 {
		margin-left:3px;
	}
	
	#logos #logo10 {
		margin-left:20px;
	}

	#logos #logo2 img {
		padding-bottom:3px;
	}

	#logos #logo3 img {
		padding-bottom:11px;
	}

	#logos #logo4 img {
		padding-bottom:30px;
	}

	#logos #logo5 img {
		padding-bottom:22px;
	}
	
	#logos #logo6 img {
		padding-bottom:20px;
	}

	#logos #logo8 img {
		padding-bottom:14px;
	}

	#logos #logo9 img {
		padding-bottom:19px;
	}
	
/*** footer ***/

#footer {
	margin:50px 0 0 0;
	padding-bottom:20px;
}
#footer, #footer a {
	color:#A9A9A9;
	font-size:9px;
}

#foot-left {
	float:left;
	width:600px;
}

	#foot-left li {
		display:inline;
		list-style-type:none;
		padding-right:15px;
	}

#foot-right {
	float:right;
	background:url(images/foottext_visual_branding.gif) no-repeat;
	width:185px;
	height:9px;
}


/* numeric controls */	
#slideshow-numeric{
	height:333px;
	border:0;
	position:relative;
}

	#slideshow-numeric li {
		height:333px;
		overflow:hidden;
		width:673px;
	}

	.slideshow-numeric-item {
		height:304px;
	}
	
	#pagenum-label {
		display:inline;
		float:left;
		padding-right:10px;
	}

ol#controls{
	/*margin:1em 0;*/
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:18px;
	line-height:18px;
	border:1px solid #ccc;
	background:#ffffff;
	color:#555;
	padding:0 6px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#1D7ACB;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/*** twitter feed ***/
#twitter_update_list li {
	padding:10px 0 10px 0;
	color:#658292;
	font-size:11px;
}

#twitter_update_list li span a {
	color:#ff0000;
	display:inline;
}

#twitter_update_list li a {
	display:none;
	color:#a5a5a5;
}

#twitter-link {
	display:none;
}

/*** copied from wp default them ***/

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 690px;
	}




.widget_advancedrecentposts h2.widgettitle {
	text-indent:-999999px;
	background:url(images/headtext_news.gif) no-repeat;
        border-bottom:2px dotted #A5A5A5;
	padding:5px 0 10px 0;
        margin-bottom:10px;
        
}


/*** twitter widget ***/
.widget_twitter h2.widgettitle {
	text-indent:-999999px;
	background:url(images/headtext_twitter.gif) no-repeat;
	border-bottom:2px dotted #A5A5A5;
	padding:5px 0 10px 0;
}

.widget_twitter li {
	border-bottom:2px dotted #a5a5a5;
	padding:10px 0 10px 0;
	color:#658292;
	font-size:11px;
}

.widget_twitter a {
    font-size:11px;
    color:#3B8CD2;
}

a.twitter-hashtag {
    color:#658292;
}

.entry-meta {
	display:block;
	color:#a5a5a5;
        font-size:10px;
        font-style:italic;
}

span.time-meta a,
span.from-meta a{
    color:#a5a5a5;
}

/*** ***/
li.widget_text {
    margin:0 0 20px 0;
}




.entry h1 {
	color:#666666;
	font:22px verdana;
	margin-bottom:10px;
        margin-top:0px;
        letter-spacing: 0px;
        font-weight:lighter;
}

.entry h1 a{
	color:#1D7ACB;
	font:22px verdana;
	text-decoration:none;
        font-weight:lighter;
}










.entry h2 {
	color:#666666;
	font:22px verdana;
	margin-bottom:5px;
        margin-top:10px;
        text-decoration: none;
}

.entry h2 a{
	color:#666666;
	font:22px verdana;
	text-decoration:none;
}

.entry h3 {
	color:#99999;
	font:18px verdana;
	margin-bottom:5px;
        margin-top:10px;
        text-decoration: none;
}

.entry h3 a{
	color:#666666;
	font:18px verdana;
	text-decoration:none;
}




.entry h5 {
	margin-bottom:5px;
        margin-top:20px;
}

.entry h5 a{
	color:#1D7ACB;
	font:18px verdana;
	text-decoration:none;
}







#right-page h2 {
	color:#666;
	font:18px verdana;
	margin:0 0 10px 0;
}

#right-page h3 {
	color:#666;
	font:18px verdana;
	margin:0 0 10px 0;
}











#right-page ul {
	margin-bottom:20px;
}

.post p {
	margin-bottom: 20px;
}

textarea#comment {
	width:600px;
}

#post-header {
margin-bottom: 20px;

}

#serv {
margin-bottom:5px;
}
