/*
Theme Name: PS
Theme URI: http://www.prestonstahley.com/
Description: Wordpress theme for my personal blog.
Author: Preston Stahley
Author URI: http://www.prestonstahley.com/

Copyright (c) Preston Stahley.

*/

/*
YUI CSS Reset.
Copyright (c) 2008, Yahoo! Inc. All rights reserved.  Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Generic
---------------------------------------------------------------------------------*/
body {
	color:#333;
}

.wrap {
	margin:0px auto;
	width:905px;
}

#main {
	float:left;
	width:600px;
	overflow:hidden;
}

#content {
	background:url(images/content-bg.gif) no-repeat 50% 0;
}

#content .wrap  {
	padding-top:40px;
}

.clear {
	clear:both;
}


/* Headings and typography
---------------------------------------------------------------------------------*/

a:link,
a:visited {
	text-decoration: none;
	color: #116E8F;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #222;
}

h2 {
	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-size:230%;
}

h2.page-title {
	margin-bottom:20px;
}

h3 {
	font-size:120%;
	margin-bottom:10px;	
}

blockquote { font-size:170%; margin-bottom:30px; }

blockquote p { font-family:georgia !important; margin:0 !important; }

blockquote .right { float:right; }

/* header
---------------------------------------------------------------------------------*/

#header {
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #154523;
	background: #c6e27f url(images/fauxborder.gif) repeat-x 0 0;
}

#header .inner {
	background: url(images/header-bg.gif) no-repeat 50% 0;
}

#header .wrap {
	position:relative;
	height:170px;
}

#logo {
	position:absolute;
	top:25px;
	left:0;
}

#description {
	position:absolute;
	top:62px;
	left:475px;
	color:#154523;
	font-size:230%;
	font-weight:bold;
	text-shadow:1px 1px 5px white;
}

#feed {
	position:absolute;
	top:0;
	right:0;
	background: url(images/feed-bg.gif) no-repeat 0 0;
	padding:0 18px 5px;
}

#feed a {
	display:block;
	padding:4px 0px 4px 18px;
	background: url(images/feed-icon.gif) no-repeat 0 50%;
	color:#fff;
	text-decoration:none;
	font-size:93%;
}

#feed a:hover {
	color: #F08A20;
}


#nav {
	position:absolute;
	bottom:0;
	right:0;
}

#nav li {
	float:left;
	margin-right:5px;
}

#nav li a {
	display:block;
	padding:5px 15px;
	background-color:#2F5F3C;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#2F5F3C;
	color: #E3E9E0;
	text-decoration:none;
	font-size:153.9%; /*20px*/
	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
}

#nav li a:hover {
	background-color:#fff;
	color: #154523;
}

#nav li.current a {
	background-color:#fff;
	color: #154523;
}

/* Home
---------------------------------------------------------------------------------*/

.home-col-1 { width:450px; float:left; }
.home-col-2 { width:420px; float:left; margin-left:35px; }
.home-col-3 { width:560px; float:left; overflow:hidden; }
.home-col-4 { width:310px; float:left; margin-left:35px; }

.home-portait { width:450px; height:306px; }

.seperator { clear:both; height:60px; background:url(images/seperate.gif) no-repeat 0 70%; }

.home h1 { font-size:200%; color:#333; margin-bottom:10px; }
.home h1 a { color:#333; }
.home h1 a:hover { color:#333; text-decoration:none; }

.home #nav-below { margin:-25px 0 50px 0; }

h1.intro { font-size:350%; color:#154523; }
h1.flair { background: url(images/heading-bg.gif) no-repeat 0 6px; padding: 0 0 9px 36px; }

.social-list { padding:10px 0 0 0; margin:0; }
.social-list li { float:left; margin-right:15px; }
.social-list li a img { display:block; }
.social-list li a p { margin:0; font-size:11px; text-align:center; color:#275634; }
.social-list li a:hover { text-decoration:none; }
.social-list li a:hover p { color:#fff; background-color:#275634;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: -1px 1px 1px 1px #ccc;
	-webkit-box-shadow: -1px 1px 1px 1px #ccc;
	box-shadow: -1px 1px 1px 1px #ccc;  }
.social-list li.last { margin:0; }

.tweet_avatar img { display:none; }
.tweet_text { display:block; color:#666; font-size:160%; }

/* post
---------------------------------------------------------------------------------*/

.post {
	margin-bottom:50px;
}

.comments-balloon {
	float:right;
}

.comments-balloon a {
	display:block;
	width:70px;
	height:53px;
	background: url(images/balloon.gif) no-repeat 100% 0;
	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-size: 215%;
	text-align:center;
}

.entry-date {
	color:#888;
	font-size:93%; /*12px*/
	font-weight:bold;
	position:relative;
	top:2px;
}

.edit-link a {
	color:#8C2947;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:40%;
	font-weight:bold;
}

.entry-meta {
	background-color:#C6E27F;
	border:1px dashed #fff;
	color:#154523;
	font-size:93%;
	margin-top:5px;
	padding:2px 5px;
}

.tag-links {
	padding-left:10px;
}

.entry-content {
	margin-top:1em;
}

.entry-content p {
	font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
	color:#666;
	margin-bottom:1em;
	line-height:1.5em;
}

.entry-content a {
	font-weight:bold;
}

#nav-below {
	margin:50px 0;
}

#nav-below a {
	font-size:135%;
	background-color:#C6E27F;
	border:1px dashed #fff;
	color:#154523;
	margin-top:5px;
	padding:5px 10px;
}


.nav-previous { float:left; }

.nav-next { float:right; }

/* comments
---------------------------------------------------------------------------------*/
#comments {
	margin-bottom:40px;
}

#comments h3 {
	color:#2F5F3C;
	font-size:150%;
	border-bottom:1px solid #2F5F3C;
	margin-bottom:15px;
}

#comments p {
	margin-bottom:10px;
}

.commentlist li {
	margin-bottom:20px;
	clear:both;
	position:relative;
}

.commentlist li .userImage {
	float:left;
	width:75px;
}

.commentlist li .userImage img {
	background:#fff;
	padding:1px;
	border:1px solid #ccc;
}

.commentlist li .userComment {
	float:left;
	width:520px;
}

.commentlist li .postDate {
	float:right;
	font-size:85%;
	margin-top:5px;
}

.commentlist li .postUser {
	border-bottom:1px solid #ccc;
	font-size:85%;
	padding-bottom:5px;
	margin-bottom:10px;
}

.commentlist li .postUser .userName {
	font-weight:bold;
	font-size:16px;
}

.authorcomment .postUser {
	background-color:#F6FFDF;
}

#commentform input {
	padding:2px;
	margin-right:5px;
}

#commentform #submit {
	background-color:#2F5F3C;
	color:#fff;
	border:1px dashed #FFFFFF;
	padding:5px 10px;
	margin:0 0 0 460px;
	cursor:pointer;
}

