/*  
Theme Name: EvenSimpla
Theme URI: http://www.webcontor.de/evensimpla/
Description: Based on Simpla Siyah
Version: 1.0
Author: Andreas Kohsiek
Author URI: http://www.webcontor.de
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#000 url(./images/bg.png) repeat-x;
        behavior:url("csshover.htc"); 
	border-top:5px solid #333;
	color:#999;
	font-family: Verdana, Arial, Helvetica, Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
        float:left;
        text-align:justify;
        font-size: 1.1em;
	width:44em;
	padding:1em;
}
#sidebar{
	font-size:1.2em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#fd9f09;
}
#header h1 a:hover{
	color:#FFCC00;
}
#header p{
	color:#F5F5F5;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.0em;
}
.entrytitle h2 a
{
	color:#fd9f09;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#CCCCCC;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#000 url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#000 url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#000 url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	list-style-type:none;
	border-bottom:1px dashed #333;
	margin-bottom:0.3em;
	padding:0.3em;
}
#sidebar h2{
	color:#c0c0c0;
	font-size:1.0em;
	margin:0.3em 0;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	background:#999
}
.commentsblock textarea:focus{
	background:#999;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#999;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#CCCCCC;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#000000;
	border:1.2px dashed #333;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#fd9f09;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
li{
	color:#f0f0f0;
	text-decoration:none;
        list-style-type:none;
	margin-bottom:0.0em;
	padding:0.0em;
}
h1{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing: 1px;
	margin:0;
        color:#c0c0c0;
        font-size:1.4em;
}
hr{
 border: 0px; 
 border-bottom:1px dashed #333;
}

/* style the outer div to give it width */
.menu {
width:750px; 
font-size:0.85em;
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;

font-size:11px;
text-decoration:none; 
color:#000000; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#FDB033; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#FDB033;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#FDB011;
}
.menu ul ul :hover > a.drop {
background:#FDB033;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#FDB033;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#FDB033;
}
.menu ul ul ul :hover > a {
background:#FDB033;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FDB033; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

div.bg {
background-image: url(http://www.multicon-engineering.com/shared/placeholder.png);
background-color:black;
width:220px;height:173px;
border:0px;
padding:0px;
}
