/*
Theme Name: Nidhogg.spb.ru
Theme URI: http://nidhogg.spb.ru/download/theme
Description: WordPress theme initially made for Nidhogg's site
Author: Nidhogg
Author URI: http://nidhogg.spb.ru/
Tags: black, no-columns, fixed-width
Version: 1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html {
  width: 100%;
  min-width: 1000px;
  height: auto;
	min-height: 100%;
	margin: 0px;
	padding:0px;
  background: url(images/background.jpg) #000 no-repeat bottom right;
}

body { 
  width: 100%;
	padding: 0px;
	margin: 0px;
}

form, select, option, input, textarea, body, table, tr, td, a, pre {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
}
/* текстовые стили */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	text-transform: none; 
	text-indent: 0; 
	text-align: left;
	color: #777;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
p > b {
color: #aaa !important;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color: #aaa; 
	font-weight: bold;
}
a:hover { 
	text-decoration:none; 
	color: red; 
	font-weight: bold; 
}
a img{
	border: none;
}
form {
	border:0px;
	padding:0px;
	margin:0px;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	font-family: Verdana, Arial, Sans-Serif;
	padding:0px 0px 10px 0px;
	margin:0px;
	border:0px;
  font-style: normal; 
	font-weight: bold;
	font-size:16px;
	text-decoration:none !important;
  text-transform: none;
  text-align: left;
  color: #fff;
}
h2 {
	font-size:14px;

}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}
h7 {
	font-size:9px;
}
/* outline */
.outline {
  width: auto;
  height: 1px;
  clear: both;
  font-size: 0px;
}


#header {
	width: 900px;
	height: 150px;
  background: url(images/header_bg.jpg) no-repeat top left;
	margin: 0px auto 0px auto;
  padding: 0px;
  overflow: hidden;
}
.head-title {
  margin: 87px 0px 0px 270px;
  padding: 0px;
}
.head-title span, .head-title span a {
	text-decoration:none;
	font-family: Verdana;
	font-style: normal; 
	font-weight: normal; 
	font-size: 24px !important; 
	text-transform: none; 
	text-align: left; 
	color: #ccc; 
  margin: 0px;
}

/* top menu */
#menu_top {
  background: #d00;
  width: 100%;
  min-width: 900px !important;
  height: 15px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#menu_top .menu {
  width: 900px;
  min-width: 900px !important;
  height: 15px;
  padding: 0px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}
#menu_top p{
	text-align: center;
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	text-transform: none; 
	color: #000;
	padding:0px;
	margin: 0px;
}
#menu_top a {
  text-decoration:none;
	text-align: center;
  font-family: Verdana;
}
#menu_top ul {
  list-style-image: none;
  list-style-type: none;
  display: block;
  width: 900px;
  padding: 0px;
  margin: 0px;
	position: absolute;
}
#menu_top ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 150px;
  height: 15px;
	float:left;
}
#menu_top ul li:hover {
  background: #000 !important;
}
#menu_top ul li:hover a {
	color: #f00;
}
#menu_top ul li a {
  display: block;
  width: 100%;
  height: 100%;
	color: #000;
}
#menu_top ul li a:hover {
	color: #f00;
}
/* top menu level 2 */
#menu_top ul li ul {
  list-style-image: none;
  list-style-type: none;
  background: #000;
  width: auto;
  padding: 0px;
  margin: 0px;
  position: absolute;
	z-index: 10;
	display: none;
}
#menu_top ul li ul li {
  float: none;
  display: block;
	width: 148px;
	height:25px;
	border: #333 solid 1px;
	border-top: none;
  padding: 0px;
  margin: 0px;
}
#menu_top ul li ul a, #menu_top ul li ul a:visited, #menu_top ul li ul a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px !important;
  color: #666;
  text-decoration: none ;
	text-align: center;
	display: block;
  width: 100%;
	height:15px;
	padding:5px 0px 5px 0px;
	white-space:nowrap;
}
#menu_top ul li ul a:active, #menu_top ul li ul a:focus, #menu_top ul li ul a:hover {
  color: #f00;
	border:0px;
	display: block;
	width: 100%;
	height:15px;
	padding:5px 0px 5px 0px;
	white-space:nowrap;
}
/*
#menu ul .current_page_item {
	background:url('images/menu_active.gif') no-repeat bottom center;
}
#menu_top ul .current_page_ancestor {
	background: #500;
}
#menu_top .current_page_item a:hover {
	background:#300;
}

#menu .selected a:hover {
	background:url('');
}*/
/*#menu #searchform .hidden {
	display:none;
}
#menu #menuSearch #searchform div {
	padding-right:5px;
}
#menu #menuSearch {
	float:right;
}
#header #menuSearch #s {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	color:#000;
}
#header #menuSearch #searchsubmit {

}*/

/* page */

#page {
	width: 900px;
	height: auto;
	min-height: 600px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
}
.text_p {
	padding: 0px;
	width: auto;
	margin: 10px 30px 10px 30px;
}
.text_p.blog {
	padding: 0px;
	width: auto;
	margin: 10px 0px 10px 0px;
}
.text_p p {
	text-align: justify !important;
}

.text_p img {
	margin: 15px;
}

