 /*   
Theme Name: Ryan Bickett v1
Theme URI: http://www.RyanBickett.com
Description: Theme for RyanBickett.com version 1.0
Author: Ryan Bickett
Author URI: http://www.RyanBickett.com
Version: 1.0
Copyright 2009. All rights reserved.
*/

/* BODY */
body {
	background: #121212 url(images/bg-top.gif) repeat-x top;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}

#container {
	width:940px;
	margin:0 auto;
	text-align:left;
}

a {
	color:#c80000;
	text-decoration:none;
	font-weight:bold;
}

/* NAVIGATION */
#navigation {
	text-align:right;
	background:url(images/bg-nav-divider.gif) no-repeat right;
	height:50px;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

#navigation ul li {
	float:right;
}

#navigation ul a {
	display:block;
	background: url(images/bg-nav-divider.gif) no-repeat left top;
	padding:0 1.5em;
	line-height:50px;
	text-decoration:none;
	color:#dddddd;
	font-weight:bold;
	text-transform:uppercase;
}

#navigation .current_page_item,
#navigation ul a:hover, #navigation ul a:active {
	background:url(images/bg-nav-on2.gif) no-repeat left top;
	color:#ffffff;
}

/* HEADER */
#header {
	height:100px;
}

#logo {
	float:left;
	background:url(images/Ryan-Bickett-Logo.png) no-repeat;
	width:366px;
	height:56px;
	position:relative;
	left:0px;
	top:25px;
}

#logo h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

#top-banner {
	float:right;
	position:relative;
	width:468px;
	height:60px;
	right:0px;
	top:20px;
	border:#b5b5b5 1px solid;
}

/* PAGE TITLE BAR */
#page-title {
	clear:both;
	height:50px;
	width:940px;
	background:url(images/bg-page-title.gif) repeat-x;
	line-height:50px;
	color:#e9e9e9;
	font-size:large;
	margin-bottom:10px;
}

#page-title p {
	padding:0 20px;
}

/* BREADCRUMB NAVIGATION */
#breadcrumbs {
	text-transform:uppercase;
	font-size:x-small;
	color:#e9e9e9;
	margin:20px 10px;
	font-weight:bold;
	font-style:oblique;
}

#breadcrumbs a {
	color:#e9e9e9;
	text-decoration:underline;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
	color:#ffffff;
	text-decoration:none;
}

/* MAIN CONTENT */
#content-wrap {
	width:940px;
	background:url(images/bg-content-wrap1.gif) repeat-y;
}

#left-column {
	width:560px;
	float:left;
	padding:10px 20px;
}

#content-wrap .separator {
	border-top:1px solid #b5b5b5;
	margin-top:20px;
	padding-top:20px;
}

#content-wrap h2 {
	font-size:xx-large;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:.30em;
	text-transform: none;
}

blockquote {
	padding:0 20px;
}

/* BLOG CONTENT */
.blog-post {
	padding-bottom: 15px;
	/* margin-bottom: 15px;
	border-bottom: 1px solid #b5b5b5; */
}

.blog-post h3 {
	font-size:xx-large;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:.3em;
	text-transform: none;
	line-height: 1.2;
}

.blog-post h5 {
	margin-bottom:1.5em;
	font-size:small;
	font-style:italic;
	font-weight:bold;
}

.blog-post p {
	margin-bottom:1em;
	line-height: 1.5;
}

.blog-post img {
	margin:0 10px 3px 0;
	border: 5px solid #b5b5b5;
	float:left;
}

.blog-post a {
	color:#c80000;
	text-decoration:none;
	font-weight:bold;
}

.blog-post a:hover, .blog-post a:active  {
	color:#c80000;
	text-decoration:underline;
	font-weight:bold;
}

.post-info {
	background-color:#f3f3f3;
	border-top:#b5b5b5 1px solid;
	border-bottom:#b5b5b5 1px solid;
	padding:10px;
	margin-bottom:10px;
	position:relative;
}

.post-info p {
	padding:0;
	margin:0;
	font-size:x-small;
}

.post-info p.global-links {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

#post-page-navigation .alignright {
	float:right;
}

#post-page-navigation .alignleft {
	float:left;
}

#post-page-navigation a, #post-page-navigation a:visited {
	color:#c80000;
	text-decoration:none;
	font-weight:bold;
}

#post-page-navigation a:hover, #post-page-navigation a:active  {
	color:#c80000;
	text-decoration:underline;
	font-weight:bold;
}

.blog-post ul  {
	margin:0 0 1em 15px;
}

.blog-post li  {
	list-style-type:square;
	margin:0 0 0 15px;
	line-height: 1.5;
}

/* COMMENTS */
comments-template {

}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #b5b5b5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 Geneva,Arial,Helvetica,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:2px solid #b5b5b5; left:7px; position:absolute; top:7px; margin:0 15px 0 0; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 Geneva,Arial,Helvetica,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 Geneva,Arial,Helvetica,sans-serif; margin:0 0 1em 0; }
ol.commentlist li ul { font:normal 12px/1.4 Geneva,Arial,Helvetica,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 Geneva,Arial,Helvetica,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#c80000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

li.bypostauthor {
    /* CSS styles for author comments */
}

li.byuser {
    /* CSS styles for registered users comments */
}

#respond p {
	margin-bottom: 1em;
	font-weight:bold;
}

/* #respond input {
	border: 1px solid #b5b5b5;
	padding: 5px;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
} */

#respond textarea {
	border: 1px solid #b5b5b5;
	padding: 5px;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	width: 400px;
}

/* SIDEBAR */
#sidebar {
	width:320px;
	float:right;
	padding:0 10px;
	color:#4d4d4d;
	font-size:small;
	font-weight:normal;
}

#sidebar .widget h3  {
	background:#630000 url(images/bg-widget-titlebar.gif) repeat-x top;
	height:38px;
	border:#630000 solid 1px;
	line-height:38px;
	text-transform:uppercase;
	color:#e9e9e9;
	padding:0 10px;
	margin:10px 0;
	font-size:medium;
}

#sidebar .widget p {
	margin:0 10px;
	padding:0 0 1em 0;
	line-height:normal;
}

#sidebar .widget img {
	margin:0 10px;
}

#sidebar a {
	color:#c80000;
	font-weight:bold;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration:underline;
	color:#c80000;
	font-weight:bold;
}

#sidebar ul.bulleted {
	margin: 0 0 0 24px;
	padding:0;
	list-style:square;
	color:#4d4d4d;
}

#sidebar ul.bulleted li {
	margin-bottom:.25em;
	padding:0;
}

#sidebar ul.bulleted li a {
	
}

#sidebar ul.bulleted a:hover, #sidebar ul.bulleted a:active {
	
}

#sidebar #search form {
	margin:0 0 0 10px;
}

#sidebar #search input {
	
}

#sidebar #search button {
	
}

/* FOOTER */
#footer {
	clear:both;
	width:940px;
	color:#e9e9e9;
	text-align:center;
	font-size:small;
	padding-top:20px;
	margin-bottom:2em;
}

#footer p {
	font-size:x-small;
	margin:.5em 0;
}

#footer ul {
	margin:0 0 .5em 0;
}

#footer li {
	display:inline;
	padding:0 .5em;
}

#footer a {
	color:#c80000;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
}

#footer a:hover, #footer a:active {
	color:#e9e9e9;
}

#footer #footerLeaderBoard {
	margin-bottom: 10px;
}

/* Clear Fix for divs with items floated within */
.clearfix:after, h6:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix, h6 {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix, h6 {display:block;}
/* End hide from IE Mac */