/*
Theme Name: ST Vlads
Description: ST Vlads Theme
Version: 1.0
Author: Nick
Author URI: 
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Georgia, serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background: #590000;
	/*color: #555555;*/
}
#wrapper {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	background: #eee6cc;
}
#header {
	height: 165px;
	width: 1000px;
	margin: 0px;
}
#main {
	width: 1000px;
	margin-top: 200px;
	height: 600px;
	background: #eee6cc;
	height: 100%;
  min-height: 750px;
	}
#content {
	float:right;
	line-height:1.3em;
	overflow:visible;
	margin-top:0px;
	width:710px;
	padding-right: 100px;
}
#sidebar {
	background:transparent url(images/sidebar.png) no-repeat scroll 0 0;
	float:left;
	margin-right:0;
	margin-top:0;
	width:187px;
	z-index: 2;
}
#sidebar ul {
  height:537px;
}

#footer {
	height: 12px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	background: #923a38;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.subnav {
	padding-left: 10px;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding:5px 5px 50px 50px;
	font-size: .9em;
	color: #6e6e6e;
}
.post p {
	padding-bottom: 20px;
}
.post ul li {
	list-style: circle inside;
	padding-left:1em;
	text-indent:-1em;
}
.post ol li{
	list-style: decimal inside;
	padding-left:1em;
	text-indent:-1em;
}
.spacer {
	padding-top: 20px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.breadcrumb {
	font-size:0.8em;
	padding-bottom:15px;
	color:#1D3362;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
ol li {
	list-style-type: decimal;
}
#content a:link, #content a:visited {
	padding: 2px;
	color:#760000;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	list-style-type:none;
	margin-top:25px;
	padding:0;
	width:177px;
}
.roll, #nohov {
	background:transparent url(images/sep.png) no-repeat scroll center bottom;
	height:24px;
}
.roll:hover, .curpage {
	background:transparent url(images/over.png) no-repeat scroll left bottom !important;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding:5px 1px 1px 10px;
	font-size: .8em;
	color: #760000;
}
#sidebar li a:hover, .curpage a {
	color: #ffffff !important;
}
.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
	color: #760000;
}
.breadcrumb a:hover {
	color: #ffffff;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#botimg {
	margin-left: -10px;
}
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.7em;
}

#content h2 {
	font-size: 1.6em;
}

#content h3 {
	font-size: 1.6em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.4em;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 28px;
}
.post h3 {
  font-size: 1.3em;
  margin: 0;
  padding:10px 0 10px;
  color:#1D3362;
  line-height: 24px;
}

.post h4 {
  font-size: 1.2em;
  margin: 0;
  padding:10px 0 10px;
  color:#590000;
  line-height: 20px;
}

/*===END SECTION 6===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/*===END SECTION 11===*/

.dollnav {
  background: url('/rus/wp-content/themes/ST_Vlads/images/dollnav.jpg') no-repeat;
  height:160px;
  margin-left:50px;
  width:700px;
}

.listnav {
  margin-left: 50px;
  margin-top: 20px;
}

.listnav ol {
  float:right;
  margin-left:35px;
  margin-top:85px;
  padding-left:8px;
}

.dollnav ul {
  
}

.curcat a {
  text-decoration: none;
  position:relative;
  top:15px;
}

.dollnav ul li {
  display: inline-block;
  font-size: 1.6em;
  width: 48px;
  opacity: 0;
}

.curcat {
  opacity: 1 !important;
}

.dollnav ul li:hover {
  opacity: 1;
}

#hoverhit {
  position: relative;
}

#nav01 #hoverhit {
  height:100px;
  left:25px;
  width:50px;
  z-index: 1;
}

#nav02 #hoverhit {
  height:100px;
  left:24px;
  width:44px;
  z-index: 2;
}

#nav03 #hoverhit {
  height:100px;
  left:17px;
  width:42px;
  z-index: 3;
}

#nav04 #hoverhit {
  height:100px;
  left:8px;
  width:48px;
  z-index: 4;
}

#nav05 #hoverhit {
  height:100px;
  left:4px;
  width:52px;
  z-index: 5;
}

#nav06 #hoverhit {
  height:105px;
  left:5px;
  width:54px;
  z-index: 6;
}

#nav07 #hoverhit {
  height:115px;
  left:8px;
  width:72px;
  z-index: 7;
}

#nav08 #hoverhit {
  height:105px;
  left:29px;
  width:60px;
  z-index: 8;
}

#nav09 #hoverhit {
  height:100px;
  left:37px;
  width:51px;
  z-index: 9;
}

#nav10 #hoverhit {
  height:100px;
  left:37px;
  width:46px;
  z-index: 10;
}

#nav11 #hoverhit {
  height:100px;
  left:32px;
  width:44px;
  z-index: 11;
}

#nav12 #hoverhit {
  height:100px;
  left:24px;
  width:40px;
  z-index: 12;
}

#nav13 #hoverhit {
  height:100px;
  left:13px;
  width:40px;
  z-index: 13;
}
