/*  
Theme Name: spencertheme
Theme URI: http://www.spenceranderson.co.uk
Description: This theme was designed for the website of author and photographer Spencer Anderson.
Version: 1.0
Author: Dan Redding
Author URI: http://www.magneticstate.com/

*/

#categories .children {
display:none;
}

#sidebar {
margin-top:80px;
width:280px;
float:left;
margin-left:20px;
}

#containertwo {
float:left;
width:495px;
padding-right:5px;
}

#stripey {
margin-top:5px;
border-top:3px solid black;
padding-top:7px;
text-align:center;
}

#footer {
border-top:3px solid black;
}


#homeside li:after, #sidebar li:after {
content: "/";
}


#categories li {
list-style:none;
margin-left:0;
padding-left:0;
display:inline;
text-transform: uppercase;
font-size:1.05em;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif;
}

.aboutblurb {
border:3px solid black;
text-align:center;
font-weight:bold;
padding:4px;
}

.photo {
width:380px;
height:260px;
margin-bottom:5px;
}

#container {
float:left;
width:400px;
}

#homeside {
margin-top:80px;
width:380px;
float:left;
margin-left:20px;
}

a {
color:#EF4300;
text-decoration:none;
}

a:hover {
color:#B20404;
}

p.postmetadata a {
color:#EF4300;
}

p.postmetadata a:hover {
color:#B20404;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.85em;
}

.post h2 {
text-align:center;
}

.post h2 a {
font-size:1.1em;
text-align:center;
text-decoration:none;
color:#B20404;
font-family:Helvetica, Arial, sans-serif;
}

.post2 h2 a:hover {
color:#EF4300;
}

.post2 h2 {
text-align:center;
}

.post2 h2 a {
font-size:1.1em;
text-align:center;
text-decoration:none;
color:#B20404;
font-family:Helvetica, Arial, sans-serif;
}

.post2 h2 a:hover {
color:#EF4300;
}

#wrap {
width:800px;
margin-left:auto;
margin-right:auto;
}

#header {
height:60px;
width:800px;
clear:both;
border-bottom:3px solid black;
}

#line {
border-bottom:3px solid black;
padding-top:53px;
}

#headerimg {
float:left;
margin: 0px 40px 0px 40px;
padding-top:4px;
}

#leftbox {
width:110px;
height: 31px;
border:3px solid black;
float:left;
padding:5px 4px 4px 6px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
#rightbox {
width:120px;
height: 28px;
border:3px solid black;
float:left;
padding:12px 5px 0px 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
}

.thedate {
text-align:center;
color:#777777;
margin-top:-12px;
font-family:Helvetica, Arial, sans-serif;
}

.post {
/* entire post, incl title and body */
float:left;
clear:left;
margin-right:10px;
}


.post2 {
/* only for Photo cat */
margin-right:40px;
text-align:center;
}

.entry {
/* body of post */
line-height:140%;
}

.postmetadata a {
color:#B20404;
text-decoration:none;
}

.postmetadata {
color:#777777;
margin-top:-12px;
text-align:center;
font-family:Helvetica, Arial, sans-serif;
/* currently applied to a <p> after the content, within entry and post class divs */
}

.navigation {
/* applied to the div around the 'Next' and 'Previous Post' links */
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
clear:both;
text-align:center;
}

.sidebar {

}

.aboutblurb {
/* applied to the div in the sidebar on category page */
}

/* BEGIN COMMENTS STYLING */


.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
padding:4px;
font-family: Arial, Helvetica, Georgia, Sans-serif;
border-bottom:1px solid #777777;
background-color:#dddddd;
}
.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



/* Captions */

a img {
border:none;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

