/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }



body {
	color: #f4f3e8;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #007edc;
}
a:hover {
	color: #f4f3e8;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;		
}
h4 {
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
}

p  { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }
em { color: #808080;}
/* images */
img {
	border:none;
}
img.float-right {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}


blockquote {
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #808080;
	width: 550px;
	background-color: #000000;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 35px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #B1D918;
}

Table{
	margin-left: 10px;
}


/* ====================== */
/* Forms                  */
/* ====================== */

form {
	font-size: 14px;
	
}

.input_field {
	clear:both;
}
.input_field label {
	display:block;
	text-align:right;
	width:100px;
	float:left;
	position: relative;
	top:6px;
	padding-right: 6px;
}

.select_field label {
	display: inline;
	clear: both;
	text-align: right;
	width: 100px;
	float: left;
	position: relative;
	top: 6px;
	padding-right: 6px;
}

.input {
	border: 2px solid #303030;
	padding: 6px;
	font-size: 19px;
	font-weight: bold;
	color: #CACAC1;
	background-color:#000;
}
.input:focus {
	border-color: #606060;
}

.smallfield { width: 100px; }
.mediumfield { width: 200px; }
.bigfield { width: 400px; }
.hugefield { width: 600px; }

.textarea {
	font-family: "Helvetica", Arial, sans-serif;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 100%;
	text-align: left;
	background-image: url(/static/i/content_bg.jpg);
	padding-bottom: 20px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d2d2d;
	background-position: left top;
	background-color: #000000;
}
#content-wrap {
	clear: both;
	width: 980px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	width: 980px;
	height: 75px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header #logo{
	height: 63px;
	width: 274px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 20px;
}
#header #searchbox {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 100px;
	
}

/*  Gallery  */
.thumbnail{
	width: 200px;
	margin-left: 10px;
	float: left;
	background-color: #000000;
	border: 1px solid #1a2022;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.thumbnail img{
	width: 133px;
	height: 170px;
	
}
.Large{
	width:570px;
	height:300px;
	background-color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(/static/i/content_out.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 20px;
	padding-right: 10px;
	border: 1px solid #1a2022;
}

/*  Navigation  */
#nav {
	padding: 0;
	height: 50px;
	width: 535px;
	float: right;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;

}
#nav ul li a {
	display:inline;
	text-decoration:none;
	padding:0 16px 8px;
	color:#bbb;
	background:url(/static/i/nav_spacer.gif) 100% 100% no-repeat;
	font-size:11px;
	text-transform:uppercase;

}
#nav ul li a:hover, 
#nav ul li a:active {
	display:inline;
	text-decoration:none;
	padding:0 16px 8px;
	color:#fff;
	background:url(/static/i/nav_spacer.gif) 100% 100% no-repeat;
	font-size:11px;
	text-transform:uppercase;
}


#nav ul li#current a {
display:inline;
	text-decoration:none;
	padding:0 16px 8px;
	color:#f00;
	background:url(/static/i/nav_spacer.gif) 100% 100% no-repeat;
	font-size:11px;
	text-transform:uppercase;;
}
#nav   ul   li#last a  {
	display:inline;
	text-decoration:none;
	color:#BBBBBB;
	font-size:11px;
	text-transform:uppercase;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 30px;
	width: 100px;
	background-image: url(/static/i/rss_off.gif);
	background-position: center center;
	margin-left: 15px;
	margin-bottom: 5px;
}
#nav ul li#last a:hover {
	color:#fff;
}

/* Main Column */
#main {
	float: left;
	width: 922px;
	display: inline;
	background-color: #1a2022;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	min-height: 450px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(/static/i/content_out.gif);
	background-repeat: repeat-x;
	background-position: left top;
  }
  #main .inner {
	width: 900px;
	background-color: #101415;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 10px;
	border: 1px solid #000000;
	min-height: 450px;
  }

/* footer */
#footer-wrap {
	clear: both;
	text-align: left;
	padding: 0.6em 0;
	background-color: #101415;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1a2022;
	background-image: url(/static/i/footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #CACAC1;
}
#footer-wrap a {
	text-decoration: none;
	color: #bbb;
}
#footer-wrap a:hover {
	color: #FFFFFF;
	border-bottom:none;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #FFFFFF;
	margin: 0;
	text-transform: none;
	font-size: 14px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

/* footer columns */
#footer-columns {
	color: #CACAC1;
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#footer-columns ul {
  

	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	 
}
#footer-columns li {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #161B1D;
	float:none;
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #aaa;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer-bottom span {
	color: #1a2022;
	font-size: 9px;
}
#footer-bottom p {
padding-bottom:30px;

}
/* postmeta */
.postmeta {
	font-size: 1em;
	color: #f4f3e8;
	border: 1px solid #000000;
	background-color: #161B1D;
	clear: both;
	float: left;
	width: 867px;
	height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-align: center;
}




/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
}
.align-left  { text-align: left; }
.align-right {
	text-align: right;
	float: right;
}

/* classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.comment{
	float: right;
	padding-right: 10px;
	padding-top: 3px;
	background-image: url(/static/i/comment.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.title{
	float: left;
	font-size: 12px;
}
.dateThumb{
	color: #808080;
	font-style: italic;
	float: left;
}
.dateDetail{
	text-align: right;
	float: right;
}
.commentBox{
	background-color: #000000;
	width: 570px;
	padding: 10px;
	margin-top: 30px;
}
.tableless{
	float: right;
	margin-top: 150px;
}
.error{
	background-color: #FF0606;
	width: 560px;
	margin: 10px;
	color: #000000;
	padding: 10px;
	font-weight: bold;
}
.success{
	background-color: #B1D918;
	width: 560px;
	margin: 10px;
	color: #000000;
	padding: 10px;
	font-weight: bold;
}
.hAd{
	background-color: #161B1D;
	border: 1px solid #000;
	padding: 3px;
	margin-left: 10px;
}

#bedtime ul {
	list-style: none;
}
#bedtime li {
	font-size: 40px;
	line-height: 2em;
}

#bedtime ul li a {

}
