/*
Theme Name: Custom
Theme URI: http://wordpress.org/
Description: Custom Theme.
Author: ThunderBird
Version: 1.0
Tags: 
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
a { outline: none; }

/* WYSIWYG Editor*/

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Theme */

body {
	background-color: #000000;
	background-position: top center;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	font-family: "Arial";
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	min-width: 935px;
}

.main {
	margin: 0px auto;
	width: 935px;
}

.header {
	margin: 5px 0px 35px 0px;
	height: 105px;	
}

.logo {
	margin: 15px 0px 0px 0px;	
	float: left;
}

.sidebar {
	float: right;
	width: 227px;
	background-color: #141414;
	padding: 18px 0px 18px 0px;
	margin-bottom: 30px;
}

.content {
	width: 702px;
	float: left;
	overflow: hidden;
	line-height: 21px;
}

.content a {
	color: inherit;
	text-decoration: none;
}

.content a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.content a:hover span {
	text-decoration: inherit;	
}

.footer-wrapper {
	clear: both;
	height: 175px;
	width: 100%;
	background-color: #ffffff;
}

.footer {
	margin: 0px auto;
	width: 935px;
	height: 100%;
}

.menu-1 .menu {
	margin-left: 10px;	
}

.menu-1 .menu li {
	padding: 4px 0px 4px 15px;
	line-height: 0px;
}

.menu-1 .menu .sub-menu li {
	padding-left: 13px;
}

.menu-1 .menu .menu-item {
	background-image: url(image/menu-arrow.png);
	background-position: left 9px;
	background-repeat: no-repeat;
}

.menu-1 .menu .menu-item a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
}

.menu-1 .menu .sub-menu {
	margin: 0px;
}

.menu-1 .menu .sub-menu .menu-item {
	background-image: url(image/menu-arrow-child.png);
}

.menu-1 .menu .sub-menu .menu-item a {
	text-transform: none;
	color: #999999;
}

.menu-1 .menu .current-menu-item {
	background-image: url(image/menu-arrow-active.png);
}

.menu-1 .menu .current-menu-item a, .menu-1 .menu .menu-item a:hover {
	color: #ffffff;
}

.menu-1 .menu .current-menu-ancestor {
	background-image: url(image/menu-arrow-parent.png);
}

.menu-1 .menu .sub-menu .current-menu-item a, .menu-1 .menu .sub-menu .menu-item a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.menu-1 .menu .sub-menu {
	display: none;	
}

.menu-1 .menu .current-menu-ancestor .sub-menu, .menu-1 .menu .current-menu-item .sub-menu {
	display: block;
}

#menu-1-text, #menu-2-text {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding-left: 25px;
	margin-bottom: 5px;
}

.dottet-line {
	margin: 0px 10px;
	height: 1px;
	border-bottom: 1px dotted #333333;
}

.searchform {
	float: right;
	color: #848181;
	font-size: 11px;
	font-family: "Verdana", "Arial";
	font-weight: bold;
	width: 276px;
	height: 21px;
	margin-top: 17px;
}

.searchform * {
	float: left;
	height: 21px;
	line-height: 21px;
}

#search {
	border: none;
	background-color: transparent;
	background-image: url(image/searchfield.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 21px;
	padding: 0px 10px;
	margin-left: 5px;
}

#search:focus, #search:hover {
	background-image: url(image/searchfield-active.png);
}

#search-button {
	margin-left: 5px;
}

.clear {
	clear: both;	
}

#menu-2-text {
	margin-top: 35px;	
}

.menu-2 {
	padding: 0px 10px;	
}

.menu-2 .menu-item {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px dotted #333333;
	line-height: 12px;
}

.menu-2 .menu-item a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.menu-2 .menu-item a:hover {
	color: #ffffff;	
}

.content {
	font-size: 13px;
	color: #999999;
}

.content-bg {
	background-color: #141414;	
}

.content h1, .content h2, .content h3, .content h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}

.content h3 {
	font-size: 18px;
}

.content h4 {
	font-size: 13px;
}

.content-search-results {
	padding: 30px 25px 40px 25px;	
}

.content-search-results h1 {
	padding: 0px 0px 13px 0px;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: solid 1px #666666;
}

.content-search-results .entry-title {
	font-size: 13px;
	margin: 12px 0px 0px 0px;
}

.content-search-results .entry-title a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

