/*
Theme Name: Bella Energy
Theme URI: http://www.neonsumo.com/
Description: Created for Bella Energy by NeonSumo
Version: 1.0
Author: NeonSumo.com
Author URI: http://www.neonsumo.com
Tags: Custom, Fixed Width, Side Bar
	
	Created Using Kubrick v1.5 as a starting point:
	
	 http://binarybonsai.com/kubrick/

*/




#tester{
	border: 2px solid #000;
}

/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #bceafd url(images/main_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* Resets 1em to 10px */
	}
#bgtwo {
	background:  url(images/bottom_bg.jpg) bottom center repeat-x
}
#page {
	margin: 0 auto;
	padding: 0 10px;
	width: 935px;
	background: #FFF url(images/content_bg.gif) no-repeat;
	}

#header {
	position:relative;
	z-index: 900;
	height: 190px;
	}
	
#header #logo{
	position: absolute;
	top: 10px;
	left: 20px;
}
	
#header #quote{
	position:absolute;
	top: 10px;
	right: 10px;
	width: 289px;
	height: 33px;
	background: url(images/quote_bg.jpg) no-repeat 0 0;
}
#header #quote:hover{
	
	background-position: 0 -33px;
}
#header #quote a{
	display: block;
	width: 100%;
	height: 100%;
}
#header #phoneContact{
	position: absolute;
	top: 17px;
	right: 310px;
	color: #ee592b;
	font-size: 1.4em;
	letter-spacing: 1px;
}
#header #slogan{
	position: absolute;
	top: 140px;
	right: 250px;
	color: #ee592b;
	font-size: 1.4em;
	letter-spacing: -1px;
}
#header #search{
	position: absolute;
	top: 135px;
	right: 10px;
}
#header #search #s{
	padding: 5px;
	margin: 0 30px 0 0;
	width: 175px;
	border: #ddeffe 2px solid;
	font-size: 1.2em;
	background:  #FFF;
}
#header #search #searchsubmit{
	position: absolute;
	top: 1px;
	right: 0;
}

#header #menu{
	z-index: 1000;
	position: absolute;
	right: -10px;
	top: 43px;
	background: url(images/menu_bg.jpg) no-repeat;
	height: 59px;
	width: 773px;
	padding: 25px 0 0 30px;
}

/* General */
#cssdropdown, #cssdropdown ul {
	list-style: none;
	position: relative;
	z-index: inherit;
}
#cssdropdown, #cssdropdown * {
	padding: 0;
	margin: 0;
}

/* Head links */
#cssdropdown li {
	float: left;
	margin-left: -2px;
	border-left: 2px #bbe0fe solid;
	border-right: 2px #bbe0fe solid;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#cssdropdown li a {
	display: block;
	padding: 5px 5px;
	color: #002f55;
}
#cssdropdown li a:hover {
	text-decoration: none;
}

/* Child lists and links */
#cssdropdown li ul {
	position:absolute;
	z-index: inherit;
	display: none;
	border: 3px #bbe0fe solid;
	background: #FFF;
	text-align: left;
}
#cssdropdown li:hover ul {
	display: block;
}
#cssdropdown li ul li{
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	border: none;
	float: none;
}
#cssdropdown li ul li a {
	padding: 5px 8px;
	margin-left: 2px;
}
#cssdropdown li ul li a:hover {
	background-color: #e5f3ff;
	text-decoration: underline;
}

#totalHomeSlider{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 919px;
	height: 345px;
	background: url(images/index_scroller_bg.jpg) no-repeat;
	overflow: hidden;
}
#totalHomeSlider div{
	overflow: hidden;
}
#totalHomeSlider #homeSlide{
	position: absolute;
	overflow: hidden;
	width: 548px;
	height: 297px;
	top: 20px;
	left: 30px;
}
#totalHomeSlider #homeController{
	display: none;
}

#totalHomeSlider #homeLinks{
	position: absolute;
	top: 20px;
	left: 610px;
}

#totalHomeSlider #homeLinks div{
	padding: 15px 0;
}
#totalHomeSlider #homeLinks span{
	margin: 0;
	padding: 0;
	display: block;
	color: #ddeffe;
	font-size: 1.0em;
	cursor: pointer;
}
#totalHomeSlider #homeLinks span.title{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 24px;
	
}
#totalHomeSlider #homeLinks span p{
	margin: 0;
	padding: 0;
}
#totalHomeSlider #homeLinks span.line2{
	padding: 5px 0 0 0;
	background: url(images/index_scroller_br.jpg) no-repeat;
}
#totalHomeSlider #homeLinks a{
	display:block;
}
#totalHomeSlider #homeLinks a:hover{
	text-decoration: none;
	color:#FFF;
}


#totalSideSlider{
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 169px;
	overflow: hidden;
}
#totalSideSlider div{
	overflow: hidden;
}
#totalSideSlider #sideController{
	display: none;
}
#totalSideSlider img{
	border: 0;
}

