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

/* Wide browser windows
------------------------------------------------------------------*/


html, body, form, fieldset, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
body {
background-color:#161616;
text-align:center;
height:auto;
background-image:url(images/bg.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#bebebe;
margin:0px;
padding:0px;
line-height:20px;}
	
ul,li {list-style-type:square;color:#bebebe}
html{height:auto;}	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link {
	color: #fff;
	text-decoration:none
}
a:visited {
	color: #fff;
	text-decoration:none
}
a:hover {
	color: #f1cece;
	text-decoration:none
}
a:active {
	color: #fff;
	text-decoration:none
}

h1,h2,h3 { margin:0; padding:0px; margin-top:10px; font-weight:normal;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}

h2 {font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#97afba;
text-transform:uppercase;
letter-spacing:2px}

h3 {
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#97afba;
text-transform:uppercase
	}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #97afba;
	font-weight:normal;
	text-decoration: none;
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/* Begin Typography & Colors */


hr {
	clear:both;
	visibility:hidden;
	}
.clear {clear:both;}
.centered, p.centered {text-align:center;}
.right {text-align:right;}		
img {border:0;}

.line{
width:100%;
height:3px;
margin:0px;
margin-bottom:18px;
padding:0px;
border-bottom:1px solid #666;
}
	
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#bebebe;
}

input{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
background-color:#211715;
border:1px solid #666;
color:#f1cece;
}


textarea{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:180px;
height:20px;
margin: 10px 0px;
background-color:#211715;
border:1px solid #666;
color:#f1cece;
padding:3px 0px 0px 0px;
height:70px;

}

select {
width:180px;
height:20px;
background-color:black;
margin-top:15px;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #fff;
}


#page {
	/*background-color: white;
	border: 1px solid #959596;*/
	text-align: left;
	background-image:none;
	background-color:#666666;
	}

/* Header
------------------------------------------------------------------*/
#header{
width:950px;
height:128px;
margin:0px;
padding:0px;
}

#header h1 a{
display:block;
height:109px;
width:355px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
margin-top:10px;
}

#headerleft{
float:left;
width:360px;
height:103px;
}

#headerright{
float:right;
width:500px;
height:103px;
}

#mysearch{
width:500px;
height:60px;
margin:15px 0px 0px 0px;
padding:0px;
text-align:right;
}

#menu{
width:500px;
height:48px;
margin:0px;
padding:0px;
text-align:right;
}

#menu ul{
display:inline;
margin:0px;
padding:0px;
}

#menu ul li{
padding: 5px 8px;
list-style: none;
display: inline;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
}

#menu ul li a{
color:white;
text-decoration:none;
}

#menu ul li a:hover{
color:#97afba;
text-decoration:none;
}




/* HomePage Showcase
------------------------------------------------------------------*/

#showcase{
width:950px;
height:308px;
margin:0px;
padding:0px;
background-color:#627f8f;
background-image:url(images/banner.jpg);
}

	

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
#content { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 	
	

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
}

#sidebar form {
	margin: 0;
	}


#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}	

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	margin-left:50px;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	text-align:left
	}

#sidebar #searchsubmit {
	padding: 1px;
	width:80px;
	}


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	color:#666
	}

.widecolumn {
	color:#666
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.entry p a:visited {
	color: #f1cece;
	}

.commentlist cite, .commentlist cite a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#97afba;
text-transform:uppercase;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}*/

#commentform p {
	font-family:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#f1cece;
text-transform:uppercase}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}



.postmetadata {
	clear: left;
}

#footer{
padding:0px;
border-top:1px solid #666;
width:950px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
margin-top:20px;}

#footer p{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#636363;
}


#footer p a{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#97afba;
text-decoration:none;
}


#footer p a:hover {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:white;
text-decoration:none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}


.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 textarea {
	width: 500px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



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

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}