/*
THEME NAME: Photography by Yeti
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.0
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/


* { margin: 0; padding: 0; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.half {	filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: .5; }
.full {	filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; }



body {
	background-color: #000;
	padding: 0 1em 1em;
	font-family: Helvetica;
	color: #fff;
	background-image: url(images/pby_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

a:hover {
	color: #990000;
}

a img {
	border: none;
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1;
}

a:hover img {
	filter:alpha(opacity=75); 
	-moz-opacity:.75; 
	-khtml-opacity: .75; 
	opacity: .75;
}

a.active img, a.no-alpha img {
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1;
}



#wrapper {
	width: 100%;
}

#header {
	margin-top: 1em;
	color: #f9f9f9;
	height: 50px;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 1em;
}

.menu li {
	display: inline;
	list-style: none;
	margin-right: 3em;
}

.menu li a {
	padding-bottom: .5em;
	border-bottom: 5px solid #fff;
}

.menu li a:hover {
	border-bottom: 5px solid #990000;
}

.menu li.active a {
	color: #990000;
	border-bottom: 5px solid #990000;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1em;
}

#subscribe {
	position: absolute;
	top: 15px;
	left: 300px;
}

#inner-wrapper {
	margin-top:1em;
	width:100%;
}

#footer {
	bottom: 1em;
	width: 97.7%;
	height: 30px;
	color: #fff;
	font-size: .75em;
	text-transform: lowercase;
	margin-top: 2em;
}



/* posts */

.post {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #e9e9e9;
}

.single .post {
	border: none;
}

.post .entry-wrapper {
	float: right;
	width: 75%;
}

.entry-meta {
	float:left;
	width: 23%;
	overflow: hidden;
}

.post p {
	margin: 1em 0;
	line-height:1.3em;
	color: #ddd;
}

/*
.post img {
	width: 100%;
	height: auto;
}
*/

h2.entry-title {
	font-size:40px;
	letter-spacing:-1px;
	line-height:44px;
	text-transform: lowercase;
}

.published, .entry-meta {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.2em;
	border: none;
	line-height: 1.6em;
	color: #999;
}

.entry-meta a {
	color: #fff;
	text-transform: uppercase;
}

.entry-meta a:hover {
	color: #990000;
}

.wp-pagenavi {
	text-align: center;
}

/* sidebar */

#sidebar-wrapper {
	margin-top: 2em;
	border-top: 1px solid #e9e9e9;
}

.sidebar h3 {
font-size:15px;
font-weight:normal;
letter-spacing:0.1em;
text-transform:uppercase;
border-bottom: 6px solid #fff;
}

.sidebar ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.sidebar ul {
	margin: 1em 0;
}

.sidebar ul li ul li{
	margin: 0 0 0 1em;
}

#left, #right {
	float: left;
	width: 33%;
}

#center {
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	width: 30%;
}

/* commenting */

#comments {
	margin-top: 5em;
	text-transform: none;
}

.form-submit {
	margin-top: 1em;
}

.form-submit #submit {
	border: none;
	cursor: pointer;
	background-color: #fff;
	padding: 2px;
}

.form-submit #submit:hover {
	background-color: #999;
}

#comments h3 {
	padding-bottom: 1em;
	font-size: 16px;
}

#comments ol {
	list-style: none;
}

#comments ol li {
	border-bottom:1px solid #333;
	margin-bottom:1em;
	padding-left:2em;
	padding-top:1em;
}

#comments .comment-author {
	font-size: 21px;
}

#comments .comment-meta {
	font-size: 8px;
}

#comments ol li p {
	font-family: Georgia;
	font-size: 19px;
	font-style: italic;
}

#respond {
	margin-left: 2em;
}

#comments a {
	text-transform: none;
}

h1.rutroh {
	text-transform: uppercase;
	font-size: 132px;
	letter-spacing: -0.1em;
	color: #990e54;
}

.error {
	color: #990e54;
}