#allContentWidth {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#mainContent {
	width:660px;
	display:inline;
	float:left;
}
.date {
	background:url('images/date2.jpg') no-repeat right bottom;
	width:80px;
	height:80px;
	display:inline;
	float:left;
	color:#600;
  position: relative;
	left: -60px;
}
.date span {
	/*display:inline;
	float:left;*/
}
.date .dateContainer {
	padding:40px 0px 0px 10px;
	width:50px;
	text-align:center;
}
.noDate {
	width:80px;
	height:1px;
	display:inline;
	float:left;
	color:#666;	
}
.post {
	display:inline;
	float:left;
	width:610px;
	margin-left: -60px;
	overflow:hidden;
}
.post .postInnerPadding {
	padding:0px 10px 10px 10px;
	overflow:hidden;
}
.post h2, .post h2 a {
	padding-bottom:10px;
	font-size:19px;
	line-height:22px;
	text-decoration:none;
	overflow:hidden;
}
.post p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:11px;
}
.post a {
	text-decoration:underline;
}
.post .postFooter {
	clear:both;
	display:block;
	padding-top:5px;
}
.image .navigation {
	margin:0px 0px 20px 0px;
}
.image .navigation .alignleft, .image .navigation .alignright {
	float:left;
}
.imagelink, .alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.commentlist .alt {
	padding: 10px 10px 10px 10px;
	background: #000;
	border-top: 1px solid #333;
}
h3#comments, h3#respond {
	margin: 30px 0px;
}
.commentlist {
	margin:0px;
	padding:0px;
}
.commentlist li {
	margin: 15px 0px 15px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #000;
}
.commentlist .fn {
	font-weight:bold;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	border: none;
}	
.commentlist li.author .avatar {
	border: 1px solid #669933;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
}
#commentform #submit {
	float: right;
}
#commentform #comment {
	width:600px;
}
#idc-container-parent {
       width:500px;
       float:right;
       margin-right:20px
}
.archive ul {
	margin:0px;
	padding:0px 0px 20px 30px;
}
#sidebar {
	display:inline;
	float:right;
	background: none;
	width:240px;
	overflow:hidden;
}
#sidebar ul, #sidebar ul ol, #sidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar h2 {
	background-color:#555;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	text-transform: uppercase;
	width:230px;
	display:block;
	padding:4px 5px 4px 5px;
	font-size:15px;
	/*font-size:19px;*/
}
#sidebar li ul {
	background-color:#222;
	width:230px;
	display:block;
	padding:5px;
	margin-bottom:20px;
	overflow:hidden;
}
#sidebar .archive a {
	text-transform:capitalize;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar #pages li ul {
	padding:0px;
	padding-left:10px;
	margin:0px;
}
#sidebar .rss {
	background:url('images/rss.gif') no-repeat 0px 1px;
	padding-left:18px;
	height:18px;
	line-height:18px;
	display:block;
}
#sidebar .link_icon {
	padding-left:19px;
	height:19px;
	line-height:19px;
	display:block;
}
#sidebar .bloggy_link {
	background:url('images/link_icons/bloggy.gif') no-repeat 0px 1px;
}
#sidebar .youtube_link {
	background:url('images/link_icons/youtube.gif') no-repeat 0px 1px;
}
#sidebar .facebook_link {
	background:url('images/link_icons/facebook.gif') no-repeat 0px 1px;
}
#sidebar .flickr_link {
	background:url('images/link_icons/flickr.gif') no-repeat 0px 1px;
}
#sidebar .bambuser_link {
	background:url('images/link_icons/bambuser.gif') no-repeat 0px 1px;
}
#sidebar .twitter_link {
	background:url('images/link_icons/twitter.gif') no-repeat 0px 1px;
}
#sidebar .jaiku_link {
	background:url('images/link_icons/jaiku.gif') no-repeat 0px 1px;
}
#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
#sidebar #wp-calendar a {
	text-decoration:underline;
}
#sidebar .categories .children {
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}
#sidebar #photoAlbum {
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
}
/*bloggy*/
#sidebar .bloggy_ul {
	/* Stilen på listan */
	display:block;
	width:230px;
	margin-bottom:0px;
	padding:5px 0px 0px 0px;
}
#sidebar .bloggy_ul li{
	/* Stilen på inlägg */
	background-color:#e1e1e1;
	margin-bottom:5px;
}
#sidebar .bloggy-meddelande {
	/* Stilen på själva inlägget */ 
	display:block;
	border:1px solid #e1e1e1;
	background-color:#f8f8f8;
	padding:2px;
}
#sidebar .bloggy-link {
	/* Stilen på länken. */ 
	padding:2px;
}
#sidebar .bloggy-tid {
	/* Stilen på tiden */
	padding:2px;
}
.clearer {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}
.screen-reader-text {
	display:none;
}
.navigation {
	display:block;
	margin:0px 0px 20px 122px;
	padding:0px;
}
.postInnerPadding .navigation {
	margin:0px 0px 20px 0px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
	padding-right:20px;
}
.postInnerPadding .navigation .alignright {
	padding-right:0px;
}

/* footer */
#footer {
	width: 900px;
	height: 60px;
	padding: 10px 0px;
	margin: 0px auto 0px auto;

}
#footer h2 {
  margin-top: 0px;
}
#footer img {
	float: left;
	margin: 3px;
}