#homeBoxes {
	margin: 20px 0;
	clear: both;
}
#homeBoxes .box{
	display: block;
	float: left;
	margin: 2px;
	padding: 10px;
	overflow: hidden;
	height: 163px;
	width: 284px;
	background: url(images/3box_bg.jpg) no-repeat;
}
#homeBoxes .box a{
	display: block;
	color: #002f55;
	text-decoration: none;
}
#homeBoxes .box a:hover{
	display: block;
	color: #002f55;
	text-decoration: none;
}
#homeBoxes .box span.title{
	font-size: 1.4em;
}
#homeBoxes .box span.title, #homeBoxes .box span.subTitle{
	display: block;
	margin: 0;
	padding: 0;
	color: #002f55;
	text-align: center;
}
#homeBoxes .box span.boxMain{
	display: block;
	text-align: left;
	margin-top: 10px;
	font-size: 1.0em;
}
#homeBoxes .box a span.boxMain{
	color:#666;
}
#homeBoxes .box .alignleft{
	padding-top: 5px;
	padding-bottom: 10px;
}

#pagHead{
	
}

#pageHead #pageLeft{
	float: left;
	width: 348px;
	background: url(images/page_left_bg.jpg);
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	font-style:italic;
}
#pageHead #pageLeft p{
	padding: 0 10px;
}
#pageHead #pageLeft .bottomBit{
	background: url(images/page_left_bottom_bg.jpg) no-repeat bottom;
	margin: 0;
	padding-bottom: 10px;
}
#pageHead #pageRight{
	width: 330px;
	float: right;
}
#pageHead #pageRight h2{
	
}

#pageFoot{
	margin-top: 30px;
	clear: both;
}
#pageFoot .pageBlock{
	width: 302px;
	height: 97px;
	padding: 5px 18px 11px 13px;
	background: url(images/page_box_bg.jpg) no-repeat;
	float: left;
	overflow: hidden;
}
#pageFoot .pageBlock a:hover{
	text-decoration: none;
}
#pageFoot .pageBlock .alignleft{
	margin: 0;
	padding: 0;
}
#pageFoot .pageBlock span{
	
	padding-left: 110px;
	display: block;
}
#pageFoot .pageBlock .pageBlockHead{
	padding-top: 7px;
	font-size: 1.4em;
	font-weight: bold;
}
#pageFoot .pageBlock .pageBlockBody{
	line-height: 1.6em;
}
#pageFoot .pageBlock a .pageBlockHead {
	color: #002f55;
}
#pageFoot .pageBlock a .pageBlockBody {
	color: #666;
}

#subBody{
	float: right;
	width: 455px;
}
#subBody h2, #subBody h1{
	margin-left: -20px;
}
#subBody h3{
	margin-left: -20px;
}
#subBody h4{
	margin-left: -20px;
}
#leftBar  {
	float: left;
	width: 199px;
}
#leftBar img{
	padding: 10px 0;
}

#content {
	width: 690px;
	float: left;
	}
	
#blogcontent{
	float: right;
	width: 440px;
	padding-right: 20px;
}
#blogcontent h2, #blogcontent h1{
	border-bottom: 2px solid #bbe0fe;
}
/*
.wpcf7{
	width: 427px;
	padding: 0 20px 100px 20px;
	margin: 1000px 0;
	background: url(images/comment_bg.jpg) no-repeat bottom;
	position: relative;
}
*/
.wpcf7 {
	position: relative;
	width: 372px;
	padding: 0 35px 45px 20px;
	background: url(images/comment_bg.jpg) no-repeat bottom;
}
.wpcf7 input {
	width: 200px;
	padding: 4px;
	margin: 1px 5px 1px 0;
	border: 3px solid #bbe0fe;
	}
	
.wpcf7 select {
	width: 211px;
	padding: 4px;
	margin: 1px 0 1px 0;
	border: 3px solid #bbe0fe;
	}

.wpcf7 textarea {
	width: 100%;
	padding: 4px;
	border: 3px solid #bbe0fe;
	margin: 1px 5px 1px 0;
	height: 115px;
	}

.wpcf7 p{
	margin: 0;
	padding: 0;
}
.wpcf7 .cfitem {
	border-bottom: #eef7ff dashed 2px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}
.wpcf7 .cfpost{
	font-size: 0.8em;
	color: #999;
}
.wpcf7 .submit{
	position: absolute;
	bottom: -20px;
	right: 0px;
}
.wpcf7 .submit button{
	border: 0;
	padding: 10px;
	background: none;
	color: #369;
	font-size: 2.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}


.alt {
	/*
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	*/
	}

#footer {
	margin: 0 -10px 0 -10px;
	/*padding-top: 94px;*/
	/*background: url(images/footer_top_bg.png) no-repeat;*/
	clear: both;
	}
