/*  
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* HTML Elements */
body { background: url("images/background.png") repeat; }
.post h2 a:link, .post h2 a:visited, .cat-item a:link, .cat-item a:visited, .recent_posts a:link, .recent_posts a:visited, .navigation a:link, .navigation a:visited, .category ul li a:link, .category ul li a:visited, .extras ul li a:link, .extras ul li a:visited, .wp_extras ul li a:link, .wp_extras ul li a:visited, .wppp_list a:link, .wppp_list a:visited { color: black; }
.post h2 a:hover, .cat-item a:hover, .recent_posts a:hover, .navigation a:hover, p.postmetadata a:hover, p.postmetadata a:link, p.postmetadata a:visited, .category ul li a:hover, .extras ul li a:hover, .wp_extras ul li a:hover, .wppp_list a:hover { color: black; text-decoration: underline; }

li#rss { margin-top: 10px;}
li#rss a:link, li#rss a:visited { color: #f57f27; vertical-align: center; }
li#rss a:hover { color: #f57f27; text-decoration: underline; vertical-align: center; }

/* Generic Elements*/
.clear { clear: both; }

/* Header */
#header, #header a:link, #header a:visited, #header a:hover { color: white; }
#header h1 { padding: 10px 0 0 40px; font: 200% Georgia, "Times New Roman", serif; }
#header p { padding: 0 40px; font: 80% Georgia, "Times New Roman", serif; }

/* Main Content */
#container { margin: 0 auto; width: 800px; text-align: left; }
#header { background: url("images/header.png"); width: 800px; height: 239px; margin-top: 25px; margin-left: 0px;}
#content { padding: 5px 10px; background: #fbf3d5 url("images/content_background.png") repeat; float:left;}
#posts { width: 565px; float: left; }
.post h2 { background: url("images/stained_glass.png") no-repeat; padding: 0 0 10px 80px; height:65px; margin-top: 10px; font: 150% Georgia, "Times New Roman", serif; }
.post p { font: 80% "Lucida Grande", "Lucida Sans Unicode", sans-serif; margin: 10px 0;}
p.postmetadata { text-align: center; margin-bottom: 35px; font: 70% Georgia, "Times New Roman", serif; }
.metadata { display:inline; font: 70% "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

/* Sidebar */
#sidebar h3 { background: url("images/splatter.png") no-repeat; height: 30px; padding-top: 35px;}
#sidebar { float: left; padding: 20px 15px; width: 185px; }
#christian_radio { padding: 5px 10px;}
#christian_radio li { padding-bottom: 10px; }
#sidebar ul li ul li { list-style: url("images/px_bullet.png");  list-style-position: inside; font-size: 95%; }
#sidebar ul li ul#christian_radio li { list-style: none; }


/* Footer */
#footer { margin: 15px 0px; padding: 20px 10px; background: url("images/footer_background.png") repeat; float:left; width: 780px;}

.cat-item, .recent_posts, .wppp_list { padding: 0 15px;}
#props { text-align:center; font: 60% "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
.extras { float:left; margin: 0 15px; }
.navigation { width: 100%; text-align: center;}
.navigation div { display: inline; padding: 0 20px;}
.category { float:left; margin-left: 15px;}
.category ul li, .extras ul li, .wp_extras ul li {  padding-left: 5px; list-style: url("images/px_bullet.png");  list-style-position: inside; font: 80% "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
#categories { float:left; width: 500px; }
ul#about li { list-style: none;}
ul#about li a:link, ul#about li a:visited, ul#about li a:hover { color: #fbf3d5; text-decoration: underline; }

