/* @override http://hampsteadbowmen.com/wordpress/wp-content/themes/grey-iconified/style.css */

/*  
Theme Name: HB site — grey-iconified
Theme URI: http://eyedea.eu
Description: club colours [monotone colour scheme (B/W)] with yellow as highlights, sidepanel menu with light content area, target visual within masthead
Version: 1.0
Author: Prisca Schmarsow
Author URI: http://graphiceyedea.co.uk
*/

/*-------------------------------------------------------------*/

/* ################## 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 ##################
#333					text colour
#6b6047					headers
#FFD300					HB yellow - warmer

#8a7e63					dark
#ededed					pale

################## END template notes ################## */

/*-------------------------------------------------------------*/

/* base CSS, based on 'reset reloaded' by Eric Meyer
~ 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, 
/* strong, small */
strike, 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;
}

html {
	
}

body {
	background: transparent url(images/bg-grey.jpg) top left repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	color: #333;
	border-top: 3px solid #FFD300;
}

p, ul, ol {
	font-size: 0.8em;
	margin: 0 0 1em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

p {
	
}

a, a:link, a:visited {
	color: #6b6047;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #FFD300;
}

.clear {
	clear: both;
}

/* 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: "" "";
}

/* ################## START CUSTOM STYLING ################## */

/* ################## wrapper ################## */

#wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #ededed url(images/bg-grey-light.jpg) top left repeat;
	padding: 0 0 0 0;
}

/* ################## masthead ################## */

#header {
	padding: 12px 0 55px 0;
	background: url(images/bg-grey.jpg) repeat;
	border-right: 1px dotted #ededed;
	font-family: Verdana, sans-serif;
}

#header h1 {
	margin: 0 0 0;
	padding: 28px 0 100px 250px;
	background: url(images/hb-header.png) top right no-repeat;
	font-size: 3em;
	text-transform: lowercase;
	font-variant: small-caps;
	text-shadow: 2px 2px 2px #333;
}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	display: block;
	color: #FFD300;
	text-shadow: 4px 4px 3px #000;
}
#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
	color: #fff;
}
#header p {
	margin: -108px 0 0 250px;
	padding: 0 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #999;
	text-shadow: 2px 2px 2px #000;
}

/* ################## HEADERS ################## */

#content h2, #content h3 {
	margin: 0 0 .6em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #333;
}
#content h4 {
	clear: both;
	font-size: 1.4em;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0 0 .6em 0;
	color: #333;
}
#content h2 {
	font-size: 2em;
	letter-spacing: -.04em;
	text-transform: lowercase;
	font-variant: small-caps;
}
#content.links ul li  h2  {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -.04em;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0;
	
}
#content .post h2 {
	font-size: 1.4em;
	text-transform: lowercase;
	font-variant: small-caps;
}

#content h3 {
	margin: 4em 0 1em 0;
}

#content h3#respond {
	position: relative;
	margin: 4em 0 1em -70px;
	padding: 0 0 3px 70px;
}

/*#content h2 a:hover:after {
	content: ' »';	
	color: #FFD300;
	text-shadow: 1px 1px 1px #000;	
}*/


/* ################## main nav ################## */

#nav {
	display: block;
	width: 180px;
	height: 95%;
	min-height: 760px;
	position: absolute;
	top: -3px;
	left: -4px;
	z-index: 2;
	border-left: 1px dotted #FFD300;
	border-right: 1px dotted #FFD300;
	background: url(images/bg-grey-dark.jpg) repeat;
	padding: 20px 20px 100px 20px;
	-moz-box-shadow: 0px -6px 8px #FFD300, 0 6px 8px #333;
	-webkit-box-shadow: 0px -6px 8px #FFD300, 0 6px 8px #333;
	box-shadow: 0px -6px 86px #FFD300, 0 6px 8px #333;
}

#nav a#home {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(images/hb-logo.png) top center no-repeat;
	text-indent: -9999px;
}

#nav ul {
	width: 200px;
	margin: 20px -10px 90px -10px;
}

#nav ul li {
	margin: 0 1em 0 0;
	list-style: none;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	width: 176px;
	background: url(images/arrow-sprite.png) top right no-repeat;
	background-position: 0 22px;
	padding: 5px 10px 10px 20px;
	color: #ededed;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1.4em;
	line-height: 1;
	text-decoration: none;
	text-shadow: 0;
}

#nav a:hover, #nav a:focus, #nav a:active {
	color: #FFD300;
	background-position: 6px -48px;
	text-shadow: 0;
}