#commentform label {
	font-weight:bold;
}

#commentform label small {
	font-weight:normal;
	font-size:85%;
}

#commentform textarea {
	width:580px;
	height:100px;
	padding:2px;
}


/* contact form
---------------------------------------------------------------------------------*/
#scf2 {
	background-color:#D5EF95;
	border:1px solid #CCCCCC;
	position:relative;
}

#scf2_submit {
	background-color:#2F5F3C;
	color:#fff;
	border:1px dashed #E3E9E0;
	cursor:pointer;
}

/* images
---------------------------------------------------------------------------------*/
.aligncenter {
	margin:0 auto;
}


/* sidebar
---------------------------------------------------------------------------------*/

#sidebar {
	float:right;
	width:275px;
	padding-left:30px;
	overflow:hidden;
}

#sidebar h3 {
	color:#333;
	font-size: 200%;
	background: url(images/heading-bg.gif) no-repeat 0 6px;
	padding: 0 0 9px 36px;
	margin-bottom:10px;
}


#sidebar .seg {
	padding-bottom:30px;
}

#contact div {
	margin-top:10px;
	font-size:138.5%;
	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;	
}

#findme li {
	float:left;
	margin-right:12px;
}

#findme li img {
	border:none;
}

#categories li {
	margin-bottom:10px;
}

#categories li a {
	display:block;
	color:#333;
	padding:10px 0 10px 40px;
	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-size:182%; /*24px*/
	border-bottom:1px solid #ccc;
}

#categories li.cat-item-1 a { background:url(images/cat/general.gif) no-repeat 0 50%; }
#categories li.cat-item-4 a { background:url(images/cat/games.gif) no-repeat 0 50%; }
#categories li.cat-item-3 a { background:url(images/cat/films.gif) no-repeat 0 50%; }
#categories li.cat-item-7 a { background:url(images/cat/design.gif) no-repeat 0 50%; }
#categories li.cat-item-6 a { background:url(images/cat/music.gif) no-repeat 0 50%; }

#digg .widget {
	margin-top:10px;
}

#digg .widget li {
	margin:0px 0px 5px 5px;
	font-size:85%;
}

.lastfm { font-size:11px; }
.lastfm ul { margin-left:10px; }
.lastfm ul li { border-bottom:1px dashed #ccc; padding:5px 0; }
.lastfm ul li .date { float:right; color:#888; }
.lastfm .more { margin-top:10px; text-align:right; }


/* footer
---------------------------------------------------------------------------------*/

#footer {
	clear:both;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #154523;
	background: #c6e27f url(images/fauxborder.gif) repeat-x 0 100%;
	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-size:153.9%; /*20px*/
	color:#154523;
}

#footer .inner {
	background: url(images/header-bg.gif) no-repeat 50% 100%;
}

#footer .copyright {
	float:left;
	padding-top:20px;
}

#footer .credit {
	padding:20px 0px;
	text-align:right;
}

#footer .credit img {
	vertical-align:middle;
	padding-right:8px;
}


/* Captions
---------------------------------------------------------------------------------*/

/* Captions */
.alignleft,
div.alignleft {
	display: block;
	float:left;
	margin:0 20px 20px 0;
}

.alignright,
div.alignright {
	display: block;
	float:right;
	margin:0 0 20px 20px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px dashed #fff;
	text-align: center;
	background-color: #C6E27F;
	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;
}

