/*  
 * Theme Name: 		Power Enhancer
 * Theme URI: 		http://www.fueltechexperts.com/
 * Description: 	A three column theme, blank template to work with.
 * Author: 			Richard Dows
 * Author URI: 		http://www.theenglishguy.co.uk/
 */

* {
    margin:					0;
	padding:                0;
}

body, html {
	background-color:		#fff;
	background-image:		url(images/bg.jpg);
	background-repeat:		no-repeat;
	background-position:	top center;
	background-attachment:	fixed;
	font-family:			"Lucida Grande", verdana, sans-serif;
	font-size:				100%;
}



/*----------------------------- wrapper ------*/
#wrap {
    width:					900px;
	margin:					0 auto;
	background-color:		#fff;
	text-align:				left;
	border-left:			2px solid #000;
	border-right:			2px solid #000;
}



/*-------------------------- main divs -------*/
#header {
	background-color:		#fff;
	background-image:		url(images/header.jpg);
	background-repeat:		no-repeat;
	background-position:	top left;
	min-height:             150px;
	height:					auto !important;
	height:					150px;
	position:				relative;
}
#header #text {
	min-height:	            150px;
	height:					auto !important;
	height:					150px;
	width:					191px;
	background-color:		transparent;
	margin-left:			0px;
}
#header #text:hover {
    cursor:					pointer;
}
#header #search {
    width:					160px;
    position:				absolute;
	top:					15px;
	left:					735px;
	background-color:		#0c6;
}
#header #search input#q {
	width:					138px;
	height:					21px;
	padding:                5px 1px 4px 2px;
	background-image:		url(images/search.jpg);
	background-repeat:		no-repeat;
	border:					0;
	font-size:				14px;
}
#header #search .cse-branding-logo {
    float:					left;
	clear:					left;
	margin:					0 0 0 -3px;
}
#header #search .cse-branding-text {
    font-family:			Arial, sans-serif;
	font-weight:			bold;
	font-size:				13px !important;
	color:					#000;
	padding:                0;
	margin:                 0;
}
#header #search input#sa {
    border:					1px solid #ccc;
	background-color:		#eee;
	margin:					3px 0 0 0;
	width:					142px;
	text-align:				center;
}
#header #tagline {
    position:				absolute;
	top:					110px;
	left:					195px;
	font-style:				italic;
	font-weight:			bold;
	font-size:				16px;
	width:					700px;
}


#middle {
    padding:                10px;
	background-color:		#fff;
}


#content {
    width:					550px;
	background-color:		#fff;
	float:					left;
	padding:                16px 0 0 0;
}
#home #content { 
	padding:                1px 0 0 0;
}


.sidebar {
    width:					160px;
	float:					left;
	margin:					0;
	background-color:		#fff;
	text-align:				left;
	list-style-type:		none;
}

.sidebar h3 {
	font-size:				18px;
	font-weight:			bold;
	text-align:				left;
	margin:					0 0 0 5px;
	color:					#000;
}
.sidebar li { 
    margin:					0 0 15px 0;
}
.sidebar img#rssicon {
    float:					right;
	clear:					right;
	margin:					0 10px 5px 5px;
}
.sidebar ul, .sidebar p {
    margin:					0 8px;
	list-style-type:		none;
	font-size:				12px;
	color:					#000;
}
.sidebar ul li {
    padding:                5px 0 5px 0;
	margin:					0;
	border-bottom:			1px solid #222;
}
.sidebar ul li:hover {
    border-bottom:			1px solid #111
}
.sidebar ul ul {
    padding:                5px 0 5px 10px;
}

.sidebar .top, .sidebar .bottom {
    height:					10px;
	background-repeat:		no-repeat;
	background-position:	top left;
}
.sidebar .top {
    background-image:		url(images/sidebar_top.jpg);
}
.sidebar .middle {
    background-image:		url(images/sidebar_middle.jpg);
	background-repeat:		repeat-y;
}
.sidebar .bottom {
    background-image:		url(images/sidebar_bottom.jpg);
}

