/*  
Theme Name: retheme
Description: Theme was designed exclusively for blog.dzhus.com.
Version: 1.0
Author: Olzhas Murtazin
Author URI: http://www.dzhus.com
*/


/* General */
body{
	font-family: Verdana, 'Lucida Grande';
	font-size: 13px;
	text-align: center;
}

a{
	font-color: #555;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* General layout */
#page{
	width: 1000px;
	margin: 0 auto;
	border: none;
	text-align: left;
}

#stream.multiple{
	margin-left: 75px;
	width: 550px;
	float: left;
}

#stream{
	margin-left: 225px;
	width: 550px;
	float: left;
}

#header, #footer, #menu{
	margin-left: 225px;
	width: 550px;
	float: left;
}

#left_sidebar{
	width: 150px;
	float: left;
	clear: left;
}

#right_sidebar{
	width: 150px;
	float: right;
	clear: right;
}

#left_sidebar, #right_sidebar{
	padding-top: 100px;
}

#footer{
	clear: both;
}

/* Header */
#header{
	height: 180px;
	background: transparent url("images/header background.png") no-repeat bottom left;
}

#logo a{
	position: relative;
	top: 110px;
	left: 165px;
}

/* Menu */
#menu{
	margin-top: 20px;
	background: transparent url("images/gradient_24.png") top left repeat-x;
	border-top: 1px solid #000;
}

#menu ul{
	padding-top: 3px;
}

#menu ul li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #000;
}

#menu ul li.active a{
	font-weight: bold;
}

#menu ul li a{
	font-family: Georgia, 'Cambria', serif;
	font-size: 16px;
	color: #000;
}

#menu ul li.active a:hover{
	text-decoration: none;
}

#menu ul li.last{
	border: none;
}

#menu .search_form{
	float: right;
}

#menu .search_form form{
	position: relative;
	bottom: 1px;
	padding: 0;
	height: 15px;
}

#menu .search_form #search_input{
	border: 1px solid #b9b9b9;
	width: 100px;
	height: 15px;
	margin-right: 0;
	padding: 0;
}

#menu .search_form #search_button{
	margin-left: 0;
	background: #f1f1f1;
	border: 1px solid #b9b9b9;
	font-size: 13px;
	padding: 0;
}

/* Sidebar */
#left_sidebar .top{
	position: relative;
	left: 65px;
	height: 32px;
	width: 84px;
	background: transparent url("images/left_sidebar_top.png") left top no-repeat;
}

#left_sidebar .bottom{
	position: relative;
	left: 65px;
	height: 32px;
	width: 84px;
	background: transparent url("images/left_sidebar_bottom.png") left top no-repeat;
}

#right_sidebar .top{
	height: 32px;
	width: 84px;
	background: transparent url("images/right_sidebar_top.png") left top no-repeat;
}

#right_sidebar .bottom{
	height: 32px;
	width: 84px;
	background: transparent url("images/right_sidebar_bottom.png") left top no-repeat;
}

#left_sidebar{
	text-align: right;
}

#right_sidebar{
	text-align: left;
}

#left_sidebar ul{
	padding-bottom: 5px;
	padding-top: 5px;
}

#right_sidebar ul{
	padding-bottom: 5px;
	padding-top: 5px;
}

#left_sidebar ul .sidebar_entry, #right_sidebar ul .sidebar_entry{
	margin: 20px 5px;
}

#left_sidebar ul .last{
	margin-bottom: 0px;
}

#right_sidebar #tag_cloud a{
	color: #555;
}

#right:sidebar #tag_cloud a:hover{
	color: #fff;
	background: #000;
}

#left_sidebar #archive li, #left_sidebar #links li, #left_sidebar #categories li{
	margin-bottom: 20px;
}

#left_sidebar #archive a, #left_sidebar #links a, #left_sidebar #categories a{
	padding: 3px 5px;
	color: #333;
	background: #f1f1f1;
	font-size: 12px;
}

#left_sidebar #archive a:hover, #left_sidebar #links a:hover, #left_sidebar #categories a:hover{
	text-decoration: none;
	background: #333;
	color: #fff;
}

#left_sidebar #links a{
	padding: 3px 5px;
	color: #333;
	background: #f1f1f1;
	font-size: 12px;
}

/* Footer */
#footer_menu{
	height: 142px;
	border-top: 1px solid #cecece;
	background: transparent url("images/footer_background.png") top left no-repeat;
}

#footer_menu .left_column{
	clear: left;
	float: left;
	width: 49%;
}

#footer_menu .right_column{
	clear: right;
	float: right;
	width: 49%;
}

