/*
Theme Name: Birds Eye
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #000000;
	background: url(images/body.gif) repeat-x 0 0;
	background-color: #f0f0f0;
}
a {
	text-decoration: none;
	color: #fd9500;
}
a:hover {
text-decoration: underline;
}
img {
	border: 0;
}

form {
  border: 0px;
}

input {
  border: 0px;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 975px;
	margin: auto auto;
	text-align: left;
	margin-left:auto; 
  margin-right:auto;  
	background: #ffffff url(/images/content_bk.png) top left repeat-y;
	border-top: 20px solid #F0F0F0
	padding-right: 6px;
}

.textwidget {
align: middle;
display: block;
}

/** BEGIN header **/
#header{
 position:relative; 
 height:349px; 
 width:100%;
 z-index: 10;
} 

#header .captionImg a { text-decoration: none; background: transparent; padding: 8px 13px 6px 13px; margin: 0; color: #000;font-size: 1.8em; font-weight: normal}
#header .captionImg a img { border: 0px none; line-height: 0; }
#header .captionImg div {  position: absolute; top: 100px; left: 5px; visibility: visible;display: block;font-weight: normal; font-family: arial;  }

#header .captionImg div ul {  background: url(/images/imgTrBg50.png) left top repeat;padding: 6px 0}
#header .captionImg div ul li {display: inline;}
#header .captionImg b {margin:0; padding: 0 0 0.5em 0; line-height: 1.3em; font-weight: normal }
#header .captionImg a:hover, #header .captionImg ul li.this a {color: #fff !important; background-color: #f9b047;}
/** END header **/

/** BEGIN content **/
#content {
	width: 724px;
	float: left;
	padding: 10px;
}
	#content #latest {
		border-top: 4px solid #000000;
	}
		#content #latest h2 {
			font-size: 1.5em;
			padding: 5px 0;
			margin-bottom: 20px;
			color: #fd9500;
		}
			#content #latest h2 a {
				color: #fd9500;
			}
		#content #latest img {
			float: left;
			margin: 5px;
		}
		#content #latest .post {
			float: right;
			width: 400px;
			padding: 5px;
		}
			#content #latest .post p {
				margin-bottom: 10px;
				color: #525252 !important;
			}
			#content #latest .post .more-link {
				font-size: 0.9em;
				float: right;
				margin: 20px 0 10px;
			}
			#content #latest .post .more-link:hover {
				text-decoration: underline !important;
			}
	#content #csidebar {
		position:relative; 
    margin: 0 15px 0 15px;
		width: 200px;
		float: left;
	}
		#content #csidebar h2 {
		  width: 200px;
			font-size: 1.7em;
			padding: 4px 0;
			color: #fd9500;
		}
		#content #csidebar ul {
			list-style-type: none;
			padding-bottom: 10px;
		}
			#content #csidebar ul li {
				padding: 2px 0;
				font-size: 14px;
			}
			#content #csidebar ul li:hover {
				padding: 2px 0;
			}
			#content #csidebar ul li a {
				color: #666666;
				text-decoration: none;
			}
			#content #csidebar ul li a:hover {
				text-decoration: underline;
			}
	#content #ccontent {
		width: 489px;
		float: left;
	}
		#content #ccontent h2 {
			border-bottom: 1px dotted #B7B7B7;
			font-size: 1.7em;
			text-transform: uppercase;
			padding: 8px 0;
			margin-bottom: 10px;
			color: #fd9500;
		}
		#content #ccontent .post {
			padding-bottom: 20px;
			border-bottom: 1px solid #E2E2E2;
			margin-bottom: 10px;
		}
			#content #ccontent .post h3 {
			font-size: 1.3em;
			padding: 8px 0;
			margin-bottom: 5px;
			color: #fd9500;
			}
			#content #ccontent .post h3 a {
				color: #666666;
				text-decoration: none;
			}
			
			#content #ccontent .post h3 a:hover {
				color: #000000;
				text-decoration: underline;
			}
			#content #ccontent .post .details {
				text-transform: uppercase;
				font-size: 0.9em;
				padding-bottom: 10px;
				margin-left: -5px;
			}
			#content #ccontent .post .details a {
			  color: #666666;
				text-decoration: none;
				margin: 0 5px;
			}
			#content #ccontent .post .details a:hover {
			  color: #000000;

				text-decoration: underline;
				margin: 0 5px;
			}
			#content #ccontent .post p {
				margin-bottom: 10px;
				color: #525252 !important;
				font-size: 14px;
				line-height: 19px !important;
			}
