/* @override http://emilyrasinski.com/style.css */

/* @override http://emilyrasinski.com/style.css */

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	color:#BFBFBF;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	background-color: #141414;
}
/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
h1{
	color:#CCC;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
}
h2, h3{
	font-size:1.15em;
	color:#FFF;
	font-weight:normal;
}
#primary h2{
	color:#CCC;
}
p{
	line-height:1.75em;
}
ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}
blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}
pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}
table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}
.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}
/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	height: 50px;
	padding-left: 51px;
	padding-top: 20px;
	float: left;
	width: 330px;
}
#header .inside{
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
#wrapper {
	height: 730px;
	width: 900px;
	background-color: #000;
	margin: 25px auto 0px;
}
#header h2{
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
	font: 2em Helvetica, Arial, Geneva, sans-serif;
	text-transform: lowercase;
	letter-spacing: 3px;
}
#header h2 a{ text-decoration:none;
	color: #fff;
}

#header p{
	margin:0;
	line-height:1em;
	padding: 7px 0 1em;
	text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/
#navigation {
	height:25px;
	padding-top: 20px;
	float: right;
	padding-right: 50px;
}
#navigation ul{
	list-style:none;
	margin:0;	
	padding-left:30px;
	text-transform:uppercase;
	font-style: normal;
	font-size: 1em;
}
#navigation ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;  
	white-space:nowrap;	
}	
#navigation ul li a {
	display:block;
	letter-spacing:1px;
	border:0;  
	text-decoration:none; 
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}	
#navigation ul li a:hover,#navigation ul li a:active, #navigation li.current_page_item a
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:.50;
	background-color:black;
	color:#fff;
	text-decoration:none;
	
}
#sildeButton{
	height:20px;
}
a.nav{
	display:block;
	margin-top:6px;
	padding:2px 5px 2px 5px;
	font-size:9px;
	text-decoration:none;
	background:#393939;
	color:#fff;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right:1px solid #333;
	text-decoration:none;
}
*html a.nav {
	width:80px;
}
a.nav:hover{
	background:#000;
	color:#fff;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right:1px solid #333;
}



/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	color:#CCCCCC;
	height: 25px;
	padding-left: 25px;
	padding-top: 5px;
	margin: 0 0 3em 20px;
	} 

