/*  
Theme Name: (Not so) Fresh
Theme URI: http://tagg.selfip.com/blog/?p=410
Description: Designed by <a href="http://www.bartelme.at" title="Bartelme Design">Wolfgang Bartelme</a>, ported to Wordpress by <a href="http://www.ilemoned.com/wordpress/wptheme-fresh/">LEMONed</a>, modified by <a href="http://tagg.selfip.com/blog/?p=410">XSized</a> Ukrainian version by <a href="http://hwc.com.ua">Hellveen Web Community</a>
Version: 2.7 ukrainian
Author: Hellveen
Author URI: http://hellveen.blogspot.com
*/

/***********************************************   
Basics & Typography                       
************************************************/
@import 'categories.css';
@import 'tech.css';

body {	
margin: 0;	
padding: 0;	
background: #666666;	
font: 0.8em Verdana, Arial, Helvetica, sans-serif;	
color: #000;	
text-align: left;	}

p,ol,ul {	
line-height: 150%;	}

ol { /* to be styled */ }

ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {	
margin: 0;	
font-style: normal;
font-weight: bold;	
background: transparent;	
color: #050d24;	}

h1 {	
font-size: 1.4em;	}

h2 {	
font-size: 1.3em;	}

h3 { font-size: 1em;} 

h4, h5, h6 {	
font-size: 1em;	}

h1.page-title-border, h2.page-title-border {	
padding-left:30px;	
padding-top:20px;	
font-family:Georgia, "Times New Roman", Times, serif;	
font-size:x-large;	
font-style:italic;	
font-weight:normal;	
color:#009900;	}

h3.aftertitle {	
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: large;	
padding-top: 10px;	
margin-left: 30px;	
font-weight: normal;	}

h3.comments-num {	
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: large;	
background: transparent url(images/separator_green.gif) repeat-x center bottom;	
padding: 0 0 10px 0;	
font-weight: normal;	}

a:link {	
color: #2f63b3;	
text-decoration:none;	}

a:hover {	
text-decoration: underline;	}

a:visited {	
color:#2f63b3;	
text-decoration:none;}

blockquote {	
margin: 10px 0;	
padding: 0 50px;	
background: transparent url(images/blockquote.gif) no-repeat 0 0;	
color: #666666;	}

code {  
cursor: text;  	
font-family: "Courier New", Courier ; }

small {	
font-size: 0.8em;
}

input, textarea, select 
{ /* to be styled */ }

form { /* to be styled */ }

img { border:none;/* to be styled */ }

img a:hover {	
background-color:none;	
color:none;border:none;}

img.noborder {	
border: none;	}

.left {
float: left;	}

.right {	float: right;	}

.center {	text-align: center;	}

.alignleft {	
float: left;	
margin-right: 10px;	}

.alignright {	
float: right;	
margin-left: 10px;	}


/***********************************************   
Structure: Content, Sidebar, etc.        
************************************************/

#outline {	
width: 980px;	
margin: 0 auto;	
padding: 0;	
background: #fff;	}

/*********************** 
 Topcats         
 ************************/

#topcats {	
width:100%;	
height:40px;	
float:left;	
background:url(images/menuul-back.png) top center repeat-x;	
color: black;	
margin-bottom: 0px;		
}
	
ul.cats {		
float: left;		
height:40px;		
margin: 0 !important;		
margin: 0px 0 0 0; /*Fucke ie*/	
padding: 0 5px;		
list-style-type: none;		
font-family: Arial;							
font-size: 1.1em;		
}	

ul.cats li {		
float: left;		
display: inline;												
margin-top: 7px;
margin-left:5px;		
}	

ul.cats li a {		
float: left;		
color: black;		
display: block;		
height: 15px;		
padding: 5px 7px 5px 7px;		
line-height:14px;		
text-decoration: underline;		
}

ul.cats li a:link,	ul.cats li a:visited {		
color: black;		
text-decoration:none;		
}	

ul.cats li a:hover,	
ul.cats li a:active {		
color: black;						
background:url(images/cats-bg.png) top center repeat-x;						
display:block;		
}  

 ul.cats LI.over {	      
width: 60px;	  
text-align:right;    
}

ul.cats LI.over UL {      
position: relative;     
display: none;        
left: 0px; 	   
top: 25px;      
z-index: 1; 	     
width: 90px;	     
list-style-type: none;	   
margin: 0px;	    
padding: 0px;    
}        

 ul.cats LI.over UL LI  {     
 width: 90px;       
text-decoration:underline;  
margin: 0px;     
padding: 0px;   
list-style-type: none;    
text-align: left;    
}      

ul.cats LI.over UL LI a {	 
width: 81px;    
}    

ul.cats LI:hover UL,
ul.cats LI.hover UL {     
display: block; 	 
background: orange;  
width: 94px;	     
height: 200px;	 
margin: 0px;	  
padding: 0px;   
 } 

/***********************
Header
************************/

#header {	
width: 100%;	
height: 130px;	
background: transparent url(images/header_bg.png) repeat-x left top;
}

#header .logo {	
padding: 0px 0 0 0px;
height: 97px;
width: 400px;
float:left;
margin-top: 23px;
margin-left: 30px;
}
	

