/*
File:			custom.css
Description:	Enginomix Site Design customization files
Designed by: Levitation Creations ( http://www.levitationcreations.com )
*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 125px; width: 500px; background: url('images/enginomixbanner.png') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

.custom a {
	color:#0b298b;}

.custom h2 {
	border-bottom:1px solid #026227;}

.custom h1, .custom h2 a {
	color:#026227}

/* -:[ Header ]:- */

.custom #header_area {
	background: url('images/bg_header2.png') repeat-x;
	border-bottom:1px solid #fff;
	height:20em;}

.custom #header {
	border-bottom: none;
	padding: 2.7em 0em 0em 0em;}
	
.custom #header #logo {
	width:450px;
	float: left;}

.custom #header #logo a {
	color:#026227;}

.custom #header #tagline {
	color:#026227;}

.custom #header .text_input {
	margin: 22px 0px 0px -12px;
	padding:0.4em 0.4em 0.4em 1em;
	width:100%;}

.custom #header .search_form {
	float: right;
	width: 25em;
	margin:-0.7em 0.3em 0 0;}

/*.custom #header .input, textarea {
	background:#000000 none repeat scroll 0 0;
	border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	border-style:solid;
	border-width:1px;
	color:#444444;
	font-size:1em;}*/

.custom ul#tabs {
	float:left;
	margin-top:-0.5em;
	background: none;
	border: none;}

.custom ul#tabs li{
	border-style: none;
	background: none;}

.custom ul#tabs li a {
	font-size: 1.3em;
	padding-left: 1em;
	background: none;
	color: #ffffff}

.custom ul#tabs li.page_item {
	background: none;
	border: none;}

.custom ul#tabs li.current_page_item,
.custom ul#tabs li.current-cat {
	background: none;
	border: none;}

.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a {
	color:#febd0e;
	background: none;
	border: none;}

/*.custom ul#tabs li.rss a {
	background:none;} */

/* -:[ Content ]:- */

/*.custom #content_area {
	background: url('images/bg_content.png') repeat;} */

.custom #content_box {
	background:none;}

.custom .headline_meta {
	color:#8b1d0b;}

.custom .format_text {
	color:#333333;}

.custom .prev_next {
	border-top: 2px solid #a8a08c;}

.custom #archive_info h1 {
	color:#66544a;}

.custom #archive_info p {
	color:#8b1d0b;}

.custom #archive_info {
	border-bottom: 2px solid #a8a08c;}

/* -:[ Comments ]:- */

.custom .author_comment {
	background:#fff;}

/* -:[ Teasers ]:- */

.custom .teasers_box {
	color:#66544a;}

.custom .teaser_date {
	color:#8b1d0b;}

/* -:[ Image Box ]:- */

.custom #image_box {
	background: #eee;
	margin-top:-7em;}

/* -:[ Sidebars ]:- */

.custom #sidebar_1 {
	border:none;}

.custom #sidebar_1 .textwidget {
	font-size: .95em;
	line-height: .85em;}

.custom #sidebar_1 .textwidget a {
	color:#026227;
	font-family: arial, veranda, sans-serif;}
	
.custom #sidebar_2  li.widget {
	margin-bottom: 0; }

/* -:[ Footer ]:- */

.custom #footer_area {
	background: url('images/bg_footer.png') repeat-x;
	height:10.5em;}

.custom #footer {
	border-top:none;
	color:#fff;
	padding-top: 2em;}

.custom #footer a {
	color: #026227;
	border-bottom: 1px solid #026227;}

.custom #footer p {
	color:#333;
	float:left;}

.custom #footer p.right {
	float:right;}