/*
Theme Name: Simon Hamilton
Theme URI: http://www.simonhamilton.co.uk/
Description: A WordPress theme by <a href="http://www.fuse.co.uk">FUSE</a>.
Version: 1.0
Author: Tom Aston / Louise Kaufman
Author URI: http://www.fuse.co.uk

*/

/*********************************** RESET AND CLEARFIX ***********************************/

@import url('reset.css');
@import url('clearfix.css');

/***********************************  ***********************************/

body {
	font-size:62.5%;
	font-family:"Lucida Grande", Arial, Helvetica;
	color:#FFFFFF;
	background:#666666;
	padding:30px 0 0 0;
}
/*body.background1 {
	background:url(images/background1.jpg) center top no-repeat #000000;
}
body.background2 {
	background:url(images/background2.jpg) center top no-repeat #000000;
}
body.background3 {
	background:url(images/background3.jpg) center top no-repeat #000000;
}
body.background4 {
	background:url(images/background4.jpg) center top no-repeat #000000;
}
body.background5 {
	background:url(images/background5.jpg) center top no-repeat #000000;
}
body.background6 {
	background:url(images/background6.jpg) center top no-repeat #000000;
}*/
#page {
	width:770px;
	margin:0 auto;
	background:url(images/black_transparency.png) left top repeat-y;
}
#page a:link,
#page a:visited {
	color:#3DD10C;
}
#page a:hover,
#page a:active {
	color:#FFFFFF;
}

/*********************************** HEADER ***********************************/

#header {
	width:745px;
	padding:65px 0 10px 25px;
	background:url(images/header2.png) left top no-repeat;
	margin:0 auto;
}
#header h1 {
	background:url(images/logo.gif) left top no-repeat;
	width:205px;
	height:38px;
}
#header h1 a {
	background:url(images/logo.gif) left top no-repeat;
	text-indent:-9999px;
	display:block;
	width:229px;
	height:38px;
}

/*********************************** NAV ***********************************/

#page #nav {
	width:755px;
	padding:0 0 0 15px;
	overflow:hidden;
}
#page #nav ul {
	list-style-type:none;
}
#page #nav ul li {
	float:left;
	margin-right:5px;
	font-size:1.2em;
}
#page #nav ul li a:link,
#page #nav ul li a:visited {
	color:#FFFFFF;
	display:block;
	padding:10px 12px;
	font-weight:bold;
}
#page #nav ul li a:hover,
#page #nav ul li a:active {
	color:#FFFFFF;
	background:#3DD10C;
}
#page #nav ul li.current_page_item a:link,
#page #nav ul li.current_page_item a:visited {
	background:#3DD10C;
}

/*********************************** CONTENT ***********************************/

#page #content {
	width:500px;
	float:left;
	padding:40px 20px 0 25px;
	overflow:hidden;
}
#page #content .post {
	width:500px;
	float:left;
	margin:0 0 40px 0;
}
#page #content .post-date {
	font-size:1.6em;
	line-height:1.4em;
	float:left;
	width:100px;
	text-transform:uppercase;
}
#page #content .post-content {
	float:left;
	width:400px;
}
#page #content #homepage .post-content,
#page #content #pageContent .post-content,
#page #content #residential .post-content,
#page #content #commercial .post-content {
	float:left;
	width:500px;
}
#page #content .post-title h2,
#page #content #residential .entry h2,
#page #content #commercial .entry h2 {
	color:#FFFFFF;
	font-size:1.6em;
	line-height:1.4em;
	margin:0 0 20px 0;
}
#page #content .post-title h2 a:link,
#page #content .post-title h2 a:visited {
	color:#FFFFFF;
}
#page #content .post-title h2 a:hover,
#page #content .post-title h2 a:active {
	color:#3DD10C;
}
#page #content .post .entry {
	padding:0;
}
#page #content .post .entry p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 10px 0;
}
#page #content #homepage .post .entry p {
	font-size:1.3em;
	line-height:1.6em;
	margin:0 0 10px 0;
}
#page #content .post .entry ul.links li a {
	font-size:1.2em;
	line-height:1.4em;
}