#content #ccontent .post single p {
				text-align: justify !important;
				color: #525252 !important;
				font-size: 14px !important;
				line-height: 19px !important;
}
			#content #ccontent .post .readmore {

				float: right;
				clear: both;
				font-size: 0.9em;
				margin-bottom: 10px;
			}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: left;
	width: 200px;
	padding-right: 10px;
}
	#sidebar .box {
		margin-top: 10px;
	}
		#sidebar .box h2 {
			font-size: 1.7em;
			padding: 2px 0;
			color: #fd9500;
		}
		#sidebar .box p {
			margin: 5px 0 10px;
			font-size: 14px;
		}
		#sidebar .box form {
			width: 261px; height: 27px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				float: left;
				margin: 4px 7px 0 4px;
				border: 1px solid #ffffff;
				width: 158px;
			}
			#sidebar .box form button {
				float: left;
				border: 0;
				text-indent: -9999px;
				width: 70px; height: 30px;
				background-color: transparent;
			}
		#sidebar .box ul {
			list-style-type: none;
			padding-bottom: 10px;
		}
			#sidebar .box ul li {
				padding: 4px 0;
				font-size: 14px;
			}
			#sidebar .rc a {
			  color: #666666;
				text-decoration: none;
				font-weight: bold;
			}
			#sidebar .rc a {
			  color: #000000;
				text-decoration: underline;
				font-weight: bold;
			}
			#sidebar .rc li {
				padding: 0 !important;
			}
	#sidebar a {
		color: #666666;
	}
	#sidebar a:hover {
		color: #000000;
		text-decoration: underline;
	}
/** END sidebar **/

/** BEGIN footer **/

#footer {
  background: url(images/footer_orange.png) top left no-repeat;
  width: 975px;
  height: 95px;
}

#footer ul {
  list-style-type: none;
}

#footer ul.powered {
float: right;
margin: 65px 30px 0 0;
}

#footer ul.powered li a {
color: #666666;
}

#footer ul.powered li a:hover {
color: #000000;
}

#footer ul.copyright {
float: left;
margin: 65px 0 0 20px;
color: #fff
}

#footer ul.links {
float: left;
margin: 65px 0 0 87px;
}

#footer ul.links li {
float: left;
margin: 0 10px 0 0
}

#footer ul.links li a {
color: #666666;
}

#footer ul.links li a:hover {
color: #000000;
}
/** END footer **/

/** BEGIN misc **/
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;
}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	font-style: italic;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E3E3E3;
	margin-bottom: 10px;
}
#content .single .details {
	clear: both;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #B5B5B5;
	text-transform: none !important;
	line-height: 1.6em;
	padding: 5px 0 !important;
}
	#content .single .details a {
		margin: 0 !important;
	}
	#content .single .details .l {
		float: left;
		width: 45%;
		margin-bottom: 0 !important;
	}
	#content .single .details .r {
		float: right;
		width: 45%;
		margin-bottom: 0 !important;
	}
#content .single {
	border-bottom: 0 !important;
}
#content .single h2 {
	font-size: 1.5em !important;
	text-transform: none !important;
}
#comments {
	
}
	#comments h2 {
		margin: 20px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
/** END misc **/


/** original BEV design elements **/

#searchbox {
position: absolute;
left: 553px;
top: 29px
}

#searchbox fieldset {
  border: 0px;
}

#searchbox legend {display: none}

#searchbox label{
display: none
}

#searchbox input.searchBoxinput{
width: 155px;
background: transparent;
border: 0 !important;
}

#searchbox button{
background: transparent;
border: 0 !important;
font-weight: bold;
color: #666;
padding: 3px 0 0 2px;
margin: 0
}

#searchbox button:hover{
cursor: pointer
}

 h1#logo a{
 background:url(/images/logo_orange.png) top left no-repeat;
 position: absolute;
 top: 0px;
 left: 765px;
 width: 208px;
 height: 177px;
 text-indent: -5000px
 }
 
  #banner {
  /*background:url(../images/header_temp.jpg) top left no-repeat; */
  width: 975px;
  height: 250px;
  z-index: 1;
  float: left;
  margin: -76px 0 0 5px
 }
 
 #subNav h3 {
margin: 9px 0 0 8px;
font-size: 2.4em
}

#subNav li a{
display: block;
width: 180px;
padding: 0.2em 0 0.2em 20px;
}

#secondaryContent  li a{
display: block;
width: 190px;
padding: 0.1em 0 0.1em 10px;
}

#secondaryContent ul.imagelist li img {
display: block;
padding: 0
}

#subNav li a:hover, #secondaryContent  li a:hover {
background: #F0F0F0
}

#subNav li.this a{
background: #F0F0F0;
}

#subNav li.this ul li a{
background:#F7F7F7;
border-left:10px solid #F7F7F7;
border-top:1px solid white;
line-height:1.2em;
width:170px !important;
}

#subNav li.this ul li.this a {
font-weight: bold
}

#mainContent li{
 list-style: circle
}

.sociable_tagline {
float: left;
display: block;
margin-right: 10px;
}

.sociable ul {
list-style-type: none;
}

.sociable li {
float: left;
margin-right: 5px;
}

/* Colours */

.green {
margin-right: -21px !important;
margin-bottom: 10px;
padding-left: 10px !important;
font-size: 24px !important;
color: white !important;
background-color: #74d129;
}

.brown {
margin-right: -21px !important;
margin-bottom: 15px;
padding-left: 10px !important;
font-size: 24px !important;
color: white !important;
background-color: #d2c32a;
}

