/* @override 
	http://localhost:8888/cm/wp/wp-content/themes/eyestyle/style.css
	http://nofolds.co.uk/scribblebags/wp-content/themes/eyestyle/style.css
*/

/*  
Theme Name: eyestyle
Theme URI: http://eyedea.eu
Description: plain & clean
Version: 1.0
Author: Prisca Schmarsow
Author URI: http://graphiceyedea.co.uk
*/

/*-------------------------------------------------------------*/

/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */

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: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* 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: "" "";
}

/*-------------------------------------------------------------*/

/* ################## template notes ##################
#wrap 					*all content

#header 				h1, p
						blog title (h1), blog description (p)
			
#nav					ul
						categories, then pages
#sidebar				ul [inc dynamicSidebars & widgets if in use]
						sidbar with search, links + additional 
						(postlists etc, see extra ids/classes)
			
#content				*all page content (+ classes assigned by WP)
						.post > post on category page
						.post h3 > post title (+ link) on category page
						.post.pagepost > post on page
						.post.pagepost h2 > post title on page
			
#footer		ul

*** extras ***

form#searchform			searchbox
input#searchsubmit		submit button, searchbox

################## END template notes ################## */

/*-------------------------------------------------------------*/

/* ################## COLOURS ##################
#000					text colour
#333					headers

################## END template notes ################## */

/*-------------------------------------------------------------*/

/* ################## general ################## */

body {
	font-family: Lucida Grande, Lucida, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: rgb(139,139,139);
}

p, ul, ol {
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0 0 1em 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

p {
	
}

a, a:link, a:visited {
	color: #666;
}

a:hover, a:focus, a:active {
	color: #999;
}

.clear {
	clear: both;
}

/* ################## wrapper ################## */

#wrap {
	position: relative;
	margin: 0 3em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


/* ################## nav bar (left column) ################## */
#nav {
	width: 28%;
	padding: 1em 0 4em 0;
	float: left;
}

/* ################## masthead ################## */

#header {
	padding: 0 0 1em 2em;
}

#header h1 {
	font-size: 16em;
	font-variant: small-caps;
	letter-spacing: -.06em;
	line-height: .3em;
}
#header h1 a {
	position: fixed;
	display: block;
	width: 4em;
	text-decoration: none;
	color: rgba(228,228,228,.7);
	z-index: -1;
}
#header p {
	position: absolute;
	top: 12em;
	left: 3.7em;
	font-size: .8em;
	color: #ccc;
}
/* ################## main menu ################## */

#menu {
	clear: left;
	margin: 12em 0 0 0;
	border-top: 1px solid rgba(228,228,228,.5);
	border-bottom: 3px solid rgba(242,242,242,.5);
	padding: 1em 0;
	background: rgba(242,242,242,.5);
}
#menu span a {
	text-decoration: none;
	font-size: 3em;
	color: rgba(142,142,142,.1);
	float: left;
	margin: -.26em 0 0 .2em;
}
#menu ul {
	margin: 0;
	font-size: 1em;
	list-style: none;
}

#menu ul li {
	margin: 0;
	font-size: .8em;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 3.7em;	
	color: #999;
}
#menu ul li a:link {
	color: #999;	
}
#menu ul li a:visited {
	color: #333;	
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	color: #fff;
	background: rgba(142,142,142,.2);		
}
#nav #menu ul li h2 a {
	margin: 1em 0 .2em 0;
	color: #BFBFBF;
}
#nav #menu ul li h2 a:active, #nav #menu ul li h2 a:hover, #nav #menu ul li h2 a:focus {
	color: #fff;
}
#menu ul li ul li {
	font-size: 1em;
	text-transform: lowercase;
	margin: 0 0 0 0;
}

/* ################## sidebar ################## */

#sidebar {
	padding: 2em 0 .3em 0;

}

#sidebar ul {
	margin: 0;
	list-style: none;
	font-size: 1em;
}

#sidebar ul li {
	margin: 0 0 .3em 0;
}

#sidebar ul li h2 {
	font-size: 1.1em;
	letter-spacing: -.1em;
	margin: 1em 0 .2em 2.66em;
	color: #ccc;
}

