/* Common */
body {
margin: 0;
padding: 0;
background: black url("images/bg.jpg") no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13px;
text-align: center;
height: 100%;
}
p {
margin: 0;
padding: 3px;
color: #CCC;
}
a {
color: #FFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
form {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1 {
margin: 15px 0;
padding: 0;
font-size: 26px;
}
h1 a {
color: black;
}
h1 a:hover {
text-decoration: none;
}
h2 {
font-size: 18px;
text-align: center;
}

/*.headertitle {
color: #ffffff;
font-size: 2em;
padding: 100px 10px 10px 30px;
margin: 0;
background: none;
text-transform: uppercase;
font-weight: bold;
}*/

h4, h5, h6, input, button, textarea {
font-size: 13px;
}
blockquote {
margin: 15px 10px;
border: 1px solid #999;
background: #888;
}
blockquote blockquote {
margin: 10px;
}
code {
margin: 5px 0;
padding: 5px;
line-height: 80%;
border: 1px solid #888;
background: #777;
color: white;
font-family: "Courier New", monospace;
white-space: pre;
display: block;
}
form label {
font-size: 11px;
}
.clear {
clear: both;
}
.hide {
display: none;
}
.indent {
text-indent: 2em;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.top {
vertical-align: top;
}
.bottom {
vertical-align: bottom;
}
.fleft {
float: left;
}
.fright {
float: right;
}

/* Layout & Block */
#container {
margin: 0;
padding: 0;
min-width: 780px;
height:100%;
text-align: left;
}
#content {
width: 780px;
height: 100%;
border: 0;
margin: 0;
padding: 0;
table-layout: fixed;
}
#header {
margin: 0;
padding: 0;
color: black;
overflow: hidden;
}
#header div.search {
padding: 20px 0 10px 0;
text-align: right;
float: right;
}
#header form p {
margin: 0;
padding: 0;
}
#header input.submit {
margin: 0;
padding: 0;
height: 18px;
width: 18px;
border: 0;
background: #EEE url("images/search.gif") no-repeat 0 2px;
cursor: pointer;
outline: none;
float: left;
}
#header input.submitfocus,
#header input.submit:hover {
background: #EEE url("images/search.gif") no-repeat -18px 2px;
}
#header input.search {
margin: 0;
padding: 1px 0;
height: 16px;
width: 120px;
line-height: 16px;
border: 0;
background: #EEE;
outline: none;
float: left;
}
#footer {
padding: 5px;
color: #333;
font-size: 12px;
}
#footer a {
color: #EEE;
}
#left {
float: left;
width: 350px;
height: 100%;
vertical-align: top;
margin: 0;
padding: 0;
}
#right {
float: left;
padding: 0px;
margin: 0px;
width: 596px;
height: 1500px;
background: url('images/50percent.png');
}
#headerbackground {
background: #000 url('images/header.jpg') no-repeat; 
margin: 0;
padding: 0;
height: 228px; 
width: 596px;
font-family: gotham;
}

#guide {
margin: 0;
padding-top: 5px;
list-style: none;
text-align: right;
font-size: 13px;
display: block;
}
#guide li {
margin-left: 10px;
display: inline;
}

#menu {
margin: 0;
padding: 0;
list-style: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
#menu li {
margin-right: 1px;
background: #555;
color: black;
float: left;
}
#menu li a {
padding: 5px 20px;
color: black;
text-decoration: none;
display: block;
}
#menu li a:hover,
#menu li.focus a {
background: #FFF;
color: black;
}
#nav {
	font: gotham;
}
#nav li{
font-size:16px;
font-weight:900;
}
h3 {
	font-family: gotham;
	font-size:20px;
	color:#FFFFFF;
}

.post {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
margin: 0 0 40px 0;
}
.storycontent ul li {
color: white;
}
.storycontent table {
margin-left: 30px;
}
.storycontent table td {
color: white;
border: 1px solid #ccc;
}
a.comment-quote {
padding-left: 18px;
background: url("images/v-11.gif") no-repeat left;
}
/* Misc */
.description {
padding: 0 0 10px 100px;
}
.copy {
font-family:Georgia, "Times New Roman", Times, serif;
}
.credit img {
vertical-align: bottom;
}
.links {
margin-bottom: 3px;
padding-bottom: 6px;
border-bottom: 1px solid #7A7A7A;
color: #CCC;
display: block;
}
.navigation {
padding: 10px 0;
}
.meta {
margin: 15px 0;
color: #333;
}
p.small {
font-size:12px;
margin: 3px 20px 3px 20px;
padding:0;
line-height: 12px;
}
p.meta {
margin: 0;
padding: 10px 0;
}
.storycontent {
padding-left:10px;
color:#cccccc;
}
.storycontent p {
margin: 5px 0 10px 0;
font-size: 15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:100;
}
.storycontent p strong {
color: black;
weight: bold;
background: #999;
font-size: 15px;
}
p.meta b {
font-weight: normal;
}
p.meta span {
float: right;
}
div.avatar {
float: left;
}
img.avatar {
margin: 10px 20px 10px 5px;
}
.post,
.comment-text {
line-height: 150%;
}
/*.storytitle a {
color: #EEE;
}*/
.storycontent {
clear: both;
}
.storycontent p {
}
.commentlist {
margin: 5px 0;
padding: 0;
list-style: none;
}
.commentlist li {
padding: 0 5px 10px 5px;
border-bottom: 1px solid #666;
}
.paginate {
padding: 5px 0;
text-align: right;
}
p.paginate {
padding: 10px 0;
}
.paginate span {
padding: 0 4px;
border: 1px solid #222;
font-weight: bold;
background: #222;
color: white;
}
p.paginate span {
border: 0;
background: none;
color: #222;
text-decoration: underline;
}
.paginate a {
padding: 0 4px;
border: 1px solid #666;
color: black;
text-decoration: none;
}
.paginate a:hover {
border: 1px solid #999;
color: #EEE;
text-decoration: none;
}
p.paginate a,
p.paginate a:hover {
border: 0;
color: #EEE;
text-decoration: underline;
}
.paginate img {
vertical-align: bottom;
}
.paginate .navimg {
padding: 0 2px;
border: 1px solid #666;
background: none;
}
.paginate a.navimg:hover {
border: 1px solid #999;
}