#rightsidebar .sidebar { 
    margin-left:			10px;
}



/*----------------------------- post ---------*/
.post {
	margin:                 0;
	padding:                5px;
}
.post-content {
	line-height:			1.3em;
	padding:                0;
	font-size:				12px;
	background-image:		url(images/tablet_middle.jpg);
	background-repeat:		repeat-y;
	background-position:	top left;
	color:					#000;
}
.post-content ul, .post-content ol, .post-content dl, #commentsdiv ul, #commentsdiv ol, #commentsdiv dl {
    padding:                5px 5px 10px 25px;
}
.post-main {
    margin:					0 10px;
}
#single .post-main {
	min-height:             200px;
	height:					auto !important;
	height:					200px;
}
.post-main h3 {
    margin:					0 0 5px 0;
	font-size:				16px;
}
.post-main p { }
.post-single .post-main p, #home .post-main p {
    font-size:				14px;
	line-height:			1.3em;
}
.post-top {
	padding:                0;
	height:					10px;
	background-image:		url(images/tablet_top.jpg);
	background-repeat:		no-repeat;
	background-position:	top left;
}
.post-bottom, .post-info {
    text-align:				right;
}
.post-bottom {
    padding:                0;
	margin:					0 0 5px 0;
	height:					10px;
	background-image:		url(images/tablet_bottom.jpg);
	background-repeat:		no-repeat;
	background-position:	top left;
}
.post-extras {
    margin:					0 10px;
}

.category-title {
    margin:					0 0 5px 10px;
}
.category-title h2 {
    font-size:				18px;
	color:					#000;
	font-variant:			small-caps;
	margin:					0;
	padding:                0;
}
.category-title small {
    font-size:				13px;
	font-variant:			normal;
}
.category-title .description {
    color:					#000;
	font-size:				12px;
	padding:                0;
	margin:                 -5px 0 0 0;
}

.posted-by {
	color:					#000;
	font-size:				10px;
	padding:                2px 0;
	margin:					0 0 0 10px;
}

#commentsdiv h4 {
	font-family:			"Rotis Semi Serif", Rotis, Georgia, "Times New Roman", Times, serif;
}


/*-------------------------- comments --------*/
#commentsdiv {
	margin:					0 5px;
	text-align:				left;
	color:					#000;
}
.comment, .trackback { }
.comments-top {
    background-image:		url(images/tablet_top.jpg);
	background-repeat:		no-repeat;
	height:					10px;
}
.comments-number { 
	font-size:				20px;
	font-weight:			bold;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#eee;
	float:					right;
	padding:                3px 10px 10px 5px;
}
.comments-poster {
    padding:                3px 0 10px 0px;
}
.comments-author {
    font-size:				16px;
}
.comments-date {
    font-size:				16px;
}

.comments-middle {
    padding:                0 8px;
	background-image:		url(images/tablet_middle.jpg);
	background-repeat:		repeat-y;
}
.comments-middle p {
    padding:                2px 0 7px 0;
	font-size:				12px;
	line-height:			1.4em;
}

.comments-bottom {
    background-image:		url(images/tablet_bottom.jpg);
	background-repeat:		no-repeat;
	height:					10px;
}

#commentsdiv ul, #commentsdiv ol, #commentsdiv dl {
    font-size:				12px;
}
#commentsdiv h4 {
    color:					#fff;
	font-size:				16px;
	font-family:			Arial, Helvetica, sans-serif !important;
}
#commentsdiv h5 { 
    font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	padding:                0 0 10px 10px;
	color:					#000;
}
#commentsdiv label {
    width:					100px;
	float:					left;
	margin-left:			-5px;
	font-size:				12px;
}
#commentsdiv input {
    margin:					0 0 3px 0;
	border:					1px solid #605737;
}
#commentsdiv .comments-textarea {
	margin:					0 20px;
}
#commentsdiv textarea {
    width:					480px;
	margin:                 0 0 25px 0;
	border:					1px solid #605737;
}
#commentsdiv input#submit {
	float:					right;
	margin:                 0 5px 0 0;
	padding:                2px 5px;
}



