/*
Theme Name: Star Press 1.0
Theme URI: http://www.onewaylinks.co.uk/star-press-free-wordpress-themes/
Description: The Star Press 1.0 features 3 columns with eye warming red and white colours presented to you by One Way Links
Author: One Way Links
Author URI: http://www.onewaylinks.co.uk/
Version: 1.0
Tags: red, fixed width, three columns, widgets, gravatar
*/



/** BEGIN basic styles **/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial;
	text-align: center;
	background: #000000;
	color: #000000;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #aa0000;
}
a:hover {
	color: #000000 !important;
}
.break {
	clear: both;
}
.left {
	float: left;
        height: 50px;
}
.right {
	float: right;
        height: 50px;
}
.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/** END basic styles **/

.wrapper {
	text-align: left;
	width: 990px;
	margin: auto auto;
	background: #ffffff;
}

.logo {
	background: url(images/header.jpg) no-repeat top center #ffffff;
	text-align: center;
	width: 990px;
	margin: auto auto;
        height: 115px;
}
/** BEGIN header **/
#header {
	background: transparent;
}
#navigation {
        align: center;
	list-style-type: none;
	padding: 0px 10px 25px 10px;
        margin-left: 5px;
        background: #ffffff;
}
	#navigation li {
		float: left;
		margin-left: 3px;
                margin-bottom: 15px;
	}
	#navigation li a {
		float: left;
		display: block;
		background-color: #ba1322;
		padding: 5px 14px 5px 14px ;
		font: bold 1.2em Arial;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	#navigation li a:hover {
		text-decoration: none;
		background-color: #000000;
		color: #FFFFFF !important;
	}
/** END header **/

