
/************************************************
*	Please be nice :) and dont remove our link	- its all i ask										*
************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	text-align: center;
	color: #111111;
	}

/*******************************************
* added styles for bloack table navigation *
*******************************************/


#naviTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	height: 100px;
	border-style: outset outset outset outset;
	border-color: #2f2f2f;  /**** 2f2f2f ****/
	border-collapse: collapse;
	background-color: black;
}




#naviTable td:hover{
	color: silver;
	background-color: #191919;	/**** 2f2f2f *****/
}

#naviTable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
/*	border-style: none;
	border-color: black;
	background-color: black; */
	-moz-border-radius: 0px 0px 0px 0px;
}
#naviTable td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: none;
	border-color: #191919;
/*	background-color: black; */
	-moz-border-radius: 0px 0px 0px 0px;	
}


#navidescription {
	font-family: Lucida Grande,Verdana, Arial;
	font-style: normal;
	/*font-variant: normal;*/
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	color : silver;
}

#navititle {
	font-family: Lucida Grande,Verdana, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #fff;
}	

#navititle a{
	font-family: Lucida Grande,Verdana, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #fff;
}

#navititle a:hover {
	font-family: Lucida Grande,Verdana, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #777;
}	
#naviReadButton {
	width: 444px;
	z-index: 5;
}


#subHeader {
	color:#993333;
	font-size: 14px;
	font-weight: bold;
}


/****** back to the regular css ******/

#wrap {
	width: 893px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
}
#content {
	width: 590px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 19px;
	margin: 2px;
}
p img { 
        padding: 8px 0px 0px 8px;
        max-width: 100%;
        border: 1px;
        border-color: black;
}

#nav {
	
	width: 893px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	position: relative;
	top: -13px;
   	width: 215px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 0px;
	font-size:10px;
	background-color: #191919;

	background-repeat: no-repeat;
}

#sidebarfooter {
    width: 215px;
    height: 200px;
    background-image: url('http://www.wideopenmedia.co.uk/images/sidebar_footer.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	/*background-position: 10px 50%;*/
}
#pages h1{
	margin:0px;
	padding:0px;
}
#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font: 11px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}
#pages h1 a:hover{
	text-decoration:underline;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}
#logo {
/*	background: url('images/top.png') no-repeat;
	height: 200px;
	width: 780px;*/
	margin-right: auto;
	margin-left: auto
	}
#tagline {
	height: 20px;
	text-align: right;
	margin-top: -30px;
	margin-right: 25px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
div#pages {
	height: 40px;
	margin: 0px auto 5px;
	width:893px;

}

div#pages ul {
	padding: 10px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}
div#pages ul li {
	float:right;
}
#pages ul li a:before{
	content:".";
	color:#800000
}
div#pages ul li.current_page_item a  {
	text-decoration: underline;
}
div#pages ul li a {
	display: block;
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
div#pages ul li a:hover {
	color: #FF7800;
}


#footer {
	clear: both;
	text-align: center;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 890px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding:10px;
	margin:0px;
}

.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
}
.firstpost {
	margin-bottom:15px
}
h3.entrytitle, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;

}
h3.entrytitle a, h3.entrytitle a:visited, h3 a{
	color: #800000;
	text-decoration:none;
	border-style: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
}
h3.entrytitle a:hover, h3 a:hover{
text-decoration:underline;}
.entrymeta{
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #FFF;
	border-top:solid 1px #ccc;
	padding-top:4px;
	margin-bottom: 8px;
}
.entrymeta a img{
	border:none;
}

.entrybody a {
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #FFF;
}

.entrybody img {
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.entrybody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.entrybody ol{
	margin-left:20px;
	padding-left:0px;
}
.entrybody ul li {
	list-style:square;
}
.commentlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4, h3, h2, #commentblock h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#993333;
}
h2{
	margin-bottom: 10px;
	font-size: 24px;
}
h1{
	margin-bottom: 10px;
	font-size: 11px;
}
a, a:visited{
	color: #800000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.entrybody p{
margin:8px 0;
padding:0;
}
.entrybody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.entrybody ol{
	margin-left:30px;
	padding-left:0px;
}
.entrybody ul li {
	list-style:square;
}
#sidebar h1 {
	height: 21px;
	width: 179px;
	color: silver;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
   /* border-bottom: 1px solid #333; */
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
    height: 17px; 
	width: 167px;
	color: silver;
	display: block;
	text-decoration: none !important;
	vertical-align: center;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
    background-image: url('http://www.wideopenmedia.co.uk/images/sidebar_li_bgrd.gif');
	background-position: 10px 50%;
    border-top: 1px solid #333333;
    border-bottom: .5px solid #333333;
}

#sidebar ul li a:hover{
	border-bottom-color: #333333;
	background-color: #333333;
}


#searchdiv {
	border-top: 1px solid #333333; border-bottom: 1px solid #333333; background-color: #111111; height: 38px;
}


.comments-link {
	background-image:url('images/comments.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px
}
/************************************************
*	Comments													*
************************************************/
#commentblock h2{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
}
#commentblock {
	float:left;
	padding-top: 0px;
	padding-bottom: 20px;

	text-align: left;	/*font-size: 0.8em;*/
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 0px;
	list-style-type: none;
}
.commentdate {
	font-size:0.8em;
	padding-left:5px;
}
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 5px;
}

.commentinfo{
clear:both;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:300px;
	background: #660000;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:300px;
	background: #600000;
}

#commentsformheader{
	padding-left:0px;
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width: 300px;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
blockquote{
	font-style: italic;
	color: #999999;
}



/************ Hidden from Safari ******** sorry ****/



#sidebar ul li a {
	border-top: .5px solid #333333; 
#}

#searchdiv {
	border-top: .5px solid #333333;
    border-bottom: .5px solid #333333;
    vertical-align: center;
    horizontal-align: center;
#}

#searchInput{
	width: 129px;
	/* background-image: url(../images/search_bgrd.jpg);*/
	height: 21px;
	border: 0;
	vertical-align:center;
#}

#searchButton{
	cursor:pointer;
	cursor:hand;
/*	background-image: url(../images/search_btn.jpg);*/
	border:0px;
	height:21px;
	width:52px;
#}

