/*
Theme Name: Imaginary Minimal
Theme URI: 
Description: Minimal and simple wordpress theme
Version: 1.1
Author: Adam Koniuszewski
Author URI: http://www.imaginarydesign.co.uk/
Tags: simple, minimal, typography, 2-columns
*/

body {
	font-family: 'Tahoma', Arial, sans-serif;
	background: #fff;
	color: #666;
	text-align: center;
	}
ol, ul, li {
	list-style:none;
	}	
a img {
	border:none;
	}
a {
	text-decoration: none;
	}
a:hover, a:active, a:visited{
	color: #23aebb;
	cursor: pointer;
	}
#wrapper {
	width: 960px;
	margin:0 auto;
	min-height:100%;
	height: auto !important;
	}
.clear {
	clear: both;
	}
	

	/* Start Header */
#header {
	height: 150px;
	}
#header-logo {
	float: left;
	}

#header h1 {
	background: transparent url(images/imaginary-logo.png) no-repeat scroll 0 0;
	border: medium none;
	height: 50px;
	width: 200px;
	float: left;
	text-indent: -9999px;
	margin-top: 50px;
	}
#header h1 a {
	
	display: block;
	height: 50px;
	width: 200px;
	border: 0 none;
	overflow: hidden;
	}
	
ul#header-nav {
	float: right;
	height:17px;
	margin-top: 70px;
	}
	
ul#header-nav li {
	float: left;
	border: o none;
	margin-left: 28px
	}
	
ul#header-nav li a {
	border:0 none;
	margin:0;
	padding:0;
	color: #8d8d85;
	}
	
ul#header-nav li a:hover, a:active{
	border:medium none;
	color: #23aebb;
	}
	
	/* End Header */
	

	/* Start Featured */
	
#featured {
	height: 150px;
	background-color: #fff;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	}

#featured .feat-img {
	background:transparent url(images/rotating-headers/rotate.php) no-repeat scroll 0 0;
	float:left;
	height:130px;
	margin-bottom:10px;
	margin-right:15px;
	margin-top:10px;
	margin-left: 0px;
	width:360px;
	}
#featured .txt {
	float: left;
	width: 300px;
	}
#featured h2 {
	text-align: left;
	font-size: 16px;
	color: #666;
	margin-top: 7px;
	}
#featured p {
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	}
	
#featured a, a:hover, a:active, a:visited{
	color: #23AEBB;
	text-decoration: none;
	}

	/* End Featured */
	
	/*Start Content*/
#content {
	float: left;
	width: 600px;
	text-align: left;
	padding-bottom: 40px;
	}
#content h2 {
	font-size: 28px;
	padding-bottom: 1px;
	}
#content a{
	color: #23AEBB;
	}
#content .post-title {
	margin-top: 30px;
	}
#content .post-title a {
	color: #666;
	}
#content .post-main {
	padding-top: 0px;
	}
#content .post-main p {
	color: #555;
	font-size: 16px;
	line-height: 22px;
	}
#content .post-category {
	color: #8d8d85;
	font-size: 14px;
	border-top: 1px solid #E1E1E1;
	padding-top: 10px;
	}
#content img {
	padding-top: 30px;
	padding-bottom: 10px;
	}
#content .navigation {
	width: 600px;
	}
.alignright{
	text-align: right;
	}
.alignleft{
	float: left;
	}
#content ol {
	padding-left: 0px;
	}
	
#respond {
	width: 600px;
	}
#comment {
	width: 600px
	}
.addtoany_list {
	font-size: 12px;
	}
.post-main .related_posts ul{
	list-style-type: disc;
	}
#content ul li{
	list-style-type: disc;
	}
	/*----Start Sidebar----*/
#searchform {
	float:left;
	height:2.3em;
	margin-top:1em;
	margin-bottom: 1em;
	}
#s {
	border:1px solid #E5E5E5;
	float:left;
	font-size:16px;
	margin-right:6px;
	padding:4px 2px;
	width:219px;
	}
#searchsubmit {
	background-color:#F0F0F0;
	border:1px solid #E5E5E5;
	float:right;
	font-size:16px;
	font-weight:normal;
	height:29px;
	padding:2px 8px;
	text-transform:uppercase;
	cursor: pointer;
	}
#sidebar {
	float:right;
	width:280px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 40px;
	}
#sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#sidebar li {
	border-color:#E1E1E1;
	border-style:solid;
	border-width:0 0 1px;
	color:#555555;
	display:block;
	padding:4px 0px;
	text-align:left;
	text-decoration:none;
	}
#sidebar a{
	color: #555;
	}
	
#sidebar a:hover, a:active{
	color: #23AEBB;
	}
	/*----End Sidebar----*/
	
	/*----Start Footer---*/
	
#footer {
	border-top:1px solid #e1e1e1;
	font-size: 14px;
	height:80px;
	width:960px;
	color: #8d8d85;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	
	}
#footer a{
	color: #8d8d85
	}
#footer a:hover, a:active{
	color: #23aebb;
	}
	
#footer li {
	display: inline;
	padding-left:10px;
	}
	
.footer-left {
	float: left;
	padding-left:0px;
	}
	
.footer-right {
	float: right;
	}
#footer-push {
	height: 55px;
	}
	/*-----End Footer----*/
	/*End Content*/