#footer_menu .left_column ul{
	margin-top: 40px;
	height: 100%;
	float: right;
	text-align: right;
}

#footer_menu .right_column ul{
	margin-top: 40px;
	height: 100%;
	float: left;
	text-align: left;
}

#footer_menu .footer_logo{
	position: relative;
	top: 10px;
	left: 20px;
}

#footer_menu ul li a{
	color: #000;
	font-family: Georgia, 'Cambria', serif;;
	font-size: 22px;
}

#footer_menu ul li a:hover{
	color: #fff;
	background: #000;
	text-decoration: none;
}

#author_information{
	height: 70px;
	color: #555;
	font-size: 10px;
	margin-bottom: 20px;
	background: transparent url("images/ornament_bottom.png") bottom center no-repeat;
}

#author_information p{
	text-align: center;
	margin-top: 10px;
}

#author_information a{
	color: #000;
}

#author_information a:hover{
	color: #fff;
	background: #333;
	text-decoration: none;
}

/* Main */

#stream .stream_title{
	font-family: Georgia, 'Cambria', serif;
	font-size: 28px;
	font-style: italic;
	color: #000;
	text-align: center;
}

#stream .post{
	margin-left: 2px;
	margin-bottom: 70px;
}

/* Post Header */

#stream .post .post_header{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

/* Post Title */

#stream .post h2, #stream .post h2 a{
	font-family: Georgia, 'Cambria', serif;
	font-size: 28px;
	font-style: italic;
	color: #000;
	text-align: center;
}

#stream .post h2 a:hover{
	text-decoration: none;
}

#stream .post h2 span{
	color: #888;
}

/* Post Meta */

#stream .post .post_meta{
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

#stream .post .post_author{
	color: #555;
}

/* Post Text */

#stream .post .entry{
	font-family: Times, Georgia ,'Calibri', Verdana, serif;
	font-size: 14px;
	line-height: 20px;
}

#stream .post .entry a{
	color: #555;
}

#stream .post h3 span{
	padding: 5px 10px;
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	font-family: Georgia, 'Cambria', serif;
}

#stream .post h3{
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}

/* Post menu */
#stream .post .post_menu{
	clear: right;
	float: right;
}

/* Comments */
#comments .comments_title{
	font-family: Georgia, 'Cambria', serif;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	font-size: 16px;
	color: #f52d00;
	font-weight: normal;
	background: transparent url("images/gradient_24.png") top left repeat-x;
	margin-bottom: 20px;
}

.comment .comment_date, .comment .author_name{
	position: relative;
	top: -50px;
	font-family: Georgia, 'Cambria', serif;
	font-size: 10px;
}

.comment .author_name, .comment .author_name a{
	color: #555;
}

.comment .comment_text{
	position: relative;
	top: -40px;
	left: 70px;
	font-family: Georgia, 'Cambria', serif;
	width: 480px;
}

/* Comment form */
#comment_form{
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#comment_form .author_info_form{
	width: 150px;
	clear: left;
	float: left;
}

#comment_form .author_info_form .author_name_input, 
#comment_form .author_info_form .author_email_input,
#comment_form .author_info_form .author_url_input{
	width: 150px;
	border: 2px solid #ececec;
	display: block;
	clear: left;
	float: left;
}

#comment_form .author_info_form input{
	margin-bottom: 10px;
}

#comment_form .author_info_form .submit{
	boder: 2px solid #ececec;
	clear: left;
	float: left;
}

#comment_form .comment_text{
	width: 380px;
	height: 110px;
	clear: right;
	float: right;
	border: 2px solid #ececec;	
}

#comment_form .comment_text.inside{
	width: 550px;
}

/* Archive page */
#big_archive{
	text-align: center;
}

#big_archive ul li a{
	padding: 5px;
	font-size: 16px;
	background: #f1f1f1;
	color: #000;
}

#big_archive ul li a:hover{
	background: #000;
	color: #f1f1f1;
	text-decoration: none;
}
#big_archive ul li{
		margin: 30px;
}

/* Tag cloud page */

#stream #big_tag_cloud a{
	color: #000;
}

#stream #big_tag_cloud a:hover{
	color: #f1f1f1;
	background: #000;
	text-decoration: none;
}


/* Archive page */
#stream #big_categories{
	text-align: center;
}

#stream #big_categories ul li a{
	padding: 5px;
	font-size: 16px;
	background: #f1f1f1;
	color: #000;
}

#stream #big_categories ul li a:hover{
	background: #000;
	color: #f1f1f1;
	text-decoration: none;
}
#stream #big_categories ul li{
	margin: 30px;
}