#nav ul li.current-cat a, #nav ul li.current_page_item a {
	color: #FFD300;
	text-shadow: 0;
	background: url(images/arrows.png) top right no-repeat;
	background-position: 0 -48px;
}

#nav ul li.current-cat a:hover, #nav ul li.current-cat a:focus, #nav ul li.current-cat a:active, #nav ul li.current_page_item a:hover, #nav ul li.current_page_item a:focus, #nav ul li.current_page_item a:active {
	background-position: 6px -48px;
}

#nav ul#rss {
	height: 40px;
	margin: 0 0 6px -8px;
	padding: 9px 0 0 0;
	position: absolute;
	bottom: 0;
	background: url(images/rss.png) top left no-repeat;
}

#nav ul#rss li {
	
}

#nav ul#rss li.title {
	position: absolute;
	top: 29px;
	left: 24px;
	text-transform: lowercase;
	color: #FFD300;
}

#nav ul#rss a, #nav ul#rss a:link, #nav ul#rss a:visited {
	display: block;
	width: 176px;
	background: none;
	padding: 0 0 0 60px;
	color: #ededed;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1.4em;
	line-height: 1;
	text-decoration: none;
}

#nav ul#rss a:hover, #nav ul#rss a:focus, #nav ul#rss a:active {
	color: #FFD300;
	background-position: 6px -48px;
}

/* ################## search form ################## */

form#searchform {
	display: block;
	width: 222px;
	height: 80px;
	padding: 2px 0 0 0;
	margin: 0 0 35px -50px;
	background: url(images/search-sight.png) top left no-repeat;
}

form#searchform	input {
	display: block;
	width: 150px;
	padding: 4px;
	margin: 0 0 0 70px;
	background: #ededed url(images/bg-grey-med-dark.jpg) top left repeat;
	border: 1px solid #666;
	font-size: .9em;
}

form#searchform	input:hover, form#searchform input:active, form#searchform	input:focus {
	background: #fff;
	border: 1px solid #FFD300;
	-moz-box-shadow: 0px 0px 6px #FFD300;
	-webkit-box-shadow: 0px 0px 6px #FFD300;
	box-shadow: 0px 0px 6px #FFD300;
}

form#searchform input#searchsubmit {
	display: block;
	padding: 2px 8px 4px 2px;
	background: none;
	border: none;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1.4em;
	text-align: right;
	color: #FFD300;
}

form#searchform input#searchsubmit:hover, form#searchform input#searchsubmit:active, form#searchform input#searchsubmit:focus {
	padding: 2px 2px 4px 2px;
	background: none;
	border: none;
	color: #FFD300;
	-moz-box-shadow: 0 0 0 #FFD300;
	-webkit-box-shadow: 0 0 0 #FFD300;
	box-shadow: 0 0 0 #FFD300;
	text-align: right;
}

/* ################## sidebar ################## */

#sidebar {
	float: right;
	width: 160px;
	margin: 20px 0 3em 0;
	padding: 20px 20px 20px 0;
	border-right: 0 solid #333;
}

#sidebar h2 {
	margin: 0 0 .6em 0;
	font-size: 1.23em;
	line-height: 1;
	letter-spacing: -.04em;
	text-transform: lowercase;
	font-variant: small-caps;
}

#sidebar ul, #sidebar ul li ul {
	clear: left;
	display: block;
	font-size: .9em;
	margin: 0 0 2em 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 .3em -2px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	padding: 0 2px;
	color: #6b6047;
	text-decoration: none;
	text-shadow: 0;
	border: none;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	font-style: italic;
	color: #6b6047;
	text-decoration: none;
	text-shadow: 0;
	border-bottom: 1px solid #6b6047;
}

/* ################## social media links ################## */
#sidebar ul li ul.socialwrap {
	height: 32px;
}
#sidebar ul li ul.socialwrap a:link, #sidebar ul li ul.socialwrap a:visited {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	float: left;
	border: none;
}

#sidebar ul li ul.socialwrap a:hover, #sidebar ul li ul.socialwrap a:focus, #sidebar ul li ul.socialwrap a:active {
	border: none;	
}

/* ################## content ################## */

#content {
	margin: 36px 1em 3em 250px;
	width: 500px;
	float: left;
}

#content a, #content a:link, #content a:visited {
	color: #000;
	text-decoration: none;
	text-shadow: 0;
}

#content a:hover, #content a:focus, #content a:active {
	text-decoration: none;
	text-shadow: 0;
	font-style: italic;
	text-shadow: 1px 1px 1px #FFD300;
}


