/*-----------------------------------------------------------------------------

 Reset (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
 

 -----------------------------------------------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Console", "Times New Roman", arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url(http://www.fr3e.co.uk/wp-content/gallery/images/fr3ebg.jpg) repeat-x top center #000;
		font: "Times New Roman", arial, sans-serif;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #003c68;
}
a:hover {
	color: #003c68;
}
br {
	clear: both;
	margin-bottom: 0px;
}
hr {
	background:#000;
	color:#BFBFBF;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------

 Section Properties Begin
 
 -----------------------------------------------------------------------------*/



/* wrapper -------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* header -------------------------------------------------------------------*/

#header {
	position: relative;
	height: 100px;
}
		#header #search {
			position: absolute;
			top: 50px;
			height: 20px;
			right: 0px;
		
			width: 300px;
			}
		#header #search input {
			vertical-align: middle;
			}
		#header #search #text {
			width: 260px;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #000;
			padding: 2px;
			border: 1px solid #FFFFFF;
			}
		#header #search #text:focus {
			border: 1px solid #DADADA;
			color: #221F20;
			}
		#header #rss {
			position: absolute;
			top: 17px;
			height: 0px;
			right: 0px;
			width: 600px;
			}
			#header #rss li {
			background: url(images/rss_logo.png) no-repeat left center;
			padding-left: 20px;
			list-style: none;
			}
		#header #rss a {
			color: #E5E5E5;
			font: 10px Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 2px;
			}
		#header #rss a:hover {
			font-weight: bold;
			color: #000;	
			}
		#headImage {
			width: 950px;
			height: 309px;
			overflow:hidden;
			background:  url(images/blank-bg.jpg) no-repeat;
			}
		
/* navigation -------------------------------------------------------------------*/

#navbar {
	position:relative;
	height: 36px;
			background: #FC0;
	border-top: 2px solid #333;
}
		ul#nav {
			margin: 0px;
			padding: 0px;
			list-style: none;			
			}
		ul#nav a {
			color: #000000;
			font: 12px arial, "Times New Roman", Times, serif;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: .25em;
			text-decoration: none;
			}
		ul#nav a:hover {
			color: #003c68;
			}
		ul#nav li {
			float: left;
			padding: 8px 8px 7px 15px;
			border-right: 1px dashed #333;	
			}
		ul#nav li:hover a, ul#nav li.current_page_item a {
			color: #003c68;	
			}
		ul#nav li ul {
			top:20px;
			left:0;
			width:100%;
			list-style:none;
			display:none;
			}
		ul#nav li ul li {
			padding: 10px;
			position:absolute;
			z-index: 99;
			background-color:#FC0;
			border:none;
		}
		ul#nav li ul li a{
			font: 10px Helvetica, Arial, sans-serif;
			color: #000;
			letter-spacing: .1em;
			}
		ul#nav li ul li a:hover{
			text-decoration: underline;
			}
		ul#nav li.hover ul, ul#nav li:hover ul {
			display:block;
			}


/* content -------------------------------------------------------------------*/

