/*   
Theme Name: RPSommers
Theme URI: http://www.rpsommers.com/
Description: Theme for the RPSommers Photo Website
Author: Ryan Sommers
Author URI: http://www.rpsommers.com/
Template: 
Version: 0.0.1

Copyright 2009 Ryan Sommers All Rights Reserved
*/

body {
	background: #bfbfbf url(Images/footprints.png) repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	background-position: 0px 125px;
}

#headerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -25px;
	z-index: 3;
}

#headerLogo img{
	border: none;
}
	
#topNav {
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 8px;
	float: left;
	padding-right: 16px;
	position: absolute;
	left: 130px;
	top: 5px;
}

#topNav a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	padding-right: 5px;
}

#topNav a:hover {
	color: #ab5809;
}

#mainContent {
	background-color: #FFF;
	border: 1px solid #000;
	width: 900px;
	position: absolute;
	top: 75px;
	left: 48px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
}

.blogPost .titleBar {
	background-color: #260b6b;
	padding-right: 4px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	margin-top: 40px;
}

.blogPost .titleBar a {
	color: #fff;
	text-decoration: none;
}

.blogPost .titleBar .titleDate {
	font-size: 8px;
	font-weight: normal;
	float: right;
	color: #000
}
.blogPost .postText {
	font-size: 11px;
	margin-left: 35px;
	margin-right: 25px;
	text-align: justify;
}

#leftColumn {
	float: left;
	width: 575px;
}

#rightColumn {
	float: right;
	font-size: 13px;
}

#rightColumn h3 {
	font-size: 15px;
	border: 1px solid;
	background-color: #260b6b;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

#headerBgCover {
	background-color: #bfbfbf;
	height: 125px;
	width: 54px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.blogPost .socMedBar {
	background-color: #dcdcdc;
	margin-left: 15px;
}

#slideShow {
	background-image: url(Images/slideshow-background.png);
	background-repeat: no-repeat;
	height: 226px;
	width: 304px;
	margin-top: -80px;
}

#aboutPix {
	text-align: center;
}

#slideShow object {
position: relative;
top: 18px;
left: 13px;
}

.postTags {
	font-size: 9px;
	background-color: #FFF;
	margin: 1px;
}

.postTags a {
	color: #000;
}

.postFooter {
	border: #000 solid 1px;
	margin-left: 35px;
	padding: 3px;
}

#tagLine {
	font-family: "Lucida Console", Monaco, monospace;
	position: absolute;
	top: 60px;
	left: 425px;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

#aboutPix img {
	border: 1px solid #000;
	margin: 3px;
}

.wp-smugmug h4 {
	text-align: center;	
}

.sidebar-box {
	margin-left: 35px;
}

.sidebar-box ul {
	margin: 0px;
	padding-left: 20px;
}
