/*
Theme Name: Shane Macomber Theme
Theme URI: http://www.shanemacomber.com
Description: Custom theme built for Shane Macomber
Version: 2.0
Author: Christohper Stevens
Tags: shane macomber, photography

This is the theme of the next century.
*/


body, html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #f2f2f2;
	margin: 0px;
}

table {
	padding: 0px;
	border-spacing: 0px; 
	border-width: 0px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

td {
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
}

.seperator {
	height: 1px;
	background-color: #404c05;
}

a {
	color: #2d3d00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

h2 {
	color: #404c05;
	font-size: 16px;
	margin-top: 0px;
}

h2 a, h3 a {
	color: #404c05;
}

.search {
	border: #a7ae9b solid 1px;
	color: #a7ae9b;
	background: #404c05;
}

#searchform {
	background: #404c05;
	padding: 14px 26px 14px 26px;
        margin-bottom: 60px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.post {
	margin-bottom: 36px;
}

#leftNav {
	background: #404c05;
	width: 348px;
	height: 100%;
	color: #a7ae9b;
}

#logo {
	margin-top: 26px;
	margin-bottom: 22px;
}

#rightContent {
	height: 100%;
        padding: 0px 5px 0px 5px;
}

.menuList {
	padding-left: 26px;
	padding-top: 14px;
}

.menuList ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

.menuList ul li {
	list-style-type: none;
	list-style-image: none;
}

.menuList a {
	color: #a7ae9b; 
}

#blogContentWidth {
	width: 750px;
	margin: 44px auto 44px auto;
}

.socialIcon {
	float: left;
	margin-right: 2px;
}

.clear {
	clear: both;
}

/* WordPress Specific */

.navigation {
	clear: both;
	display: block;
	margin-bottom: 24px;
}
	
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
}

.postmetadata {
	clear: both;
	font-size: 9px;
}

.clear {
	clear: both;
}

.socialLink {
	float: left;
	margin-right: 2px;
}

/* 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 */

/* 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 */