#content {
	position: relative;
	width: 950px;
	overflow: hidden;
	clear:both;
}
		/*for full width page template*/
		
		.fullwidth-column {
			width: 950px;
			padding-top: 40px;
			padding-right: 20px;
			padding-bottom: 15px;
		}
		.left-column {
			width: 590px;
			float: left;
			padding-top: 20px;
			padding-right: 0px;
			padding-bottom: 15px;
		}
		
		/*blog post properties*/

		.post {
			background: #FC0;
			padding: 17px 15px 15px;
			margin-bottom: 11px;
		}
		.post-top {
			height: 6px;
			background: #FCO;
		}
		.post-bottom {
			height: 20px;
			background: #DADADA url(images/background-post-bottom.jpg) no-repeat top;
			margin-bottom: 20px;
			padding: 15px 15px 5px;
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			color: #fff;
			text-decoration: none;
			}
			.post-bottom a, .post-bottom span {
				color: #000;
				text-decoration: none;	
				}
			.post-bottom a:hover {
				text-decoration: underline;	
				}
			.post-bottom li {
				display: inline;
				float: left;
				}
			.post-bottom li#right {
				display: inline;
				float: right;
				}
		.post-comment {
			background: #FFFFFF url(images/background-post-comment.jpg) no-repeat;
			height: 65px;
			text-align: center;
			padding: 30px 60px 20px;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #000;
		}
			.post-comment a, .post-comment li span, #recentcomments a {
				font: 10px Helvetica, Arial, sans-serif;
				color: #000;
			}
			
			/*headers*/
			
			.post H1 a, .post H1{
				color: #000;
				text-decoration: none;
				letter-spacing: -2px;
				font: 32px Helvetica, Arial , sans-serif;
				font-weight:bold;
			}
			.post h1 a:hover {
				color: #914222;	
			}
			h1.pagetitle {
				padding: 15px;
				width: 630px;
				font: 10px Georgia, "Times New Roman", Times, serif;
				text-transform: uppercase;
				letter-spacing: 0.10em;
				color: #000;
				background: url(images/background-archive-top.jpg) no-repeat;
			}
			.post h2,.post h3,.post h4,.post h5,.post h6 {
				margin-bottom: 10px;
			}
			.post h2 {
				color: #221F20;
				font: bold 26px Helvetica, Arial, sans-serif;
			}
			.post h3 {
				color: #221F20;
				font: bold 22px Helvetica, Arial, sans-serif;
			}
			.post h4 {
				color: #221F20;
				font: bold 18px Helvetica, Arial, sans-serif;
			}
			.post h5 {
				color: #221F20;
				font: bold 14px Helvetica, Arial, sans-serif;
			}
			.post h6 {
				color: #221F20;
				font: bold 12px Helvetica, Arial, sans-serif;
			}
		/*post format styles*/
		
		.post ul {
			padding-left: 20px;
			list-style: square;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.post ol {
			padding-left: 25px;
			margin-top: 20px;
			margin-bottom: 20px;
			list-style: decimal;
		}
		.post li {
			list-style: none;
			font-size: 10px;
			color: #000;
			padding-top: 1px;
			padding-bottom: 1px;	
		}
		.post-line {
			border-bottom: 1px solid #999;
			margin-bottom: 6px;
			}
		.post strong {
			color: #003c68;
			font-weight: bold;
		}
		.post em {
			font-style: italic;
		}
		.post p {
			color: #000;
			line-height: 170%;
			margin-bottom: 15px;
		}
		.post blockquote {
			color: #914222;
			margin-left: 10px;
			padding-left: 20px;
			border-left: 2px solid #914222;
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			margin-top: 30px;
			margin-bottom: 30px;
		}
		.post img {
			border: 2px solid #fff;
		}
		.post .category {
			font: 10px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 0.10em;
			margin-bottom: 20px;
		}
		.post .category a {
			color: #999999;
			text-decoration: none;
			}
		.post .category a:hover {
			color: #221F20;
		}	
		.post #authorbio {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #000;
			margin-top: 20px;
			margin-bottom: 10px;
			padding-top: 20px;
			border-top: 1px dotted #B4B4B4;
		}
		
		.float-img {
			float: left;
			}
		.contentB {
			width: 305px;
			float: right;
			}