#content p a, #content p a:link, #content p a:visited {
	color: #000;
	text-decoration: none;
	text-shadow: 0;
         font-weight:bold;
	border-bottom: 1px solid #999;
}

#content p a:hover, #content p a:focus, #content p a:active {
	text-decoration: none;
	text-shadow: 0;
	font-style: italic;
	text-shadow: 1px 1px 1px #FFD300;
	border-bottom: 1px solid #000;	
}

#content .navigation {
	display: block;
}

#content.links ul li.linkcat, #content.links ul li.linkcat ul {
	list-style: none;
	font-size: 1em;
} 

#content .post p a.more-link {
	display: block;
}
#content .post p a.more-link:link, #content .post a.more-link:visited {
	color: #999;
	text-transform: lowercase;
}
#content .post p a.more-link:hover, #content .post p a.more-link:focus, #content .post p a.more-link:active {		
	color: #000;
	text-shadow: 1px 1px 1px #FFD300;	
}


.navigation {
	font-size: .9em;
	border-top: 2px solid #000;
}
.navigation div {
	width: 50%;
	float: left;
}
.navigation div#prev {
	float: left;
	text-align: left;
}
.navigation div#next {
	float: right;
	text-align: right;
}
/* #################################### 
PAGE STYLING 
#################################### */
#content .pagepost {
}
#content .pagepost ol {
	margin: 0 0 2em 2em;
}
#content .pagepost ol li {
	margin: 0 0 1em 0;
	font-size: .9em;
}
#content .pagepost ol li strong {
	font-size: 1.4em;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	color: #666;
}
#content .pagepost ol li em {
	font-size: 1.2em;
}

/* #################################### 
PAGE STYLING - image captions
#################################### */
.wp-caption {
	display: block;
	float: left;
	padding: 4px;
	margin: 0 16px 16px 0;
	text-align: center;
	background: #ededed url(images/bg-grey-dark.jpg) top left repeat;	
	color: #ccc;
}
.wp-caption-text {
	clear: left;
	display: block;
	margin: 4px auto 0 auto;
}

/* #################################### 
SINGLE POST & COMMENT STYLING 
#################################### */
/* ################## post ################## */
.post p em {
	font-style: italic;
}
p.postmetadata {
	color: #999;
	padding: 2px 2px 80px 2px;
	border-top: 1px dotted #333;
	font-size: .7em;
}

p.postmetadata span.date {
	display: block;
	width: 43%;
	float: left;
	text-align: left;
}

p.postmetadata span.comment-no {
	display: block;
	width: 43%;
	float: right;
	text-align: right;
	font-style: italic;
}

/* ################## comment list ################## */

ol.commentlist {
	display: block;
	width: 520px;
	position: relative;
	font-size: 1em;
}

ol.commentlist li {
	list-style: none;
}

ol.commentlist li p.commentmetadata {
	width: 50px;
	position: absolute;
	top: 4px;
	left: 0;
	padding: 0 0 6px 0;
	border: 1px solid #333;
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 1em;
	line-height: 1;
	text-align: center;
}

ol.commentlist li p.commentmetadata span {
	display: block;
	background: #333;
	color: #ededed;
	padding: 0 0 2px 0;
	margin: 0 0 4px 0;
}

ol.commentlist li cite {
	margin: 0 0 0 70px;
}

ol.commentlist li p {
	position: relative;
	width: 440px;
	left: 70px;
	font-style: italic;
}

/* ################## comment form ################## */
form#commentform {
	display: block;
	padding: 0 0 40px 0;
}
form#commentform label {
	text-transform: lowercase;
}
form#commentform input {
	width: 150px;
	padding: 4px;
	margin: 0 0 0;
	background: #ededed url(images/bg-grey-light.jpg) top left repeat;
	border: 1px solid #333;
	font-size: 1.2em;
}

form#commentform textarea {
	width: 420px;
	padding: 4px;
	margin: 0 0 0;
	background: #ededed url(images/bg-grey-light.jpg) top left repeat;
	border: 1px solid #333;
	font-size: 1.2em;
}

form#commentform input:hover, form#commentform input:active, form#commentform input:focus, form#commentform textarea:hover, form#commentform textarea:active, form#commentform textarea:focus {
	background: #fff;
	border: 1px solid #FFD300;
	-moz-box-shadow: 0px 0px 6px #FFD300;
	-webkit-box-shadow: 0px 0px 6px #FFD300;
	box-shadow: 0px 0px 6px #FFD300;
	color: #000;
}


