@charset "UTF-8";
/* CSS Document */

/*

Theme Name: Moonlight 

*/

/* BODY */
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg.png) repeat-x;
	font: 12px "trebuchet ms";
        color: #ffffff;
}

/* LAYOUT */
#table, #top {
	width: 100%;
}

#top {
	height: 259px;
	background: url(images/top_bg.png) repeat-x;
}

#header {
	width: 600px;
	height: 259px;
	background: url(images/header.png) right no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#menu, #bottom {
	float: right;
	width: 441px;
	margin-right: 9.9%;
}

#menu {
	margin-top: 38%;
	margin-bottom: 1.5%;
}

.blog {
	clear: both;
	width: 495px;
	margin-left: 9.5%;
}

.entry {
	float: right;
	width: 442px;
}

.date {
	float: left;
	width: 37px;
	height: 37px;
	display: inline;
	background-color: #011940;
}

#bottom {
	clear: both;
	background-color: #000000;
	margin-top: 2%;
}

/* TYPOGRAPHY */
#menu .links {
	font-family: "trebuchet ms";
	font-size: 20px;
	color: #fff799;
	padding: 0.25em;
	text-align: right;
}

.text {	
	font-family: verdana;
	font-size: 13px;
	padding: 0.25em;
	text-align: justify;
}

#bottom .cpyrght {
	font-family: "trebuchet ms";
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #f4fbfe;
	padding: 0.25em;
	text-align: center;
}

.comments {
	font-size: 25px;
	font-weight: bold;
	color: #f4fbfe;
	padding: 0.25em;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	text-align: left;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0em;

}

h3 {
	text-transform: uppercase;
	text-align: left;
	font-family: "trebuchet ms";
	font-size: 16px;
	font-weight: bold;
	margin-top: 0em;

}

h4 {
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0.5em;
	font-family: tahoma;
}	

h5 {
	text-transform: uppercase;
	text-align: right;
	border-top: 1px solid #ffffff;
	margin-top: 0.75em;
	font-size: 11px;
	font-family: tahoma;
}

blockquote {
	background-color: #002858;
	border-left: 10px solid #011d3f;
	padding: 0.75em;
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
}

/* LINKS */
a {
	color: #fff799;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff200;
}

/* COMMENT FORM */

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 25px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform input, textarea {
	background: #000000;
	border: 1px dotted #fff799;
	color: #ffffff;
}
	
#commentform textarea {
	width: 70%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}

/* IMAGES */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* COMMENTS */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
        background-color: #000000;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
background-color: #000000;
border: 1px dotted #fff799;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
}
.children { padding: 10px; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
