﻿/*
Theme Name: Scroll
Theme URI: 
Description: Переведено на сайте <a href="http://xtemplate.ru" title="Оригинальные темы для wp" target="_blank">xtemplate.ru</a>
Version: 1.0
Author: Ophelia Nicholson
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: #230000;
}

h1, h2, h3, h4 {
	margin: 0;
}

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-top-main {
	width: 980px;
	background: url("images/page_top_main.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: 212px; /* 237*/
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 145px;
		width: 500px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 45px Georgia, Verdana;
		padding-bottom: 5px;
        visibility:hidden;
	}
	
	#header #header-info h1 a {
		color: #000000;
        visibility:hidden;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		padding-left: 30px;
        visibility:hidden;
		font: normal 20px Georgia, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 170px;
		left: 90px;
		width: 820px;
		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: 25px/40px Georgia, Verdana;  /*bold 15px/36px Georgia, Verdana;*/
		color: #000000;
		padding: 0 7px;
	}
/*nart*/
.cufon-loading #header #header-menu ul li a { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
/*
	#header #header-menu ul li.bk1 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul li.bk2 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul li.bk3 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul li.bk4 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul li.bk5 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul li.bk6 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-menu ul li.bk7 a {
		color: #000000;
		text-decoration: none;
	}
*/
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}

	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 62px;
		left: 765px;
		width: 125px;
		height: 50px;
	}


/* Main */

#main {
	width: 980px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 225px;
		padding: 0 10px 0 62px;
		font: normal 11px/18px Georgia, Verdana;
		color: #000000;
	}
	
	#sidebar a {
		color: #990000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* 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 Georgia, 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: 25px;
			background: url("images/sidebar_menu.gif") no-repeat;
			font: normal 11px/26px Georgia, Verdana;
			color: #200b02;
		}

   		#sidebar ul li:hover {
			padding-left: 25px;
			background: url("images/sidebar_menu_hover.gif") no-repeat;
			font: normal 11px/26px Georgia, 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: bold 13px Georgia, Verdana;
			float: left;
			background: url("images/search.jpg") no-repeat;
			border: none;
			padding: 4px 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 - newsbar */

	/* Main - newsbar */




    #newsbar {
		float: left;
		width: 225px;
        height:100%;
		padding: 0 18px 0 68px;
		font: normal 11px/18px Georgia, Verdana;
		color: #000000;
        padding-left: 1px;
        padding-right: 1px;
	}

    #newsbar p {
        line-height: 15px;
    }

	#newsbar a {
		color: #990000;
		text-decoration: none;
	}

	#newsbar a:hover {
		text-decoration: underline;
	}

	/* Main - newsbar - Boxes */

	#newsbar .newsbar-box {
		width: 225px;
		margin-bottom: 20px;
	}

		#newsbar .newsbar-box-blank {
			width: 225px;
			margin-bottom: 20px;
			text-align: center;
		}

	#newsbar .newsbar-box-in {
		width: 205px;
		background: url("images/newsbar_box_in.png") repeat-y;
		padding-left: 20px;
	}

	#newsbar .newsbar-box-top {
		width: 225px;
		height: 53px;
		background: url("images/newsbar_box_top.png") no-repeat;
	}

	#newsbar .newsbar-box-bottom {
		width: 225px;
		height: 30px;
		background: url("images/newsbar_box_bottom.png") no-repeat;
	}

		/* newsbar - Titles */

		#newsbar h3 {
			font: bold 12px Georgia, Verdana;
			color: #333333;
			padding-bottom: 10px;
		}

		/* newsbar - Menus */

		#newsbar ul {
			margin: 0;
			padding: 0 0 5px 5px;
			list-style-type: none;
		}

		#newsbar ul li {
			padding-left: 25px;
			background: url("images/newsbar_menu.gif") no-repeat;
			font: normal 11px/26px Georgia, Verdana;
			color: #200b02;
		}

   		#newsbar ul li:hover {
			padding-left: 25px;
			background: url("images/newsbar_menu_hover.gif") no-repeat;
			font: normal 11px/26px Georgia, Verdana;
			color: #200b02;
		}


		#newsbar ul li a {
			color: #200b02;
			text-decoration: none;
		}

		#newsbar ul li a:hover {
			text-decoration: underline;
		}

			/* newsbar - Menus - Submenus */

			#newsbar ul li ul {
				padding: 0;
			}

		/* newsbar - Forms */

		#newsbar #searchform {
			margin: 0;
			padding: 0 20px 20px 0;
			width: 185px;
			text-align: center;
		}

		#newsbar #searchform #s {
			width: 155px;
		}

		/* newsbar - Search */

		#newsbar #newsbar-search {
			margin: 10px auto;
			width: 207px;
		}

		#newsbar #newsbar-search .search-input {
			width: 176px;
			height: 17px;
			font: bold 13px Georgia, Verdana;
			float: left;
			background: url("images/search.jpg") no-repeat;
			border: none;
			padding: 4px 15px;
		}

		#newsbar #newsbar-search .search-button {
			width: 0;
			height: 17px;
			float: right;
			display: none;
		}

		/* newsbar - Tables */

		#newsbar #calendar_wrap {
			width: 142px;
			margin: 0 auto;
			padding: 0 20px 5px 0;
		}

		#newsbar #calendar_wrap caption {
			font-weight: bold;
		}

		#newsbar #calendar_wrap tbody {
			text-align: right;
		}

		#newsbar #calendar_wrap tfoot #next {
			text-align: right;
		}

		#newsbar #calendar_wrap #today {
			font-weight: bold;
		}

		/* newsbar - Texts */

		#newsbar .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 Georgia, Verdana;
			color: #000000;
			background: url("images/post_title.png") no-repeat;
		}
		
		#content .post .post-title a {
			color: #5a2508;
			text-decoration: none;
			font-weight: bold;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .author {
			color: #5a2508;
			font-weight: bold;
		}
		
