/*
Theme Name: Stax
Theme URI: http://jmascis.com/
Version: 1.0
Description: temp style for JMascis.com
Author: Jeremiah Hester
Author URI: http://jeremiahhester.com
*/

/* reset reloaded 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------------------*/          

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}


/* standard elements */
/*html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
*/

a {color: #00CC00; }
a:hover {color: #33FF00;}


body {
	background: #000 url('img/stx.jpg') no-repeat fixed;
	color: #DDD;
	font: normal 65.5% Geneva, Arial, Helvetica, sans-serif;
/*	padding-left: 90px; */
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCC;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #B973B9;
	text-decoration: none;
}
h1 a:hover {
	color: #000;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.stax {
	background: url('img/stax.png') no-repeat left center;
	color: #BB2DFF;
	font: normal 22px Impact,sans-serif;
	letter-spacing: 1px;
	padding: 3px 0 12px 22px;
}
h2.stax {
	background: url('img/stax-small.png') no-repeat left center;
	padding-top: 6px;
}

.stax a:hover {
	color: #fff;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #888;}
p.postinfo a:hover {color: #CCC;}

.descr {
	color: #8DC63F;
	margin-bottom: 6px;
}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;
   text-align: center;
    background: url('img/logo.png') no-repeat;
 	height: 79px;
 	width: 291px;
 	margin-left: 45px;
 	margin-top: 25px;
 	position: absolute;
 	top: 10px;
   }
   
#site-title a {
	color: #DDD;
	text-decoration: line-through;
}
#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {color: #CCC;
   text-align: center;}

#site-description .text, #site-title .text
{
    margin-left: -2000px;
	 display: none;
}

/* content */
#content {
	background: url('img/purple-overlay.png') repeat;
	left: 360px;
	position: absolute;
	top: 130px;
/*	width: 610px; */
    width: 70%;
	max-width: 780px;
	padding: 10px;
}
#content li {margin-left: 25px;}

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 150px;
	width: 210px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #8DCA3F;}

/* archives */
.post h1 a {color: #B973B9; /* #A00; */}
.post h1 a:hover {color: #fff; /* #F00; */}
.post .descr {color: #AAA;}
.post .descr a {color: #CCC;}
.post .descr a:hover {color: #FFF;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #000;
	width: 360px;
}
.commentmetadata {
	color: #6DA61F;
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #8DC63F;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

/* forms */
textarea.styled {width: 280px;}

.styled {
	background: #DDD;
	border: 1px solid #F60;
	font: normal 1em Verdana,sans-serif;
	padding: 2px;
}
.styled:hover {background: #EEE;}
.styled:focus {background: #FFF;}

#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

#navigation table caption {border-bottom-color:#000;}

#navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

#navigation table th {border-bottom-color:#000;}

#navigation table td#today {
  border-color:#000;
  color:#A53512;
}

#navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

#navigation table tfoot {border-top-color:#000;}
#navigation table tfoot a {background:none;}

#wp-calendar {
  /* display: inline-table; */
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

#navigation table thead tr {border-bottom:1px solid;}

#navigation table th {border-bottom:1px solid;}

#navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

#navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

#navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

#navigation table tfoot {border-top:1px solid;}
#navigation table tfoot a {
  border: none;
  font-weight: bold;
}
#navigation table tfoot #prev a {text-align:left;}
#navigation table tfoot #next a {text-align:center;}

/* search form */
#searchform {padding: 0 10px;}
#searchform input.sfield {
	border: 1px solid #fff;
	padding: 2px;
	background: #382A3F;
	color: #fff;
	width: 120px;
}

/*###################*/
/*### Topmenu ###*/
/*###################*/

#top {
		  background: url('img/purple-overlay.png') repeat;
/*          border-bottom: 1px solid #dd4003; */
          height: 84px;
/*          margin: 0 auto; */
		  margin: 0px;
          width:100%;
          text-align: center;
		  font-weight: bold;
          overflow: hidden;
		  font-size: 14px;
}

#topbar { height: 84px;
          width: 810px;
          margin: 20px auto;
          padding: 0;
          text-align: center;
	  z-index: 150;
}

ul.topmenu {
        background: transparent; 

        float: left;
        margin: 0 auto;
/*		padding: 0; */
		padding-left: 150px;
		list-style-type: none;
}

ul.topmenu li {
	float: left; 
}

ul.topmenu li a {
	float: left; 
	display: block;
    height: 54px;
	margin-top: 10px;
	padding: 15px 20px 10px 12px;
	color: #cbcbcb;
    text-decoration: none;
}

ul.topmenu li a:hover {
/*	background: #312339; */
	color: #B973B9;
    text-decoration: none;
}

ul.topmenu .current_page_item a {
	color: #ffffff;
	margin-top: 6px;
    text-decoration: none;
	height:23px;
	line-height:23px; 
	background: url(img/nav/mb_a.png) right 15px no-repeat;
	padding-right:10px;

}

ul.topmenu .current_page_item span {
	background:url(img/nav/mb_span.png) left top no-repeat; height:23px; display:block; padding-left:10px;
}

ul.topmenu .current_page_item  a:hover {
/*	background: #312339; */
	color: #000;
    text-decoration: none;
}

/*
#topnav li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
*/

#logoheader {
		  background: url('img/logooverlay.png') repeat-x;
/*          border-bottom: 1px solid #dd4003; */
          height: 60px;
/*          margin: 0 auto; */
		  margin: 0px;
          width:100%;

          text-align: center;
		  font-weight: bold;
          overflow: hidden;

}