/*
Theme Name: Brando Skyhorse
Description: The custom theme for Brando skyhorse.com.
Version: 1
Author: Jeff Lytle
Author URI: http://jefflytle.info/

	This theme was designed and built by Jeff Lytle.
*/


#content {
	position: relative;
	top: 40px;
	width: 1024px;
	height: 100%; 
	}
	
#main {
	padding: 0px 5px 20px 5px;
	margin: 0px 0 0;
	width: 500px;
	height: 100%;
	float: left; 
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width: 1024px; 
	height: 100%;
	padding-bottom: 40px;
	}

#header {
	background: url('images/header.jpg') no-repeat top left;
	height: 200px;
	width: 1024px;
}


#sidebar {
	position: relative;
	top: 2px;
	left: 6px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	padding-right: 20px;
	width: 220px;
	z-index: 100;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	color: #4d5d56; 
	font-size: 1.5em;
	margin: 5px 0 0;
	padding: 0;
	}
	
#sidebar h3 a {
	font-size: 1.2em;
	font-style: italic;
	color: #4d5d56;
	text-decoration: none;
	}
#sidebar p {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-bottom: 10px;
	}

.author{
	font: .75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
	font-style: italic;
}
.main_author{
	font: 1.25em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: right;
	font-style: italic;
}
.archive_ul a {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #4d5d56;
	text-decoration: none;
}
ul.archive_ul{
	list-style-type: none;
	margin-left: 0;
	padding: 0;	
}
.entry {border-bottom: 1px solid #4d5d56; font-size: 1.25em;}

#logo {
	background: url('images/logo.png') no-repeat top left;
	position: relative;
	top: 5px;
	left: 65px;
	height: 50px;
	width: 200px;
	}
	
#navbar{
	position: relative;
	top: 137px;
	left: 240px;
	width: 600px;
	height: 30px;
	background: #c0cdd6;
}
.menu ul {
	margin-left: 10px;
	padding: 0;
	}

.menu ul li {
	font-size: 1.65em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-color: #4d5d56;
	font-variant: small-caps;
	font-weight: bold;
	list-style-type: none;
	padding: 3px 50px 0 1px;
	display: inline;
	}

.menu a {
	color: #4d5d56;
	text-decoration: none;
	}
	


#footer {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	clear: both;
	background: #a6b9c5;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-align: left;
	}
	
h1, h2, h3 {color: #4d5d56;}
h1 a, h2 a, h3 a {color: #4d5d56; text-decoration: none;}

hr {
	display: none;
	}
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation a {
	color: #4d5d56;
	text-decoration: none;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.links {font-size: 1.25em; list-style-type: none;}









/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */





