/*  
Theme Name: Esterox
Theme URI: http://topwpthemes.com/esterox/
Description: Designed by <a href="http://designed.nu">Design Blog</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: Design Blog
Author URI: http://designed.nu
� 2008, Design Blog. All rights reserved. 
*/

* { margin: 0; padding: 0; }

body {
	background: url(images/bg.jpg);
	text-align: center;
	margin: 0 auto;
	}
	
#accessibility {
	display: none;
	}

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
	}
	
#middle {
	background: #ffffff;
	overflow: auto;
	width: 100%;
	}

#content {
	float: left;
	width: 498px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 8px;
        display: inline;
	}
	
#sidebar {
	float: left;
	background: #feffec;
	width: 215px;
	padding: 10px;
        margin: 7px;
	border: 1px solid #686868;
        display: inline;
	}

#sidebar2 {
	float: right;
	background: #feffec;
	width: 215px;
	padding: 10px;
        margin: 7px;
	border: 1px solid #686868;
        display: inline;
	}
	
/* -------------------
Header
------------------- */

#header {
	height: 110px;
        background: url(images/header.jpg);
        width: 1000px;
        height: 244px;
	}

.header-title {
	font-family: Verdana;
	color:#fefefe;
	font-size:30px;
        font-weight:bold;
	padding: 50px 0 0 150px;
	text-align:left;
	}
.header-title a{
	color:#fefefe;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#fefefe;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
        font-family: Verdana;
        font-weight: normal;
	color:#fefefe;
	padding: 3px 0 0 151px;
	text-align:left;
	}

/* -------------------------
       dTabs
--------------------------- */

#tabbar {
	background: #feffec;
	width: 984px;
	margin: 5px auto 0px;
	padding: 10px 0px 10px 0px;

	text-align: center;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
        border-left: 1px solid #686868;
        border-right: 1px solid #686868;
	}

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
#tabbar li, #tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 5px;
	
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: rgb(240,240,240);
	
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(150,150,150);
        
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;

}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: white;

}

/* style the drop down menus */
.dmenu {

	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
#tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
#tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;

}
/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
#tabbar .fademenu .dmenu {
	



	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
#tabbar .fademenu:hover .dmenu {
	left: auto;
}
	
/* --------------------------
	Navbar      	
--------------------------- */

#navbar {
	background: #FFFFFF;
	width: 984px;
	margin: 5px auto 0px;
	padding: 10px 0px 10px 0px;

	text-align: center;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
        border-left: 1px solid #686868;
        border-right: 1px solid #686868;
	}
/*	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;  
	}

#navbar ul li a:hover {
	color: #686868;
	}
*/	


	
/* -------------------
Content
------------------- */

#content .post {
	margin: 0 0px 20px 0px;
	}
	
/* general #content definitions */
	
#content h2 {
	color: #383838;
        background: #4ecafe;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 22px;
	font-weight: bold;
	margin: 0;
        padding-left: 5px;
	border-bottom: 1px solid #71a303;
	}

#content h2 a {
	color: #383838;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #383838;
	text-decoration: none;
	}
	
#content h3 {
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #383838;
	margin: 1.1em 0 0.2em 10px;
	font-weight: bold;
	}
	
#content h4 {
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #383838;
	border-left: 1em solid #aad736;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl {
	color: #383838;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content p, #content ul, #content ol, #content dl, #content img {
	margin: 0 0 0.3em 0;
	}
	
#content li {
	margin: 0 0 0 30px;
	color: #383838;
	font: 0.80em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote {
	margin: 0 0 1em 2em;
	border-left: 5px solid #98cf0b;
	padding: 0 0 0 1em;
	color: #383838;
}

	
#content a { color: #1ebbfe; }
#content a:hover { color: #383838; }
	
#content .post ul.post-data {	
        background: #fefefe;
	list-style: none;
	font: 0.85em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #383838;
	margin: 0px;
	border-top: 1px solid #71a303;
	}

#content .post ul.post-data li {
	color: #383838;
	}
	
#content .post ul.post-data a {
	text-decoration: none;
	color: #1ebbfe;
	}
	
