/*
Theme Name: RotorTheme
Theme URI: http://www.rotorblog.com
Description: RotorTheme 1.0 - blog theme for wordpress built by RotorBlog
Version: 1.1
Author: Maris Dagis
Author URI: http://www.rotorblog.com/ 
*/

body {
  background:#0A0B0D;
  margin:0px 0px;
  padding:0;
  clear: both;
  font: normal .80em/1.6em Arial, Helvetica, sans-serif;
  color: #333333;
}


a {  color: #333333;  text-decoration: underline;}
a:hover {    color: #666666;}


h1{  font:14px Arial, Helvetica, sans-serif; }
h1 a{  text-decoration: none; color:#71D1DF; font-size:28px;}
h1 a:hover{  text-decoration: none; color:#DB0C7D;}

h2{  font:25px Arial, Helvetica, sans-serif;}
h2 a{  text-decoration: none; color:#DB0C7D;}
h2 a:hover{  text-decoration: none; color:#666666;}

h3{  font-family:Arial, Helvetica, sans-serif;}


#fade {
  margin:0 auto;
  padding:0px 0px 0px 0px;
  width:1000px;
  background:url(images/fade.jpg) repeat-y;
}
/*wraping*/
#wrap {

  margin:0 auto;
  padding:0px 0px 0px 0px;
  width:900px;
  text-align:left;
  background:#ffffff;
}



/*header*/
#wrap #blogname{width: 900px; min-height: 185px; position: relative; clear: left; background:url(images/header_bg.gif);}
#wrap #blogname strong { text-indent: -10000px;}
#wrap #blogname strong a{  display: block;  width: 900px;  height:185px; float: right;  background:url(images/logo.gif) no-repeat bottom; overflow:  hidden;}
#wrap #blogname h1 { text-indent: -10000px; margin: 0; padding-left: 0px;}
#wrap #blogname h1 a{  display: block;  width: 900px;  height:185px; float: right;  background:url(images/logo.gif) no-repeat bottom; overflow:  hidden;}




/*Menu*/
#menu {  text-align:left; background:url(images/menu.gif); position: relative; margin-bottom: 0px; padding-left:15px; padding-top:5px; height:25px;}
#menu li {  display: inline; position: relative; margin-right: 15px; font: 15px Arial, Helvetica, sans-serif;}
#menu li a {  color: #DB0C7D; position: relative; text-decoration: none; padding-right:15px; border-right:#DB0C7D 1px solid;}
#menu li a:hover {  color: #DB0C7D; position: relative; text-decoration: underline;}




/*Main text*/
#main {
  clear:both;
  float:left;
  width:640px;
  margin-top:15px;
  padding-left:10px;
}




/*post*/
#container #main .post-title{
  margin-top:0px;
  margin-bottom:0px;
  padding:0px 0px 1px 0px;

}

#container #main h3{  font:bold 20px "Trebuchet MS", "Tahoma", sans-serif;}


.entry {
  margin-bottom:40px;
}
.entry .post-title{
  margin-top:0px;
  margin-bottom:0px;
  padding:0px 0px 1px 0px;

}
.postcontent{
  text-align: justify;
}

.postcontent img { border: 1px solid #eee;  margin-right: 10px;}

.relatedPosts li{
list-style-type:none;
}
.relatedPosts h3{
margin-bottom:0px;
padding-bottom:0px;
}

/* Post Meta */
.post-info{
color:#F39AA0;
font-size:.85em;

}
.post-info a{
text-decoration:none;
color:#F39AA0;

}
.post-info a:hover{
text-decoration:none;
color:#999999;
}
.pcomment{
color:#F39AA0;
font-size:.85em;
text-decoration:none;
border-top:#dddddd 1px solid;
}
.pcomment a{
text-decoration:none;
}
.pcomment a:hover{
text-decoration:none;
color:#999999;
}



/*feed*/
#right .feed{width: 150px; min-height: 30px; position: relative; clear: left; padding:0; display:inline;}
#right .feed a:hover{border-bottom: none;}
#right .feed p { text-indent: -10000px; margin-top: 10; padding: 0;}
#right .feed p a{  overflow:  hidden; display: block;  width: 150px;  height:30px;  float: center;  background:url(images/feed.gif) no-repeat top center;}
#right .feed p a:hover{border-bottom: none; background-position: bottom left;}




/*sidebar*/
#right {
  float:right;
  margin:15px 10px 0px 0px;
  padding:0;
  width:230px;
  border-left:#E1358E 1px solid;


}
#right b{
  color:#D8127F;
  padding-left:10px;
  font: 16px Arial, Helvetica, sans-serif;
  
}

#right .column {float:left;width:230px;margin:0;padding:0; }
#right .column .column_fav {
  margin-left:15px;
  list-style-type:none;
  color:#D8127F;

}
#right .column .column_fav li{
  
}
#right .column .column_fav a {
  color:#333333;
  font-size:.85em;
  text-decoration:none;
}
#right .column .column_fav a:hover {
  color:#999999;
  font-size:.85em;
}
#right .column .column_recent {
  margin-left:15px;
  list-style-type:none;
  color:#dddddd;

}
#right .column .column_recent li{
  border-bottom:#dddddd 1px solid;
  
}
#right .column .column_recent a {
  color:#333333;
  font-size:.85em;
  text-decoration:none;
}
#right .column .column_recent a:hover {
  color:#999999;
  font-size:.85em;
}



/*Search*/
#right .search form{
float:left;
margin:0px; 
margin-bottom:10p;
}





/*Comments*/
#comments .commentslist{
  width:600px;
}
#commentform textarea{
  width:600px;
}
#comments h3{
color:#F39AA0;
font-size:14px;
margin:0;
padding-left:0px;
overflow:hidden;
}
#comments .commentlist li {
 border-top:1px solid #342B24;
 padding: 0px;
 margin: 0px 0px;
 font-size: 12px;
}
#comments .commentlist li cite {
        font-style:normal;
	padding-bottom: 2px;
	font-weight: bold;
}
div.comment-number {
        float: right;
	text-align: right;
	font-weight: bold;
}
#comments ol { padding: 0px 0px 0px 0px; margin: 0px; list-style-type:none;}

/*footer*/
#footer {
  background-color:#342B24;
  clear:both;
  text-align:center;
  border-top:1px solid #342B24;
  margin-top:30px;
}
#footer p {
  margin:0;
  color:#666666;
  padding:4px;
}

#footer p a {
  color:#666666;
  text-decoration:none;
}
#footer p a:hover {
  color:#999999;
  text-decoration:none;
}