/*
Theme Name: Section Portfolio
Theme URI: http://sectiondesign.co.uk
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Paul Butt



/* Begin Typography & Colors */

body {
	color: #CCC;
	background: #424242;
	text-align: center;
	margin: 0px;
	font: 12px Arial, sans-serif;
}
#header {
	padding-top: 60px;
	height: 120px;
}
img  {
	border-style: none;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li ul {
	margin-top: 5px;
}

#nav ul li {
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
}

#nav ul li ul li {
	margin: 0px 0px 5px;
	border-style: none;
	padding: 0px;
}
#nav ul li ul li a {
	font-weight: normal;
}

#content {
	width: 680px;
	float: left;
	margin-left: 40px;
}
.post .thumbnail {
	width: 480px;
	float: left;
	margin-top: 40px;
}
#description p {
	width: 440px;
	margin: 0px 0px 20px;
	padding: 0px;
	line-height: 150%;
}
.wp-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}
.size-full {
	margin-top: 30px;
	margin-bottom: 10px;
}
#description  {
	margin-top: 20px;
}
#description img {
	margin-top:20px;
}
#tags  {
	float: right;
	clear: none;
	width: 200px;
	margin: 15px 0px 20px;
	padding: 0px;
}
#tags ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.post .thumbnail p {
margin-bottom:30px;	
}
.post .smalldescription {
	float: left;
	width: 200px;
	margin-top: 40px;
}
.post .smalldescription p {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 20px;
}
a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
div .postdivider{
	height:1px;
	border-top:1px dotted #333;
	margin-top: 40px;
	margin-bottom: 50px;
	float: left;
	clear: both;
	width: 100%;
}
div .post{
	float: right;
	padding: 0px;
	margin: 0px 0px 60px;
}
div .firstpost {
	border-style: none;
	padding: 0px;
	margin-top: 0px;
}
h1  {
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 9px;
	margin: 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
}
h1 a  {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover {
	color: #FFF;
}

.unbold {
	font-weight: normal;
}
.post .smalltags ul   {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style: none;
}
.post .smalltags ul li a, #tags ul li a {
	margin: 0px;
	font: italic normal 12px/150% Georgia, "Times New Roman", Times, serif;
}

#nav {
	width: 200px;
	float: left;
	height: 100%;
}

#container {
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.sectsign {
	color: #666;
}
#mininav {
	clear: both;
	float: right;
	width: 680px;
	border-top: 1px solid #333;
	height: 50px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
#preface {
	float: left;
	margin-left:40px;
}
#preface p {
	background: #333;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #999;
}
.tag {
	font-style:italic;
	color:#CCC;
	font-weight:normal;
}
.cat {
	font-style:italic;
	color:#CCC;
	font-weight:normal;
	text-transform: capitalize;
}

.contactform {
	background: #333;
	padding: 6px;
	color: #CCC;
	margin: 10px 0px 0px;
	border-top: 1px solid #2C2C2C;
	border-left: 1px solid #2C2C2C;
	border-right-style: none;
	border-bottom-style: none;
}
label {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

