/* @override http://eyejack.co.uk/wp/wp-content/themes/eyejack/style.css */

/* @override http://eyejack.co.uk/wp/wp-content/themes/eyejack/style.css */

/*  
Theme Name: EYEJACK
Description: B&W chunky
Version: 1.0
Author: Prisca Schmarsow
Author URI: http://graphiceyedea.co.uk
*/

/* Thanks to Elliot Jay Stocks for saving me time with his starkers theme :-) */

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

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

/* ############################## colours 

*/

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

body {
	background: #0b1010;
	color: #ccc;
	font-family: Lucida Console, Monaco, monospace;
	font-size: 82%;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	font-variant: small-caps;
}

a {
	padding: 0 10px;
	color: #717171;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fff;
}

.clearboth {
	clear: both;
}

/* ############################## header */

h1 {
	display: block;
	margin: 0 auto;
	position: relative;
	background: transparent url(images/head.gif) bottom left repeat-x;
	text-indent: -9999px;
}

h1 span {
	text-indent: -9999px;
}

h1 a {
	display: block;
	padding: 50px 0;
	text-decoration: none;
	color: #fff;
	font-size: 200%;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	background: transparent url(images/logo.gif) no-repeat;
	background-position: 212px 0;
	border-top: 3px solid #000;
}

h1 a:hover, h1 a:focus {
	border-top: 3px solid #fff;
}

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

#content {
	min-height: 460px;
	margin: 3em 250px 120px 220px;
	position: relative;
	padding: 1em 0 5em 0;
	letter-spacing: 0.18em;
	line-height: 180%;
}
#content .post {

}
#content h2 {
	display: block;
	font-size: 160%;
}


#content p {
	display: block;
	margin: 20px 0;
	line-height: 150%;
	max-width: 500px;
}

#content img {
	float: left;
	margin: 0 10px 10px 0;
}

#content p object {
	display: block;
	clear: both;
	margin: 30px 0;
}
/* specific element styling */


#content .post h2 {
	display: block;
	font-variant: small-caps;
	margin: 0 0 1em 0;
	font-weight: normal;
	color: #fff;
	padding: 3px 0;
	background: #000;
	border-bottom: 2px solid #333;
	margin: 0;
}

#content form#searchform {
	display: block;
	margin: 1em 0;
}

#content form#searchform {
	width: 200px;
	margin: 0.3em 0;
	padding: 2px;
}

#content form#searchform input {
	background: #fff;
	width: 180px;
	border: 1px solid #3F4944;
	color: #999;
	padding: 2px;
}

#content form#searchform input:hover {
	border-color: #000;
	background: #e1e1e1;
}

#content form#searchform input#searchsubmit {
	border: none;
	border-bottom: 1px solid #333;
	color: #333;
	width: 184px;
	padding: 2px;
}

#content form#searchform input#searchsubmit:hover {
	background: #e1e1e1;
	color: #000;
	border-color: #000;
}

#wrap #content .post p small a {
	background: #fff;
	padding: 0 10px;
	color: #717171;
	text-decoration: none;
}

#wrap #content .post p small a:hover, #wrap #content .post p small a:focus {
	background: #000;
	color: #fff;
}

/* comment forms - styling */

#content .post h3, #content h3#respond {
	margin: 1em 20px 1em 0;
	text-transform: lowercase;
	font-variant: small-caps;
}

#content form#commentform {
	display: block;
	margin: 0.3em 20px 0.3em 0;
	padding: 2px;
	width: 500px;
}

#content form#commentform label {
	display: inline;
}

#content form#commentform input, #content form#commentform textarea {
	background: #fff;
	width: 200px;
	border: 1px solid #999;
	color: #000;
	padding: 2px;
	margin: 0 4px 0 0;
}

#content form#commentform input:hover, #content form#commentform textarea:hover {
	border-color: #ccc;
	background: #e1e1e1;
}

#content form#commentform input#submit {
	border: none;
	border-bottom: 1px solid #999;
	color: #000;
	width: 204px;
	padding: 2px;
}

#content form#commentform input#submit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}

#content form#commentform p {
}

#content ol.commentlist {
	display: block;
	width: 450px;
	margin: 0 0 5em 0;
}

#content h3 {
	margin: 1em 0;
}

#content ol.commentlist li cite {
	display: block;
	float: left;
	margin: 0 0 2em 0;
	padding: 0 3px;
	border-bottom: 1px solid #ccc;
}

#content ol.commentlist li cite a {
	margin: 0;
	padding: 0;
}

