/*  
Theme Name: Showing Up Theme
Version: 1.0
Author: Terris James Kremer
Author URI: http://qmula.com
*/

/* 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 */

/* ************************************************************************************************************************************************************

GO!

************************************************************************************************************************************************************ */

/* typography */

p { margin: 2px 0 18px 0; }
body, h4, p, li, dt, dd, label, input, textarea  { font-family: verdana, arial, sans-serif, helvetica;	text-align: justify; font-size: 14px; color: #666666; }
h1 { font-size: 17px; }
h2 { margin: 2px 0 18px 0; font-size: 17px; color: #666666; text-align: left;  }
h2.archive { width: 700px; margin: 0 auto 18px auto;  }
h3 { margin: 2px 0 18px 0; font-size: 14px; color: #666666; text-align: left; line-height: 15px; }
a { color: #000000; outline: none; font-size: 14px; }
a:hover { color: #999999; }
h3.legal { margin: 30px 60px 15px 60px; }
p.legal { font-size: 9px; margin: 0 60px; }
h2.storiesHeader {border-bottom: 1px solid #999; }
div.sidebar h3 { margin: 20px 5px 10px 5px; }

/* main styles */

body { background-color: #ffffff; }

div.wrapper { width: 870px; margin: 25px auto;  }
div.masthead {float: right; }
div.contentContainer { clear: both; width: 870px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
div.content { clear: both; }
div.content p { line-height: 20px; }
div.sidebar { float: right; margin: 30px 0 0 0; width: 200px;  }
div.logo { float: right; height: 66px; }
    
div.story { border-bottom: 1px dotted #000000; margin: 0 0 25px 0; width: 600px; padding: 5px 0 5px 0; }
div.footer { clear: both;  }
div.tellButton { float: right; margin-top: 20px; }
br.clearFloat { clear: both; } /* please excuse the hack */

/* advanced "page specific" styles */

body#contact div.content { width: 700px; margin: 0 auto; }
body#clips div.content { width: 640px; margin: 0 auto; }

body#the-players div.content { margin: 0 0 0 150px; }


/* navigation*/

ul#storiesnavlist li { margin: 5px; }

ul#mainNav { height: 15px;}
ul#mainNav li { float: left; list-style-type: none; padding-left: 15px; }
ul#mainNav li a { float: left; display:block; font-size: 12px; }
ul#mainNav li a:hover { color: #999999; }
body#home ul#mainNav li#homeBtn a { border-bottom: 1px solid #000000; }
body#about ul#mainNav li#aboutBtn a { border-bottom: 1px solid #000000; }
body#the-players ul#mainNav li#playersBtn a { border-bottom: 1px solid #000000; }
body#your-stories ul#mainNav li#storiesBtn a { border-bottom: 1px solid #000000; }
body#blog ul#mainNav li#notesBtn a { border-bottom: 1px solid #000000; }
body#clips ul#mainNav li#clipsBtn a { border-bottom: 1px solid #000000; }
body#contact ul#mainNav li#contactBtn a { border-bottom: 1px solid #000000; }
div.sidebar li a { margin-left: 10px; }
a.tellBtn { display: block; padding: 5px; margin: 5px 0 15px 0; width: 188px; color: #ccc; background: #666; border: 1px solid #999999; text-align: center; }
a.tellBtn:hover { color: #999; }

/* CMS Styles ( based on the default wp theme ) */

/* Begin Images */

.alignright { float: right; margin: 0 0 10px 20px; border: 1px solid #000000; }
.alignleft { float: left; margin: 0 20px 10px 0; border: 1px solid #000000; }

/* End Images */

/* Begin Comments*/

.alt {	margin: 0; padding: 10px; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none; }
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }

/* End Comments */