#sidebar ul li ul li {
	margin: 0;
	font-size: .8em;
}
#sidebar ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 3.6em;	
	color: #999;
}
#sidebar ul li a:link {
	color: #999;	
}
#sidebar ul li a:visited {
	color: #333;	
}
#sidebar ul li a:hover, #sidebar ul li a:active, #sidebar ul li a:focus {
	color: #fff;
	background: rgba(142,142,142,.2);		
}
#sidebar ul li p, #sidebar p {
	padding: 0 1em 0 3.7em;		
}
/* ################## sidebar ################## */

form#searchform {
	display: block;
	margin: 0 0 1em 3em;
	color: #ccc;
}

form#searchform	input {
	display: block;
	width: 90%;
	padding: 2px;
	margin: 0 0 4px 0;
	background: none;
	border: 1px solid rgba(142,142,142,.2);
	background: rgba(242,242,242,.5);
}
form#searchform	input:hover, form#searchform	input:active, form#searchform	input:focus {
	border-color: #333;
	color: #000;
	background: none;
}
form#searchform input#searchsubmit {
	display: block;
	width: 92%;
	padding: 2px;
	border: none;
	border-bottom: 1px solid rgba(142,142,142,.2);
	color: #ccc;
	text-transform: lowercase;
	background: none;
}
form#searchform input#searchsubmit:hover, form#searchform input#searchsubmit:active, form#searchform input#searchsubmit:focus {
	border-color: #333;
	color: #000;
	background: rgba(242,242,242,.5);
}

#sidebar ul li#rss {
	background: url(images/rss.gif) no-repeat;
	background-position: 15px 35px;
}

/* ################## content ################## */

#content {
	padding: 13.8em 10% 10em 2em;
	width: 50%;
	min-height: 600px;
	float: left;
	border-left: 1px solid rgb(228,228,228);
	background: rgba(243,243,243,.1);
}
/* ################## HOMEPAGE ################## */
#content div {
	width: 46%;
	margin: 0 4% 0 0;
	float: left;
}
#content div.post {
	float: none;
	width: 100%;
}
#content div#latest-work img {
	width: 40px;
	height: 40px;
}
#content div#latest-blogpost {
	
}
#content div#latest-blogpost ol {
	list-style: none;
}
#content div#latest-blogpost ol li{
	padding: 1em 0;
}
#content div#latest-blogpost ol li a, #content div#latest-blogpost ol li a:link, #content div#latest-blogpost ol li a:visited{
	display: block;
	border-bottom: 1px dashed rgb(228,228,228);	
	text-decoration: none;	
	font-size: 1.3em;
	line-height: 1;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0 0 .4em 0;
	padding: 0 .3em;
	color: rgba(168,168,168,1);
}
#content div#latest-blogpost ol li a:hover, #content div#latest-blogpost ol li a:active, #content div#latest-blogpost ol li a:focus {
	
}
#content div#latest-blogpost ol li a:hover:after {
	content: ' »';
}

/* ################## HOMWORKARCHIVE ################## */

#content ol#workarchive {
	list-style: none;
	width: 60%;
}
#content ol#workarchive li {
	padding: .4em 0;
}

/* date */

#content ol#workarchive li span {
	font-size: 1em;
	text-transform: lowercase;
	font-variant: small-caps;
	float: left;
	margin: -2px 2px 0 2px;
}
#content ol#workarchive li span.month {
	width: 60px;
	font-size: 1.5em;
	margin: -8px 5px 0 5px;
	color: #333;
}
#content ol#workarchive li a, #content ol#workarchive li a:link, #content ol#workarchive li a:visited{
	display: block;
	border-bottom: 1px dashed rgb(228,228,228);	
	text-decoration: none;	
	font-size: 1em;
	line-height: 1;
	margin: 0 0 .4em 0;
	padding: 0 .3em;
	color: rgba(168,168,168,1);
}
#content ol#workarchive li a:hover, #content ol#workarchive li a:active, #content ol#workarchive li a:focus {
	
}
#content ol#workarchive li a:hover:after {
	content: ' »';
}



