/*
Theme Name: SarahAndMike
Theme URI: http://www.michaelscott.me.uk/
Description: The default Sarah And Mike theme.
Version: 1.0
Author: Michael Scott
Author URI: http://www.michaelscott.me.uk/
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd
{
	padding: 0;
	margin: 0;
}
ul
{
	list-style-type: none;
}

body
{
	background-color: #4b6c04;
	background-image: url('images/background-mid.jpg'); 
	background-position: center 0;
	font-size: small;
	font-family: verdana;
	color: #2e3915;
}
a,
a img
{
	border: none;
}
div#page
{
	background-color: #bddc62;
	background-image: url('images/page-background-mid.gif'); 
	background-position: center 0;
	background-repeat: repeat-y;
	width: 1036px;
	margin: 0 auto;
}
div#page div.inner
{
	background-image: url('images/page-background-top.gif'); 
	background-position: center 0;	
	background-repeat: no-repeat;	
}
div#page div.inner div.inner
{
	background: none;
	width: auto;
	padding: 0;
	border: none;
}
div#header
{
	width: 270px;
	float: right;
	padding-top: 4px;
	padding-left: 4px;
	clear: right;
	margin: 17px 8px 0 0;
}
div#content
{
	width: 540px;
	float: left;
	margin: 17px 0 0 3px;
	padding-left: 5px;
}
div#leftColumn
{	
	width: 186px;
	float: left;
	height: 100%;
	margin: 17px 0 0 8px;
	padding: 10px 5px;
	text-align: justify;
	font-size: 80%;

}
div#sidebar
{
	width: 274px;
	float: right;
	clear: right;
	padding-left: 2px;
	margin: 0 8px 0 0;

}
div#footer img
{
	border: none;
	margin: 5px;
}


div#footer
{
	background-image: url('images/footer-background-mid.gif'); 
	clear: both;
	background-position: center 0;	
	background-repeat: repeat-y;
	color: #5c3804;
	position: relative;
}
div#page div.inner div#footer div.inner
{
	background-image: url('images/footer-background-top.gif'); 
	background-position: center 0;	
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80%;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

h1 a
{
	display: block;
	background-image: url('images/badge.gif'); 
	background-repeat: no-repeat;
	width: 274px;
	height: 212px;
}
h1 span.inner
{
	display: none;
}
h2
{
	font-family: 'Trebuchet MS', Sans-Serif;
	font-weight: normal;
	text-align: center;
	font-size: 200%;
	color: #507507;
}
h2 a
{
	text-decoration: none;
	color: #507507;
}

div.post
{
	background-image: url('images/post-background.jpg'); 
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 20px 30px;
}
div.post small.postDate,
div.post small.postAuthor
{
	text-align: center;
	display: block;
	margin: 3px 0;
}
div.post div.entry
{
	margin: 10px 0;
	text-align: justify;
	line-height: 1.5em;
}
div.post div.entry p
{
	margin-top: 1em;
}
img.postImage
{
	display: block;
	margin: 0 auto;
	background-image: url('images/picture-bg.gif'); 
	padding: 7px;
	background-position: center center;
}
div.post img.postImage
{
	margin: 0 auto 10px auto;
}
div.post p.postmetadata
{
	clear: both;
	background-image: url('images/post-meta-bg-top.gif'); 
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
}
div.post div.postfooter
{
	padding-bottom: 12px;
	background-image: url('images/post-meta-bg-bot.gif'); 
	background-position: bottom center;
	background-repeat: no-repeat;
}
div.post p.postmetadata a
{
	color: #507507;
}
div#sidebar ul
{
	width: 100%;
}
div#sidebar ul li
{
	float: left;
	width: 100%;
}
div#sidebar ul li ul li
{
	width: auto;
}
div#sidebar h2
{
	color: #885f19;
	margin: 5px;
	font-size: 130%;
}

div#sidebar ul li div.back
{
	background-image: url('images/sidebar-tile-mid.gif'); 
	background-position: top center;
	background-repeat: repeat-y;
	float: left;
}
div#sidebar ul li div.mid
{
	background-image: url('images/sidebar-tile-top.gif'); 
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}
div#sidebar ul li div.front
{
	background-image: url('images/sidebar-tile-bot.gif'); 
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	padding: 10px 15px 20px 15px;
	width: 244px;
}

ul.postImageGrid
{
	float: left;
	margin-left: 4px;
}
ul.postImageGrid li
{
	float: left;
	margin: 1px;
}
ul.postImageGrid img.postImageLink
{
	display: block;
	background-image: url('images/picture-bg-orange.gif'); 
	background-position: center center;	
	padding: 1px;
}
p.countdown
{

	font-size: 250%;
	font-weight: bold;
	text-align: center;
	color: #885f19;
}
div#leftColumn a
{
	color:	#2e3915;	
}
div#leftColumn a:link,
div#leftColumn a:visited
{
	text-decoration: none;
}
div#leftColumn a:active,
div#leftColumn a:hover
{
	text-decoration: underline	;
}
li#pages ul
{
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}


div#footer a
{
	color: #5c3804;
}
div#footer a:link,
div#footer a:visited
{
	text-decoration: none;
}
div#footer a:active,
div#footer a:hover
{
	text-decoration: underline	;
}

#flickr_badge_uber_wrapper {text-align:center; width:100%;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 5px 5px 5px;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#2e3915;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#2e3915 !important;}

div.flickrwrapper
{
	text-align: center;
}

div.flickrwrapper
{
	width: 100%;
	clear: both;
	float: left;
	border: 1px solid #bddc62;
}
.flickr_badge_image img
{
	display: block;
	margin: 0 auto;
	padding: 5px;
	background-position: center center;
}
div#leftColumn .flickr_badge_image img
{
	background-image: url('images/flickr-image-bg-leftbar.gif'); 
}
div.post .flickr_badge_image img
{
	background-image: url('images/flickr-image-bg-post.gif'); 
}

div.post .flickr_badge_image,
div.post .flickr_badge_image img
{
	float: left;
}
div.post a:link,
div.post a:visited
{
	color: #2e3915;
}
div.post a:hover,
div.post a:active
{
	background-color: #2e3915;
	color: #bddc62;
	text-decoration: none;
	
}
div.flickrImage
{
	margin: 1em;
	text-align: center;
}
div.flickrImage img
{
	border: 1px solid #2e3915;
}

div.post ul
{
	margin: 1em 3em;
}
div.post ul li
{
	background-image: url('images/post-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
}
div.post ol
{
	list-style-type: lower-roman;
	list-style-position: outside;
	padding-left: 15px;
	margin: 1em 3em;
}
div.flickrBy
{
	margin: 0 3em;
	font-size: 85%;
	font-style: italic;
	text-align: center;
}
p.flickrDesc
{
	margin: 0 3em;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
form#commentform
{
	width: 60%;
}
form#commentform input.text,
form#commentform textarea.text
{
	border: 2px solid #85B135;
}