#content .post ul.post-data a:hover {
	color: #383838;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}



.entry {
	margin: 0px 0 0px 0;
	padding: 10px;
        background: #fefefe;

	}

.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	}

.entry  img { 
      padding: 3px;
      border: 1px solid #71a303;
      }


.entry  img.alignleft { 



                float: left;
                margin: 3px 3px 0px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 0px 3px;
                 }

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	
/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;

	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #1ebbfe;	}
#content #comments .comment a:hover { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #383838; }
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment .comment-data p {
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #383838;
	border-top: 1px dashed #71a303;
	border-left: 1px dashed #71a303;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #1ebbfe; }
#content #comments .comment .comment-data p a:hover { color: #383838; }



	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #686868;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding-bottom: 2px;
	border-bottom: 1px dotted #383838;
	}
	
#sidebar p, #sidebar li {
	color: #1ebbfe;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar ul { list-style: none; }

#sidebar ul li {
	padding: 5px 0 0 0;
	list-style-type: none;
	margin-left: 0px;
        font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#sidebar ul li ul li {
        margin-left: 10px;
        list-style-type: disc;
        list-style-position: inside;
        }

#sidebar a {
	color: #1ebbfe;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #686868;
	text-decoration: underline;
	}
	

.ad200 {
	text-align:center;
        padding-bottom: 8px;
	}

/* -------------------
Sidebar2
------------------- */


	
#sidebar2 h3 {
	color: #686868;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding-bottom: 2px;
	border-bottom: 1px dotted #383838;
	}
	
#sidebar2 p, #sidebar li {
	color: #1ebbfe;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#sidebar2 p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar2 ul { list-style: none; }

#sidebar2 ul li {
	padding: 5px 0 0 0;
	list-style-type: none;
	margin-left: 0px;
        font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#sidebar2 ul li ul li {
        margin-left: 10px;
        list-style-type: disc;
        list-style-position: inside;
        }

#sidebar2 a {
	color: #1ebbfe;
	text-decoration: none;
	}
	
#sidebar2 a:hover {
	color: #686868;
	text-decoration: underline;
	}
	

.ad200 {
	text-align:center;
        padding-bottom: 8px;
	}



/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	text-align: center;
	background: #98cf0b;
	/* height: 60px; */
	}
	
#footer #footertext {

	color: #383838;
	font: 0.7em/1.6em Arial, Helvetica, sans-serif;
	padding: 15px 0 0 0;
	text-align: center;
	}
	
#footer #footertext a {
	color: #383838;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #383838;
	text-decoration: none;
	}
	
#footer #searchform {
	padding: 33px 0 0 30px;
	}
	
#footer #searchform .searchfield {
	height: 17px;
	}
	
#footer #searchform .searchbutton {
   height:22px;
	}

.alt
{
	padding: 10px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	width: 430px;
}

.commentlist {
padding-left: 12px;	
background: #aad736;
border-left: 10px solid #84b408;
border-right: 10px solid #84b408;
}


.commentlist li {
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
width: 531px;
}


.commentmetadata
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#commentform {
margin: 1em 0;
margin-left:10px;
width: 601px;
}

#commentform textarea {

background: #f8ffe4;
border: 1px solid #71a303;
width: 601px;
}
#commentform textarea:hover {
background: #f8ffe4;
border: 1px solid #71a303;
}
#commentform textarea:focus {
background: #f9fded;
border: 1px solid #669308;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8ffe4;
border: 1px solid #71a303;
width: 200px;
height: 15px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {

font-size: 1.1em;
background: #f8ffe4;
border: 1px solid #71a303;

width: 200px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f9fded;
border: 1px solid #669308;
width: 200px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0;
	float:left;
        background: url(images/submit-button.jpg);
        color: #383838;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border-left:1px solid #71a303;
	border-top:1px solid #71a303;
	border-right:1px solid #6a9903;
	border-bottom:1px solid #6a9903;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 2px;
        margin-bottom: 10px;
        height: 22px;
	}

.post{margin:0 0 25px 0;}