form#commentform input#submit {
	display: block;
	padding: 4px;
	background: none;
	border: none;
	border-bottom: 2px solid #333;
	-moz-box-shadow: 0 0 0px #6b6047;
	-webkit-box-shadow: 0 0 0px #6b6047;
	box-shadow: 0 0 0px #6b6047;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1.4em;
	text-align: center;
	color: #333;
}

form#commentform input#submit:hover, form#commentform input#submit:active, form#commentform input#submit:focus {
	padding: 4px;
	background: none;
	border: none;
	border-bottom: 2px solid #FFD300;
	-moz-box-shadow: 0 0 0px #6b6047;
	-webkit-box-shadow: 0 0 0px #6b6047;
	box-shadow: 0 0 0px #6b6047;
	color: #000;
	font-weight: bold;
}

/* ################## footer ################## */

#footer {
	clear: both;
	border-top: 1px dotted #333;
	padding: .3em 2em .3em 250px;
	background: transparent url(images/bg-grey.jpg) top left repeat;
	color: #666;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 2em 0 0;
}

#footer a {
	color: #ccc;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFD300;
}

/* ################## IMAGE [gallery] display ################## */
dl.gallery-item {
	border: none;
	margin: 0 0 12px 0;
}
dl.gallery-item img {
	display: block;
	border: none!important;
}

/* committee members - custom info */
#post-19 dl.gallery-item a:after {
	display: block;
	content: attr(title);	
	font-size: .88em;	
}
dl.gallery-item dt.gallery-icon img.attachment-thumbnail {
	padding: 2px;
	border: 1px solid #999!important;	
	overflow: visible;
}

dl.gallery-item dt.gallery-icon img.attachment-thumbnail:hover, dl.gallery-item dt.gallery-icon img.attachment-thumbnail:active, dl.gallery-item dt.gallery-icon img.attachment-thumbnail:focus {
	background: #FFD300;
	border-color: #000!important;	
}

dl.gallery-item dt.gallery-icon img.attachment-thumbnail:after {

}


dl.gallery-item dd.gallery-caption {
	font-size: .78em;
	color: #999;
}
/* ################## FLICKR - via FLickr API plugin ################## */

#flickr-gal {
	display: block;
	clear: both;
	margin: 36px 0 3em 250px;
	width: 520px;
}

#content.gallery #flickr-gal {
	display: block;
	clear: both;
	margin: 36px 0 3em 0;
	width: 520px;
}

#flickr-gal h2, #content.gallery #flickr-gal h2 {
	font-size: 1.4em;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 .4em 0;
	text-shadow: 0;
}

#flickr-gal ul#flickr {
	list-style: none;
}

#flickr-gal ul#flickr a img {
	display: inline;
	padding: 3px;
	margin: 0 5px 2px 0;
	background: #8a7e63 url(images/bg-grey-med-dark.jpg) top left repeat;
	border: 1px solid #000;
}

#flickr-gal ul#flickr a:hover img, #flickr-gal ul#flickr a:active img, #flickr-gal ul#flickr a:focus img {
	background: #FFD300;
	border-color: #000;
}

/* ################## FLICKR - via mini Flickr gallery plugin ################## */
.flickr-mini-gallery a img {
	display: inline;
	padding: 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #000;
}
.flickr-mini-gallery a:hover img, .flickr-mini-gallery a:active img, .flickr-mini-gallery a:focus img {
	background: #FFD300;
	border-color: #000;	
}
/* #################################### 
PAGE SPECIFIC STYLING 
#################################### */

/* ################## home page ################## */
ul#news {
	list-style: none;
}
ul#news li span {
	float: right;
	font-size: .8em;
	line-height: 2;
	color: #999;
}
ul#news li a {
	display: block;
	margin: 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #333;
	border-bottom: 1px dotted #999;
}

/* ################## links page ################## */

#content.links ul li.linkcat a, #content.links ul li.linkcat a:link, #content.links ul li.linkcat a:visited {
	display: block;
	text-decoration: none;
	text-shadow: 0;
}
#content.links ul li.linkcat a:before {
	content: '» ';	
	font-weight: bold;
	color: #FFD300;
	text-shadow: 1px 1px 1px #333;	
	
}
#content.links ul li.linkcat a:hover, #content.links ul li.linkcat a:focus, #content.links ul li.linkcat a:active {
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0;
}

#content.links ul li.linkcat a:hover:after, #content.links ul li.linkcat a:focus:after, #content.links ul li.linkcat a:active:after {
	content: ' »';
}