/** BEGIN content **/
#content {
	background: #ffffff;
	color: #000000;
	padding: 5px 5px;
}
#content a {
	color: #aa0000;
	font-weight: none;
}
	/** BEGIN main **/
	#main {
		float: left;
                width: 62%;
	}
	.title {
		font-size: 1.4em !important;
		font-weight: normal;
		padding: 20px 10px;		
	}
	.post {
		margin: 0px 5px 20px 5px;
		border-bottom: 1px dotted #C0C0C0;
		padding-bottom: 10px;
	}
	.post p {
		line-height: 1.8em;
		margin: 10px 0;
		text-align: justify;
	}
	.post h3, h4, h5 {
		font-size: 1.5em;
		font-weight: normal;
		margin: 20px 0 10px;
	}
	.post ul {
		margin: 0 0 10px 18px;
		list-style-type: disc;
	}
	.post ul li {
		padding: 4px 0;
	}
	.post ol {
		margin: 0 0 10px 22px;
		list-style-type: decimal;
	}
	.post ol li {
		padding: 4px 0;
	}
	#content blockquote {
		line-height: 1.8em;
		margin: 10px 0;
		text-align: justify;
		font-style: italic;
		padding: 0 5px 0 10px;
		border-left: 2px solid #CCCCCC;
		background-color: #EEEEEE;
	}
	#content h2 {
		font-size: 2em;
		font-weight: normal;
	}
	.post h2 a {
		font-weight: normal !important;
                color: #aa0000;
	}
	.author {
		margin: 0 !important;
		padding-left: 25px;
		background: url(images/author.gif) no-repeat 0 2px;
	}
	.category {
		margin: 0 !important;
		padding-left: 25px;
		background: url(images/category.gif) no-repeat 0 5px;
	}
	.date {
		margin: 0 !important;
		padding-left: 25px;
		background: url(images/date.gif) no-repeat 0 2px;
	}
	.comments {
		margin: 0 !important;
		padding-left: 25px;
		background: url(images/comments.gif) no-repeat 0 5px;
	}
	.author a, .category a, .date a, .comments a {
		font-weight: normal !important;
                color: #aa0000;
	}
	.author a:hover, .category a:hover, .date a:hover, .comments a:hover {
		font-weight: bold !important;
	}
	#postnav {
		padding: 10px;
	}
	#main .left {
		width: 70%;
	}
	#comments {
		padding: 10px;
	}
	#comments h2 {
		font-size: 1.8em;
		margin-bottom: 20px;
	}
	#comments h3 {
		font-size: 1.6em;
		margin: 20px 0;
		font-weight: normal;
	}
	#comments form {
		padding: 5px;
	}
	#comments form input, #comments form textarea {
		margin-bottom: 2px;
	}
	.comment1, .comment2 {
		margin: 5px 0;
		padding: 5px;
	}
	.comment1 p, .comment2 p {
		margin-bottom: 10px;
		text-align: justify;
		line-height: 1.6em;
	}
	.comment2 {
		background-color: #EEEEEE;
		border-top: 1px dotted #C0C0C0;
		border-bottom: 1px dotted #C0C0C0;




	}
	.required {
		font-weight: bold;
		color: #FF0000;
	}
	.notfound {

		padding: 20px;

	}



	.notfound p {
		margin: 10px 0;
	}
	.commentdetails {
		float: left;
	}
	.commentauthor {
		font-size: 1.5em;
		margin-bottom: 2px !important;
	}
	.commentauthor a {
		font-weight: normal !important;
	}
	.commentdate {
		font-size: 0.9em;
	}
	.gravatar {
		float: right;
		margin: 5px 0 5px 10px;
	}
	/** END main **/
	/** BEGIN sidebar **/
	#sidebar {
		float: left;
		width: 350px;
                border-right: 1px #aa0000;
                margin: 0 0px 0 10px;
	}
	#sidebar .sideimg {
		margin: 5px;
                align: center;
	}
	#sideleft {
		width: 45%;
		float: left;
	}
	#sideright {
		width: 54%;
		float: right;
	}
	#sidebar ul {
		list-style-type: none;
		margin: 10px 0 20px;
	}
	#sidebar ul li ul {
		margin: 0 0 0 -10px !important;
	}
	#sidebar ul li {
		padding: 2px 10px 2px 25px;
		line-height: 2em;
		background: url(images/categories.gif) no-repeat 0 7px;
	}
	#sidebar ul li a {
		font-weight: normal !important;
	}
	#sidebar h3 {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	#archives li {
		background-image: url(images/archives.png) !important; background-size: 20px;
	}
	#popularposts li {
		background-image: url(images/author.png) !important; background-size: 20px;
	}
	#blogroll li {
		background-image: url(images/links.png) !important; background-size: 20px;
	}
	#recentposts li {
		background-image: url(images/posts.png) !important; background-size: 20px;
	}
	#feeds li {
		background-image: url(images/rss.png) !important; background-size: 20px;
	}
	#recentcomments li {
		background-image: url(images/comments.png) !important; background-size: 20px;
	}
	#ads {
		margin-bottom: 20px;
	}
	#ads img {
		margin: 2px 1px 1px 2px;
	}
	/** END sidebar **/
/** END content **/

/** BEGIN footer **/
#footer {
	background: aa0000;
}
	#footer div.wrapper {
		height: 120px;
                background: #aa0000;
	}
	#footer a {
		color: #FFFFFF;
		font-weight: bold;
	}
	#footer a:hover {
		color: #FFFFFF !important;
		text-decoration: underline;
	}
	#copy {
		float: left;
		padding: 20px;
	}
	#rss {
		float: right;
		padding: 25px 20px 20px 50px;
		font-size: 2em;
		background: url(images/rss.gif) no-repeat 0 20px;
		line-height: 0.8em;
	}
	.links {
		font-size: 12px !important;
	}
	#search {
		float: right;
		padding: 20px;
	}
	#search input {
		font-size: 2em;
		color: #C50000;
		background-color: #FCD7A1;
		border: 0;
		width: 200px;
		float: left;
		padding-left: 5px;
	}
	#search button {
		width: 32px; height: 27px;
		background: url(images/search.gif) no-repeat 0 0;
		border: 0;
		text-indent: -9999px;
		margin-left: 10px;
	}
/** END footer **/