/* video playlist / player holder */
	#jw-video{
		width: 354px;
		height: 281px;
		float: right;
		margin:1px;
		background-color: #000;
	}
		/*read more link*/
		
		
		.more-link {
			background: #003C68;
			padding: 5px;
			width: 75px;
			text-align: center;
			margin-top: 15px;	
		}
			a.more-link  {
				color: #FFFFFF;
				text-decoration: none;
			}
			.more-link:hover {
				background: #914222;
			}
			
		/*comments section on single blog post pages*/
			
		ol.commentlist {
			color: #434343;
			line-height: 170%;	
		}
		ol.commentlist li {
			background: #EFEFEF;
			width: 600px;
			padding: 15px;
			clear:both;
			overflow: hidden;
			}
		ol.commentlist li a {
			color: #914222;	
			}	
		ol.commentlist li.alt{
			background: #DADADA;
		}
		#commentsleft {
			float: left;
			width: 100px;
		}
		#commentsleft #author,#commentsleft #author a  {
			font-size: 16px;
			font-weight: bold;
			color: #914222;
			letter-spacing: -1px;
			margin: 0px;
			padding: 0px;
			text-decoration: none;
		}
		#commentsleft small {
			font: italic 10px Georgia, "Times New Roman", Times, serif;
			margin: 0px;
			padding: 0px;
			color: #999999;
		}
		#commentsright {
			width: 500px;
			float: right;
		}
		h3#comments, h3#respond {
			color: #000;
			font: 15px Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			text-transform: uppercase;
			letter-spacing: .25em;
			padding: 5px;
			width: 620px;
			margin-top: 40px;
		}
		input#author, input#email, input#url, textarea#comment {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #C5C5C5;
			padding: 2px;
			margin-bottom: 10px;
			margin-top: 10px;
			border: 1px solid #DADADA;
			width: 550px;
		}
		input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
			color: #003C68;
			border: 1px solid #C4C4C4;
		}
			
		/*bottom of the page "older posts" & "newer posts" link*/
		
		.navigation {
			margin-top: 45px;
		}
		.navigation a {
			color: #002E4F;
			text-decoration: none;
			letter-spacing: -1px;
			font: 18px Helvetica, Arial , sans-serif;
			font-weight:bold;
		}
			.navigation a:hover {
				color: #914222;
			}

/* sidebar -------------------------------------------------------------------*/

	.sidebar {
		width: 340px;
		padding-top: 20px;
		float: right;
	}
	
	.sidebar .rightbox {
		background-color:#FC0;
		padding: 5px;
		margin-bottom: 20px;
	}
	.sidebar #ads img {
		margin-bottom: 20px;
	}
	.sidebar h2 {
		background-color:#FC0;
		padding: 5px;
		width: 320px;
		font: 15px Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		text-transform: uppercase;
		color: #000;
		letter-spacing: .25em;
	}
	
.sidebar .rightbox #widgetshoppingcart h3 {
		background-color:#FC0;
		padding: 5px;
		width: 320px;
		font: 15px Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		margin-bottom:12px;
		text-transform: uppercase;
		color: #000;
		letter-spacing: .25em;
	}
	.sidebar h2.brown {
		padding: 5px;
		width: 280px;
		background: #974C2D url(images/background-nav.jpg);
		font: 12px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		color: #000;
		letter-spacing: .25em;
	}
		ul.list, .list ul  {
			padding: 0px;
			list-style: none;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		ul.list li, .list li {
			border-bottom: 1px solid #333;
			color:#999;
			padding: 5px 5px 8px 5px;
			margin-bottom: 9px;
		}
		ul.list li.news-post-item a , .list li.news-post-item a  {
			color: #000;
			text-decoration: none;
		}
		ul.list li.news-post-item a:hover , .list li.news-post-item a:hover  {
			color: #000;
			text-decoration: underline;
		}
		ul.list li.news-post-item p , .list li.news-post-item p  {
			font-size: 11px;
			line-height:15px;
		}
		ul.list li a, .list li a {
			color: #666666;
			text-decoration: none;
			display: block;
		}
		ul.list li:hover, .list li:hover {
			
		}
		ul.list li a:hover, .list li a:hover {
			color: #221F20;
		}
		.news-title {
			font-size: 12px;
			font-weight: bold;
			color: #000;
			}
		.news-post-title a {
			font-weight: bold;
			color: #000;
			}
		.news-date {
			font-size: 10px;
			font-weight: bold;
			color: #000;
			}
		/*tagcloud*/
		
		#tagcloud {
			margin-top: 15px;
			margin-bottom: 15px;
			text-align: center;
			line-height: 20px;
		}
		#tagcloud a {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #999999;
			font-style: italic;
			text-decoration: none;
		}
		#tagcloud a:hover {
			color: #221F20;
		}
		
		/*recent comments*/
		
		ul#recentcomments {
			font: italic 14px Georgia, "Times New Roman", Times, serif;
			color: #999999;
			padding: 20px 5px;
			height: 70px;
			width: 275px;
		}
	
/* footer -------------------------------------------------------------------*/