#navbar {		
clear: both;		
float: left;		
width: 100%;		
height: 31px;		
background: black;		
border-width: 1px 0;	
font-size: 0.85em;	
font-family: Verdana, Arial, Helvetica, sans-serif;
}	

ul.menu {	
float: left;		
margin: 0;		
padding: 0 15px;		
list-style-type: none; }	

ul.menu li {		
float: left;		
display: inline;	}	

ul.menu li a {		
float: left;		
color: white;		
display: block;		
height: 28px;		
padding: 3px 15px 0 15px;		
line-height: 24px;		
text-decoration: none;		}
	
ul.menu li a:link,	ul.menu li a:visited {		
color: white;		
text-decoration:none;		}	

ul.menu li a:hover,	
ul.menu li a:active {		
color: white;		
background:url(images/menu-back1.png) top center repeat-x;		
}	

ul.menu li.current_page_item a:link,	
ul.menu li.current_page_item a:visited,	
ul.menu li.current_page_item a:hover,	
ul.menu li.current_page_item a:active {		
color: #fff;		
background:url(images/menu-back1.png) top center repeat-x;		
text-decoration: underline;		
}	

ul.menu LI.sub {	   
width: 60px;	 
text-align:right;    
}			

ul.menu LI.sub UL 	{     	
position: relative;     	
display: none;       	
left: 0px; 		
top: 25px;    
z-index: 1; 	  	
width: 150px;		
list-style-type: none;	  	
margin: 0px;		
padding: 0px;   	
} 		

ul.menu LI.sub UL LI  {     	
width: 150px;   	
text-decoration:underline;  	
margin: 0px; 	
margin-left: 0px;   
 padding: 0px;    
list-style-type: none;    	
text-align: left;  	
 }		

ul.menu LI.sub UL LI a {	   	
width: 120px;     
} 		

ul.menu LI:hover UL {     	
display: block; 	  	
background: black;	
width: 150px;	 	
height: 200px;	   	
margin: 0px;	 	
padding: 0px;    
}

 /************************  
Wrapper
************************/

#wrapper {	
float: left;	
background: #fff;	
margin: 0 !important;	
margin: 0px 0 0 0; /* Fuck IE */	
padding: 0;	}


/***********************
  Content      
     ************************/

#content {	
float: left;	
width: 660px;	
height: 100%;	
background: #fff;	
border-bottom:15px solid #fff;}


/***********************   
Blog Entries     
 ************************/

.post {	
padding: 20px 15px 20px 30px;	
background: #fff;	
}

.postentry {	

color: #050d24;	
text-align: justify;	
}

.postentry a {	
color:#2f63b3;	
text-decoration:none;
}

.postentry a:hover {   
 color:#FF9900;	
text-decoration:underline;
}

.postentry img {	
border:none:	
}

.postentry img:hover {	
border:none;	
}

.posttitle {	
/* to be styled */ 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: x-large;
font-weight: normal;	
}

.posttitle a:link {   
 color:#2f63b3;    
text-decoration:none;
}

.posttitle a:hover {	
color:#FF9900;	
text-decoration:none;	
background-color:none;
}

.posttitle a:visited {	
text-decoration:none;
background-color:none;
}

.postmeta,.postmeta a {	
margin: 5px 0 ;	
font-size: 1em;	
color: #2f63b3;	
text-decoration:none;
}

.postmeta a:hover {
color:#ffffff;   
background-color:#2f63b3;}

.post-date {	
padding: 0 0 0 20px;	
background: url(images/sprite1.png) no-repeat 0 0;	
background-position: left top;	
}

.post-comment {	
padding: 0 0 0 20px;	
background: url(images/sprite1.png) no-repeat 0 0;	
background-position: left center;	
}

.post-comment a:hover {   
 color:#ffffff;    
background-color:#2f63b3;   
 }

.post-filed {	
padding: 0 0 0 20px;	
background: url(images/sprite1.png) no-repeat 0 0;	
background-position: left bottom;	
}

/***********************   
Comments          
************************/

.commentpage {	
margin: 0 30px;	
padding: 0;	}

#comments {	
margin: 0;	
padding: 0;	
}

#commentlist {	
margin: 0;	
padding: 0;	
list-style-type: none;	
}

#commentlist li {	
padding: 20px 25px 0 0;	
border-bottom: 1px solid #eee;	
background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;	
}	

