/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

*/
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; }
.alignleft { float:left; padding-right: 10px; padding-bottom: 5px; }
.alignright { float:right; padding-left: 10px; padding-bottom: 5px; }
.wp-caption { text-align:center; color: #666; font-size: 9px; font-weight: bold; }

img { padding: 0px; }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */


/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;
	height: 100%;
 }

body { 
width: 100%;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 10px;
background-image: url('http://www.ryanchatelain.com/images/bgcolor.gif');
}

a:link { color: #333; text-decoration: none; font-weight: bold; }
a:active { color: #333; text-decoration: none; font-weight: bold; }
a:visited { color: #333; text-decoration: none; font-weight: bold; }
a:hover { color: #333; text-decoration: underline; font-weight: bold; }

.maintitle a:link { color: #000; text-decoration: none; font-weight: bold; }
.maintitle a:active { color: #000; text-decoration: none; font-weight: bold; }
.maintitle a:visited { color: #000; text-decoration: none; font-weight: bold; }
.maintitle a:hover { color: #000; text-decoration: underline; font-weight: bold; }

.maintitle {
     font-family: Verdana, Arial, sans-serif;
     font-size: 16px;
     color: #000;
line-height: 1.5em; 
     }

.singletitle {
     font-family: Verdana, Arial, sans-serif;
     font-weight: bold;
     font-size: 16px;
     color: #000;
line-height: 1.5em; 
     }

ul { list-style: none inside; list-style: none; }

p { font-size: 1.2em; line-height: 1.5em; margin-bottom: 1.5em; }
	p.metadata { background: #fff9a7; padding: 3px;} 


h1 {
                font-family: Georgia, serif;
		font-size: 2.0em;
		font-weight: normal;
		color: #990000;
		text-decoration: none;
                text-align: center;
               
.tags { font-size: 15px }

}

.button {
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	background:#000000;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
.button:hover { background:#FFFFFF; color: #000000;
}

h2 { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

	
.main {
	background-image: url('http://www.ryanchatelain.com/images/bgcolor.gif');
	width: 800px;
	margin-padding: 10px;
	position-absolute;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: -100px;
	}
	


.socialmedia {
	text-align:left;
	float: left;
	padding-bottom: 10px;
	}
	
.links {
	text-align:right;
	float:right;
	padding-bottom: 10px;
	}

.navbar {
	height: 30px;
	background-image: url('http://www.ryanchatelain.com/images/nav_background.gif');
	padding-left: 5px;
	padding-right: 5px;
	}
	
#clear { clear: both; }

.content {
	padding-top: 20px;
	width: 800px;
	}

.content {
	width: 800px;
	}

.mainbar {
	width: 500px;
	float: left;
	padding-right: 15px;
	}

.sidebar {
	background-image: url('http://www.ryanchatelain.com/images/sidebar-background.gif');
	width: 265px;
	float: right;
        padding: 10px;
        font-size: 10px;
        line-height: 1.5em;
        margin-bottom: 20px;
	}

.sidebar-flushleft {
        margin-left: -10px;
        padding-bottom: 10px;
        }

        
#push {
       height: 100px;
}
	
.footer {
	margin: 0px auto;
    height: 100px;
	width: 800px;
	background-image:url('http://www.ryanchatelain.com/images/footer_background.gif');
	text-align:center;
	color: #fff;
	font-size: 9px;
	}
	
.date {
       padding-top: 10px;
       font-face: Arial, sans-serif;
       font-size: 10px;
       text-transform: uppercase;
       color: #333;
       text-align: left;
       font-weight: bold;
}

.post {
              padding-bottom: 10px;
        }

.post li { 
        font-size: 1.2em; 
        line-height: 1.2em;
        list-style: none;
 
 }

.post li h2  { 
        font-size: 1.5em; 
        color: #990000;
        list-style: none;
 }

.widget_twitter ul li {
    background:none;
    margin-bottom:10px;
    padding-left:0;
}

.schedule {
     color:#fff;
     background-color: #666;
     }

.songtitle {
     font-size: 12px;
     padding-bottom: 3px;
     }
