/*
Theme Name: Grace
Theme URI: http://7879designs.co.uk/demo/gracephotoblogtheme
Description: A remix of the lovely Grace Photoblog Theme by <a href="http://7879designs.co.uk/" title="UK WordPress Specialists">7879 Designs</a>.
Version: 1.1
Author: Martin Cleave and 7879 Designs
Author URI: http://7879designs.co.uk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

Eric Meyers Reloaded CSS Reset

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	line-height: 1.4em;
}
li.cat-item {
	line-height: 1.4em;
}
/* add scroll bar for short pages */
html { 
	min-height: 101%; 
	margin-bottom: 1px; 
	overlfow-y: scroll;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Font Controls */	

p {
	font-size: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 1.4em;
	color:#666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: #333;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding: 6px 0px 7px 8px;
	border-bottom: 0px solid #000;
	line-height:1;
}
h3 {
	font-size: 1.6em;
}
h1.single {
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	background: #333 !important;
}
h2.meta {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	background: #333 !important;
	margin-bottom: 0px;
}
h3.single {
	padding-top: 8px;
}
li.widget {
	margin-bottom: 2.4em;
}
.textwidget {
	line-height: 1.4em;
}
.page_item {
	line-height: 1.4em;
}
.page_item .page_item {
	font-size: 10px;
	margin-left: 10px;
}
a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p.postnavigation a, p.postnavigation a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hidden {
	display: none;
}
.exif {
	display: inline;
	color:#333;
	padding-right:0.75em;
}
/* Structure Controls */

body {
	background: #333/* url(images/body-bg-brown.jpg) 0 0 repeat*/;
	text-align: center;
}
#header a {
	width: 1000px;
	display:block;
	background: transparent url(images/header-bg.png) 0 0 no-repeat;
	margin: 0 auto;
	text-align: left;
	height: 100px;
	margin-top:0px;
}
#logo {
	float: left;
	margin:75px 0 0 69px;
	width: 89px;
	height: 89px;
	background: transparent;
}
#blogTitle {
	float: left;
	margin:95px 0 0 20px;
	width: 800px;
	height: 89px;
	background: transparent;
}
#page {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: left;
}
#content, #footer {
	margin: 0 50px 50px 50px;
	padding-top: 50px;
	font-size:10px;
	background: transparent;
}
#feature.singlepic, #pagecontent {
	margin-bottom: 40px;
}
#feature.singlepic img {
	text-align: right;
	padding-bottom:20px;
}
#columnleft {
	float: left;
	width: 250px;
}
#columnright {
	float: left;
	margin-left: 50px;
	width: 600px;
}
#commentsform {
	margin-top: 50px;
}
#footer {
	border-top: 0px solid #333;
	padding: 20px 0;
	text-align: center;
}
.footertext {
	color:#999;
}
.footertext a {
	color:#999;
}
/* Image Cycle Styles */
 
.pics {
	height: 450px;
	width: 900px;
	padding:0;
	margin:0;
	overflow: hidden;
	margin-bottom: 60px;
}
.pics img {
	top:0;
	left:0;
	border:0;
	padding:0;
	vertical-align: top;
}
/* General Image Controls */	

.alignright {
	float: right;
}
.alignleft {
	float: left
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Lists */

ul#latestworkgallery {
	margin: 0;
}
ul#latestworkgallery li {
	width: 280px;
	margin: 0px 40px 20px 0;
	float: left;
}
ul#latestworkgallery li.alt {
	margin-right: 0px
}
ul#latestworkgallery li span {
	display: block;
	padding: 6px 2px;
	background: #ddd url(images/thumbnail-footer.jpg) 0 0 no-repeat;
	text-indent: 30px;
	font-weight: bold;
	font-size: 10px;
}
/* Button Styles */	

