/*  
Theme Name: Soviet Story
Theme URI: http://www.sovietstory.com/
Version: 1.0
Author: the SovietStory team, Kristaps Pilveris (GRENO), IT LUX
Author URI: http://www.greno.lv/, http://www.itlux.lv
*/


body {
	margin: 0;
	padding: 0;
	font-size: 62.7%;
	background-color: #000;
	text-align: center;
}

a {
	color: #666;
}

a:hover {
	color: #aaa;
}
/* Defines page container of home & trailer page */
div#home {
	text-align: left;
	position: relative;
	left: 60px;
	width: 627px;
	height: 760px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	font: normal 1em Arial, sans-serif;
	color: #666;
	background-image: url(images/home.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	border: 0px solid #300;
}


/* Trailer link box in home/trailer page*/
a#trailer, div#trailer {
	display: block;
	position: absolute;
	top: 330px;
	left: 86px;
	/*margin: 330px auto 0 auto;*/
	width: 456px;
	height: 304px;
	background-image: url(images/trailer.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

div#trailer {
	height: 320px;
}

/* Link to YouTube */
p#ytt {
	position: absolute;
	top: 650px;
	left: 460px;
	width: 200px;
	height: 1em;
	font-size: 1.3em;
}

/* Menu list */
ul#menu {
	position: absolute;
	top: 0;
	left: -22em;
	width: 18em;
	margin: 0 0 0 0;
	text-align: right;
	padding: 160px 0 0 0;
	border: 0px solid orange;
}

/* Menu position adjustment in content page */
#cont ul#menu {
	/*margin-left: -22em; */
	/* padding-top: 2em; */
}


/* Menu list item*/
ul#menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.5em;
	padding-top: 1.6em;
}

/* Menu link */
ul#menu a, ul#menu li.current_page_item ul li a  {
	color: #666;
	text-decoration: none;
}

ul#menu a:hover, ul#menu li.current_page_item ul li a:hover {
	color: #aaa;
	text-decoration: underline;
}

/* Current page menu item */
ul#menu li.current_page_item a {
	color: #eee;
	font-weight: bold;
}

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


/* 2nd level menu */
ul#menu ul li {
	font-size: 1em;
	padding-top: 0.2em;
}

ul#menu li.current_page_item ul li a {
	color: #666;
	font-weight: normal;
}





/* ============================================================================= */
/* Defines width of content page */
div#cont {
	text-align: left;
	position: relative;
	left: 60px;
	width: 627px;
	margin: 0 auto 10em auto;
	padding: 130px 0 0 0;
	background-image: url(images/sovietstory.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font: normal 1em Arial, sans-serif;
	color: #666;
	border: 0px solid #300;
}


/* Page heading */
#content h1 {
	margin: 7px 0 1.4em 0;
	padding: 0;
	font-size: 1em;	
}

#content h1 span {
	background-color: #7b0a0a;
	text-transform: uppercase;
	color: #000;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	padding: 0.3em 0.75em;
	margin: 0;
} 


/*	Main content container */
div#content {
	margin: 0 120px 1em 0;
	padding: 0 0 5em 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.4em;
	line-height: 1.4em;
}

/* Emphasizing bolds */
#content b, #content strong {
	color: #666;	
}

/* Generic text paragraph */
#content p {
	margin: 0 0 0.8em 0;	
}


/* In text headings */
#content h2 {
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
	padding: 0;
	color: #777;
}



/* For aligning images to column sides */
#content .left {
	float: left;
	padding: 0.3em 1em 0.5em 0;
}

#content .right {
	float: right;
	padding: 0.3em 0 0.5em 1.3em;
}

a img {
	border: none;
}

#content hr {
	height: 1px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	clear: both;
	border: none;
	border-top: 1px solid #333;
}


/*Clearer element */
div.clearer {
	clear: right;
	margin: 0 0 0 0;
}