/*
Theme Name: In The Margin
Theme URI: http://inthemargin.standleys.com
Description: Custom theme for Standleys.com blogs
Version: 1.0
Author: James Falconer, Tom Kaminski
Author URI: http://falconermedia.com, http://tomkorp.com
Tags: custom

	This theme was designed by James Falconer and implemented by Tom Kaminski.
	You may not distribute this theme.
*/

/* Begin Typography & Colors */

* {
padding:0px;
margin:0px;
}

body {
font-family:Verdana,Arial;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
font-size:8.5pt;
}

div#top-bar {
  height:48px;
  background-color:#550006;
  font-size:10pt;
  letter-spacing:0.04em;
}

div#menu-bar {
  width:888px;
  margin:auto;
}

ul#menu-links li {
  padding:9px;
  list-style:none;
  display:inline;
}

ul#menu-links {
  margin-left:40px;
  position:relative;
  top:22px;
}

ul#menu-links a {
	color:#EBEBDC;
	text-decoration:none;
	font-weight:bold;
}

ul#menu-links a:hover {
	text-decoration:underline;
}

div#wrapper {
   width:888px;
   margin:auto;
   margin-bottom:25px;
}

div#head {
  background-image:url(images/head.jpg);
  min-height:548px;
  position:relative;
}

div#subhead-left {
  background-image:url(images/subhead-left.png);
  width:24px;
  height:166px;
  position:absolute;
  left:-24px;
  top:144px;
}

div#photo-by {
	background-image:url(images/photo-by.png);	
	width:9px;
	height:204px;
	position:absolute;
	right:-12px;
	top:343px;
}

div#content0 {
background-color:#EBEBDC;
min-height:100px;
}

div#content-bot0 {
  background-image:url(images/content-bot0.png);
  background-repeat:no-repeat;
  height:10px;
}

div#content-bot1 {
  background-image:url(images/content-bot1.png);
  background-repeat:no-repeat;
  background-position:top right;
  height:10px;
}

div#content-bot2 {
  background-color:#EBEBDC;
  margin-left:10px;
  margin-right:10px;
  height:10px;
}

div#content0a {
  margin:auto;
  width:800px;
  position:relative;
  top:-44px;
  margin-bottom:-35px;
}

div#content1 {
  background-image:url(images/content-left.png);
  background-repeat:repeat-y;
}

div#content1b {
  background-image:url(images/content-right.png);
  background-repeat:repeat-y;
  background-position:right;
}

div#content1c {
  background-color:white;
  margin-left:4px;
  margin-right:4px;
  min-height:75px;
}

td#sidepanel {
  background-color:#D3D4BA;
  width:240px;
}

table#contentsplitter {
  height:500px;
}

table#contentsplitter td {
  vertical-align:top;
}

div#bot-links {
  margin:auto;
  font-size:11px;;
  text-align:center;
  margin-top:2px;
  color:#333333;
}

div#bot-links b{
  color:#7e000d;
}

div#content1-bot0 {
  background-image:url(images/content1-bot0.png);
  background-repeat:no-repeat;
}

div#content1-bot1 {
  background-image:url(images/content1-bot1.png);
  background-repeat:no-repeat;
  background-position:top right;
}

div#content1-bot2 {
  background-image:url(images/content1-bot2.png);
  background-repeat:repeat-x;
  margin-left:15px;
  margin-right:244px;
  height:14px;
}

td#main {
	width:552px;
}

td#main>div {
  margin:22px 24px 24px 48px;
}

td#sidepanel>div {
  margin:22px 24px 24px 24px;
}

h1 {
  padding-top:0px;
  color:#3F332C;
  font-size:8.5pt;
  letter-spacing:0.19em;
  font-weight:bold;
  padding-bottom:17px;
}

h1.recent {
	padding-bottom:25px;
}

a {
  text-decoration:none;
  color:#3F332C;
  font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

h2 {
  color:#7E000D;
  font-size:15px;
  font-weight:bold;
  padding-bottom:9px;
}

h2 a {
  color:#7E000D;
  font-size:13px;
}

div.post h2 {
  padding-bottom:8px;
}

div.post {
	color:#666666;
	letter-spacing:-0.01em;
}

div.content-by {
	color:#333333;
	padding-bottom:17px;
}

div.post p {
	padding-bottom:10px;
	font-size:11px;
}

div.post-foot { 
	color:#625041;
}

div.post-foot .category {
	font-weight:bold;
}

span.readmore a { 
	color:#7E000D;
	font-weight:bold;
	text-decoration:none;
}

span.readmore a:hover { 
	text-decoration:underline;
}	

div.post {
	padding-bottom:9px;
	margin-bottom:20px;
	border-bottom:2px dotted #999999;
}

/* Begin Images */
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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-bottom:1px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 */

form#commentform textarea {
  width:100%;
}

div#sidebar li {
  list-style:none;
}

div#sidebar a {
  font-weight:normal;
  font-size:8.5pt;
}

div#sidebar h2,div#sidebar a.standleys_link {
  font-weight:bold;
  font-size:8.5pt;
  text-transform:uppercase;
  letter-spacing:0.19em;
}
bo
div#sidebar a.standleys_link {
  color:#7e000d;
}


div#sidebar>ul>li {
  margin-bottom:17px;
}

form#searchform input[type="submit"] {
  display:none;
}

form#searchform>div {
  margin-top:5px;
  padding-left:31px;
  background-image:url(images/search-left.png);
  background-repeat:no-repeat;
  width:100%;
}

form#searchform input#s {
  line-height:24px;
  border:0px;
  height:24px;
  vertical-align:middle;
  width:154px;
}

span#search-area {
    display:inline-block;
	height:24px;
	padding-right:5px;
	background-image:url(images/search-right.png);
    background-position:top right;
    background-repeat:no-repeat;
	margin-bottom:13px;
}

div#sidebar ul ul li a {
  line-height:1.87em;
}

div.post p {
  line-height:1.95em;
}

div#respond textarea, div#respond input,div#respond h3 {
  margin-bottom:8px;
}

div.addthis_container {
   margin-bottom:8px;
}
