/* 
	Theme Name: Lost In The Warp
	Theme URI: http://www.lostinthewarp.com
	Description: Theme designed specifically for James Craig's website
	Author: Stefan Grambart
	Author URI: http://www.ripsey.com
	Version: 1.0
*/

body {
	background-color: #070707;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #88B5A3;
}
a:link, a:visited {
	text-decoration: none;
	color: #C7DFD6;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ED1C24;
}
h1 {
	font-size: 24px;
	text-indent: 20px;
	color: #D1B340;
	font-weight: normal;
	vertical-align: bottom;
	margin: 0px;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
}
#pageFrame {
	height: 100%;
	width: 1000px;
	background-color: #000000;
	border: 0px;
}
#topHeader {
	height: 30px;
	width: 1000px;
	background-color: #000000;
	border: 0px;
	font-size: 10px;
	text-indent: 5px;
	vertical-align: middle;
	color: #626262;
}
#topHeader a:link, #topHeader a:visited {
	text-decoration: none;
	color: #626262;
}
#topHeader a:hover, #topHeader a:active {
	text-decoration: none;
	color: #999999;
}

/* SEARCH */

.searchfields {
	text-align: left;
	margin-left: 40px;
}
#searchform #s {
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #626262;
	width: 100px;
}
#searchform #searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	background-color: #333333;
	border: 1px solid #626262;
	height: 14px;
	width: 46px;
}

/* NAVIGATION */

#navCol {
	width: 190px;
	vertical-align: top;
	text-indent: 20px;
	font-size: 10px;
	background-image: url(http://lostinthewarp.com/images/bg_nav.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
}
#navCol a:link, #navCol a:visited {
	text-decoration: none;
	color: #88B5A3;
}
#navCol a:hover, #navCol a:active {
	text-decoration: none;
	color: #FFFFFF
}
#navCol h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ED1C24;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#navCol ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 3px;
	margin-top: 3px;
}
#navCol img {
	border: 0px;
	padding-bottom: 5px;
}
.linkroll ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 3px;
	margin-top: 3px;
	padding-bottom: 8px;
}

/* MAIN COLUMN */

#mainCol {
	width: 1000px;
	vertical-align: top;
	background-image: url(http://lostinthewarp.com/images/bg_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
}
#mainHead {
	align: left;
	vertical-align: bottom;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
/* RECENT POSTS */

#recent {
	align: right;
	vertical-align: bottom;
	width: 110px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#recent h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
}
#recent ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 3px;
	margin-top: 3px;
}
#recent a:link, #recent a:visited {
	text-decoration: none;
	color: #88B5A3;
}
#recent a:hover, #recent a:active {
	text-decoration: none;
	color: #FFFFFF
}
.post {
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	padding: 20px;
	margin-bottom: 20px;
}
.post h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
}
.post h2 a:link, .post h2 a:visited {
	color: #ED1C24;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.post h2 a:hover, .post h2 a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.post a:link, .post a:visited {
	text-decoration: underline;
	color: #C7DFD6;
}
.post a:hover, .post a:active {
	text-decoration: none;
	color: #ED1C24;
}
.post img {
	border: none;
	max-width: 900px;
	width:expression(this.width > 900 ? "900px" : this.width);
}
.details {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #2B3A34;
}
.details h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ED1C24;
	padding-bottom: 4px;
}
.details a:link, .details a:visited {
	text-decoration: none;
	color: #C7DFD6;
}
.details a:hover, .details a:active {
	text-decoration: none;
	color: #000000;
}
.nextprev {
	width: 610px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 20px;
}
.nextprev a:link, .nextprev a:visited {	
	text-decoration: none;
	color: #D1B340;
}
.nextprev a:hover, .nextprev a:active {
	text-decoration: underline;
	color: #D1B340;
}
/* COMMENTS */

#comments {
	width: 580px;
	background-color: #171717;
	padding: 6px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #88B5A3;
}
#author, #email, #url {
	padding: 3px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #C7DFD6;
	border: 1px solid #88B5A3;
}
.commentlist li{
	padding-bottom: 10px;
	width: 500px;
}
#comment {
	padding: 3px;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #C7DFD6;
	border: 1px solid #88B5A3;
}
#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1B340;
	background-color: #2B3A34;
	border: 1px solid #88B5A3;
	height: 20px;
	width: 50px;
}
/* FOOTER */
.footer {
	width: 800px;
	vertical-align: top;
	font-size: 10px;
	color: #333333;
	padding-top: 50px;
	padding-bottom: 75px;
}
.footer a:link, .footer a:visited {	
	text-decoration: none;
	color: #414141;
}
.footer a:hover, .footer a:active {
	text-decoration: none;
	color: #666666;
}