/*  
Theme Name: Lieutenant Invader
Description: Custom theme for the Citizen Game blog.
Version: 3.0
Author: Nerfgun
Author URI: http://www.citizengame.ca/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #b8b8b8 url(gfx/bg_monocrash.jpg) no-repeat;
}

table{
	font-family: Verdana, Arial;
	font-size: 11px;
}

form, input, textarea{
	font-family: Verdana, Arial;
	font-size: 11px;
}

input, textarea{
	margin: 0 0 1px 0;
	border: 1px solid #262626;
	color: #ccc;
	background: #111;
}

h1{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2{
	font-color: #dd0000;
}

a:link{
	text-decoration: underline;
	color: #dd0000;
}

a:visited{
	text-decoration: none;
	color: #bb0000;
}

a:hover{
	text-decoration: none;
	color: #c00;
}

p{
	padding: 10px 0px 0px 0px;
	color: #333;
}

fieldset,img {
	border: 0;
}

.post h2{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 8px 16px;
	background: url(gfx/bg_diagglass3.png);
	border-top: 1px solid #711;
}

.post h2 a{
	text-decoration: none;
	color: #222;
}

.post h2 a:hover{
	color: #f00;
	text-decoration: none;
}

.entry{
	line-height: 18px;
	margin: 0px 16px 10px 16px;
}

.comment_footer{
	margin: 16px 0 0 16px;
	font-size: 11px;
}
	
.spacer{
	text-align: center;
	background: #eee;
	margin: 14px 0px;
	vertical-align: middle;
}

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px dotted #e6e6e6;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #eee;
}


p.postmetadata{
	margin: 0;
	clear: both;
	padding: 4px 16px 0px 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-variant: bold;
	font-size: 11px;
	color: #822;
	line-height: 16px; 
}

p.postmetadata a{
	color: #777;
}

p.postmetadata img{
	float:left;
	padding: 0px 5px 0px 0px;
}

.navigation{
	width: 640px;
	padding: 6px 12px 0px 0px;
	height: 40px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	line-height: 14px;
}

#skeleton{
	margin: 0;
	width: 996px;
	text-align: left;
}

#header{
	float: clear;
	width: 676px;
	height: 166px;
	margin: 0px 0px 0px 130px;
}

#blogbucket{
	float: left;
	width: 676px;
	margin: 0px 0px 60px 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url(gfx/bg_white_60pc.png);
}

#pagebucket{
	float: left;
	width: 676px;
	margin: 0px 0px 60px 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url(gfx/bg_white_60pc.png);
}

#pagebar{
	float: both;
	width: 676px;
	height: 24px;
	margin: 20px 0 0 130px;
	background: black;
}

.pagelinks ul{
	text-decoration: none;
	list-style-type: none; 
	list-style-image: none;
}

.pagelinks li {
	display: inline;
	font-family: Helvetica, Arial, Sans-Serif;
	font-variant: bold;
	font-size: 11px;
	color: #222;
	text-transform: uppercase;
	padding: 0px 16px 0px 16px;
	vertical-align: -0.45em;
}

.pagelinks a{
	color: #eee;
	text-decoration: none;
}

.pagelinks a:hover{
	color: #c00;
	background: #000;
}


.infobar{
	float:left;
	margin: 0;
	padding: 0 0 12px 0;
	width: 130px;
	background: url(gfx/bg_white_60pc.png);
}

.infobar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #222;
	font-size: 14px;
	line-height: 14px;
}

.infobar li{
	margin: 8px 0 0 0;
}

.infobar img{
	margin: 8px 10px 8px 10px;
}

.sidebar1{
	float: left;
	width: 174px;
	background: url(gfx/bg_diagtile1.gif);
}

.sidebar1 ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #555;
	font-size: 11px;
	text-decoration: none;
}

.sidebar1 ul li{
	padding: 10px 0 4px 0;
	line-height: 14px; 
	color: #555;
}

.sidebar1 ul li h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #c00;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar1 ul ul li{
	line-height: 14px;
	list-style-type: none;
	list-style-position: inherit;
}

.sidebar1 a{
	color: #c00;
	text-decoration: none;
}

.sidebar1 a:hover{
	color: white;
}

.sidebar2{
	float: left;
	width: 174px;
	background: url(gfx/bg_grayglass.png);
}

.sidebar2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	color: red;
	font-size: 11px;
	text-decoration: none;
}

.sidebar2 ul li{
	padding: 10px 0 4px 0;
	line-height: 14px; 
}

.sidebar2 ul li h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	font-color: red;
}

.sidebar2 ul ul li{
	line-height: 14px;
}

.sidebar2 a{
	color: #aaa;
	text-decoration: none;
}

.sidebar2 a:hover{
	color: white;
}

#wp-calendar{
	margin: 5px 0 0;
	font-family: Arial, Helvetica, Sans-serif;
}

#wp-calendar caption{
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px, 0 0;
	text-align: left;
	color: #777;
	background: #000;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	color: #444;
}

#footer{
	float: left;
	width: 676px;
	height: 40px;
	margin: 0 0 0 128px;
	background: url(gfx/bg_grayglass.png);
}

.copyright {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #777;
	padding: 10px 20px 0 0;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	padding: 20px;
	font-size: 11px;
	background: #333;
}

.comments-template p{
	color: #ddd;
}

.comments-template a{
	color: #c00;
}


.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
		text-transform: uppercase;
	color: #fff;
}

.commentmetadata{
	font-size: 12px;
	color: #ddd;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	width: 635px;
	font-size: 12px;
	color: #ddd;
}

	