.alt {		
background-color: #fff !important;		
background-image: none !important;		
}

.comment-gravatar {	
float: left;	
width: 62px;	
height: 62px;	
background: transparent url(images/gravatar.gif) no-repeat;	
}	

img.gravatar {		
margin: 7px 0 0 7px;	
border: none;		
}

.comment-title,.comment-meta,.comment-text {	
margin: 0 0 0 80px;	
}

.comment-title,.comment-title a {	
color: #030612;	
text-decoration:none;	
}

.comment-title a:hover{	
color:white;	
background:#2f63b3;	
text-decoration:none;
}	

.comment-meta,.comment-meta a {	
color: #2f63b3;	
}

.comment-meta a:hover {	
background-color:#FF9900;	
}

h2#postcomment {	
margin: 30px 0 0 0;	
padding: 0 0 10px 0;	
background: transparent url(images/separator_green.gif) repeat-x center bottom;	
}

.postcomment {	
clear: both;	
margin: 20px 0 0 0;	
padding: 20px;	
background: #eee url(images/separator_blue.gif) repeat-x center top;	
}

.postcomment input,
.postcomment textarea {	
border: 1px solid #aaa;	
font-family: Verdana;	
font-size: 1em;	
}

.postcomment input:hover,
.postcomment textarea:hover {	
border: 1px solid #fec02a;	
}

.postcomment input#author,
.postcomment input#email,
.postcomment input#url {	
width: 100% !important;	
width: 456px; /* Fuck IE */
height: 18px;	}

.postcomment textarea#comment {	
width: 100% !important;	
width: 456px; /* Fuck IE */	
height: 200px;	
}


.postcomment input#submit {	
width: auto;	
height: 25px;	
padding: 2px 10px 3px 10px;	
background:url(images/submit_hover.gif) no-repeat;	
}

.postcomment input#submit:hover {	
background: #e5edff url(images/submit_hover2.png) repeat 0 0;	
}	

/***********************   
Sidebar         
  ************************/

#sidebar {	
float: right;	
width: 315px;	
margin: 0;	
padding: 0;		
}

#sidebar IMG:hover {	
background-color: white;	
text-decoration: none;	
}

#sidebar a:hover {	
color: #FF6600;	
text-decoration: underline;	
}

#sidebar a:link, 
#sidebar a:visited, 
#sidebar a:active {	
text-decoration: none;	
color: #2f63b3;	
}

#sidebar .rssfeeds {		
height: 100%;		
margin: 0;		
padding: 15px;				
text-align: center;		
}

#sidebar .rssfeeds a:hover {    	
color: #FF6600;		
text-decoration: underline;
}	

.rssfeeds a.rss  {		
padding: 0 0 0 20px;		
background: transparent url(images/sprite2.png) no-repeat 0px 0;		
background-position: left bottom;		
}   

 .rssfeeds a.lj {      
  padding: 0 0 0 20px;		
background: transparent url(images/sprite2.png) no-repeat 0px 0;		
background-position: left top;	
}	

.rssfeeds a.email {		
padding: 0 0 0 20px;		
background: transparent url(images/sprite2.png) no-repeat 0px 0;		
background-position: left center;		
}	

.rssfeeds a.twitter {		
padding: 0 0 0 20px;	
background: transparent url(images/Twitter2.png) no-repeat 0px 0;		
background-position: top left;		
}

#sidebar h2 {	
display: block;	
margin: 16px 0 6px 0;	
padding: 0 0 10px 3px;	
background: url(images/separator_green.gif) repeat-x center bottom;	
font-size: 1.4em;	
}

#sidebar ul {	
clear: both;	
margin: 0;	
padding: 0;	
list-style-type: none;	
}

#sidebar ul li {	
clear: both;	
color: black;	
}

#sidebar ul li a:link {	
color: #2f63b3;	
text-decoration:none;	
}

#sidebar ul li a:hover {	
color: #FF6600;	
text-decoration: underline;	
}

#sidebar li.popular {	
clear: both;	
color: #bbb;	
list-style-type:: none;	
}

/***********************  
 Bottom        
    ************************/

#bottom {	
float: left;
width: 980px;	
height: 100%;
margin: 0;
padding: 0;
background: #292929 url(images/separator_green.gif) repeat-x 0 0;	
font-size: 0.9em;	
text-align: center;	
color: #fff;	
padding-bottom: 20px;	
padding-top: 15px;	
}

#bottom h2 {	
margin-bottom: 15px;	
color: #fff;	
font-size: 1.7em;	
font-family: Georgia;	
font-style: italic;	
font-weight: normal;	
margin-left: 20px;	
margin-top: 20px;	
border-bottom: 1px dashed orange;	
}

