﻿/*
Theme Name: Scroll
Theme URI: 
Description: Установка и настройка <a href="http://www.gravitacia.com.ua" title="веб-студия Гравитация" target="_blank">веб-студия Гравитация</a>
Version: 1.0
Author: Ophelia Nicholson
Author URI: 
*/



/* General */

body {
	margin: 0;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	width: 100%;
	background-color: #230000;
	background-image: url(images/bg_main_ln.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color: #224101;
	text-decoration: underline;
}
		
a:hover {
	color: #a10000;
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0;
}

H1 {
	font-family: Verdana;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

H2 {
	font-family: Verdana;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 980px;
	background: url("images/page.jpg") repeat-y;
}

#page-top {
	width: 980px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 980px;
	min-height: 990px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 980px;
	height: 275px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 1px;
		left: 80px;
		width: 595px;
	}
	
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 217px;
		left: 100px;
		width: 770px;
		height: 36px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 36px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 36px;
		font: bold 13px/26px Verdana;
		color: #000000;
		padding: 0 16px;
	}
	
	#header #header-menu ul li a {
		color: #1a3300;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #a10000;
		text-decoration: none;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 81px;
		left: 793px;
		width: 115px;
		height: 100px;
	}


/* Main */

#main {
	width: 980px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 225px;
		padding: 0 18px 0 88px;
		font: normal 13px/18px Verdana;
		color: #000000;
	}
	
	#sidebar a {
		color: #1a3300;
		text-decoration: underline;
	}
	
	#sidebar a:hover {
		color: #990000;
		text-decoration: none;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 225px;
		margin-bottom: 20px;
	}
	
		#sidebar .sidebar-box-blank {
			width: 225px;
			margin-bottom: 20px;
			text-align: center;
		}
	
	#sidebar .sidebar-box-in {
		width: 205px;
		background: url("images/sidebar_box_in.png") repeat-y;
		padding-left: 20px;
	}
	
	#sidebar .sidebar-box-top {
		width: 225px;
		height: 53px;
		background: url("images/sidebar_box_top.png") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 225px;
		height: 30px;
		background: url("images/sidebar_box_bottom.png") no-repeat;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 12px Verdana;
			color: #333333;
			padding-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 5px 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 22px;
			background: url("images/sidebar_menu.gif") no-repeat;
			font: normal 14px/26px Verdana;
			color: #200b02;
		}
		
		#sidebar ul li a {
			color: #200b02;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0 20px 20px 0;
			width: 185px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 155px;
		}
		
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			margin: 10px auto;
			width: 207px;
		}
		
		#sidebar #sidebar-search .search-input {
			width: 176px;
			height: 17px;
			font: normal 13px Verdana;
			float: left;
			background: url("images/search.jpg") no-repeat;
			border: none;
			padding: 3px 15px;
		}
		
		#sidebar #sidebar-search .search-button {
			width: 0;
			height: 17px;
			float: right;
			display: none;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 142px;
			margin: 0 auto;
			padding: 0 20px 5px 0;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 20px 5px 0;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 580px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 580px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 540px;
			padding: 0 20px;
			height: 72px;
			font: normal 11px Verdana;
			color: #000000;
			background: url("images/post_title.png") no-repeat;
		}
		
		#content .post .post-title a {
			color: #000000;
			font-weight: normal;
			text-decoration: underline;
		}
		
		#content .post .post-title a:hover {
			color: #a10000;
			text-decoration: none;
		}
		
		#content .post .post-title .author {
			color: #000000;
			font-weight: normal;
		}
		
		#content .post .post-title h2 {
			color: #224101;
			font: bold 18px Verdana;
			padding: 15px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #224101;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			color: #a10000;
			text-decoration: none;
		}
		
		#content .post .post-title .post-date {
			float: right;
			font: bold 15px Verdana;
			color: #76603b;
			text-align: center;
			background: url("images/post_date.png") no-repeat;
			width: 60px;
			height: 72px;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 17px;
			display: block;
			font: bold 18px Verdana;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/18px Verdana;
			color: #333333;
			width: 560px;
			padding: 0px 10px 0px 20px;
			clear: both;
		}
		
		#content .post .post-entry a {
			color: #224101;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			color: #a10000;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link {
			font: normal 13px Verdana;
			color: #224101;
			text-decoration: underline;
		}
		
		#content .post .post-entry  a.more-link:hover {
			color: #a10000;
			text-decoration: none;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0px 0px 0 65px;
			width: 515px;
			height: 28px;
			clear: both;
			background: url("images/post_info.png") no-repeat;
			font: normal 12px/28px Verdana;
			color: #000000;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #333333;
			font: bold 14px Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 13px/18px Verdana;
			color: #333333;
			width: 560px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #d5b478;
		}
		
		#content .post .comments ol li cite {
			color: #990000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 13px/18px Verdana;
			color: #333333;
			width: 535px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
	font: bold 13px Verdana;
	color: #990000;
	width: 560px;
	margin-bottom: 30px;
	float: right;
	padding: 0 10px;
	text-align: center;
	}
	
	#content .navigation a {
		color: #990000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	

/* Footer */

#footer {
	width: 830px;
	height: 150px;
	color: #6f4a1c;
	font: normal 11px Verdana;
	text-align: left;
	padding-top: 10px;
	padding-left: 90px;
}

#footer a {
	color: #6f4a1c;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


.oxt a {
	color: green;
	text-decoration: underline;
}
		
.oxt a:hover {
	color: #a10000;
	text-decoration: none;
}

.raskrutka {
	margin: 0px 0px 10px 0px;
	padding: 5px 7px 7px 7px;
	font-family: Arial;
	color: #5f5f5f;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #f4f4f4;
	border: 1px dashed #999999;
}

.raskrutka a {
	font-size: 12px;
}

.raskrutka a:hover {
	font-size: 12px;
}

.raskrutka strong {
	color: #5f5f5f;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}


.golosovanie {
	margin: 0px 0px 10px 0px;
	padding: 5px 7px 7px 7px;
	width: 95%;
	color: #5f5f5f;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ecdcbc;
	border: 1px dashed #7f5219;
}

.golosovanie a {
	font-size: 12px;
}

.golosovanie a:hover {
	font-size: 12px;
}

.golosovanie strong {
	color: #3f2300;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.red_menu_txt a {
	color: #af0000;
	text-decoration: underline;
}
		
.red_menu_txt  a:hover {
	color: #a10000;
	text-decoration: none;
}

.melkiy_txt_shrift {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
}

.melkiy_txt_shrift a {
	color: #af0000;
	text-decoration: underline;
}
		
.melkiy_txt_shrift a:hover {
	color: #a10000;
	text-decoration: none;
}