#footer {
	height: 400px;
	color: #B5A67F;
	clear: both;
	margin-top: 50px;
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
}
#footer #wrapper {
	margin-right: auto;
	margin-left: auto;	
}
#footer #column-1 {
	float: left;
	width: 210px;
	margin-right: 60px;
}
#footer #column-2 {
	float: left;
	width: 150px;
	margin-right: 15px;
}
#footer #column-3 {
	float: left;
	width: 210px;
}
#footer #column-4 {
	float:left;
	margin-left:60px;
	width:230px;
}
	#footer h3 {
		color: #353126;
		font: 17px Helvetica, Arial, sans-serif;
		letter-spacing: -2px;
		font-weight:bold;
		margin-top: 50px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	#footer li {
		padding: 5px 5px 0px 0px;
	}
	#footer li a:hover {
		text-decoration: underline;
	}
	#footer li a {
		color: #FFFFFF;
		padding: 5px 5px 0px 0px;
		text-decoration: none;
		}

/*-----------------------------------------------------------------------------

 Begin Images (default WP styles)
 
 -----------------------------------------------------------------------------*/


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 25px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 25px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/*Sign up Mailchimp*/
.mc_var_label {float:left; clear:right; color:#FFFFFF;}
.mc_merge_var .mc_input {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:7px;
	width:303px;
	margin-bottom:6px;
	}
.mc_signup_submit .button {
	background: url(images/submit.gif) no-repeat;
	border:none;
	width:104px;
	height:23px;
}
#mc_message .mc_error_msg  {
	color:#F00;
	font-size:11px;
	padding-bottom:6px;
}

#mc_message .mc_success_msg {
	color: #0F0;
	font-size:11px;
	padding-bottom:6px;
}
#commentform {
	color:#FFF;
}

#featured {
	width: 589px;
}

/* Listen */
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#portfolio li img{
	padding: 0;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}



/*read more link*/


.piclenselink  {
	background: #003C68;
	padding: 5px;
	text-align: center;
	margin: 10px 0;
	font-style:italic;
	font-weight:bold;
}
	a.piclenselink   {
		color: #FFFFFF;
		text-decoration: none;
	}
	.piclenselink :hover {
		background: #914222;
	}
/* gallery styles */
.galleryview {
	float:left;
}

/*Tweet grab*/