#bottom a {	
color: cornflowerblue;	
text-decoration: none;
}

#bottom a:hover {	
color: orange;	
text-decoration: underline;
}

#bottom-banner {
margin: 0;		
padding: 0;		
width: 980px;		
height: 100px;		
text-align: center;
}

#bottom-left {	
float: left;	
width: 240px;	
height: 100%;	
padding: 0;	
margin: 0;	
margin-top: 7px;	
text-align: left;
}

#bottom-mid {	
float: left;	
width: 480px;	
height: 100%;	
padding: 0;	
margin: 0;	
margin-top: 7px;
}

.bot-left {	
width: 230px;	
float:left;	
height:450px;	
padding: 0;	
margin: 0;	
text-align: left;	
padding-bottom: 0px;
}

.bot-right {	
width: 230px;
float:left;	
height:100%;	
padding: 0;	
margin: 0;	
text-align: left;	
padding-bottom: 0px;
}

#bottom-right {	
float: left;	
width: 250px;	
height: 100%;	
padding: 0;	
margin: 0;	
margin-top: 7px;	
text-align: left;
}

#bottom-right ul {	
list-style-type: none;	
margin: 0;	
padding: 15px;	
}

#bottom-right ul li {	
margin: 0;	
padding: 0;
}


/***********************  
 Footer         
   ************************/

#footer {	
width: 100%;
height: 74px;	
clear: both;	
background: #191919;	
border-top: 1px solid #000;	
color: #fff;	
}

#footer .credits {	
float: right;	
margin: 0;	
padding: 0;	
border: none;	
}

#footer p {	
margin: 0;	
padding: 13px 25px;	
font-size: 1em;	
line-height: 200%;	}

#footer p a:link,
#footer p a:visited {	
color: #aaa;	
}

#footer p a:hover {	
color: #fff;  
text-decoration:underline;	}

#footer p a:active {	
color: #9ad202;	}

/*
 Tags 
---------------*/

#tag_cloud li {	
margin: 0;	
padding: 0;	
list-style-type: none;}

.bot-right ul, 
.bot-right li {
list-style-type:none;
}

/* End Various Tags & Classes*/

/* Extras */

div.wp-pagenavi a:hover {
background:orange;}

#search {
background:url(images/search-bg.png) top center no-repeat;
text-align:center;
margin-top:5px;
width:300px;
height:50px;}

input.button {
background:url(images/search-submit.png) top center no-repeat;
width:65px;
height:20px;
border:none;
cursor:pointer;}

input.button:hover {
background:url(images/search-submit.png) bottom center no-repeat;
width:65px;
height:20px;
border:none;
cursor:pointer;}

.rss-after-post {
width: 660px;
height:60px;
background:url(images/rss-back.png) left top no-repeat;
text-align:center;
padding-top:15px;}

#rss-sprite {	
width: 100%;	
height: 63px;	
margin: 0;	
padding: 0;}

#rss-sprite ul {	
list-style-type: none;	
margin: 0;	
padding: 0;	
float: left;	
width: 300px;	
height: 63px;	
clear: none;}

#rss-sprite ul li {	
display: inline;	
margin: 0;	
padding: 0;	
float: left;	
clear: none;}

#rss-sprite ul li a, 
#rss-sprite ul li a:hover {	
display: block;	
margin: 0;	
padding: 0;}

#rss-sprite li a.rss {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: 0px 0px;}

#rss-sprite li a.rss:hover {
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: 0px -64px;}

#rss-sprite li a.twitter {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: -60px 0px;}

#rss-sprite li a.twitter:hover {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: -60px -64px;}

#rss-sprite li a.facebook {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: -120px 0px;}

#rss-sprite li a.facebook:hover {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: -120px -64px;}

#rss-sprite li a.lj {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: -180px 0px;}

#rss-sprite li a.lj:hover {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png) no-repeat;	
background-position: -180px -64px;}

#rss-sprite li a.mail {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png)  no-repeat;	
background-position: -240px 0px;}

#rss-sprite li a.mail:hover {	
width: 60px;	
height: 63px;	
background:url(http://blogoreader.org.ua/i/rss-sprite.png)  no-repeat;	
background-position: -240px -64px;}



.via, 
.via a {
color:grey;
}

.adlink {
font-size: 0.85em;
}

#google_ads_div_Blogoreader_728 {
float:left;margin:0;}

#google_ads_div_Blogoreader_468_top 
{
margin:0;
margin-top:45px;
margin-right:20px;
padding:0;
float:right;
}

#google_ads_div_Blogoreader_468_afterpost 
{text-align:center;}

.aligncenter {
text-align:center;
}
.tw, .tw a {
text-decoration:underline;
font-weight: bold;
}
h2.twihead  {
color: deepskyblue;
font-weight: normal;
text-align:center;
}