/*
Theme Name: Impress Media - 3Sphere
Theme URI: http://www.impress-media.co.uk
Description: Blog design for 3Sphere
Version: 1
Author: Richard S Davies
Author URI: http://www.richardsdavies.com
Tags: 3sphere, impress media
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body{
	background: url(images/header-tile-new.jpg) repeat-x;
	font-family: Lucida Sans,Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 12px;
}

a{
	color:#16042C;
}

.post-content p.wp-caption-text{
	color:#16042C;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 0 0;
}

#container{
	width: 960px;
	margin: 0px auto;
}

#content{
	width: 690px;
	margin: 0 18px 0 0;
	float: left;
}

.post-content p{
	margin: 10px 0;
	line-height: 18px;
}

.post-content .wp-caption,
.post-content p img{
	margin: 10px;
	padding: 10px;
	border: 1px dotted #16042C;
	background-color: #D7D7D7;
}

.post-content p img.alignleft{
	margin: 10px 10px 10px 0;
}

.post-content p img.alignright{
	margin: 10px 0 10px 10px;
}

.post-end{
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	padding: 10px 0;
	margin: 10px 0 0 0;
	background-color: #f7f7f7;
	color: #7f7f7f;
}

.post-end a{
	color: #7f7f7f;
}

#sidebar{
	width: 250px;
	float: left;
	padding: 40px 0 0 0;
}

#sidebar h2{
	padding: 14px 10px 10px 25px;
	font-size: 27px;
	margin: 10px 0 0 0;
	color: #4b2a71;
	text-transform: uppercase;
	background: url(images/sidebar-arrows.gif) no-repeat left center;
	border-bottom: 1px dotted #4b2a71;
}

#sidebar a img.visithomepage{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#sidebar h2#blurb{
	background-color: #D7D7D7;
	font-size: 22px;
	padding: 10px;
	color: #16042C;
}

#sidebar ul{
	
}

#sidebar ul ul{
	padding: 10px;
}

#sidebar ul.widgets li.widget{
	margin: 20px 0;
}

#sidebar ul.widgets li{
	margin: 10px 0;
}

#sidebar ul.contents{
	border-top: 1px solid #16042C;
	border-bottom: 1px solid #16042C;
	margin: 10px 0 0 0;
	padding: 10px 0;
	line-height: 20px;
	background-color: #fff;
}

#sidebar ul.contents ul{
	background-color: #fff;
	padding: 0px;
}

#sidebar ul.contents a{
	text-decoration: none;
	color: #16042C;
	font-weight: bold;
}

#sidebar ul.contents a:hover{
	text-decoration: underline;
}

.post{
	margin: 10px 0 30px 0;
}

.post-header{
	padding: 3px 10px 10px 40px;
	font-size: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #16042c url(images/title-left.gif) no-repeat 10px center;
}

.custompage{
	padding: 10px 0 0 0;
}

.pageheader{
	padding: 10px;
	background-color: #d7d7d7;
	font-size: 30px;
	text-decoration: none;
	color: #16042c;
}

.indivdate{
	padding: 10px 10px 10px 0px;
	color: #5c3886;
	height: 22px;
	display: inline-block;
	font-weight: bold;
}

.post-content{
	padding: 20px 0 0 0;
}

#footer{
	background-color: #e6e6e6;
	border-top:1px dotted #808080;
	margin: 20px 0 0 0;
}

#footermain{
	padding: 10px;
	text-align: center;
}















