/*
Theme Name: FRROR
Theme URI: http://glide-design.com/
Description: FRROR
Version: 1.0
Author: Yavor Ivanov
Author URI: http://glide-design.com/
*/

*{
	margin: 0px;
	padding: 0px;
}

a img{
	border: 0px;
}

body{
	background-color: #ffffff;
	color: #9d9494;
	font-family: Arial, Times New Roman;
	font-size: 12px;
}

a{
	color: #9d9494;
}

div#wrapper{
	width: 1000px;
	margin: 0 auto;
}

div#main_menu{
	height: 70px;
	background: url('images/menu.jpg') top left repeat-x;
}

a#rss-icon{
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	height: 28px;
	color: #ffffff;
	background: url('images/rss-icon.jpg') 0px 7px no-repeat;
	padding: 15px 20px 0px 40px;
}

a#login_form_colorbox{
	color: #ffffff;
	float: right;
	font-weight: bold;
	padding: 3px 10px 0px 0px;
	text-decoration: none;
}

div#main_menu ul{
	list-style: none;
	float: left;
	width: 900px;
	height: 46px;
	overflow: hidden;
}

div#main_menu ul li{
	float: left;
	background: url('images/menu-separator.jpg') bottom right no-repeat;
	padding: 0px 2px 0px 0px;
}

div#main_menu ul li a{
	float: left;
	height: 31px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 30px 0px 30px;
}

div#main_menu ul li a:hover, div#main_menu ul li.current-cat, div#main_menu ul li.current_page_item{
	background: url('images/menu-hover.jpg') top left repeat-x;
}

div#main_menu div#blinktext{
	float: left;
	padding: 3px 0px 0px 10px;
	color: #992200;
	font-size: 14px;
	text-decoration: blink;
}

div#logo_login{
	height: 260px;
	background: url('images/logo.jpg') top left no-repeat;
}

#login-form{
	display: block;
	width: 214px;
	height: 174px;
	background: url('images/login-form.jpg') top left no-repeat;
	margin: 20px 5px 0px 0px;
	padding: 55px 15px 0px 15px;
}

#login-form a{
	color: #5882a7;
	text-decoration: none;
}

#login-form input#wp-submit{
	float: right;
	width: 60px;
	padding: 0px;
}

#login-form div#register{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding: 5px 0px 0px 0px;
}

#login-form div{
	color: #9d9494;	
	padding: 0px 0px 0px 5px;
}

#login-form div#blink_text{
	text-decoration: blink;
	color: #ff0000;
	font-weight: bold;
}

#login-form div.inpts{
	padding: 5px 0px 10px 0px;
}

#login-form input{
	width: 100%;
	height: 20px;
	padding: 4px 0px 0px 0px;
	border: 1px solid #e0e0e0;
}

/* Home sidebar */
div#left_sidebar{
	float: left;
	padding: 10px 0px 0px 0px;
	width: 202px;
}

ul#left_menu{
	list-style: none;
	padding: 15px 10px 40px 10px;
	background: #e8e8e8 url('images/left_sidebar.jpg') top left repeat-x;
	border: 1px solid #e0e0e0;
	margin: 0px 0px 20px 0px;
}

ul#left_menu li{
	border-bottom: 1px dotted #9d9494;
	padding: 15px 5px 5px 5px;
}

ul#left_menu li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #9d9494;
	font-size: 14px;
}

ul#left_menu li ul{
	border: 0px;
	list-style: square inside;
	padding: 0px 0px 0px 20px;
	background: none;
	margin: 0px;
}

ul#left_menu li ul li{
	border: 0px;
	padding: 5px;
}

ul#left_menu li a:hover, ul#left_menu li.current-cat, ul#left_menu li.current_page_item{
	color: #5882a7;
}

div#left_sidebar a#contact_form{
	display: block;
	width: 202px;
	height: 39px;
	background: url('images/contact-form-link.jpg') top left;
	margin: 0px 0px 20px 0px;
}
/* end Home sidebar */

/* Content */
div#homebox{
	float: right;
	width: 750px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	padding: 10px;
}

div#homebox img{
	max-width: 100%;
	width: expression(document.body.clientWidth > 750? "100%": "auto" );
	height: auto;
}

div#homebox h2{
	font-family: Times New Roman;
	text-decoration: underline;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #9d9494;
}

div#homebox img#user_avatar{
	float: right;
	width: 125px;
	height: 125px;
	margin: 0px 0px 10px 10px;
	border: 2px solid #E0E0E0;
}

div#homebox div#extra_info{
	clear: right; 
	float: right; 
	margin: 0px 0px 10px 10px; 
	width: 125px; 
	border: 2px solid #E0E0E0;
	padding: 2px;
	color: #000000;
}

