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

body {
background:#000000;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
background-image:url(images/background-top.jpg);
background-repeat:no-repeat;
background-position:top center;
padding:0;
margin:0;
}

#wrapper {
width:900px;
margin:0 auto;
overflow:hidden;
}

#header {
overflow:hidden;
margin-top:10px;
}

#logo {
float:left;
width:400px;
}

.piclenselink {
padding-bottom:20px;
}

#menu {
float:right;
width:600px;
font-size:14px;
font-weight:lighter;
color:#3D3838;
letter-spacing:2px;
text-align:right;
margin-top:20px;
position:absolute;
margin-left:330px;
}

#menu ul {
list-style-type:none;
padding:0;
margin:0;
}


#nav a {
	display: block;
	width: 80px;
	height:30px;
	line-height:2em;
}

#nav li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
float:left;
text-align:center;
height:30px;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#000000;
	background-image:url(images/menu-back.png);
	width: 135px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:11px;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover {color:#0066CC;}
#nav li li a { width: 120px; text-align:left; padding-left:15px; border:0; border-bottom:1px solid #1D130F; line-height:3em;}

#menu a {
color:#3D3838;
}

#menu a:hover {
color:#14448C;
}


#page-content {
width:900px;
background-position:center;
min-height:400px;
padding-left:10px;
}

#divider {

}

input {
background:#101010;
border:1px solid #333333;
color:#CCCCCC;
font-size:14px;
width:200px;
}

textarea {
background:#101010;
border:1px solid #333333;
color:#CCCCCC;
font-size:14px;
width:400px;
}

#sidebar {
float:right;
width:200px;
margin-bottom:30px;
margin-top:30px;
line-height:1.8em;
}

#sidebar ul {
list-style-type:none;
padding-left:15px;
margin:0;

}
#sidebar h2 {
font-size:14px;
height:20px;
padding-left:10px;
color:#3D3838;
background-image:url(images/title-back.jpg);
background-repeat:no-repeat;
}

#page-sidebar-wrapper {
width:100%;
border-top:1px solid #1D130F;
background:#090909;
overflow:hidden;
padding-bottom:20px;
margin-top:-12px;
}

#page-sidebar {
width:800px;
margin:0 auto;
padding-left:70px;

}

#page-sidebar ul {
list-style-type:none;
padding-left:0px;
margin:0;

}

#page-sidebar li {
width:200px;
float:left;
display:block;
margin-right:50px;
margin-top:5px;
text-align:center;
}

#page-sidebar h2 {
font-size:14px;
height:20px;
padding-left:0px;
color:#3D3838;
border-bottom: #121212 1px solid;
padding-bottom:5px;
}

#blog-content {
width:650px;
background-position:center;
float:left;
margin-top:30px;
padding-left:10px;
min-height:400px;
}


#footer-wrapper {
border-top:1px solid #1D130F;
width:100%;
margin-top:-10px;
}

#footer {
margin:0 auto;
width:900px;
overflow:hidden;
font-size:10px;
padding-bottom:20px;
padding-top:10px;
clear:both;
color:#171717;
}

.post {
border-top:1px solid #1D130F;
padding-bottom:20px;
}

.postmetadata {
padding:5px;
background-image:url(images/meta.jpg);
padding-left:10px;
}

#footer-contact {
float:left;
width:600px;
padding-left:10px;
}

#footer-right {
float:right;
width:200px;
}

.footer-logo {
float:left;
padding-right:30px;
}


a:link {
	color: #14448C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F306D;
}
a:hover {
	text-decoration: none;
	color: #AEDCF2;
}
a:active {
	text-decoration: none;
	color: #14448C;
}

.wp-image-20 {
margin:0 auto;
}