/*
Theme Name: An Ideal For Living
Theme URI: http://anidealforliving.co.uk/
Description: Custom WordPress theme for Barry Briggs' portfolio site.
Version: 1.0
Author: Barry Briggs
Author URI: http://anidealforliving.co.uk/
Tags: white, grid, fixed width, one columns, widgets
*/

/* general styles */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	color: #777777;
	line-height: 1.7em;
}

#header {
	margin: 20px 0 40px 0;
}

.section-content {
	margin: 0; padding: 0;
	border-top: solid 1px silver;
}

.section-end {
	margin: 20px 0 40px 0;
}

.footer {
	margin: 20px 0;
}

a {
	color: #ee6940;
	text-decoration: none;
}

a:hover {
	background-color: #222;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.right {
	text-align: right;
}

/* header styles */
#header h1 {
	margin-bottom: 3px; padding-bottom: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	line-height: 1em;
}

#header h1 a {
	font-size: 130%;
	color: #222;
}

#header h1 a:hover {
	background: none;
	color: #ee6940;
}

#header .nav-item {
	margin-top: 30px;
}

#header .current-page a {
	background-color: #222;
}


/* section styles */
.section-title h2 {
	margin: 0; padding: 0;
	border-top: solid 1px silver;
	color: #222;
}

.section-title h2 a {
	color: #222;
}

.section-title h2 a:hover {
	background: none;
}

.section-title p {
	margin-top: 0;
}

.section-content h2 {
	margin-top: 30px;
	margin-bottom: 3px;
}

.section-content > h2:first-child {
	margin-top: 0;
}

.section-content p {
	margin-top: 0;
}


/* specific styles */
ul#client-examples {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

ul#client-examples li {
	list-style: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

#bottom-left, #bottom-middle, #bottom-right {
	font-size: .8em;
}

h1.sitelink {
	font-size: 1.4em;
	font-weight: normal;
}

#profile-image {
	margin-top: 20px;
}

hr {
	width: 200px;
	color: silver;
	text-align: left;
}

div.photo, div.photo-no-popup {
	float: left;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	width: 180px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 10px;
	margin: 20px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 10px;
	margin: 0;
}
/* End captions */

.section-content ul li {
	line-height: 110%;
}

blockquote {
	color: #999;
	font-style:italic;
	font-size: 0.85em;
	line-height: 1.3em;
	border-left: silver dashed 1px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}