#content ol.commentlist li p.commentmetadata {
	float: right;
	margin: 0 3em 0 0;
}

#content ol.commentlist li p {
	clear: both;
	display: block;
	margin: 1em 0;
}

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




html>body #sidebar {
	width: 10em;
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	font-size: 150%;
	font-variant: small-caps;
	margin: 0 0 1em 0;
	font-weight: normal;
	color: #fff;
	border-left: 12px solid #171616;
	padding: 160px 0 0 0;
}

#sidebar ul {
	display: block;
	margin: 0 0 0 -12px;
}

#sidebar ul li {
	margin: 0.4em 0;
	color: #666;
}
#sidebar ul li a, #sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: 12px solid #171616;
	color: #999;
}
#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li a:active {
	border-color: #ccc;
}

/* submenus */
#sidebar ul.children {
	display: block;
	margin: 0;

}

#sidebar ul.children li {
	margin: 0.4em 0;

}
#sidebar ul.children li a, #sidebar ul.children li a:link, #sidebar ul.children li a:visited{
	font-variant: normal;
	font-size: 0.7em;
	letter-spacing: 0.18em;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: 24px solid #171616;
	color: #717171;
}
#sidebar ul.children li a:hover, #sidebar ul.children li a:focus, #sidebar ul li a:active {
	border-color: #ccc;
}

/* search formatting */

#sidebar ul li#search {
	display: block;
	margin: 1em 0;
}

#sidebar ul li#search form#searchform, #sidebar ul li#search form#searchform input {
	width: 200px;
	margin: 0.3em 0;
	padding: 2px;
}

#sidebar ul li#search form#searchform input {
	background: #fff;
	border: 1px solid #3F4944;
	color: #999;
}

#sidebar ul li#search form#searchform input:hover {
	border-color: #000;
	background: #d6e5dd;
}

#sidebar ul li#search form#searchform input#searchsubmit {
	border: none;
	border-bottom: 1px solid #999;
	color: #999;
	width: 204px;
	padding: 2px;
}

#sidebar ul li#search form#searchform input#searchsubmit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}

/* links */

#sidebar_dynamic {
	z-index: 1000;
	position: absolute;
	right: 20px;
	top: 20px;
	background: transparent url(images/ugly-links.gif) top left no-repeat;
	background-position: -36px 0;
	padding: 70px 0 100px 120px;
	letter-spacing: 0.18em;
}

#sidebar_dynamic ul li h2 {
	margin: 0 0 10px 0;
	font-size: 200%;
	color: #666;
}

#sidebar_dynamic  ul li {
	margin: 0;
	padding: 0;
}

#sidebar_dynamic  ul li a {
	display: block;
	margin: 0 0 0 -3px;
	padding: 2px;
}

/* ############################## footer styling */

#footer {
	display: block;	
}

#footer p {
	display: block;
	padding: 220px 0 40px 360px;
	background: transparent url(images/happyshopper_footer.gif) top left no-repeat;
	margin: -250px 0 50px 0;
}
#footer p.copyright {
	display: block;	
	background: #000;
	color: #333;
	padding: 50px 0 36px 360px;
	margin: 0;
}


#footer a {
	background: none;
	padding: 0;
	margin: 0;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}

/* ############################## page specific styling */

/* ############################## ANIMATION */

#content .post.animation {
	position: relative;
	display: block;
	max-width: 660px;
	min-height: 170px;
	margin: 2em 0 3em 0;
	border-top: 3px solid #171616;
	border-bottom: 3px solid #171616;
	border-left: 3px solid #171616;
	padding: 6px 0 0 0;
	background: #090707;
}

#content .post.animation img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	margin: 0 20px 0 0;
	border: 2px solid #fff;
}

#content .post.animation h2 {
	display: table;
	margin: 0 0 0 216px;
}

#content .post.animation h2 a {
	color: #fff;
	background: none;

}

#content .post.animation h2 a:hover {
	color: #171616;
	background: #ccc;

}

#content .post.animation p {
	float: left;
	margin: 12px 12px 0 226px;
	
}

#content .post.animation p a.more-link {
	clear: both;
	display: block;
	position: absolute;
	top: 156px;
	left: 0;
	width: 204px;
	text-align: center;
	margin: 0;
	background: #171616;
	padding: 0;
}

#content .post.animation p a.more-link:hover {
	font-weight: bold;
	color: #171616;
	background: #ccc;
}