.pink {
margin-right: -21px !important;
margin-bottom: 15px;
padding-left: 10px !important;
font-size: 24px !important;
color: white !important;
background-color: #D82470;
}

.gray {
margin-right: -21px !important;
margin-bottom: 15px;
padding-left: 10px !important;
font-size: 24px !important;
color: white !important;
background-color: #6e808a;
}

.blue {
margin-right: -21px !important;
margin-bottom: 15px;
padding-left: 10px !important;
font-size: 24px !important;
color: white !important;
background-color: #0099FF;
}

/* Community Channels */

ul.channels li a {
display: block;
width: 170px;
padding: 0 0 0 30px;
}

ul.channels li.youtube {
background: url(http://www.birds-eye-view.co.uk/images/icon_youtube.png) 10px 1px no-repeat;
}

ul.channels li.myspace  {
background: url(http://www.birds-eye-view.co.uk//images/icon_myspace.png) 10px 1px no-repeat;
padding: 0 0 0 30px
}

ul.channels li.fb {
background: url(http://www.birds-eye-view.co.uk//images/icon_fb.png) 10px 1px no-repeat;
padding: 0 0 0 30px
}

ul.channels li.dailymotion {
background: url(http://www.birds-eye-view.co.uk//images/icon_dailymotion.png) 10px 1px no-repeat;
padding: 0 0 0 30px
}

ul.channels li.twitter {
background: url(http://www.birds-eye-view.co.uk//images/icon_twitter.png) 10px 1px no-repeat;
padding: 0 0 0 30px
}

ul.channels li.bebo {
background: url(http://www.birds-eye-view.co.uk//images/icon_bebo.png) 10px 1px no-repeat;
padding: 0 0 0 30px
}

ul.channels li.twitter {
	background: url(http://www.birds-eye-view.co.uk/images/iconTwitter.gif) 10px 1px no-repeat;
padding: 0 0 0 30px
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #666666;
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
}
/* End captions & aligment */
/* majority of Ians ammends and new code */
/* twitter */

#twitter {
	background: #74d129 url(http://www.birds-eye-view.co.uk/images/twitter.jpg) no-repeat right bottom;
	width: 188px;
	margin: 0 0 20px 0;
float: left;
clear: both;
}

#twitter a {text-decoration: underline;}
#twitter a:hover {text-decoration: none;}

#twitter_div {
}

#twitter_update_list {
	padding-top: 15px;
	margin-left: 15px;
}

#twitter_update_list li {
	color: #fff;
	font-size: 1.3em;
	width: 158px;
	margin-bottom: 20px;
}

#twitter_update_list li a {
	color: #fff!important;
	text-decoration: underline!important;
	word-break: break-all;
}

#twitter_update_list li a:hover {
	text-decoration: none!important;
}

#content #csidebar ul#twitter_update_list li,
#content #csidebar ul#twitter_update_list li:hover {background-color: transparent; padding: 0;}

a.twitterFollow {
	clear: both;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	width: 168px;
	float: left;
	margin: 20px 0 15px 15px!important;
	text-decoration: none;
}

h2.twitter {
	background: url(http://www.birds-eye-view.co.uk/images/twitterTop.gif) left bottom no-repeat;
	width: 200px;
	font-size: 1.7em;
	padding: 8px 0;
	margin-bottom: 0;
	color: #fd9500;
}

/* search */
#blogSearch {
	margin: 0 0 15px 20px;
	width: 671px;
	height: 62px;
	float: left;
	clear: both;
	background: url(http://www.birds-eye-view.co.uk/images/bkgSearchBlog.gif) 0 0 no-repeat;
}

#blogSearch form {
	margin: 13px 0 0 25px;
}

#blogSearch form label {
	font-size: 1.9em;
	color: #fff;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

#blogSearch form #s {
	width: 308px;
	border: 1px solid #fff;
	margin-right: 10px;
	padding: 2px 3px 3px 3px;
	font-size: 1.5em;
}

#searchsubmit {
	background: url(http://www.birds-eye-view.co.uk/images/btnSearchGo.gif) 0 0 no-repeat;
	width: 35px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	cursor: hand;
text-transform: uppercase;
}

#ccontent #blogSearch {
	margin: 0 0 30px 3px;
	width: 486px;
	height: 62px;
	float: left;
	clear: both;
	background: url(http://www.birds-eye-view.co.uk/images/bkgSearchBlogSmall.gif) 0 0 no-repeat;
}

#ccontent #blogSearch form #s {
	width: 178px;
	font-size: 1.3em;
}

#ccontent #blogSearch form label {
	font-size: 1.6em;
	margin-right: 10px;
	float: left;
	margin-top: 7px;
}

h2.smallH2 {
font-size: 1.4em!important;}

.searchResults .post h3 {clear: both;}

/* creative freestyle / Ians January additions */

.leftColumnFeature {background-color:#E8E8E8; padding: 10px; margin-bottom: 20px;}
.leftColumnFeature ul {width: 180px;}
#csidebar #categories {margin-bottom: 20px;}
#csidebar #categories h2 {width: 190px;}