#footer #flashfoot {
	height: 193px;
	clear: both;
}
#footer #textfoot {
	position: relative;
	background: #003055;
	color: #FFF;
	height: 99px;
}
#footer #textfoot #footicons {
	position: absolute;
	top: 40px;
	left: 15px;
	padding: 0 15px 0 0;
	background: url(images/footer_spacer.jpg) no-repeat top right;
}
#footer #textfoot #footslogan {
	position: absolute;
	top: 40px;
	left: 200px;
	padding: 10px 15px 20px 0;
	background: url(images/footer_spacer.jpg) no-repeat top right;
	font-size: 1.2em;
}
#footer #textfoot #footcontact {
	position: absolute;
	top: 40px;
	left: 675px;
	font-size: 0.8em;
	padding: 0 0 10px 130px;
	background: url(images/footer_logo.jpg) no-repeat top left;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2, h1 {
	font-size: 1.6em;
	}

h2.pagetitle, h1.pagetitle{
	font-size: 1.6em;
	}

#sidebar h2, #sidebar h1 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.entry h2, .entry h1 {
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 4px 0;
	color: #003055;
	border-bottom: #bbe0fe 2px solid;
}

h3 {
	font-size: 1.4em;
	}
.entry h3{
	margin: 5px 0;
	padding: 0;
	color: #369;
}
h4 {
	font-size: 1.4em;
	}
.entry h4{
	margin: 5px 0;
	padding: 0;
	color: #ee592b;
}

#headerimg .description {
	text-decoration: none;
	color: white;
	}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h1, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h1 a:hover, h3 a:hover, a:visited {
	color: #69c;
	text-decoration: none;
	}
a:hover {
	color: #9cf;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */




.post p{
	line-height: 1.4em;
}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2, h1 {
	margin: 30px 0 0;
	padding: 0;
	}

h2.pagetitle, h1.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2, #sidebar h1 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	
	}

html>body .entry li {
	margin: 7px 0 8px 0;
	padding: 0 0 0 20px;
	background: url(images/list_bullet.gif) no-repeat 0 5px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
/*
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
*/
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/*
.entry form { // This is mainly for password protected posts, makes them look better. 
	text-align:center;
	}
*/

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 4px;
	margin: 1px 5px 1px 0;
	border: 3px solid #bbe0fe;
	}

#commentform textarea {
	width: 100%;
	padding: 4px;
	border: 3px solid #bbe0fe;
	margin: 1px 5px 1px 0;
	height: 115px;
	}
#commentform label{
	margin: 0;
	padding: 0;
}
#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	border-top: 2px solid #bbe0fe;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #e4fff0;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}
	
#respond{
	color: #369;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentform{
	width: 427px;
	padding: 0 0 60px 0;
	background: url(images/comment_bg.jpg) no-repeat bottom;
	position: relative;
}
.commentform .leftcomment{
	float: left;
	margin-left: 7px;
	width: 170px;
}
.commentform .rightcomment{
	width: 210px;
	margin-right: 21px;
	float: right;
}
.commentform .submitbutton{
	position: absolute;
	right: 15px;
	bottom: -25px;
}
.commentform .submitbutton button{
	border: 0;
	padding: 10px;
	background: none;
	color: #369;
	font-size: 2.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: right;
	padding: 0 0 0 0;
	width: 221px;
	}
#sidebar li{
	padding: 10px 10px 0 10px;
	margin: 0;
	background: url(images/sidebar_top_bg.jpg) no-repeat top center;

}
#sidebar #text-3{
	background: none;
	min-height:inherit;
	padding: 0;
	margin: 0 0 -2px 0;

}
#sidebar li li{
	min-height: inherit;
	background: none;
}
#sidebar form {
	margin: 0;
	}
	
#blogside{
	margin-top: 15px;
	float: left;
	width: 209px;
}
#blogside ul{
	margin: 0;
	padding: 0;
}
#blogside li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#blogside .widgettitle{
	margin: 0 0 2px 0;
	padding: 4px 10px;
	color: #369;
	background: #f1f9ff url(images/blog_side_header_bg.jpg) no-repeat;
}
#blogside ul ul{
	background: url(images/blog_side_body_bg.jpg) no-repeat;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#blogside ul ul li{
	padding: 5px 0;
}
#blogside .peopleOf{
	background: url(images/ourpeople.gif) no-repeat top left;
	padding: 80px 10px 0 10px;
}
#blogside .peopleOf li{
	padding: 4px 0 4px 20px;
	background: url(images/list_bullet.gif) no-repeat 5px 8px;
}

#blogside .products{
	background: url(images/products.gif) no-repeat top left;
	padding: 80px 10px 0 10px;
}
#blogside .products li{
	padding: 4px 0 4px 20px;
	background: url(images/list_bullet.gif) no-repeat 5px 8px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 5px 15px 5px 50px;
	background: url(images/blockquote_bg.gif) no-repeat #f1f9ff 5px 15px;
	color: #000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	/*background-color: #f3f3f3;*/
	background: #003055;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