/*nart*/
.cufon-loading #content .post .post-title h2 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
        }

        #content .post .post-title h2 {
			color: #333333;
			font: bold 22px Georgia, Verdana;  /* bold 18px Georgia, Verdana;*/
			padding: 15px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			font: bold 15px Georgia, Verdana;
			color: #200900;
			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: 14px;
			display: block;
			font: bold 20px Georgia, Verdana;
		}
		

		#content .post .post-meta {
            padding: 2px 10px 3px 10px;
            font-size: 9pt;
            color: #333;
        }

		#content .post .post-meta a {
            text-decoration: none;
        }

        /* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 540px;
			padding: 0 10px;
			clear: both;
		}
		
        #content .post .post-entry a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			color: #990000;
			text-decoration: none;
            font-weight: bold;
		}
		
		#content .post .post-entry  a.more-link:hover {
			text-decoration: underline;
		}
		
		/* 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 11px/28px Georgia, 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 15px Georgia, Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 11px/18px Georgia, 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 11px/18px Georgia, 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 11px Georgia, Verdana;
		color: #990000;
		width: 560px;
		margin-bottom: 30px;
		float: left;
		padding: 0 10px;
	}
	
	#content .navigation a {
		color: #990000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 800px;
	height: 150px;
	color: #4f3b22;
	font: normal 9.5px/120px Georgia, Verdana;
	text-align: right;
	padding: 10px 90px 0 90px;
}

#footer a {
	color: #990000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* News template */

/* Page */

#page-news {
	margin: 0 auto;
	width: 980px;
	background: url("images/page_news.jpg") repeat-y;
}

#page-top-news {
	width: 980px;
	background: url("images/page_top_news.jpg") no-repeat;
}

#content-wrap-news {
    margin: 0 60px;
	width: 870px;
}

#content-wrap-news .newsborder TD { border-right: solid 1px #000000;}


/************************************************************
*	Content-wrapper  	[Left column]				*
***********************************************************/

#leftcolumn {
	float:left;	display:inline;
	margin-right:15px;	padding:8px 10px 10px 10px;
	width: 300px;
}
#featured {
	padding-bottom:5px;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:15px;
	}
#postdetails {
	text-align:right;
	background:#333;
	color:#fff;
	font:.8em verdana;
	padding:3px 5px;
	margin-top:5px;
}
#featured img {
	margin-bottom: 10px;
	display:block;
}
#featurednewslist ul	{
	margin:0 0 15px 15px;
	list-style:square;
}
#featurednewslist li a:link, #featurednewslist li a:visited {
	color:#29568f;
}
#featurednewslist li a:hover {
	color:#d92100;
	text-decoration:underline;
}
/************************************************************
*	Content-wrapper  	[Middle column]				*
************************************************************ */
#midcolumn {
	float:left;
	width: 400px;
	display:inline;
}
.midcolumnpost {
	margin-bottom:10px;
	padding:10px;
}
.gray {	background-color:#f2f2f2;}
.details {
	margin-top:10px;
	text-align:right;
	font:.8em verdana;
}
#midcolumn img {
	margin:5px 0 10px;
	display:block;
}
/************************************************************
*	Content-wrapper  	[Right column]				*
********************************************************** */
#rightcolumn {
	float:right;
	width:235px;
}

.rightcolumnpost {
	margin-bottom:10px;
	padding:2px;
}

#sponsors {
	padding:0 8px 0 8px;
}
#sponsors img {
	margin-top:6px;
}
#categories {
	float:left;
	width:135px;
	margin-right:10px;
}
#archive {
	float:left;
	width:135px;
}
#rightcolumn ul {
	margin:0 0 0 3px;
	list-style-type: square;
}
#rightcolumn ul li {
	margin-left:18px;
	line-height:1.6em;
}
#rightcolumn ul li a, #rightcolumn ul li a:visited  {
	color:#777;
	display:inline;
	font:1em Tahoma,Arial,"Trebuchet MS",Verdana;
}
#rightcolumn ul li a:hover {
	color:#29568f;
	text-decoration:underline;
}
#archiveform {
	margin-top:5px;
}
#rightcolumn  ul ul {
	margin-bottom:0;
}