/*
Theme Name: Space Theme
Theme URI: http://www.littleredstar.co.uk/space-theme/
Description: <p>Space Theme by <a href="http://www.littleredstar.co.uk/">littleredstar.co.uk</a>. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons</a> - footer links must NOT be removed.</p><p>Sponsored by <a href="http://www.businesscreditcards.cc/creditcards/bcc-blog.htm">new business credit cards</a>.
Version: 1.0
Author: littleredstar.co.uk
Author URI: http://www.littleredstar.co.uk/
*/

/* -------------------------------------
#standards
------------------------------------- */

body 
{
    font:82.5% Verdana, Arial, Helvetica, sans-serif;
    background-color:#000;
	color:#ddd;
}

p
{
	line-height:1.5em;
	text-align:justify;
	margin-top:0;
	margin-bottom:10px;
}

hr
{
	background-color:#ccc;
	color:#eef;
	border:none;
	height:1px;
	margin:0;
}

img
{
        padding:8px;
        border:0;
        padding-bottom:3px;
}

a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color:#eee;
	text-decoration:underline;
	font-weight:bold;
}

h1 
{
    font-size:1.5em;
	margin:0;
	padding:0;
}
    
h2 
{
    font-size:1.3em;
	margin:0;
	padding:0;
}
    
h3 
{
    font-size:1.15em;
	margin:0;
	padding:0;
}

h4 
{
    font-size:1em;
	margin:0;
	padding:0;
}

.clear 
{
    clear:both;
	padding:0;
	margin:0;
}

.alignleft
{
	float:left;
}

.alignright
{
	float:right;
}

/* -------------------------------------
#page
------------------------------------- */

#page
{
	width:780px;
	text-align:left;
    margin: 0 auto;
	background:#000 url('images/top.jpg') left top no-repeat;
}

/* -------------------------------------
#header
------------------------------------- */

#header
{
	margin:0;
	margin-bottom:5px;
	height:100px;
	color:#fff;
}

#headerImg
{
	height:100px;
}

#headerImg .headerTitle
{
	padding-top:30px;
	padding-left:30px;
}

#headerImg .headerTitle h1
{
	font-size:2em
}

#topNav
{
	position:relative;
	background:url('images/topnav_background.png');
	padding:5px;
	width:720px;
	height:1.8em;
	margin:0 auto;
	margin-bottom:10px;
	line-height:1.8em;
}

#topNav .topNavLeft
{
	float:left;
	padding:0;
}

#topNav .topNavRight
{
	float:right;
	padding:0;
}

#topNav input
{
	font:1em Verdana, Arial, Helvetica, sans-serif;
}

form
{
	padding:0;
	margin:0;
}

/* -------------------------------------
#content
------------------------------------- */

#content
{
	clear:both;
	width:520px;
	float:left;
	padding:0;
	padding-left:25px;
}

#content .navigation
{
	padding:5px;
	height:30px;
	line-height:30px;
}

/* -------------------------------------
.post
------------------------------------- */

.postmetadata
{
	padding:5px;
}

.entry
{
	padding:5px;
        color:#fff;
}

.post h2
{
	color:#fff;
}

.single
{
	background:url('images/topnav_background2.png');
	padding:5px;
}

.title
{
	background:url('images/topnav_background2.png');
	padding:5px;
	line-height:1.5em;
}

/* -------------------------------------
#sidebar
------------------------------------- */

#sidebar
{
	width:180px;
	float:right;
	padding:0;
	padding-right:30px;
}

#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul li, #sidebar ol li 
{
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li p, #sidebar ol li p
{
	padding-left:10px;
}

#sidebar ul p, #sidebar ul select 
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol 
{
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol 
{
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul li h2, #sidebar ol li h2
{
	background:url('images/topnav_background2.png');
	padding:5px;
	color:#fff;
}

/* -------------------------------------
.noPostsFound
------------------------------------- */

.noPostsFound h2
{
	padding-bottom:10px;
}

/* -------------------------------------
comments
------------------------------------- */

#respond
{
	padding-bottom:10px;
}

textarea
{
	width:500px;
}

/* -------------------------------------
#footer
------------------------------------- */

#footer
{
	height:50px;
	clear:both;
	padding-top:50px;
	background:url('images/footer_background.png') bottom left no-repeat;
	color:#fff;
}

#footerLeft
{
	padding-top:10px;
	padding-left:25px;
	float:left;
	text-align:left;
	line-height:1.5em;
}

#footerRight
{
	padding-top:10px;
	padding-right:25px;
	float:right;
	text-align:right;
	line-height:1.5em;
}