.tweetgrab_container{position:relative; margin:10px 0px 10px 0px; background:#fff; width:328px; font-size:12px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.tweetgrab_container, x:-moz-any-link{-moz-border-radius:0px; -webkit-border-radius:0px;}
.tweetgrab_container, x:-moz-any-link, x:default{-moz-border-radius:10px; -webkit-border-radius:10px;}
 
.tweetgrab_loading{position:relative; top:0px; left:0px; background:#ffffff url(images/ajax-loader.gif) 7px 4px no-repeat; text-indent:28px; display:block; width:100%; line-height:24px; -moz-border-radius:10px; -webkit-border-radius:10px;}
	.tweetgrab_loading a:link{color:#CC0000; font-style:normal; font-size:12px; margin:0px 0px 0px 5px; text-decoration:none;}
	.tweetgrab_loading a:visited{color:#CC0000; font-style:normal; font-size:12px; margin:0px 0px 0px 5px; text-decoration:none;}
	.tweetgrab_loading a:hover{text-decoration:underline;}

.tweetgrab_container .tweetgrab_background{ width:100%; -moz-border-radius:9px; -webkit-border-radius:9px;}

.tweetgrab_container .tweetgrab_content{background-color:#FFFFFF;font-family:Georgia, "Times New Roman", Times, serif; -moz-border-radius:5px; -webkit-border-radius:5px; margin:23px auto 20px auto; padding:10px 15px 10px 15px; filter:alpha(opacity=90); opacity: 0.9; -moz-opacity:0.9;}

.tweetgrab_container .tweetgrab_content span.tweetgrab_speech-bubble{display:block; width:21px; height:11px; position:absolute; top:-11px; left:10px; background:url('images/arrow.gif') 0px 0px no-repeat; filter:alpha(opacity=90);}
.tweetgrab_container .tweetgrab_content span{display:block;}

.tweetgrab_container .tweetgrab_content span.tweet_text{font-size:16px;}
	.tweetgrab_container .tweetgrab_content span.tweet_text a:link{font-size:14px; text-decoration:none;}
	.tweetgrab_container .tweetgrab_content span.tweet_text a:visited{font-size:16px; text-decoration:none;}
	.tweetgrab_container .tweetgrab_content span.tweet_text a:hover{text-decoration:underline;} 

.tweetgrab_container .tweetgrab_content span.tweet_meta{border-bottom:1px solid #e6e6e6; padding:0px 0px 5px 0px; margin:3px 0px 8px 0px;}
	.tweetgrab_container .tweetgrab_content span.tweet_meta a:link{color:#999999; text-decoration:none; font-style:italic; font-size:12px;}
	.tweetgrab_container .tweetgrab_content span.tweet_meta a:visited{color:#999999; text-decoration:none; font-style:italic; font-size:12px;}
	.tweetgrab_container .tweetgrab_content span.tweet_meta a:hover{color:#FC0; text-decoration:none; font-style:italic; font-size:12px;}
	
.tweetgrab_container .tweetgrab_content span.tweet_author{font-family:'Lucida Grande',sans-serif;}
	.tweetgrab_container .tweetgrab_content span.tweet_author a:link{display:block; font-size:20px; line-height:48px; text-indent:60px;}
	.tweetgrab_container .tweetgrab_content span.tweet_author a:visited{display:block; font-size:28px; line-height:48px; text-indent:60px;}
	.tweetgrab_container .tweetgrab_content span.tweet_author a:hover{text-decoration:underline;}

/*.tweetgrab_container .tweetgrab_search{background:#9ae4e8 url('http://a2.twimg.com/a/1250203207/images/bg.gif') 0px 0px no-repeat;}*/
		.tweetgrab_container .tweetgrab_search a:link{color:#0084b4; text-decoration:none;}
		.tweetgrab_container .tweetgrab_search a:visited{color:#0084b4; text-decoration:none;}
		.tweetgrab_container .tweetgrab_search a:hover{text-decoration:underline;}
	.tweetgrab_container .tweetgrab_search .tweetgrab_content span.tweet_author{float:left; margin:0px 10px 0px 0px;}
		.tweetgrab_container .tweetgrab_search .tweetgrab_content span.tweet_author a:link{width:48px; height:48px;}
		.tweetgrab_container .tweetgrab_search .tweetgrab_content span.tweet_author a:visited{width:48px; height:48px;}
		.tweetgrab_container .tweetgrab_search .tweetgrab_content span.tweet_author a:hover{}
	.tweetgrab_container .tweetgrab_search .tweetgrab_content span.tweet_text{float:left; width:83%;}
	.tweetgrab_container .tweetgrab_search .tweetgrab_content span.tweet_meta{width:83%; border:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
	.tweetgrab_container .tweetgrab_search .tweetgrab_content span.clear{clear:both;}
	.tweetgrab_container .tweetgrab_search .tweetgrab_content div{border-bottom:1px solid #e6e6e6; padding:8px 0px 8px 0px;}
	
	.tweetgrab_container .tweetgrab_content span.tweet_info{font-family:'Lucida Grande',sans-serif; font-size:22px; line-height:48px;}

<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-bottom" style="background-color:#FC0;color:#FFFFFF">
  <div class="cse-branding-form">
    <form action="http://www.fr3e.co.uk" id="cse-search-box">
      <div>
        <input type="hidden" name="cx" value="partner-pub-6261908253134006:hdstnjhw8jn" />
        <input type="hidden" name="cof" value="FORID:10" />
        <input type="hidden" name="ie" value="ISO-8859-1" />
        <input type="text" name="q" size="31" />
        <input type="submit" name="sa" value="Search" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_000000.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    Custom Search
  </div>
</div>

<div id="cse-search-results"></div>
<script type="text/javascript">
  var googleSearchIframeName = "cse-search-results";
  var googleSearchFormName = "cse-search-box";
  var googleSearchFrameWidth = 800;
  var googleSearchDomain = "www.google.co.uk";
  var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>

