﻿/*  

Theme Name: BOV Blog Theme, based on Starkers
Theme URI: http://elliotjaystocks.com
Description: BOV Blog Theme
Version: 1.0
Author: David Redfern
Author URI: http://swirl.co.uk
*/

/* ================
   Resets
================ */

*
{ 
	margin:0; 
	padding:0;
}

a img
{
	border: none;
}

/* =========================
	Standard tag redefintions
============================ */

body
{
	background-color: #0c4169;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
}

a, a:visited
{
	color:#830000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, p, li
{
	margin: 0em 0em 1em 0em;
}

h1 
{
	font-size: 1.7em;
}

h2 
{
	font-size: 1.5em;
	color: #0c4169;
}

	h2 a, h2 a:visited
	{
		color: #0c4169;
	}
	
		h2 a:hover
		{
			color: #830000;
		}
	
h3
{
	font-size: 1.15em;
}

p
{
	font-size: 1em;
	line-height: 1.6em;
}

ul, ol
{
	list-style: none;
}


/* ================
	Theme Ids
================ */


#wrapper
{
	margin: 0 auto;
	width: 760px;
	background-color: #ffffff;
	overflow: hidden;
}

#header
{
	padding: 15px 14px 15px 15px;
	background-color: #ffffff;
}

	#logo
	{
		float: left;
		width: 261px;
	}
	
	#headLinks
	{
		width: 445px;
		margin: 0px 0px 0px 285px;
		padding: 8px 0px 0px 0px;
		text-align: right;
		font-size: 1.5em;
	}
	
#content
{
	float: left;
	width: 485px;
	padding: 0px 30px 15px 15px;
	background-color: #ffffff;
}

	#content #navigation a
	{
		background-color: #eaebec;
		margin-bottom: 0.5em;
		padding: 5px;
		display: block;
		width: 90px;
		
	}	

#sidebar
{
	width: 215px;
	margin: 0px 15px 0px 530px;
	padding: 0px 0px 15px 0px;
	background-color: #ffffff;
}

	#sidebar h2
	{
		margin: 0em 0em 0.5em 0em;
		background-color: #3797c4;
		padding: 3px;
		color: #ffffff;
		font-size: 1.2em;
	}
	
	#sidebar ul ul
	{
		padding: 0.25em 0em 0em 0em;
		border-top: 1px dotted #3797c4;
	}
		
		#sidebar ul ul li
		{
			margin: 0em 0em 0.5em 0em;
			border-bottom: 1px dotted #3797c4;
			padding: 0em 0.25em 0.25em 0.25em;
		}

	#sidebar #navigation a
	{
		background-color: #eaebec;
		margin-bottom: 0.5em;
		padding: 5px;
		width: 205px;
		display: block;
	}

#postComments
{
	padding: 1em 0em 0em 0em;
	border-top: 1px dotted #3797c4;
}

	#postComments form #comment
	{
		width: 485px;
	}

/* ================
	Classes
================ */

a.commentLink
{
	font-size: 0.70em;
	color: #bbbbbb;
	font-weight: normal;
}

	a:hover.commentLink
	{
		color: #830000;
		text-decoration: none;
	}

ol.commentlist 
{
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0em 0em 1em 0em;
	border-bottom: 1px dotted #3797c4;
}

	ol.commentlist  li
	{
		padding: 15px 15px 1px 15px;
		background-color: #eaebec;
	}

.post
{
	margin: 0em 0em 1em 0em;
	border-bottom: 1px dotted #3797c4;
}

	.post h2
	{
		margin: 0em 0em 0em 0em;
	}
	
	/* used for the date under a post title*/
	.post h3
	{
		color: #bbbbbb;
		font-weight: normal;
	}

.postmetadata
{
	font-size: 0.9em;
}

.readMore
{
	background-color: #eaebec;
	padding: 3px;
}

	a .readMore
	{
		color: #0c4169;
	}
	
	a:hover .readMore
	{
		background-color: #3797c4;
		color: #ffffff;
		text-decoration: none;
	}

#webcam
{
	margin: 1em 0em 0em 0em;
}

.pageTop p
{
	margin: 1em 0em 0em 0em;
	color: #bbbbbb;
}

	.pageTop p a
	{
		color: #bbbbbb;
	}
	
	.pageTop p a:hover
	{
		color: #830000;
	}


img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0px 7px 2px 0px;
	xdisplay: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	xfloat: left
}

/* Removes the smile added in by wordpress stats */ 

img#wpstats
{
	width:0px;
	height:0px;
	border:none;
	overflow:hidden;
}