/* ################## single page  - navigation links (bottom page) ################## */
#content .navigation {
	clear: both;
}
#content .navigation h3 {
	float: left;
	margin: 0 1em 0 0;
}
#content .navigation ol {
	list-style: none;
}
#content .navigation ol li {
	float: left;

}
#content .navigation a, #content .navigation a:link, #content .navigation a:visited {
	text-decoration: none;
	color: rgb(228,228,228);
}
#content .navigation a:hover, #content .navigation a:active, #content .navigation a:focus {
	color: rgb(186,186,186);
}
#content .navigation ol li a, #content .navigation ol li a:visited {
	font-size: 3em;
	text-decoration: none;
	color: rgb(228,228,228);
	display: block;
	width: 30px;
	margin: -.5em 0 0 0;
}
#content .navigation ol li a:hover, #content .navigation ol li a:active, #content .navigation ol li a:focus {
	color: rgb(186,186,186);
}

#content div#biocontent {
	float: none;
	width: 100%;	
}
/* ################## footer ################## */

#footer {
	clear: both;
	border-top: 1px solid rgb(228,228,228);
	border-bottom: 3px solid rgb(228,228,228);
	padding: .3em 2em .3em 2em;
	color: rgb(228,228,228);
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 2em 0 0;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
	color: rgb(228,228,228);	
}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	color: rgb(186,186,186);	
}
/* ################## HEADERS ################## */

#content h2, #content h3 {
	clear: both;
	font-size: 1.21em;
	line-height: 1;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0 0 .8em 0;
	color: rgba(191,191,191,.6);
}
#content h2 a {
	text-decoration: none;
	display: inline;
	padding: 0 10px;
	margin: 0 -10px;
	border-bottom: 1px solid rgb(228,228,228);
}
#content h2 a:link {
	
}
#content h2 a:visited {
	
}
#content h2 a:visited:hover, #content h2 a:visited:active, #content h2 a:visited:focus {
	color: #fff;
	background: rgba(142,142,142,.4);
}
#content h2 a:hover:after {
	content: ' »';	
}
#content .post span {
	font-size: .8em;
	line-height: 2.2;

	margin: 0 2.6em 0 0;
}
/* ################## IMAGES ################## */

img.alignleft {
	float: left;
	margin: 0 12px 12px 0;
} 
img.size-thumbnail {
	width: 100px;
	height: 100px;
	border: 5px solid rgba(168,168,168,.5);
}
/* ################## POSTS ################## */
#content .post {
	margin: 0 0 4em 0;
}
.post p.postmetadata {
	clear: left;
	margin: 0 0 4em 0;
	color: #ccc;
	border-bottom: 1px dotted rgba(168,168,168,.3);
}
.post p.postmetadata a, .post p.postmetadata:link, .post p.postmetadata:visited {
	color: #ccc;	
}
.post p.postmetadata a:hover, .post p.postmetadata a:focus, .post p.postmetadata a:active {
	color: #666;
}



/* ################## COMMENT LIST ################## */
#content .post ol.commentlist p {
	font-size: 1em;
	margin: 0 150px 1em 0;
}
#content .post ol.commentlist li {
	display: block;
	clear: right;
	padding: 1em 0;
}
#content .post ol.commentlist li cite {
	display: block;
	border-bottom: 2px dashed rgba(228,228,228,.5);
	border-left: 2px dotted rgba(168,168,168,.5);	
}
#content .post ol.commentlist li cite span.date {
	display: block;
}
#content .post ol.commentlist li cite span.author {
	font-size: 1.2em;
	color: #333;
}
#content .post ol.commentlist cite a img.gravatar {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: .3em .2em;
}
/* ################## COMMENT FORMS ################## */
#content .post h3#respond {
	margin: 3em 0 1em 0;
}
#content .post form#commentform {
	
}
#content .post form#commentform label {
	text-transform: lowercase;
	font-size: .9em;
}
#content .post form#commentform input, #content .post form#commentform textarea {
	background: none;
	border: 1px solid rgb(228,228,228);
	padding: 4px;
}
#content .post form#commentform input {
	width: 220px;
}
#content .post form#commentform textarea {
	max-width: 440px;
}

#content .post form#commentform	input:hover, #content .post form#commentform input:active, #content .post form#commentform input:focus {
	border-color: #333;
	color: #000;
	background: none;
}



