body {
	background-color: #000000;
}

/* Common classes
---------------------------------------------------------- */
body,
textarea, input, #author, #email, #url, textarea#comment {
	font: 12px/1.67em 'Droid Sans', Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}

h1 {
	font-size:2em;
	line-height: 1.17em;
	margin-bottom: 10px;
}

	h1.title {
		font-size: 3em;
		margin-bottom: 25px;
	}
h3 {
colour: #140000;
}

.main_content h2, h2 {
	font-size: 1.5em;
color: #140000;
 text-transform: uppercase; 
	line-height:1.25em;
	margin-bottom:10px;
}
.p_caption,
h3.p_caption,
.main_content .p_caption {
    font-size: 1.3em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 30px;
}

a {
	text-decoration:none;
	color: #000633;
}
	a:hover,
	.post_teaser .read_more:hover,
	#footer .footer_menu a:hover,
	h4.wpb_toggle:hover,
	h4.wpb_toggle_title_active,
	#footer .copyright_message a:hover,
	.small_tour_menu li a:hover {
		color: #ff0000;
	}
p {
	margin-bottom: 15px;
}

ul,
ol,
.main_content ul,
.main_content ol {
	margin:0 0 15px 0;
}

ul li,
ol li {
	margin-left: 20px;
	margin:0 0 0px 4%;
	list-style-position: inside;
}
ul li {
	list-style-image: url(images/res/arrow_r.gif);
}

.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.main_content table tr {
	background: #ffffff;
}

.main_content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 0 25px 0;
	border-collapse: collapse; 
	width:100%;
}
pre {
	background: #ffffff url(images/res/pre_bg.gif) left -10px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	margin-bottom: 15px;
	line-height: 20px;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

/* Header
---------------------------------------------------------- */
#header {
	position: relative;
	z-index: 50;
	width: 100%;
	
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	
	box-shadow:0px 0px 10px #000000;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000}

.content_holder {
	opacity: 0;
	padding-top: 10px;
}

.post_teaser,
.single_post,
.single_page,
.single_portfolio,
.shadow_block {
	background: #FFFFFF;
	-o-box-shadow:0px 0px 500px #ff0000;
	-moz-box-shadow:0px 0px 500px #ff0000;
	-webkit-box-shadow:0px 0px 10px #FFFFFF;
	box-shadow:0px 1px 10px #FFFFFF;
}

.single_page,
.single_post,
.single_portfolio
.sidebar,
.post_teaser {
	margin-bottom: 0px;
}

/* Menu
---------------------------------------------------------- */
.header_menu .social_icons {
	float: right;
	margin: 40px 5px 20px;
}
.header_menu li {
	float:left;
	display: inline;
	list-style:none;
	margin: 40px 20px 20px;
}
.header_menu a {
	color:#ff0000;
        font-size: 1.0em;
}

.header_menu .hover a,
	.header_menu a:hover,
	.header_menu li.hover ul a:hover {
		color: #ffffff;/*F5CC0C;*/
	}
	
	.header_menu .current-menu-item a,
	.header_menu .current-menu-item .current-menu-item a,
	.header_menu li.hover .current-menu-item a,
	.header_menu li .sub-menu .sub-menu li a:hover,
	.header_menu li .sub-menu .sub-menu li.current-menu-item a {
		color:#FFFFFF;
	}
	.header_menu li.hover ul a {
		color: inherit;
	}

/* Footer
---------------------------------------------------------- */
#footer {
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	
	-o-box-shadow:0px 0px 10px #000000;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
}

/* Widgets
---------------------------------------------------------- */
.sidebar .widget_title {
border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 6px;
        color: #140000;
 text-transform: uppercase; 
 font-size: 1.5em;
}

	.sidebar .widget_featured_box .widget_title {
		margin-bottom: 0;
		border: none;
                color: #140000;
	}

.widget {
background: #FFFFFF;
-o-box-shadow:0px 0px 12px #CCCCCC;
	-moz-box-shadow:0px 0px 12px #CCCCCC;
	-webkit-box-shadow:0px 0px 12px #CCCCCC;
	box-shadow:0px 0px 12px #CCCCCC;
border: 1px solid #FFFFFF;
margin: 0 0 25px 0;
border-collapse: collapse; 
	width:100%;
margin-bottom: 10px;
padding: 10px 15px;
	line-height: 1.385em;
border-bottom: 0.1px solid #CCCCCC;
border-right: 0.1 solid #CCCCCC;
}

/* Search
---------------------------------------------------------- */
#searchform label { display: none; }
.sidebar #searchform #s {
	width: 150px;
height: 60px
	margin-right: 6px;
}
.column_two-six #searchform #s {
	width: 233px;
	margin-right: 6px;
}


#start_slideshow {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0;
	background: url(images/arr_grid_l.png) center center no-repeat;
	background-color: #870063;
/*	background-color: rgba(135, 0, 99, 0.9);*/
	position: fixed;
	left: 40px;
	top: 166px;
	z-index: 20;
	opacity: 1;
	
	/*-o-box-shadow:0px 0px 10px #CCCCCC;
	-moz-box-shadow:0px 0px 10px #CCCCCC;
	-webkit-box-shadow:0px 0px 10px #CCCCCC;
	box-shadow:1px 1px 1px #000000;*/
}
#float_next:hover,
	#float_prev:hover,
	#prevslide:hover,
	#nextslide:hover,
	#play-button:hover,
	#showmenu:hover,
	#tray-button:hover,
	#slideshow-exit:hover,
	#start_slideshow:hover {
		background-color: #a80000;
		cursor: pointer;
	}
.post_teaser .teaser_meta {
	position: relative;
	border-top: 1px solid #bfbfbf;
	padding: 7px 30px;
	background: #ffffff;
	
	font-family: Georgia,"Times New Roman",Times, serif;
	font-style: italic;
}
	.post_teaser .teaser_meta span a {
		color: #910000;
	}