/*---------------------------- footer --------*/
#footer { 
	background-color:		#fff;
	border-top:				2px solid #000;
	margin:					25px 0 0 0;
	color:					#000;
	font-size:				16px;
	text-align:				center;
	padding:                5px 10px;
}



/*------------------------------ menu --------*/
#navcontainer {
    background-color:		#303030;
	border-top:				2px solid #000;
	border-bottom:			2px solid #000;
	padding:                2px 0;
}
#navcontainer ul {
    text-align: 			center;
    padding-bottom: 		5px;
    padding-top: 			5px;
    padding-left: 			0;
    margin-top: 			0;
/* cancels gap caused by top padding in Opera 7.54 */
    margin-left: 			0;
    background-color: 		#303030;
    color: 					white;
    width: 					100%;
    font-family: 			Arial,Helvetica,sans-serif;
    line-height: 			18px;
/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
    display: 				inline;
    padding-left: 			0;
    padding-right: 			0;
    padding-bottom: 		5px;
/* matches link padding except for left and right */
    padding-top: 			5px;
}
#navcontainer ul li a {
    padding-left: 			10px;
    padding-right: 			10px;
    padding-bottom: 		5px;
    padding-top: 			5px;
    color: 					white;
    text-decoration: 		none;
    border-right: 			1px solid #fff;
}
#navcontainer ul li a:hover {
    background-color: 		#369;
    color: 					white;
}
#navcontainer #active { border-left: 1px solid #fff; }



/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: 			#333;
	width: 					900px;
	height: 				35px;
	color: 					#fff;
	margin: 				0 auto 0;
	padding:                0;
	border-top:				2px solid #000;
	border-bottom:			2px solid #000;
}
#navbarleft {
	width: 					790px;
	float: 					left;
	margin: 				0;
	padding:                6px 0 8px 0;
}
#navbarright {
	width: 					110px;
	float: 					right;
	margin: 				0;
	padding:                10px 0 0 0;
}
#navbarright a img {
	border: 				none;
	margin: 				0;
	padding:                0;
}
#navbarright a {
    font-variant: 			small-caps;
	font-weight:   			bold;
	color: 					#fff;
}
#navbarright a:hover {
    background-color: 		#333;
}
#navbarright p {
    font-size: 				14px;
	font-variant: 			small-caps;
	font-weight: 			bold;
	padding:                0 5px 0 1px;
	margin: 				0;
	width: 					80px;
	float: 					right;
}
#navbar li {
	display: 				inline;
	list-style-type: 		none;
	margin: 				0 5px 0 0;
	padding:                0;
}
#navbar ul {
	margin: 				0;
	padding:                0 0 0 20px;
}
#navbar ul li a {
	font-size: 				12px;
	font-weight:			bold;
	color: 					#fff;
	padding: 	            0;
	margin: 				10px 0 10px 0;
	text-decoration: 		none;
	text-transform: 		uppercase;
	padding:                4px 5px 7px 5px;
	background-color:		#222;
}
#navbar ul li a:hover {
	color: 					#007692;
	padding: 	            0;
	margin:  				10px 0;
	text-decoration: 		none;
	padding:                4px 5px 7px 5px;
	background-color: 		#eee;
}

	
/*----------------------------- links --------*/
a:link, a:visited {
    color:					#007692;
	text-decoration:		none;
}
a:hover {
    color:					#000;
}

.align-left h3 a:link, .align-left h3 a:visited, .align-right h3 a:link, .align-right h3 a:visited {
    color:					#360;
	text-decoration:		none;
}
.align-left h3 a:hover, .align-right h3 a:hover {
    color:					#666;
}

.post-info a:link, .post-info a:visited {
    color:					#360;
    text-decoration:		underline;
	font-weight:			100;
	font-size:				14px;
}
.post-info a:hover {
    color:					#000;
}

