/*
Theme Name: MarksFinder
Theme URI: http://www.marksfinder.com/
Description: 
Author: Andrew Macaulay-Brook
Author URI: http://www.theburo.net/
Tags: blue, custom header, fixed width, two columns, widgets
Template: default

*/

body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 62.5%
}

#page {
width: 760px;
margin: 0 auto;
font-size: 1.6em;
}

#content {
width: 500px;
float: right;
}

#sidebar {
width: 160px;
float: left;
}

#footer {
clear: both;
margin-top: 15px;
padding-top: 15px;
text-align: center;
font-size: 0.5em;
border-top: 1px solid black;
}

#footer a {
color: black;
text-decoration: none;
}

#footer a span {
text-decoration: underline;
}

#sidebar,
#content {
margin-top: 1.1em;
}

#sidebar ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#sidebar li {
margin-bottom: 1em;
}

#sidebar li li {
margin-bottom: 0;
}

#sidebar h2 {
font-size: 0.9em;
padding-top: 1em;
}

#extended-categories-1 .cat-item,
#extended-categories-3 .cat-item {
width: 1.2em;
display: block;
float: left;
font-size: 1.3em;
text-align: center;
}

#extended-categories-2 .cat-item {

}

.hidden { display: none; }

h1 {
font-size: 1.3em;
margin: 0 0 2em 0;
}

.archivepage h1 {
float: left;
}

h2 {
font-size: 1.1em;

margin-top: 0;
}

.navigation { float: right; }

.alignleft {
float: left; 
padding: 3px;
}

.alignright {
float: right; 
padding: 3px;
}

img.alignright {
clear: right;
}

.archivepage .post {
clear: both;
margin: 2em 0;
}

h2 a {
color: black;
}

.postmetadata {
font-size: 0.8em;
}

#header {
/*border-top: 1px solid black;*/
border-bottom: 1px solid black;
margin: 15px 0 0 0;
}

#header #sitetitle {
width: 390px;
float: left;
}

#header div#imagebar {

float: right;
}

#header .description {
clear: both;
}

#sitetitle a {
color: black;
text-decoration: none;
font-size: 3em;
font-weight: bold;
}

.wp-caption-text {
font-size: 0.6em;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin: -1em 0 1em;
/*	width: 100%;*/
	background: #fff;
float: right;
clear: left;
}

/*#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}*/

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: black;
	font-family: Arial;
	font-size: 0.8em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: black;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

#wp_page_numbers li.space {
	font-size: 0.8em;
	font-family: Arial;
	color: black;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #555;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 0.8em;
	font-family: Arial;
	color: black;
	display: block;
	padding: 3px;
	padding-right: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.widget {
clear: both;
}

a img {
border: 1px solid blue;
}

a:visited img {
border: 1px solid purple;
}