/*  
Theme Name: markstar
Theme URI: http://www.markstar.co.uk/
Description: A two-column theme designed specifically for markstar.co.uk
Version: 1.0
Author: Mark Starling
Author URI: http://www.markstar.co.uk/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A5157;
	min-height: 100%;
}

h1
{
	margin-bottom: 10px;
}

h2, h3
{
	margin-bottom: 10px;
	font-weight: normal;
	clear: both;
}

h1
{
	letter-spacing: -1px;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-top: 20px;
}

p, ul, ol
{
	margin: 10px 0px;
	text-align: justify;
	line-height: 150%;
}
p ul, p ol, ul ul, ul ol, ol ul, ol ol 
{
	margin: 0px;
}

p
{
}

blockquote
{
	padding: 0px 30px;
	color: #777777;
	background: #FFFFFF url(images/quote_background.jpg) no-repeat top left;
}

ul, ol {
	list-style: none;
}

ul {
}

ol {
}

a, a:active, a:visited, a:link
{
	color: #339900;
	text-decoration: none;
}

a:hover
{
	color: #66CC00;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Header */

#header
{
	width: 940px;
	height: 50px;
	margin: 0 auto;
}

#header #logo
{
	float: left;
	margin: 15px 0px 0px 0px;
}
#header #description
{
	float: right;
	margin: 25px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-shadow: 1px 1px 0px #9FC385;
}

/* Menu */

#menu
{
	width: 940px;
	height: 41px;
	margin: 1px auto;
}

#menu ul
{
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	height: 29px;
	width: 74px;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #66CC00;
	text-shadow: 1px 1px 0px #000000;
}

#menu a:hover
{
	background: url(images/menu_rollover.jpg) no-repeat top left;
	color: #000000;
	text-shadow: 1px 1px 0px #9FC385;
}

#menu .current_page_item a {
	/* Do nothing */
}

/* Page */

#page {
	width: 940px;
	margin: 1px auto 31px auto;
	background: url(images/page_background.png) repeat-y top right;
}

/* Content */

#content {
	float: left;
	width: 740px;
	padding: 0px;
}

.post h1.title {
	margin: 20px 0 20px 11px;
	padding-left: 25px;
	background: url(images/heading_star.png) no-repeat left center;
}

.post h2.title {
	margin: 20px 0 20px 11px;
	padding-left: 25px;
	background: url(images/heading_star.png) no-repeat left center;
}

.post .title a
{
	text-decoration: none;
	color: #000000;
}
.post .title a:hover
{
	text-decoration: none;
	color: #66CC00;
}

.post .entry
{
	margin-left: 36px;
}

.post ul, .post ol {
	margin-left: 15px;
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

.post .meta {
	color: #999999;
	border-top: #CCCCCC solid 1px;
	margin-left: 36px;
	font-size: 11px;
	clear: both;
}

	.post .meta .posted_by
	{
		margin: 3px 0px 0px 0px;
		line-height: normal;
		float: left;
	}

	.post .meta .meta_info
	{
		margin: 3px 0px 0px 0px;
		line-height: normal;
		float: right;
	}

.post a.more-link
{
	display: block;
	margin-top: 20px;
	text-align: right;
	font-size: 11px;
}

.post .post_flash
{
	margin: 15px 0px;
}

.navigation {
	margin: 20px 0px 20px 29px;
}

.alignleft {
	float: left;
}

img.alignleft {
	margin: 0px 10px 10px 0px;
}

.alignright {
	float: right;
}

.aligncenter
{
	text-align: center;
}

/* Comments */

#comments {
}

#comments ul, #comments p {
	margin: 0;
	line-height: normal;
}

#comments ul li {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#comments ul li.author
{
	background: #EEEEEE;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#comments ul {
	list-style: none;
	margin-left: 36px;
}

#comments p {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
}

#respond form
{
	margin-left: 36px;
}

#comment {
	width: 400px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 175px;
	margin: 0px 1px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#sidebar li
{
	padding: 8px;
	border-bottom: #CCCCCC 1px solid;
	border-top: #FFFFFF 1px solid;
}

#sidebar li.categories
{
}
	#sidebar li.categories ul
	{
		padding: 0px;
		border-bottom: none;
		border-top: none;
		margin-left: 2px;
		color: #999999;
	}
		#sidebar li.categories ul li
		{
			padding: 0px;
			margin-top: 5px;
			border-bottom: none;
			border-top: none;
		}
			#sidebar li.categories ul li ul
			{
				margin-left: 12px;
			}
			#sidebar li.categories ul li a
			{
				background: url(images/bullet.png) no-repeat left center;
				padding-left: 22px;
			}

#sidebar #blogroll
{
}
	#sidebar #blogroll ul li
	{
		padding: 0px;
		margin-top: 5px;
		border-bottom: none;
		border-top: none;
	}
	#sidebar #blogroll ul li a
	{
		background: url(images/bullet.png) no-repeat left center;
		padding-left: 22px;
	}

#sidebar li#social
{
}
	#sidebar li#social a, #sidebar li#social a:active, #sidebar li#social a:visited, #sidebar li#social a:link
	{
		display: block;
		color: #333333;
		text-shadow: 1px 1px 0px #FFFFFF;
		clear: both;
	}
	#sidebar li#social a
	{
		margin-bottom: 5px
	}
	#sidebar li#social a.github
	{
		margin-bottom: 0px
	}
	#sidebar li#social a:hover
	{
		color: #339900;
	}
	
	#sidebar li#social img
	{
		display: block;
		float: left;
		margin: 2px 8px 0px 0px;
	}

#sidebar li h2
{
	font-size: 20px;
	color: #333333;
	text-shadow: 1px 1px 0px #FFFFFF;
}

/* Search */

#search
{
}

#search form
{
	padding: 0px;
}

#search input {
	float: left;
}

#search #s {
	width: 123px;
	height: 16px;
	padding: 2px;
	border: 1px solid #999999;
}

/* Footer */

#footer
{
	position: fixed;
	background: #333333 url(images/footer_background.jpg) repeat-x top left;
	height: 31px;
	padding-top: 1px;
	bottom: 0px;
	width: 100%;
}

#footer #footer_content
{
	margin: 0 auto;
	width: 925px; /* 940 - 45 */
	padding-left: 15px;
	height: 31px;
	padding: 0px 0px 0px 45px;
}

#footer #footer_copyright
{
	width: 870px; /* 925 - 45 */
	height: 23px; /* 31 - 8 */
	padding: 8px 0px 0px 45px;
	background: url(images/footer_logo.jpg) no-repeat top left;
	font-size: 11px;
	color: #000000;
	text-shadow: 1px 1px 0px #666666;
}

/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	Copyright (c) 2009 Lester "GaMerZ" Chan											

	File Written By:																
	- Lester "GaMerZ" Chan															
	- http://lesterchan.net
														
	File Information:																
	- Page Navigation CSS Style														
	- wp-content/plugins/wp-pagenavi/pagenavi-css.css								
 *----------------------------------------------------------------*/

.wp-pagenavi
{
	margin-left: 4px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #339900;
	color: #339900;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #66CC00;
	color: #66CC00;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #999999;
	background-color: #FFFFFF;
}