/*
Theme Name: Ic Theme
Theme URI: http://blog.v-wdd.net/
Description: Ic Theme
Version: 1.0
Author: Victor Stanciu
Author URI: http://www.v-wdd.net/
*/

/*Layout*/
*{
  padding: 0;
  margin: 3;
}
body{
  font-family: Times Roman, Arial, Verdana, Sans-Serif;
  font-size: 76%;
	background-color:#000000;
	padding-top:5px;
	font-size:12px;
}
#wrapper, #header, #footer{
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
#header{
	height:70px;
	background-image:url("imagini/layout/banner.png");
	margin-bottom:4px;
	padding:41px 0px 0px 30px;
	width:720px;

}
#content,#footer{
  width: 582px;
  float: left;
	background-image:url("imagini/layout/left_bg.png");
	background-repeat:repeat-y;
}
#sidebar{
  width: 165px;
  margin-left: 585px;
	background-image:url("imagini/layout/right_bg.png");
	background-repeat:repeat-y;
}
#header h1{
	font-size:14px;
}
#header a{
	text-decoration:none;
	color:#E2F298;
}

/*Stanga*/
.left_top{
	width:582px;
	height:15px;
	background-image:url("imagini/layout/left_top.png");
	background-repeat:no-repeat;
}
.left_bottom{
	width:582px;
	height:15px;
	background-image:url("imagini/layout/left_bottom.png");
	background-repeat:no-repeat;
}

/*Dreapta*/
.right_top{
	width:165px;
	height:15px;
	background-image:url("imagini/layout/right_top.png");
	background-repeat:no-repeat;
}
.right_bottom{
	width:165px;
	height:15px;
	background-image:url("imagini/layout/right_bottom.png");
	background-repeat:no-repeat;
}

/*Footer*/
#footer{
	clear:both;
	margin-top:5px;
	color:#F5F5F5;
}
#footer p{
	padding:0px 0px 0px 10px;
}
#footer a{
	color:#848284;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/*General*/
#left{
	padding:10px;
	color:#F5F5F5;
}
#right{
	padding:10px;
	color:#B7B3B3;
}
#right ul{
	list-style-type:none;
}
 

#left a{
	text-decoration:none;
	color:#CE7D21;
}
#left a:hover{
	text-decoration:underline;
}
#left h2{
	margin-bottom:5px; 
        font-size:14px;	
}
#left a{	
	color:#CE7D21;
}
#left div.post{
	margin-bottom:25px;
}
p.postmetadata{
	margin-top:15px;
	margin-bottom:1px;
	padding:5px 0px 5px 5px;
	border-top:1px dashed #F3FFBC;
	border-bottom:1px dashed #F3FFBC;
        }
.small{
	width:100%;
	display:block;
	border-bottom:1px dashed #F3FFBC;
	padding-bottom:5px;
	margin-bottom:15px;
}
#right h2{
	font-size:14px;	
	padding:0px;
	color:#CE7D21;
	margin-bottom:5px;
}
#right ul li ul{
	margin-bottom:10px;
}
#right a{
  position:relative;
  z-index:1; 
	color:#ffffff;
	text-decoration:none;
}
#right a:hover{
	text-decoration:underline;
  z-index:2; 
}
#right a span{
  display:none;
}
#right input#s{
	background-color:#434E6A;	
	border:1px solid #242B3E;
  color:#B7B3B3;
	width:137px;
	padding:3px;
	margin-bottom:5px;
}
#left textarea{
	background-color:#434E6A;
	border:1px solid #242B3E;
  color:#FFFFFF;
  width:500px;
	padding:3px;
	margin-top:5px;
	margin-bottom:5px;
  font-family:Sans, Times Roman;
  font-size:9px;
}
#left h3#respond, h3#comments{
	margin-top:15px;
	margin-bottom:10px;
}
#left input{
	background-color:#434E6A;
	border:1px solid #242B3E;
  color:#FFFFFF;
	padding:3px;
	margin-bottom:5px;	
}
#right input#s:focus, #left input:focus, #left textarea:focus{
	border:1px solid #E2F298;
}
#right input#searchsubmit{
	background-color:#434E6A;
	border:1px solid #242B3E;
  padding:3px;
  color:#FFFFFF;
}
#left input#submit{
	background-color:#434E6A;
	border:1px solid #242B3E;
  color:#FFFFFF;
	padding:3px;
	margin-bottom:5px;	
}
#left ol li{
	background-color:#434E6A;
	border:1px solid #242B3E;
	padding:15px;
	margin-bottom:20px;
}
#right ul li p{
	margin-bottom:15px;
}
div.entry img, div.entrytext img{
	margin:15px 0px 15px 50px;
	border:1px solid #E2F298;	
}
div.entry img.wp-smiley, div.entrytext img.wp-smiley{
	margin:0;
	border:0;
	vertical-align:middle;
}
div.entry p, div.entrytext p{
	margin:10px 0px 10px 0px;
        vertical-align:top;

}
div.entry h4, div.entrytext h4{
  font-size:9px;
  font-weight:bold;
  color:#858FA9;
  font-family:Times Roman;
}
#left pre{
	background-color:#434E6A;
	border:1px solid #242B3E;
	padding:10px;
  margin:10px 0px 10px 0px;
}
div.entry ul, div.entrytext ul{
	list-style-type:none;
	padding-left:20px;
}
div.entry ul li, div.entrytext ul li{
	background:url("imagini/bullet.gif") no-repeat;
	background-position:0% 50%;
	padding-left:15px;
}

#headerimg{cursor:pointer;}