.content-search-results .entry-summary {
	color: #999999;
	font-size: 14px;
	max-height: 28px;
	overflow: hidden;
	margin: 5px 0px 10px 0px;
	padding-bottom: 1px; 
}

.content-search-results .entry-url a {
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}

.content-search-results .entry-url a:hover {
	color: #ffffff;
}

.content-search-results .hentry {
	padding: 0px 0px 12px 13px;
	border-bottom: 1px dotted #666666;	
}

.content-search-results #last-post {
	border-bottom: none;
}

.widget-sidebar-1 {
	margin-top: 30px;	
}

.widget_sfc-find {
	text-align: center;	
}

.movie {
	padding: 20px 0px;
}

.movie #player1, .movie #player2, .movie #player3 {
	text-align: center;
}

.footer-logo {
	float: right;
	margin: 20px 10px 0px 0px;	
}

.menu-3-wrapper, .menu-4-wrapper {
	float: left;
	width: 185px;
	margin: 17px 0px 0px 8px;
}

.menu-3 {
	padding: 0px 5px 0px 0px;	
}

.menu-3 .menu-item, .menu-4 .menu-item {
	padding: 2px 0px;
}

.menu-3 .menu-item a, .menu-4 .menu-item a {
	font-size: 12px;
	color: #000000;
}

.menu-3 .menu-item a:hover, .menu-4 .menu-item a:hover {
	color: #666666;
}

#menu-3-text, #menu-4-text {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	color: #141414;	
}

.menu-5 {
	margin: 10px 0px 0px 12px;
}

.menu-5 .menu-item {
	padding: 0px 0px 0px 15px;
	background-image: url(image/sitemap-level1-h.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	border-left: 1px solid #999999;
	font-size: 16px;
	min-height: 21px;
}

.menu-5 .sub-menu .menu-item {
	min-height: 20px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	border-left: 1px solid #666666;
	background-position: 0px 10px;
	background-image: url(image/sitemap-level2-h.png);
}

.menu-5 .menu-item a {
	display: block;
	padding-top: 3px;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-5 .sub-menu .menu-item a {
	font-size: 12px;
	color: #666666;
}

.menu-5 .menu-item a:hover, .menu-5 .sub-menu .menu-item a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.quiz {
	line-height: 18px;	
}

.quiz ul li {
	border-bottom: 1px dotted #666666;
	padding: 15px 0px 15px 12px;
	margin: 0px 25px;
	clear: both;
}

.quiz ul li h4 {
	display: block;
	width: 580px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	margin-left: 5px;
}

.quiz .quiz-nr {
	width: 23px;
	margin-left: 0px;
	text-align: right;
}

.quiz label {
	display: block;
	width: 600px;
	float: left;	
}

.quiz .quiz-answer {
	clear: both;
	padding: 3px 0px;
}

.quiz .quiz-answers {
	clear: both;	
	margin: 0px 0px 0px 7px;
	padding: 4px 0px 0px 0px;
}

.quiz input {
	float: left;
	clear: both;	
}

.quiz .quiz-submit {
	padding: 20px 0px 50px 50px;
	height: 27px;	
}

.quiz .quiz-result {
	margin: 10px 40px 0px 40px;
}

.quiz .quiz-result-header {
	border-bottom: 1px dotted #666666;
	margin: 0 25px;
	padding: 15px 0px;	
}

.quiz .quiz-result-header h4 {
	font-weight: bold;
}

.quiz #quiz-submit {
	width: 72px;
	height: 27px;
	border: none;
	background-image: url(image/quiz-submit.png);	
}

.quiz #quiz-submit:hover {
	background-image: url(image/quiz-submit-hover.png);	
}

.quiz #quiz-again {
	display: block;
	width: 87px;
	height: 27px;
	background-image: url(image/quiz-again.png);
}

.quiz #quiz-again:hover {
	background-image: url(image/quiz-again-hover.png);
}

.normallineheight {
	line-height: 1;	
}

.stories-menu-item {
	float: left;
	display: block;
	margin-right: 5px;
}

.stories-menu-item img {
	width: 54px;
	height: 55px;
	overflow: hidden;
}

.stories-menu-item-active,
.stories-menu-item:hover .stories-menu-item-inactive,
.stories-menu-item-current .stories-menu-item-inactive {
	display: none;
}

.stories-menu-item:hover .stories-menu-item-active, .stories-menu-item-current .stories-menu-item-active {
	display: block;
}

.stories-menu {
	width: 354px;
	float: right;
}

.stories {
	padding: 35px 25px;	
}