/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for Simon Stone website.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 11 May 2009 (Last updated - 9 April 2010)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}

/* Basic typography styles
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	font: italic 14px/20px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0 0 6px 0;
}
cite {
	font: normal 12px/20px Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 18px/24px Verdana, Helvetica, Arial, sans-serif, serif;
	letter-spacing: 1px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
h2 {
	font: normal 16px/22px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 14px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 13px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 11px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 18px;
	border: 0;
	border-bottom: 1px solid #dcdbda;
	clear: both;
}
hr.padded {
	border-bottom: 1px dashed #dcdbda;
	padding: 0 18px;
}
hr.dashed {
	border-bottom: 1px dashed #dcdbda;
}
hr.thick {
	border-bottom: 3px solid #dcdbda;
}
acronym {
	border-bottom: 1px dotted #dcdbda;
	cursor: help;
}

/* Setup */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #767069;	
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #514c47;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 900px;
	padding: 0;
	width: 100%;
}
#wrapper {
	background: #fff url(../images/bg_wrapper.png) top center repeat-y;
	clear: both;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 900px;
}

/* Header */
#header {
	background: transparent url(../images/bg_header.png) top center no-repeat;
	clear: both;
	padding: 41px 48px 0 48px;
	margin: 0;
	width: 804px;
}
#logo {
	float: left;
	display: block;		
}
#logo a {
	background: #fff url(../images/logo_simonstone.png) top left no-repeat;
	display: block;
	height: 115px;
	width: 270px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}

/* Navigation */
#navigation {
	border: 1px solid #dcdbda;
	clear: both;
	float: left;
	width: 804px;
}
#navigation ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	height: 29px;	
	text-align: center;	
	width: 114px;
}
#navigation li a {
	color: #a4a09c;
	font-weight: normal;	
	padding: 6px 0;
	display: block;
	text-decoration: none;		
}
#navigation li a:hover {
	color: #514c47;
}
#navigation li.selected a {
	color: #514c47;
}
#navigation li.selected a:hover {
	color: #514c47;	
	text-decoration: underline;
}

#container {
	margin: 0;
	overflow: auto;
	padding: 0 48px;
	width: 804px;
}

/* Content */
#content {
	clear: left;
	float: left;
	margin: 0;
	padding: 18px 18px 18px 0;
	width: 530px;
}
#content.homepage {
	float: left;
	margin: 0;
	padding: 18px 18px 18px 0;
	width: 393px;
}
#content.wide {
	float: none;
	clear: none;
	margin: 0;
	padding: 18px 0 0 0;
	width: 804px;
	overflow: hidden;
}
#content h1 {
	border-bottom: 1px solid #dcdbda;
	padding-bottom: 6px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}
#gallery {
	border: 1px solid #c9c6c3;
	margin: 0;
	overflow: hidden;
	padding: 2px;
	width: 387px;
	height: auto;
}
.showcase {
	overflow: visible;
	margin: 0;
	padding: 0;
	width: 387px;
	height: 499px;
}
.showcase p {
	clear: left;
}

/* Galleries for client list */
.gallery-thumbnail {
	float: left;
	height: 265px;
	padding: 0 18px 0 0;
	margin-bottom: 36px;
	width: 187px;
}
.gallery-thumbnail.drawings {
	height: 233px;
}
.gallery-thumbnail.albums {
	height: auto;
	float: left;
	padding: 0 18px 36px 0;
	width: 256px;
}
.gallery-thumbnail img {
	border-bottom: 3px solid #fff;
}
.gallery-thumbnail a:hover img {
	border-bottom: 3px solid #514c47;	
}
.gallery-thumbnail.end {
	padding: 0 0 36px 0;
}
.gallery-thumbnail p {
	clear: both;
	margin-bottom: 36px;
}