p.morebutton {
	width: 120px;
	height: 23px;
}
.morebutton a {
	background: transparent url(images/see-more-button.png) 0 0 no-repeat;
	width: 120px;
	height: 23px;
	border: 0;
	display: block;
}
.morebutton a:hover {
	background-position: 0 -23px;
	cursor: pointer;
}
.previouspostbutton, .nextpostbutton {
	float: left;
	display: block;
}
.previouspostbutton {
	margin-right: 10px;
}
.previouspostbutton a, a .previouspostbutton {
	background: transparent url(images/previous-post-button.png) 0 0 no-repeat;
	width: 120px;
	height: 23px;
	border: 0;
	display: block;
}
.previouspostbutton a:hover, a:hover .previouspostbutton {
	background-position: 0 -23px;
	cursor: pointer;
}
.nextpostbutton a, a .nextpostbutton {
	background: transparent url(images/next-post-button.png) 0 0 no-repeat;
	width: 120px;
	height: 23px;
	border: 0;
	display: block;
}
.nextpostbutton a:hover, a:hover .nextpostbutton {
	background-position: 0 -23px;
	cursor: pointer;
}
/* Comments Form */	

#comment {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
	border-color: #999;
	border-style:solid;
	border-width:1px;
	color:#333;
	overflow:auto;
	padding:0.3em;
}
#author, #email, #url {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
	border-color: #999;
	border-style:solid;
	border-width:1px;
	color:#333;
	padding:0.3em;
	margin-right:10px;
}
#respond {
	margin-top: 30px;
}
#commentform #submit {
	background: transparent url(images/submit-button.png) 0 0 no-repeat;
	width: 120px;
	height: 23px;
	border: 0;
}
#commentform #submit:hover {
	background: transparent url(images/submit-button.png) 0 -23px no-repeat;
	cursor: pointer;
}
/* Comments */

ol.commentlist {
	list-style:none;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
}
ol.commentlist li.comment {
	border-bottom:1px solid #333;
	padding:1em;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	font-weight: normal;
}
ol.commentlist li div.vcard cite.fn {
	font-size: 10px;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol.commentlist li div.vcard img.avatar {
	border:0px solid #333;
	float:right;
	margin:0 0 1em 1em;
}
ol.commentlist li div.vcard span.says {
	margin-bottom: 12px;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
ol.commentlist li div.commentmetadata {
	margin-bottom: 20px;
}
ol.commentlist li div.comment-meta {
	font-size: 10px;
	padding-top:0.4em;
}
ol.commentlist li div.comment-meta a {
	color:#9e9690;
}
ol.commentlist li p {
	font-size: 10px;
	margin:0 0 1em;
}
ol.commentlist li ul {
	font-size: 10px;
	list-style:square;
	margin:0 0 1em 2em;
}
ol.commentlist li div.reply {
	margin-top: 20px;
	color: transparent;
}
ol.commentlist li div.reply a {
	background: transparent url(images/reply-button.png) 0 0 no-repeat;
	width: 120px;
	height: 23px;
	border: 0;
	display: block;
}
ol.commentlist li div.reply a:hover {
	background-position: 0 -23px;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0;
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
	border-left:3px solid #333;
	margin:.25em 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-3 {
	border-left:3px solid #666;
	margin:.25em 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-4 {
	border-left:3px solid #999;
	margin:.25em 0 .25em .25em;
}
ol.commentlist li.even {
	background:#fff;
}
ol.commentlist li.odd {
	background: #F3F3F3;
}
ol.commentlist li.parent {
	border-left:3px solid #111;
}
ol.commentlist li.pingback {
	border-bottom:1px dotted #666;
	padding:1em;
}
/* Search Contorls*/	

#searchform #s {
	float: left;
	border: 1px solid #999;
	width: 110px;
	font-size:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
	color:#333;
	padding: 4px;
}
#searchsubmit {
	float: right;
	background: transparent url(images/search-button.png) 0 0 no-repeat;
	width: 120px;
	height: 23px;
	border: 0;
	display: block;
	color: transparent;
}
#searchsubmit:hover {
	background-position: 0 -23px;
	cursor: pointer;
}

/* Lightbox2 bits*/

#stimuli_overlay {
	opacity: 0.9 !important;
}
/* Dashboard Notepad */

div#dashboard-notes {
	font-size:10px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* General Controls*/

.clearall {
	clear: both;
}
.wp-caption {
	display: none;
}