.sidebar ul a {
    color:					#000;
	text-decoration:		none;
}
.sidebar ul a:hover {
    color:					#007692;
}



/*----------------------------- misc ---------*/
.spacer {
    clear:					both;
}
.justify {
    text-align:				justify;
}
.navigation {
    text-align:				center;
}
abbr, acronym {
    border:					0;
}
.small {
    font-size:				87%;
}
.uppercase {
    text-transform:			uppercase;
}
.centered {
    text-align:				center;
	margin:					0 auto;
}
.align-left {
    margin:					0 0 0 10px;
	float:					left;
}
.align-right {
    margin:					0 10px 0 0;
	float:					right;
}
.fright, .imdivright {
    float:					right;
	clear:					right;
}
.fleft, .imdivleft {
    float:					left;
	clear:					left;
}
img {
    border:					0;
}
.post-main img {
    margin:					5px;
}
.post p {
    padding:                5px 0;
}
blockquote {
    background-color:		#000;
	margin:					5px 25px;
	padding:                2px 5px 5px 5px;
	color:					#fff;
}



/*---------------------------- valid ---------*/
.w3cbutton3 {
    margin: 				1em 0;
    width: 					9em;
    border:                 1px solid #ccc;
    font-family: 			helvetica,arial,sans-serif;
    font-size: 				70%;
    font-weight: 			bold;
}
.w3cbutton3 a {
    display: 				block;
    width: 					100%;
}
.w3cbutton3 a:link, .w3cbutton3 a:visited, .w3cbutton3 a:hover {
    background-color: 		#fc6;
    color: 					#000;
    text-decoration: 		none;
}
.w3cbutton3 span.w3c {
    padding:                0 0.4em;
    background-color: 		#fff;
    color: 					#0c479d;
}


/*-------------------------- calendar --------*/
/* wp-calendar refers to the table itself     */
#wp-calendar {
    margin:					0 auto;
	width:					100px !important;
	font-size:				13px;
}
#wp-calendar caption {
    display:				none;
}
#wp-calendar thead tr { }
#wp-calendar thead tr th {
    text-align:				left;
} 
#wp-calendar tbody tr { }
#wp-calendar tfoot tr { }
#wp-calendar tbody td { 
    min-height:             21px;
	height:					21px;
	background-color:		transparent;
	border-right:			1px solid #bbb;
	border-bottom:			1px solid #bbb;
	margin:					0 0 5px 0;
	padding:                0;
	vertical-align:			top;
}
#wp-calendar tbody td:hover {
    background-color:		#8aacd2;
}
#wp-calendar tbody td#today {
    background-color:		#d8dfef;
}
#wp-calendar tbody td#today:hover {
    background-color:		#ddd;
}

#wp-calendar tbody a {
    color:					#3e483d;
	font-weight:			bold;
}
#wp-calendar tbody a:hover {
    color:					#000;
}
#wp-calendar tfoot a {
    color:					#000;
	font-size:				18px;
	text-decoration:		none;
}
#wp-calendar tfoot a:hover {
    color:					#900;
}


/**
 * Google branding;
 */
.cse-branding-bottom, .cse-branding-right {
  margin:0;
  padding:0
}
.cse-branding-bottom, .cse-branding-right {}
.cse-branding-bottom:after, .cse-branding-right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.cse-branding-text { 
  font: 10px Arial;
}
.cse-branding-form form {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, .cse-branding-bottom .cse-branding-text {
  display: block; 
  float: left
}
.cse-branding-bottom .cse-branding-form {
  margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
  padding: 0
}
.cse-branding-bottom .cse-branding-text {
  padding-top: 4px
}
.cse-branding-right .cse-branding-form {
  float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, .cse-branding-right .cse-branding-text {
  margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
  float: left;
  margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
  padding: 0
}
.cse-branding-right .cse-branding-text {
  margin-top: -4px
}