/* Blog */
.post {
	width: 530px;
	overflow: auto;
}
#content h1.post-title {
	border: none;
	margin-bottom: 6px;
	text-transform: none;
}
#content h1.post-title a {
	font-weight: normal;
}
.post-date {
	float: left;
	font: normal 16px/22px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 6px 0 0 0;	
	text-align: center;
	text-transform: uppercase;
	width: 72px;
}
.post-date span {
	font: normal 45px/22px Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.post-content {
	float: left;
	overflow: hidden;
	padding: 0 0 0 18px;	
	width: 440px;
}
.post-content img {
	margin: 0;
	max-width: 440px;
}
.post-content p img {
	margin-bottom: 0px;
}
.post-meta {
	font-size: 12px;
	font-style: italic;
}
.post-meta p {
	margin-bottom: 0;
}
.comments {
	float: left;
	width: 100%;	
}
.comment {
	border-top: 1px dashed #ec008c; /* border colour */
	padding: 12px;
}
.comment span {
	font: normal 150%/1em Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.comment h3, .comment p {
	margin-bottom: 0;
}
.comment em {
	color: #7e7e81;
	font-size: 100%;
	font-style: italic;
}
.alt {
	background-color: #fde7f4;
	padding: 12px;
}
.comment.last {
	margin-bottom: 18px;
}
.comment-meta {
	margin-top: 10px;
	text-align: right;
}

/* Sidebar */
#sidebar {
	clear: right;
	float: right;
	margin: 0;
	padding: 24px 0 0 12px;
	width: 238px;
}
#sidebar.homepage {
	margin: 0;
	padding: 24px 0 6px 0;
	width: 393px;
}
#sidebar h3 {
	border-bottom: 1px solid #dcdbda;
	padding-bottom: 6px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;
}
#sidebar li {
	padding-bottom: 8px;
}
.button-more a {
	background-color: #c9c6c3;
	color: #514c47;
	display: block;
	font: normal 13px/19px Verdana, Helvetica, Arial, sans-serif, serif;
	letter-spacing: 0.05em;
	margin-bottom: 19px;
	padding: 6px;
	text-align: center;
	width: 120px;
}
.button-more a:hover {
	background-color: #514c47;
	color: #fff;
	text-decoration: none;
}
#testimonials {
	margin-bottom: 18px;
}

/* Footer */
#footer {
	background: #767069 url(../images/bg_footer.png) top center no-repeat;
	color: #a9a7a4;
	clear: both;
	font-size: 11px;
	overflow: auto;
	margin: 0 auto;
	padding: 22px 0 6px 0;
	width: 900px;
}
#footer a, footer a:hover {
	color: #a9a7a4;
	font-weight: normal;
}
#footer-meta {
	float: left;
	padding: 0 0 0 42px;
	width: 402px;
}
#by-cuie{
	float: right;
	padding: 0 42px 0 0;
	text-align: right;
	width: 402px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.pic-no-float {
	border: 1px solid #c9c6c3;
	text-align: center;
	margin: 0 auto;
	padding: 2px;
}
.pic-left {
	border: 1px solid #c9c6c3;
	float: left;
	margin: 0 12px 5px 0;
	padding: 2px;
}
.pic-right {
	border: 1px solid #c9c6c3;
	float: right;
	margin: 0 0 5px 12px;
	padding: 2px;
}
div.post img.thumbnail {
	border: 1px solid #c9c6c3;
	float: left;
	margin: 0 12px 12px 0;
	padding: 2px;
	width: 96px;	
}
img.thumbnail {
	border: 1px solid #c9c6c3;
	float: left;
	margin: 0 12px 12px 0;
	padding: 2px;
	width: 96px;	
}
.no-border {
	border: none;
	margin: 0;
}
.no-border-left {
	border: none;
	float: right;
}
.no-border-right {
	border: none;
	float: right;
}

/* Links */
a {
	color: #514c47;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #514c47;
	text-decoration: underline;
}

/* Forms - needs work */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #fff;
	color: #514C47;
	font-family: 11px/18px "Lucida Grande", Lucida, Helvetica, sans-serif;
	padding: 8px;
	margin: 0;
	width: 284px;
}
fieldset {
	margin: 0 0 18px 0;
}
input.button-submit {
	background-color: #c9c6c3;
	border: none;
	color: #514c47;
	font: normal 13px/19px Verdana, Helvetica, Arial, sans-serif, serif;
	letter-spacing: 0.05em;
	padding: 6px 6px 7px 6px;
	margin: 0 0 0 12px;
	width: 120px;
}
input.button-submit:hover {
	background-color: #514c47;
	color: #fff;
}
.error {
	color: #514c47;
	font-style: italic;
}
#contact-form, #comment-form {
	background-color: #e4e2e1;
	margin: 0;
	padding: 18px 18px 9px 18px;
}
#comment-form p {
	margin-bottom: 12px;	
}
.form-label {
	text-align: right;
	float: left;
	padding: 4px 6px 0 0;
	width: 158px;
}
.form-field {
	float: right;
	width: 322px;
}
#subscribe {
	border: 1px solid #c9c6c3;
	padding: 18px 18px 0 18px;
}
#subscribe fieldset input {
	border: 1px solid #c9c6c3;
	width: 200px;
	float: left;
}
#subscribe fieldset input.button-submit {
	border: 0;
	width: 120px;
}
#recaptcha_image img {
	width: 200px;
}
#recaptcha_area {
	width: 200px;
}
