/*   
Theme Name: Batsford
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: Seb
Author URI: your-URI
Template: batsford3
Version: 3 
.
General comments/License Statement if any.
.
*/

img
{
    border:none;
}

html,body
{
    margin:0;
    padding:0;
    background:url('images/bodybg2.jpg') repeat-x bottom left #000;
    font-family:tahoma, sans-serif;
}

h1, h2, h3, h4, h5, p, small
{
    margin:0;
    padding:0;
}

#leftCol .post h2 a
{
    color:#fff;
}

#wrap
{
margin: 0 auto;
padding:0 10px;
background:#000;
width:965px;
overflow:hidden;
}

#wrap p
{
	color:#fff;
    font-size:14px;
    margin:4px 0 10px 0;
}

#wrap a
{
color:#ff2e24;
	text-decoration:none;
}

a.george
{
	font-family:Georgia;
}

#wrap a:hover
{
	text-decoration:underline;
}

#wrap ul
{

	list-style-type:none;
	color:#fff;
    font-size:14px;
    padding:0 0 0 10px;
    margin:0;
}

li
{
    background:url('images/bullet.gif') no-repeat 0 6px ;
    margin:10px;
	color:#fff;
    font-size:14px;
    margin:0;
    padding:0 0 0 13px;
}

#wrap h2
{
	color:#fff;
    font-size:36px;
    font-family:Georgia,serif;
    margin:2px 0 10px 0;
    position:relative;
    top:-4px;
    text-shadow : rgba(0,0,0,.9) 0 2px 5px;
}


#wrap h3
{
	color:#fff;
    font-size:22px;
    margin: 0 0 10px 0;
    font-family:Georgia,serif;
    text-shadow : rgba(0,0,0,1) 0 1px 1px;
}

#wrap h4
{
    font-family:Georgia;
}

#mastheadPhoto
{
    background:url('images/headers/masthead.jpg');
    height:285px;
	position:relative;
}

#mastheadPhoto img
{
    position:relative;
    top:240px;
    left:12px;
}

#socMedIcons
{
	position:absolute;
	top:241px;
	left:755px;
	width:200px;
}

#socMedIcons ul, #socMedIcons ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	float:right;
}

#socMedIcons ul li
{
	background:none;
}

#socMedIcons ul li img
{
	position:static;
	margin:0 0 0 10px;
	opacity:0.9;
}

#socMedIcons ul li img:hover
{
	opacity:1;	
}

#nav
{
    text-transform: uppercase;
    width:965px;
    height:29px;
    padding:10px 0 0 0;
	margin-bottom:20px;
    background-color:#fff;
	overflow:hidden;
	-moz-border-radius: 0px 0px 2px 2px; -webkit-border-radius: 0px 0px 2px 2px;
}

#navLeftLinks
{
	float:left;
	padding: 0 0 0 10px;
}

#nav #navLeftLinks h3 a
{
    margin-right:11px;
}

#navRightSearch
{
	float:right;
	padding: 0 10px 0 0;
}

#nav h3, #nav h3 a
{
    margin:0;
    color:#000;
	font-size:15px;
	text-decoration:none;
	font-family:Georgia;
	text-shadow :none;
}

#leftCol
{
	width:620px;
	float:left;
}

#rightCol
{
	width:325px;
	float:left;
	margin:0 0 0 20px;
}

#rightCol h2
{
    font-size:28px;
    margin:0 0 8px 0;
}

#footer
{
    clear:both;
    height:29px;
    background-color:#fff;
    margin:50px 0 10px 0;
    padding:5px 8px;
    -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

#footer p
{
margin:0;padding:0;
    color:#000;
    font-size:11px;
}

.widgetBox
{
	margin-bottom:20px;
    clear:both;
    background:url('images/postDivBg.jpg') repeat-x #101010;
    border-bottom:2px solid #555;
    padding:10px 10px 10px 10px;
    overflow:hidden;
    -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

.frontPageBox
{
    overflow:hidden;
    clear:both;
    margin:10px 0 0 0;
    padding:0;
}

.frontPageBoxCopy
{
    width:400px;
    float:left;
    margin:0 12px 0 0;
}

.frontPageBoxImg
{
        float:right;
        margin:0;
}

.frontPageBoxImg img
{   
        display:block;
}

.post
{
margin-bottom:20px;
    clear:both;
    background:url('images/postDivBg.jpg') repeat-x #101010;
    border-bottom:2px solid #555;
    padding:6px 10px 20px 10px;
    overflow:hidden;
    -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

.post p.timeDate
{
	margin:0;
}

.seperator
{
	clear:both;
    margin-top:10px;
    border-top:1px dashed #444;
    height:0;
}

/*single post stuff*/
#previousPost
{
	font-family:Georgia;
    font-size:12px;
    color:#fff;
    float:left;
    width:300px;
}

#previousPost p, #previousPost a
{
	clear:none;
	font-size:12px;
}



#nextPost
{
	font-family:Georgia;
    font-size:12px;
    color:#fff;
    float:right;
    text-align:right;
    width:300px;
}

#nextPost p, #nextPost a
{
	clear:none;
	font-size:12px;
}

#commentform
{
	margin-bottom:10px;
}

.individualPost
{
    margin:0 0 23px 0;
}

.postmetadata
{
    clear:both;
    font-family:Georgia;
    font-size:12px;
    height:20px;
    margin:5px 0 10px 0;
    color:#fff;
}

.postmetadatadate
{
    float:left;

    padding: 0 2px;
}

.postmetadatalink
{
    float:right;

padding: 0 2px;
}

/*comments stuff*/
.comment
{
    background-color:#ccd;
    margin-bottom:20px;
    padding:5px 10px 10px 10px;
    -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

    #leftCol .post .comment .blackComment p
    {
    color:#000;
}

#leftCol .post .comment .commentmetadata p
{
color:#000;
font-family:Georgia;
font-size:12px;
    border-bottom:1px dashed #222;
    padding:0 0 5px 0;
}

#leftCol .post .comment .commentmetadata a
{
    color:#400;
}

/*mailing list box*/
.formLabel
{
    font-size:14px;
    float:left;
    width:120px;
    color:#fff;
}

.formContainer
{
    margin-bottom:8px;
}

a.twitterFollowLink
{
    font-size:14px;
    font-family:Georgia;
    display:block;
    margin-top:20px;
}

.alignleft
{
	display:block;
    float:left;
    margin:0 15px 10px 0;
}

.alignright
{
	display:block;
    float:right;
    margin:0 0 10px 15px;
}

#wrap p.wp-caption-text
{
	font-size:11px;
	font-style:italic;
}

/*sociable plugin stylesheet, altered by SFL */
div.sociable { margin:0;
padding:0 0 0 0;
clear:both;
position:relative;
top:3px;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}