/* 
Theme Name: PCX Energy
Description: This design was created for PCX Energy Services LLC. Copyright 2009. All Rights Reserved.
Author: Dan Klammer
Author URI: http://ic3media.com
Version: 1.0
*/

/*                                        SIMPLE CSS RESET
__________________________________________________________
*/

	html, body, div, span, h1, h2, h3, h4, h5, h6,
	p, blockquote, a, em, strong, img, ol, ul, li,
	table, tr, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
	}

	a img {
		border: none;
	}
	
	.clear {
		clear: both;
		display: block;
		width: 0;
		height: 0; 
		font-size: 0;
		overflow: hidden;
	}


/*                                            NORMAL LINKS
__________________________________________________________
*/

	a:link, a:active, a:visited {
		color: #00457c;
		text-decoration: underline;
		word-spacing: normal;
	}
	
	a:hover {
		color: #0a6600;
	}


/*                                              PCX LAYOUT
__________________________________________________________
*/
	
	body {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	img {
		border: none;
	}
	
	div#main {
		width: 914px;
		margin: 25px auto 10px auto;
	}
	
	div#logo {
		display: block;
		height: 50px;
		padding-left: 18px;
	}

	#logo h1 {
		position: absolute;
		left: -9999px;
		z-index:-9999;
	}
	
	div#pcx_top {
		display: block;
		width: 914px;
		height: 60px;
		margin: 0 auto 0 auto;
		background: url(images/pcx_navheader.gif) center bottom no-repeat;
	}

	div#pcx_middle {
		display: block;
		width: 834px;
		margin: 0 auto 0 auto;
		padding: 15px 30px 35px 50px;
		background: url(images/pcx_mainbg.gif) center repeat-y;
	}
	
	div#pcx_bottom {
		width: 914px;
		height: 120px;
		margin: 0 auto 0 auto;
		background: url(images/pcx_footerbg.gif) center top no-repeat;
	}

	div#nav {
		display: block;
		padding: 28px 30px 0 30px;;
		float: left;
	}
	
	div#search {
		display: block;
		padding: 33px 40px 0 30px;;
		float: right;
		margin-top:-61px;
	}

	div#page {
		float: left;
		width: 490px;
	}
	
	div#sidebar {
		float: right;
		width: 290px;
		padding-right: 10px;
	}
	
	h1, h2, h2 a:link, h2 a:active, h2 a:visited  {
		font-size: 20px;
		font-weight: 300;
		color: #00457c;
		line-height: 22px;
		margin: 14px 0 12px 0;
		padding: 0 0 6px 0;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
	}

	h2 a:hover {
		color: #0a6600;
	}

	h3 {
		color: #0a6600;
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
		margin: 18px 0 0 0;
		text-decoration: none;
	}


	h4 {
		color: #0a6600;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}

	h6 {
		color: #000;
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
		padding-bottom: 15px;
	}
	
	p {
		margin: 8px 0 10px 0;
		text-align: left;
		font-size: 12px;
		line-height: 20px;
	}

	#sidebar p {
		margin: 8px 0 10px 0;
		text-align: left;
		font-size: 12px;
		line-height: 18px;
	}

	#pcx_middle ul {
		font-size: 12px;
		line-height: 14px;
		margin: 5px 0 14px 40px;
		float: none;
	}
	
	#pcx_middle li {
		margin-bottom: 7px;
		float: none;
		list-style-image: url(images/bullet.gif);
	}

	div.date {
		text-transform: uppercase;
		font-size: 11px;
		color: 666666;
		display: block;
		padding-top: 3px;
		padding-bottom: 9px;
		margin-bottom: 10px;
		border-bottom: 1px solid #c6d6e1;
	}


/*                                              HP BUTTONS
__________________________________________________________
*/

	#pcx_middle ul.hp-button {
		padding: 5px 0 0 25px;
		margin: 0;
		list-style-image: none;
	}
		
	#pcx_middle ul.hp-button li {
		float: none;
		margin: 5px 25px 15px 0;
		padding: 0;
		width: 420px;
		background: none;
		border: 1px solid #c7dcc2;
		list-style-image: none;
	}
			
	#pcx_middle ul.hp-button li a:link,
	#pcx_middle ul.hp-button li a:visited {
		display: block;
		padding: 23px 0 0 0;
		height: 48px;
		line-height: 25px;
		background: #e8f1e4;
		font-size: 15px;
		text-align: center;
		text-decoration: none;
		color: #4b8f44;
		list-style-image: none;
	}
			
	#pcx_middle ul.hp-button li a:hover,
	#pcx_middle ul.hp-button li a:active {
		background: #ddead8;
		color: #4b8f44;
	}


/*                                           SIDEBAR LINKS
__________________________________________________________
*/
	#sidebar a:link, #sidebar a:active, #sidebar a:visited {
		color: #0a6600;
		font-size: 15px;
		font-weight: normal;
		text-decoration: none;
		line-height: 18px;
		margin: 16px 0 10px 0;
	}

	#sidebar a:hover {
		text-decoration: underline;
	}



/*                                               NAV LINKS
__________________________________________________________
*/
	#nav ul,li {
		list-style: none;
		float: left;
	}
	#nav a:link, #nav a:active, #nav a:visited {
		display: inline-block;
		padding: 0 16px 0 16px;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		line-height: 32px;
		height: 32px;
	}

	#nav a:hover {
		color: #fff;
		background: url(images/pcx_navhoverbg.png) center repeat-x;
  
	}
	
	.current_page_item a:link, .current_page_item a:active, .current_page_item a:visited, .current_page_item a:hover {
		display: inline-block;
		padding: 0 16px 0 16px;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		line-height: 32px;
		height: 32px;
		background: url(images/pcx_navhoverbg.png) center repeat-x;
	}


/*                                 SIMPLE JQUERY SLIDESHOW
__________________________________________________________
*/


	#slideshow {
		position: relative;
	   	height: 204px;
		margin: 0 auto 0 auto;
		background: url(images/pcx_mainbg.gif) center repeat-y;
	}
	
	#slideshow IMG {
	    position:absolute;
	    top:0;
	    left:17px;
	    z-index:8;
	    opacity:0.0;
	}
	
	#slideshow IMG.active {
	    z-index:10;
	    opacity:1.0;
	}
	
	#slideshow IMG.last-active {
	    z-index:9;
	}

/*                                            FOOTER STYLE
__________________________________________________________
*/
	
	div#pcx_footer {
		text-align: center;
		padding-top: 20px;
	}
	
	p.pcx_footer {
		text-align: center;
		font-size: 11px;
		line-height: 16px;
		color: #a6a6a6;
		width: 914px;
	}
	
	a:link.pcx_footer, a:active.pcx_footer, a:visited.pcx_footer {
		color: #0a6600;
		text-decoration: none;
		padding: 0 15px 0 15px;
	}
	
	a:hover.pcx_footer {
		text-decoration: underline;
	}
