/*
Theme Name: Ryan Plesko
Theme URI: http://ryanplesko.com
Description: Custom Wordpress theme for my own blog
Author: Ryan Plesko
Author URI: http://ryanplesko.com
Version: 1.5
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	background: url(images/body-bg.jpg) repeat 0 -50px;
	font-family: "Trebuchet MS";
	height: 100.1%;
}

#page {
	background: url(images/top-bg.jpg) repeat-x left -50px;
	width: 100%;
}

.container {
	width: 980px;
	margin: 0 auto;
}

hr {
	visibility: hidden;
	height: 0;
	clear: both;
}

img {
	border: none;
}

blockquote {
	padding: 0 25px;
}

a {
	color: #0033CC;
}

a:hover {
	text-decoration: none;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it
   -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;
}

img.alignleft {
	padding: 0 10px 10px 0;
}

img.alignright {
	padding: 0 0 10px 10px;
}

.navigation {
	font-size: 12px;
}

/* ------------------------------------------------------------------------------------ Header */

#header {
	background: url(images/header-bg.jpg) no-repeat center -50px;
	height: 420px;
	position: relative;
	z-index: 10;
}

#header h1, #header h2 {
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 375px;
	height: 80px;
	background: url(images/ryan-header.gif) no-repeat left top;
	position: relative;
	top: 31px;
	left: 30px;
}

/* ------------------------------------------------------------------------------------ Navigation */

#photo {
	width: 378px;
	height: 271px;
	background: url(images/photo-ryan.png) no-repeat top left;
	position: absolute;
	z-index: 100;
	left: 620px;
	top: -3px;
}

#navigation {
	margin-bottom: 30px;
	height: 35px;
	border-bottom: 1px solid #8f2222;
}

#navigation ul {
	list-style-type: none;
	position: relative;
	white-space: nowrap;
}

#navigation li {
	display: block;
	float: left;
	color: #8f2222;
	font-size: 18px;
	padding: 6px 14px;
	margin-right: 15px;
	text-transform: uppercase;
}

#navigation li a {
	text-decoration: none;
	color: #8f2222;
}

#navigation li.current_page_item, #navigation li.current_page_parent {
	background: #8f2222;
}

#navigation li:hover {
	background: #dddddd;
}

#navigation li.current_page_item a, #navigation li:hover a, #navigation li.current_page_parent a {
	text-decoration: none;
	color: #ffffff;
}

/* ------------------------------------------------------------------------------------ Content */

#content {
	margin-top: -300px;
	position: relative;
	z-index: 20;	
}

/* ------------------------------------------------------------------------------------ Sidebar */

#sidebar {
	width: 265px;
	color: #ffffff;
	position: absolute;
	top: 260px;
	right: 20px;
}

#sidebar input.searchbox {
	border: 1px solid #666666;
	width: 248px;
	height: 22px;
	font-size: 15px;
	padding: 7px 5px 3px;
	background: #ffffff url(images/search-bg.jpg) repeat-x top;
}

#sidebar input.searchsubmit {
	background: none;
	border: none;
	font-size: 16px;
	padding-left: 10px;
	color: #ffffff;
	cursor: pointer;
	display: none;
}

#sidebar li.search {
	padding-bottom: 30px;
}

#sidebar .topad, #sidebar .bottomad {
	margin-bottom: 10px;
	padding-left: 0 !important;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 0;
	padding-left: 30px;
	padding-bottom: 30px;
}

#sidebar ul ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar ul ul li a, #sidebar ul ul li {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

#sidebar ul ul li a:hover {
	text-decoration: underline;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	clear: both;
	font-size: 18px;
}

#sidebar h2 a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar h2 a:hover {
	text-decoration: underline;
}

#sidebar ul li.viewall {
	font-weight: bold;
	margin-left: -10px;
}

#sidebar h2 a.twitter_title_link {
	background: url(/favicons/twitterific-icon.gif) no-repeat bottom left;
	padding: 15px 0 15px 58px;
	display: block;
}

#sidebar h2.recent {
	background: url(/favicons/posts-icon.gif) no-repeat bottom left;
	padding: 15px 0 15px 58px;
}

#sidebar h2.rss {
	background: url(/favicons/rss-icon.gif) no-repeat bottom left;
	padding: 15px 0 15px 58px;
	white-space: nowrap;
	margin-bottom: 25px;
}

/* ------------------------------------------------------------------------------------ Post */