#content .post.animationsingle {
	display: block;
	max-width: 600px;
	margin: 2em 0 2em 2em;
	border-top: 3px solid #171616;
	padding: 6px 0 0 0;
}

#content .post.animationsingle h2 {
	background: #171616;
	padding: 10px;
}

#content .post.animationsingle h2 span {
	padding: 1% 0 0 0;
	font-size: 76%;
	float: right;
	color: #333;
}

#content .post.animationsingle p object {
	clear: both;
	display: table-cell;
	width: 600px;
	margin: 50px 0 0 0;
}



/* ############################## ILLUSTRATION */
/* illustration thumbnails etc ---- USING WP TAGS 

body#illu #content .wp-caption {
	float: left;
	display: block;
	text-align: center;
	padding: 0 60px 0 0;
	margin: 0 10px 10px 0;
	background: #000;
	height: 220px;
}*/

body#illu #content a {
	padding: 0;
}
body#illu #content a img.size-thumbnail {
	width: 122px;
	height: 87px;
	float: none;
	display: inline;	
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 6px 24px 10px 6px;
	background: #171616;
	margin: 0 10px 10px 0;
}


body#illu #content a:hover img.size-thumbnail {
	border-right: 4px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	background: #171616;
	padding: 6px 22px 10px 6px;
}

p.wp-caption-text {
	display: block;
	width: 222px;
	color: #ccc;
	text-align: center;
}



body#illu #content .post p strong {
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
}


body#illu #content .post p.postmetadata {
	color: #666;
	margin: 0 0 5em 0;
}

#content .post p  a.more-link {
	display: block;
	margin: 20px 0 20px -3px;
	padding: 3px;
}


body#illu #content .post.illustration {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 4em 0;
	background: #0a0e0e;
}

body#illu #content .post.illustration h2 {
	padding: 3px 0;
	background: #000;
	border-bottom: 2px solid #333;
	margin: 0 0 10px 0;
	}

body#illu #content .post.illustration h2 a {	
	padding: 0;
}

body#illu #content .post.illustration a.more-link {
	clear: both;
	display: block;
	background: #000;
	border-top: 1px solid #333;
}

body#illu #content .post.illustration a.more-link:hover {
	background: #ccc;
	color: #000;
	border-top: 1px solid #fff;
}



body#illu #content p {
	display: block;
	margin: 0 0 20px 0;

}

body#illu #content .post p em {
	color: #333;
}
#content .post p strong {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;

}
body#illu #content {
	margin: 2em 250px 120px 220px;
}

body#illu #content .post.illustrationsingle {
	display: block;
	border-top: 3px solid #171616;
	padding: 6px 0 0 0;
}
	
body#illu #content .post.illustrationsingle h2 {
	background: #171616;
	padding: 10px;

}

body#illu #content .post.illustrationsingle h2 span {
	padding: 2px 0 0 0;
	font-size: 76%;
	float: right;
	color: #333;
	margin: 0 6.6em 0 0;
}

body#illu #content .post.illustrationsingle blockquote {
	clear: left;
	display: block;
}
/* ############################## EXHIBITIONS */
/* exhibition */
#content .post.exhibition, #content .post.exhibitionsingle {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 4em 0;
}
#content .post.exhibition p, #content .post.exhibitionsingle p {
	clear: both;
	padding: 0 4em 0 0;
}
#content .post.exhibition h2, #content .post.exhibitionsingle h2 {
	padding: 3px 0;
	background: #000;
	border-bottom: 2px solid #333;
	margin: 0;
	}
#content .post.exhibitionsingle h2 span {
	padding: 2px 0 0 0;
	font-size: 76%;
	float: right;
	color: #333;
	margin: 0 6.6em 0 0;
}
#content .post.exhibition p a img, #content .post.exhibitionsingle p a img {
	width: 100px;
	height: auto;
	float: none;
	display: inline;
	margin: 0 0 10px 0;
	border-top: 1px solid #fff;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	border-left: 1px solid #fff;
}
#content .post.exhibition p a:hover img, #content .post.exhibitionsingle p a:hover img {
	border-top: 1px solid #000;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 1px solid #000;
}


/* ############################## eyedea link */

#footer p span.eyedea a, #footer p span.eyedea a:link, #footer p span.eyedea a:visited {
	background: transparent url(images/eyedea.gif) no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 42px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
#footer p span.eyedea a:hover, #footer p span.eyedea a:active {
	background: transparent url(images/eyedea.gif) no-repeat;
	background-position: 0 -35px;
	color: #fff;
}