/*
Theme Name: Star Patrol
Theme URI: http://www.11thdimension.net
Description: WordPress theme designed by RC Craigo.
Version: 2.0
Tags: 2 column, personal page, fixed width, widgets, valid XHTML, valid CSS, red, white, right sidebar
Author: RC Craigo
Author URI: http://www.dustraven.net/

	This theme was designed and built by RC Craigo from 11th Dimension exclusively for use on the www.star-patrol.net website.
*/

* {
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-attachment: fixed;
	background-color: #327fad;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 a,h2 a,h3 a,h4 a {
	color:#000000;
}

a {
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

.hidden {
	display: none;
}

#all {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: center;
	height: 130px;
}

#header img {
	border: 0;
}

#title {
	background-image: url(images/bg_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	min-height: 53px;
}

#title h1 {
	font-size: xx-large;
	font-weight: bold;
	padding: 4px;
}

#body {
	background-image: url(images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	float: left;
	width: 585px;
}

#commentform input[type="text"] {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #990000;
color:#000000;
height:22px;
padding:4px 5px 0;
}

#commentform #comment {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #990000;
	color:#000000;
	height:100px;
	width: 560px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#commentform input[type="submit"] {
-x-system-font:none;
background:transparent none repeat scroll 0 0;
border:medium none;
color:#990000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:24px;
line-height:normal;
vertical-align:middle;
width:100px;
}

#commentform input[type="submit"]:hover {
cursor:pointer;
}

ul.commentlist {
list-style-type:none;
padding-left:10px;
}

ul.commentlist li {
	background:#FFFFFF url(images/comment.jpg) no-repeat scroll left top;
	padding-left:6px;
	padding-top:4px;
}

ul.commentlist cite, ul.commentlist cite a {
	font-weight: bold;
	color: #000000;
}

ul.commentlist small, ul.commentlist small a {
	font-size: smaller;
	color: #999999;
}


.footer-recent-comments h4 {
font-size:large;
}

.footer-recent-comments ul li {
padding-bottom:10px;
text-align:justify;
}

.authorimg {
float:right;
}

.cat {
margin:0;
padding:0;
}

.post h2 {
margin-bottom:0;
padding-bottom:0;
}

.post {
	padding-top: 20px;
}
#body p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#body blockquote {
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 170px;
}

#searchform {
	margin-top:20px;
}

#noposts #searchform {
	text-align:center;
}

#noposts #searchform #s {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #990000;
	color:#000000;
	font-weight:normal;
	height:22px;
	margin-right:0;
	padding:4px 5px 0;
	width:200px;
}

#searchform #s {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #990000;
	color:#000000;
	font-weight:normal;
	height:22px;
	margin-right:0;
	padding:4px 5px 0;
	width:86px;
}

#searchform input {
	-x-system-font:none;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:normal;
	vertical-align:middle;
	width:58px;
}

#searchform input[type="submit"]:hover {
	cursor:pointer;
}

#sidebar h2, #sidebar h4 {
	font-size: large;
	font-weight: bold;
	padding-top: 1em;
}

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




#sidebar ul li ul {
	display: none;
}
#sidebar ul li.current_page_item ul, #sidebar ul li.current_page_ancestor ul {
	display: list-item;
}

#sidebar ul li.current_page_item ul li ul, #sidebar ul li.current_page_ancestor ul li ul {
	display: none;
}
#sidebar ul li.current_page_ancestor ul li.current_page_item ul, #sidebar ul li.current_page_ancestor ul li.current_page_ancestor ul {
	display: list-item;
}

#sidebar ul li.current_page_ancestor ul li.current_page_ancestor ul li ul, #sidebar ul li.current_page_ancestor ul li.current_page_item ul li ul {
	display: none;
}
#sidebar ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_item ul, #sidebar ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul {
	display: list-item;
}





.footer-recent-comments ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-recent-comments .smaller {
	font-size: x-small;
}

#clear {
	clear: both;
}

#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-style: italic;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 53px;
	font-size: 12px;
}

#footer p {
	padding-right: 60px;
	padding-left: 60px;
}

#footer .ff {
	vertical-align: top;
}

#footer_2 {
	background-image: url(images/ncsoft_cryptic_logos.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 61px;
	margin-bottom: 30px;
	text-align: right;
}

.ngg-galleryoverview {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

.ngg-galleryoverview div {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