div.post {
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

div.post.noborder {
	padding-bottom: 25px;
	border-bottom: none;
	margin-bottom: 0;
}

div.post-container-top {
	background: url(images/post-top-bg.png) no-repeat left bottom;
	height: 46px;
	width: 691px;
}

.post-container {
	background: url(images/post-middle-bg.png) repeat-y left top;
	width: 590px;
	padding: 50px 50px 35px 50px;
}

div.post-container-bottom {
	background: url(images/post-bottom-bg.png) no-repeat 1px top;
	height: 17px;
	width: 690px;
}

.post h1, .post h2, .post h3, .post h4 {
	color: #a23030;
	font-weight: normal;
}

.post h1 a, .post h1 {
	font-size: 34px;
	color: #a23030;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.post h2 a, .post h2 {
	font-size: 25px;
	color: #a23030;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

.post.small h2 a, .post.small h2 {
	font-size: 15px;
	color: #a23030;
	text-decoration: none;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post h2.archivetitle {
	font-size: 28px;
}

.post h3.multi {
	padding-top: 20px;
}

.post h3 a {
	font-size: 20px;
	color: #a23030;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
}

.post h3 a:hover {
	text-decoration: underline;
}

.post p.author {
	color: #666666;
	font-size: 12px;
	padding: 0px 0 20px 0;
}

.post.small p.author {
	font-size: 11px;
}

.post p.postmetadata {
	color: #666666;
	font-size: 12px;
	padding: 5px 0 0px 0;
}

.post p.author a {
	color: #666666;
	text-decoration: underline;
}

.post p.author a:hover {
	text-decoration: none;
}

.post div.video {
	width: 550px;
	background: #baaf86;
	padding: 12px;
}

.post .posttitle {
	
}

.post .column {
	width: 355px;
	float: left;
}

.post .narrow-column {
	width: 185px;
	float: left;
}

.post .narrow-column ul {
	list-style-type: none;
	padding-top: 30px;
}

.post .narrow-column li {
	padding-bottom: 7px;
}

.post .narrow-column li a {
	text-decoration: none;
}

.post .narrow-column li a:hover {
	text-decoration: underline;
}

.post img.favicon {
	padding: 0 10px 0 0;
	vertical-align: middle;
}

.post img.work {
	border: 10px solid #eeeeee;
}

div.home.feature {
	padding-bottom: 35px;
	position: relative;
	height: 215px;
}

h1.main {
	font-size: 40px;
	float: left;
	line-height: 34px;
	width: 425px;
	text-align: right;
	position: absolute;
	right: 20px;
	color: #a23030;
}

h1 span.small {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	font-weight: normal;
	line-height: 26px;
}

div.feature img {
	float: left;
	margin: 0 -30px 0 0;
	position: relative;
	top: 90px;
}

div.shaded {
	background: #eeeeee;
	padding: 25px 25px 15px 25px;
}

div.come-in {
	background: #ffffff;
	position: relative;
	padding: 15px;
}

div.come-in h2 {
	font-size: 22px;
}

div.come-in ul.column {
	float: left;
	width: auto;
}

div.come-in img.sign {
	position: absolute;
	top: -12px;
	right: -20px;
}

/* ------------------------------------------------------------------------------------ Entry */

.entry {
	
}

.post.small p.postmetadata {
	display: none;
}

.entry p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}

.post.small .entry p {
	font-size: 11px;
}

.entry ul {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.entry p strong {
	font-weight: bolder;
}

.entry .navigation a {
	font-size: 11px;
	line-height: 20px;
}

label.rss2email {
	font-size: 12px;
	line-height: 20px;
	display: block;
}

label.rss2email.inline {
	display: inline;
}

input.rss2email {
	border: 1px solid #666666;
	width: 190px;
	height: 22px;
	font-size: 18px;
	padding: 5px;
	background: #ffffff url(images/search-bg.jpg) repeat-x top;
	margin-right: 15px;
}

/* ------------------------------------------------------------------------------------ Portfolio */

.entry.portfolio ul {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 20px;
	padding-left: 0px;
	list-style-type: none;
}

.entry.portfolio li {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.entry.portfolio h2, .entry.portfolio h2 a {
	padding-bottom: 5px;
	font-size: 20px;
	color: #666666;
}

.entry.portfolio h2 a {
	padding-right: 20px;
	background: url(images/page_external.png) no-repeat right 3px;
}

.entry.portfolio p {
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

.entry.portfolio p.nopad {
	padding-left: 0px;
	padding-right: 0px;
}

/* ------------------------------------------------------------------------------------ navigation for switching pages */

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left;
}

.navigation {
	height: 30px;
}

/* ------------------------------------------------------------------------------------ Footer */

#footer {
	width: 690px;
}

#footer p {
	font-size: 11px;
	padding: 20px 0;
	text-align: center;
	color: #958c6c;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;	
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;	
}

/* ---------------------------------------------------------------- Comments */

#commentssection {

}

#commentssection h3 {
	font-size: 15px;
	padding-bottom: 12px;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	padding: 10px;
	font-size: 12px;
	color: #aaaaaa;
	margin-bottom: 15px;
}

ol.commentlist li.alt {
	
}

ol.commentlist li cite a {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

ol.commentlist li cite a:hover {
	color: #333333;
}

ol.commentlist li p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 10px;
}

ol.commentlist li p.commentmetadata a {
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

#commentform {
	
}

#commentform h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

#commentform p {
	font-size: 12px;
	line-height: 20px;
}

#commentform input.full {
	border: 1px solid #555555;
	padding: 4px;
	margin: 0 5px 10px 0;
}

#commentform textarea {
	width: 400px;
	height: 100px;
	margin-bottom: 10px;
}

#commentform input.submit {
	background: #dddddd;
	border: 1px solid #555555;
	padding: 3px;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------- Search */

#searchform{
	display: inline;
}

#searchform input#s {

}

#searchform input#searchsubmit {

}

/* ---------------------------------------------------------------- Contact */

div.column h3 {
	padding-bottom: 15px;
}

p.error {
	padding-left: 20px;
	background: url(images/cancel.png) no-repeat left 2px;
	color: red;
}

p.success {
	padding-left: 20px;
	background: url(images/accept.png) no-repeat left 2px;
	color: green;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	font-size: 11px;
}

input.text {
	border: 1px solid #666666;
	padding: 7px 5px 3px;
	background: #ffffff;
	margin-bottom: 5px;
}

textarea {
	width: 227px;
}

input.button {
	margin-top: 15px;
}

/* ---------------------------------------------------------------- Twitter */

ul.twitter{
	
}

li.twitter-item {
	
}

p.twitter-message {

}

.twitter-timestamp {

}

a.twitter-link{

}

a.twitter-user{

}
