@charset "utf-8";
/* CSS Document */

/***************** Main **************/
* {font-size: 100%; padding: 0; margin: 0;}/*don't change this*/
body{font:0.8em Verdana, Geneva, sans-serif; margin:0; padding:0; background-color:#000; text-align:center; min-height:100%;}
#container{margin:10px auto; width:1000px; position:relative; text-align:left; background:#000 url(../images/content-repeat.gif) repeat-y;}/*centers main content*/
#contentwrapper{}
#contentcontainer{width:940px; padding:20px 0 10px 30px; line-height:1.3em;}
#minheight {height:10px; width:1px; float:right;}/*the minimum height div forces the container to expand to fit the height of this element. It is a cross-platform solution to the minimum height demand*/
.topsentence{font-size:.8em; color:#999; text-align:center; margin-top:9px;}
.clear {clear:both;}

/***************** Headers *****************/
h1 {font-size: 1.5em; text-transform:uppercase; color:#019857;}
h2 {font-size: 1.2em; }

/***************** Text Format *****************/
.lrgwhite{color:#fff; font-size:1.3em; font-weight:bold;}
.greybackground{color:#000; font-size:1.1em; font-weight:bold; background:#E1E1E1; padding:4px;}

/***************** image Format *****************/
img{border:none;}

/***************** Basic Links *****************/
a:link{color:#a00013; text-decoration:underline;}
a:visited{color:#47722D; text-decoration:underline;}
a:hover{color:#a00013; text-decoration:none;}
a:active, a:focus{outline:none;}
#content h2 { padding:10px 0 5px 0; clear:left;}
#content h2 a {text-decoration:none;}
/***************** Lists *****************/
ul li {margin-left:30px;}
#content p {padding:10px 0 10px 0;}
#content ul {padding:10px 0 10px 0;}
#content .post {border-bottom:#333 1px solid;}
.alignright {text-align:right;}
.alignleft {float:left;}
/**************** Grey Box ***************/
#greybxhome{background:url(../images/home-content-repeat.gif) repeat-y; width:714px; float:left; }
#greybx{background:#dedddd; border:1px solid #a8a7a7; width:880px; padding:30px;}

/***************** Menu *****************/
/*style containing menu div*/
#menu { padding:0; position:absolute; z-index:100; top:172px; left:120px;}

#menu ul {margin:0; padding:0; font-size:1.1em; text-transform:uppercase; color:#fff;}

#menu ul li a { text-decoration:none; color:#fff; height:29px;}
#menu ul li.noimg a {background: none;}
#menu ul li {position:relative; list-style:none; margin:0; float:left;  padding:10px 1.2em 10px 1.2em; display:block; background: url(../images/nav-spacer.jpg) no-repeat bottom right;}
#menu ul a:hover, #menu ul a.active {color:#333; text-decoration:underline; }
/***************** Sidebar *****************/
#sidebar {background:url(../images/store-column-repeat.gif) repeat-y; width:189px; 	padding: 0 0 0 0;
	float:right;
	width: 190px;}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left:0px;
	}
	
#sidebar h2 {color:#fff; text-transform:uppercase; font-size:.9em; text-align:center; background-color:#000; padding:7px; margin-bottom:7px;}
#sidebar ul {margin:0; padding:0;}
#sidebar ul li ul {margin:0 0 0 15px;}
#sidebar a:link, #sidebar a:visited{color:#000; font-size:.9em;}
#sidebar a:hover, #sidebar a.active {color:#a40808;}



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {
	width: 93px;
	padding: 2px;
	}

#sidebar #searchsubmit {
color:#fff; text-transform:uppercase; font-size:.7em; text-align:center; background-color:#000; padding:3px 0 3px 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	background:#E8E8E8;
	border:1px solid #969592; padding:15px;}
	
	

.commentlist li {
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/***************** Content *****************/
#content {background:#dedddd; border:1px solid #a8a7a7; padding:30px; margin-bottom:15px;}
.narrowcolumn {width:670px; float: left; display:inline;}
/***************** Footer *****************/
ul#footer {display:block; margin:5px auto 0pt; padding:0pt; width:1000px;}
ul#footer li {display:inline; float:right; font-size:0.75em; list-style-image:none; list-style-position:outside;
list-style-type:none; padding:0pt 10px 0pt 0px; color:#fff; margin-left:0;}
ul#footer li a:link, ul#footer li a:visited{color:#fff; text-decoration:none;}
ul#footer li a:hover{color:#fff; text-decoration:underline;}
ul#footer li.copyright {background-image:none; float:left; padding:0pt; color:#fff;}
ul#footer li.footerHome {background-image:none;}

/***************** Credit *****************/
#credit {clear:both; font-size:0.75em; padding:70px 0pt 20px; text-align:center;}
#credit a:link, #credit a:visited {color:#848383; text-decoration:none;}
#credit a:hover {color:#fff; text-decoration:none;}
