/*  
Theme Name: OXAB
Theme URI: http://www.oxab.org.uk
Description: Variation of Darkwater 1.1 by Antbag: Blackened Waters.
Version: 1.0
Author: Mark Brough
Author URI: http://www.mbwd.co.uk

*/

body, h1, h2, h3, h4, h5, h6, blockquote, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #000 url(images/backgrounds/bulgaria.jpg) no-repeat top center fixed;
	color: #fff;
}

#wrapper{
	clear: both;
	overflow: hidden;
	margin: 0px auto 10px auto;
	width: 85%;
	text-align: left;
	background-color: #003366;
}

h1{
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 30px;
	padding: 25px 0 10px 15px;
}

h3{
	padding: 15px 0 5px 0;
}

h4{
	padding: 0 0 0 0;
	color: #ffffff;
}

a:link{
	text-decoration: none;
	color:#ffffff;
}

a:hover{
	text-decoration: underline;
	color: #ffffff;;
}

a:visited{
	text-decoration: none;
	color:#ffffff;
}	

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #777; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #111;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry iframe {
        overflow-x: hidden;
}

.page ul, .page ol, .page li { 
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
	
.entry ul { 
	list-style-type: square; 
}
	
.entry li { 
	margin: 0px 0px 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0px 5px 5px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #666;
	background: #444;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.entry a{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.entry a:link{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.entry a:visited{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

.entry a:hover{
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.alignright img { 
	padding: none; 
	margin: none; 
	text-decoration: none;
	background: #ffffff;
	border: none;
	float: right; 
	clear: right; 
}

.alignright img a { 
	padding: none; 
	margin: none;
	text-decoration: none;
	border: none;
	float: right; 
	clear: right; 
}

.alignright img a:hover { 
	padding: none; 
	margin: none;  
	text-decoration: none;
	border: none;
	float: right; 
	clear: right; 
}

.alignleft img { 
	padding: none; 
	margin: none; 
	text-decoration: none;
	background: #ffffff;
	border: none;
	float: left; 
	clear: left; 
}

.alignleft img a { 
	padding: none; 
	margin: none;
	text-decoration: none;
	border: none;
	float: left; 
	clear: left; 
}

.alignleft img a:hover { 
	padding: none; 
	margin: none;  
	text-decoration: none;
	border: none;
	float: left; 
	clear: left; 
}

.alignleft {

	float: left;
        padding: 5px 5px 2px 5px;
	margin: 5px 5px 2px 5px;  
	background: #ffffff;
        font-weight: bold;
	color: #000000;
	text-decoration: none;
        border: none;
}

.alignright {

	float: right;
        padding: 5px 5px 2px 5px;
	margin: 5px 5px 2px 5px;  
	background: #ffffff;
        font-weight: bold;
	color: #000000;
	text-decoration: none;
        border: none;
}

.alignright p {

	float: left;
        padding: 1px 5px 2px 2px;
	margin: 1px 5px 2px 2px;  
	background: #ffffff;
        font-weight: bold;
	color: #000000;
	text-decoration: none;
        border: none;
}


/*----HEADER----*/

#header{
	clear: both;
	overflow: hidden;
	margin: 10px auto 10px auto;
	width: 85%;
	height: 145px;
	color: #000;
}

#header a{
	color: #000;

}

#header a:hover{
	color:#000;

}

#header h1{
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 30px;
	padding: 5px 0 0 5px;
}

#toptitle{
	text-align: left;
}

#topnotices{
	text-align: right;
}

/*----INTROTITLE----*/

#introtitle{
	width: 100%;
	padding: 4px;
	margin: 4px;
	margin-bottom:10px;
}

#introtitle h3{
	padding: 0 0 0 0;
}

/*----POST----*/


#container{
	float: left;
	width: 95%;
	padding: 4px 4px 4px 4px;
	margin: 2px;
}

#container a{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#container a:link{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#container a:visited{

	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#container a:hover{
	border-bottom: 1px solid #fff;
	text-decoration: none;
}


.post{
	padding: 0px 10px 25px 10px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0; 
}

.page{
	padding: 0px 10px 0px 10px;
}

.page h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	text-decoration: none;

	border: none;
}


.page h3{
	font-family: Georgia, Sans-serif;


	font-size: 18px;
	text-decoration: none;
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.entry{
	padding: 0 0 0 0;
}

.entry img{
	padding: 6px 6px 6px 6px;
}

.postinfo{
	font-size: 11px;
	color: #fff;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #fff;
}

.postdate{ color: #fff; }

p.postmetadata{
	font-size: 12px;
	color: #fff;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}


p.postmetadata a:hover{
	text-decoration:underline;	
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	
/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 50px 0 0;
	border: 1px dotted #555;
	padding: 5px 5px 15px 15px;
	background: transparent;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #9CF;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #fff;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #555;
}

.comments-template textarea{
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #555;
}

/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	font-size: 80%;
	color: #fff;
	background: #003300;
	border-top: 2px solid #fff;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #fff;
	border-width: 0px 0px 1px 0px;
    border-style: none none dotted none; 
}

#footer a:visited{
	text-decoration: none;
	color: #fff;
	border-width: 0 0 1px 0;
    border-style: none none dotted none; 
}

#footer a:hover{
	color: #fff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

/*----NAVBAR----*/


#navigation {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background-color: #003300;
}

#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	float:left;
	text-align:center;
	line-height:20px;
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
}

#navigation li a {
	display:block;
	line-height:20px;
	padding:0 10px 0 10px;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
}

#navigation li a:hover {
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #FF0000;
}


#navsub {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #ff0000;
}

#navsub ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



#navsub2 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navsub li {
	float:left;
	text-align:center;
	line-height:20px;
	margin:0 0 0 0;
	padding: 3px 0 0 0;
	list-style-type:none;
}

#navsub li a {
	display:block;
	line-height:20px;
	padding:0 10px 0 10px;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
}

#navsub li a:hover {
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #ffffff;
	color: #000000;
}


#navsub li.current_page_item a{
	display:block;
	line-height:20px;
	text-decoration:none;



	padding:0 10px 0 10px;
	font-size:10px;

	text-transform: uppercase;
	background: #ffffff;
}


#navigation li.current_page_parent a:visited{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;

	background: #FF0000;
}
#navigation li.current_page_parent a:hover{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #FF0000;
}

#navigation li.current_page_parent a{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #FF0000;
}

#navigation li.current_page_item a:visited{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #FF0000;
}
#navigation li.current_page_item a:hover{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #FF0000;
}

#navigation li.current_page_item a{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #FF0000;
}



#navsub li.current_page_item a{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #ffffff;
	color: #000000;
}

#navsub2 {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	color: #000000;
	background-color: #fff;
}

#navsub2 ul {

}

#navsub2 li {
	float:left;
	text-align:center;
	line-height:20px;
	margin:0 0 0 0;
	padding: 3px 0 0 0;
	list-style-type:none;
	color: #000000;
}

#navsub2 li a {
	display:block;
	line-height:20px;
	padding:0 10px 0 10px;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	color: #000000;
}

#navsub2 li a:hover {
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
}

#navsub2 li.current_page_item a:hover {
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}



#navsub2 li.current_page_item a{
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:10px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}