div#homebox p{
	padding: 3px 0px 3px 0px;
}

div#homebox .alignleft{
	float: left;
	margin: 10px 5px 5px 0px;
}

div#homebox .alignright{
	float: right;
	margin: 10px 0px 5px 5px;
}

div#homebox div#homebox-padder{
	background: #f9f9f9 url('images/homebox.jpg') top left repeat-y;
	width: 100%;
}

div#homebox .spacer{
	padding-top: 10px;
}

div#homebox div.float_box{
	float: left;
	width: 360px;
	padding: 0px 5px 0px 10px;
}

div#homebox div#upper{
	float: left;
	width: 100%;
	height: 2px;
	border: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	background: url('images/dots.jpg') bottom left repeat-x;
	overflow: hidden;
}

div#homebox div.more{
	text-align: right;
	padding: 0px 15px 10px 0px;
}

div#homebox div.more a{
	color: #5882a7;
	text-transform: lowercase;
}

div#homebox ul{
	list-style: none;
	width: 350px;
}

div#homebox ul li{
	background: url('images/bloglinks.jpg') 0px 7px no-repeat;
	padding: 9px 0px 9px 30px;
}

div#homebox ul li a{
	color: #9d9494;
	font-size: 12px;
}

div#homebox ul li a:hover{
	color: #5882a7;
}

div#homebox .useful_links ul li{
	background: url('images/home-links.jpg') 0 5px no-repeat;
}

div#homebox .wp-pagenavi{
	padding: 30px 0px 5px 0px;
}

div#homebox .wp-pagenavi a{
	text-decoration: none;
	color: #5882A7;
}

div#homebox .wp-pagenavi a:hover{
	text-decoration: underline;
}

div#homebox .category_box{
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	background-color: #fbfbfb;
}

div#homebox .category_box table#donation tr td{
	border: 1px solid #a0a0a0;
	padding: 5px;
}

div#homebox .category_box table#donation tr td table.before_send{
	background-color: #5882A7;	
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

div#homebox .category_box table#donation tr td table tr td{
	border: 0px;
}

div#homebox .category_box img{
	border: 0px;
	float: left;
	margin: 0px 20px 5px 0px;
	width: 200px;
	height: auto;
}

/* end Content */

/* Blog style */
div.blog_box{
	border-bottom: 2px dashed #E0E0E0;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

div.blog_meta{
	padding: 10px 0px 30px 0px;
	color: #4d4d4d;
}

div.blog_meta a{
	color: #5882A7;
	text-decoration: none;
}

div.blog_meta a:hover{
	color: #4d4d4d;	
}

div.blog_box h2 a:hover{
	color: #5882A7;	
}
/* Blog style */

div#footer{
	padding: 15px 10px 0px 10px;
	background: #5882a7 url('images/footer.jpg') top left repeat-x;
	color: #ffffff;
	font-size: 12px;
}

div#footer div#foot_bottom{
	height: 15px;
	background: #5882a7 url('images/footer_bottom.jpg') top left repeat-x;
	margin: 0px -10px 0px -10px;
	clear: both;
}

div#footer ul#foot_menu{
	float: right;
	list-style: none;
}

div#footer ul#foot_menu li{
	float: left;
	padding: 0px 0px 0px 5px;
}

div#footer ul#foot_menu li a{
	float: left;
	color: #ffffff;
}

div#footer ul#foot_menu li a:hover{
	text-decoration: none;
}

div#footer div#glide{
	float: right;
	clear: both;
}

div#footer div#glide img{
	border: 0px;
}

div#footer div#friend_links{
	color: #5882a7;
	font-size: 0px;
}

div#footer div#friend_links ul{
	width: 100%;
	padding: 10px 0px;
	clear: both;
	text-align: center;
	list-style: none
}

div#footer div#friend_links ul li{
	display: inline;
	padding: 0px 5px;
}

div#footer div#friend_links ul li a{
	font-size: 12px;
	color: #ffffff;
}

div#footer div#friend_links ul li a:hover{
	text-decoration: none;
}


/* Projects Category Style */
img.projects_img{
	border: 0px;
	padding: 10px 10px 10px 5px;
}
/* end Projects Category Style */

/* Comments themplate */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

/* end Comments themplate */

/* Banners */
div#banner_bottom, 
div#header_banner{
	margin: 10px 0px 5px 0px;
	text-align: center;
}

div#header_banner-300x250{
	float: right;
	width: 300px;
	height: 250px;
	padding: 5px 0px 0px 0px;
}

/* end Banners */

.clear{
	clear: both;
}