#page #content .post .entry ul.imageselect ul {
	margin:20px 0;
	float:left;
}
#page #content .post .entry ul.imageselect li {
	float:left;
	margin-right:10px;
}

#page #content .post .entry ul.imageselect li a {
	color:#000000;
	display:block;
	text-decoration:none;
	background:#FFFFFF;
	padding:5px 7px 5px 7px;
}
#page #content .post .entry ul.imageselect li a:link,
#page #content .post .entry ul.imageselect li a:visited {
	color:#000000;
	text-decoration:none;
	background:#FFFFFF;
}
#page #content .post .entry ul.imageselect li a:hover,
#page #content .post .entry ul.imageselect li a:active {
	color:#FFFFFF;
	background:#3DD10C;
}
#page #content .post .entry ul.imageselect li.highlighted a:link,
#page #content .post .entry ul.imageselect li.highlighted a:visited {
	background:#3DD10C;
}
#page #content .post-content .entry img {
	border:solid 1px #000000;
}
#page #content .post-content .entry img#homeImage,
#page #content .post-content .entry img#commImage,
#page #content .post-content .entry img#resiImage {
	border:none;
	margin:0 0 25px 0;
}
#page #content .post .post-title div{
	text-align:right;
	padding:0 0 10px 0;
	font-size:1.2em;
}

#page #content .post .post-cat {
	float:left;
	clear:both;
}

#page #content .post img.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
#page #content .post img.alignright {
	float:right;
	margin:0 0 10px 20px;
}

/*********************************** LOWER CONTENT ***********************************/

#page #content .post #lower-content {
	width:400px;
	padding:15px 0 0 100px;
	float:left;
	border-top:solid 1px #FFFFFF;
}

#page #content .post #lower-content p {
	line-height:1.4em;
}

#page #content .post #lower-content h3 {
	font-size:1.3em;
	margin:0 0 15px 0;

}

#page #content .post #lower-content ol {
	font-size:1.2em;
}

#page #content .post #lower-content ol li {
	padding:0 0 10px 0;
	border-bottom:solid 1px #FFFFFF;
	margin:0 0 15px 0;
	line-height:1.4em;
}

#page #content .post #lower-content ol li cite {
	font-size:1.4em;
}
#page #content .post #lower-content ol li small {
	font-size:0.9em;
}
#page #content .post #lower-content ol li p {
	padding:5px 0;
}

#page #content .post #lower-content #commentform div {
	width:400px;
	float:left;
	clear:both;
	padding:0 0 10px 0;
}
#page #content .post #lower-content #commentform input {
	border:none;
	width:180px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:3px;
}

#page #content .post #lower-content #commentform label {
	font-size:1.2em;
	width:180px;
	clear:both;
	float:left;
	padding:3px 6px 3px 0;
}

#page #content .post #lower-content #commentform textarea {
	border:none;
	width:366px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#page #content .post #lower-content #commentform #submit {
	background:#3DD10C;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0 5px 0;
	margin-top:10px;
	border:none;
	width:140px;
}


#page #content .navigation{
	text-align:right;
	padding:40px 0 10px 100px;
	font-size:1.1em;
}

#page #content .previous-entries {
	float:left;
}

/*********************************** SIDEBAR ***********************************/

#page #sidebar {
	width:185px;
	float:left;
	padding:40px 20px 0 20px;
	overflow:hidden;
}

#page #sidebar h3 {
	font-size:1.4em;
	padding:0 0 10px 0;
}
#page #sidebar ul {
	margin:0 0 20px 0;
}
#page #sidebar ul li {
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 3px 0;
}

#page #credits {
	clear:both;
	width:745px;
	margin:0 auto;
	padding:40px 0 20px 25px;
	font-size:1.1em;
}





#projectImages {
	padding:20px 0;
	float:left;
	width:500px;
}
#projectImages img {
	margin:0 10px 10px 0;
	float:left;
}
#projectImages img.noMarg {
	margin:0 0 10px 0;
}