/*

Theme Name:		JH11-Never Happy

Description:	It's a theme specifically designed for myself.

Version: 		1.1

Author: 		Jason Mervyn Hibbs

Contact: 		jason@jasonhibbs.co.uk

*/


 
 
 /*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:16px/1.6 helvetica,sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #27d; color:#fff; text-shadow: none; }
::selection { background:#27d; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #27d; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #222; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
a, a:active, a:visited {color: #27d; text-decoration: none; -moz-transition: all 200ms ease-out; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;}
a:hover { color: #27d; }
em {font-style: italic;}





/*** HEADER ***/

	#head hgroup, #container {
		width: 750px;
		padding: 0 22px;
		margin: 0 auto;
		position: relative;
		}
	#head {
		height: 100%;
		padding-top: 18px;
		margin-bottom: 12px;
		border-bottom: 3px solid #111;
		background: #222;
		background-image: -webkit-gradient(
			linear, left top, left bottom,
		    color-stop(0, #000),
		    color-stop(1, #222)
			);
		background-image: -moz-linear-gradient(
		    center top,
		    #000 0%,
		    #222 100%
			);
		}
	#head h1 {font-size: 26px; line-height: 1em; color: #fff;
		text-shadow:rgba(0,0,0,0.01) 0 0 0;	
	}
	#head h2 {font-size: 18px; font-weight: 400; letter-spacing: 3.380px; color: #fff;}
	#title {
		display: block;
		width: 350px;
		height: 54px;
		float: left;
		}
	
	#title section {
		background: url(resources/img/jh_logo.png) left top no-repeat;
		text-indent: -9999px;
	}
	#title section:hover {
		background-position: left -60px;
	}
	#head hgroup nav {position: absolute; bottom: 0; right: 0; padding-right: 22px;}
	#head nav ul {	
		}
	#head nav li {
		display: block;
		float: left;
		padding: 0 2px;
		}
	#head nav li a {
		display: block;
		height: 32px;
		padding: 0 12px;
		font: 14px Helvetica,sans-serif;
		text-transform: uppercase;
		line-height: 36px;
		color: #fff;
		border-radius: 9px 9px 0 0;
		text-shadow: 0 -1px 0 #000;		
		
		
		background: #222;
		background-image: -webkit-gradient(
			linear, left bottom, left top,
		    color-stop(0.0, #222),
		    color-stop(1, #000)
			);
		background-image: -moz-linear-gradient(
		    center bottom,
		    #222 0%,
		    #000 100%
			);
			
		-moz-transition: color 300ms ease-out;
		-webkit-transition: color 300ms ease-out;
		transition: color 300ms ease-out;
		}		
	#head nav li a:hover, #head nav li.current_page_item a  {
		color: #27d;
		background: #111;
		background-image: -webkit-gradient(
			linear, left bottom, left top,
		    color-stop(0.0, #111),
		    color-stop(1, #222)
			);
		background-image: -moz-linear-gradient(
		    center bottom,
		    #111 0%,
		    #222 100%
			);
		}
	#head nav li a:active {
		position: relative;
		top: 1px;
		
		background-image: -webkit-gradient(
			linear, left bottom, left top,
		    color-stop(0, #222),
		    color-stop(1, #000)
			);
		background-image: -moz-linear-gradient(
		    center bottom,
		    #222 0%,
		    #000 100%
			);
		}
		

		
/*** LAYOUT ***/

.primary {width: 750px;}
.float_l {float: left;} .float_r {float: right;}

p {font-family: Georgia, Garamond, Times, serif; margin-bottom: 1em;}
p a {color: #27d; border-bottom: 1px solid #cdf;}
p a:hover {color: #fff; background-color: #27d; text-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 2px 0 3px;}
header.page_title {line-height: 20px; height: 20px; padding-bottom: 10px;font-size: 12px; text-transform: uppercase; color: #999; letter-spacing: 1px;}
header.page_title h2 a {color: #999; border-bottom: 1px solid #ddd;}
header.page_title h2 a:hover {color: #fff; background-color: #27d; text-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 5px 0 4px;}
#container h3 a {color: #222;}
#container h3 a:hover {color: #27d;}

#main aside p a {color: #aaa; font-size: 13px; border-bottom-style: dotted;}
#main aside p a:hover {color: #fff;}

#disqus_thread {padding-left: 100px;}


/*** FRONT ***/
.home h3 {font-size: 68px; line-height:1.2em; margin: 0 0 0.2em;}	
.home h4 {font-size: 24px;}
.home a {color: #27d;}
.home p a {}
.home a:hover {color: #fff; background-color: #27d; text-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 5px 0 4px;}
.home p a:hover {padding: 2px 0 3px;}
.home .page {margin-bottom: 2.4em; padding-top: 22px;}
.home .latest h5 {font-size: 12px; text-transform: uppercase; color: #999; letter-spacing: 1px; padding: 0 0 0 100px;}
.home .latest article header {padding: 0 0 12px; margin-bottom: 12px}
.home .latest article header h3 {font-size: 20px; padding: 0 0 8px 100px; margin: 0; border-bottom: 1px solid #ddd;}
#container.home .latest article header h3 a:hover { color:#fff; }	
.home .latest article header time, .home .latest article header .category {margin-left: 16px;}
.latest article img.attachment-thumbnail {
	display: block;
	float: left;
	margin: 0 14px 14px 36px;
	border-radius: 9px;
	
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	}


/*** ABOUT ***/
.about h3 {font-size: 48px; line-height:1.2em; margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid #ddd;}
.about figure {float:left; width: 100px; padding: 10px 18px 0 0;}
.about figure img {border-radius: 6px;}
.about p {margin-left: 120px;}

/*** BLOG ***/

.blog article.post {
	margin-bottom: 3em;
	}
.blog article header, .single article header {
	margin-bottom: 23px;
	position: relative;
	border-bottom: 1px solid #ddd;
	
	}
.blog article header h3, .single article header h3 {
	padding: 5px 0 24px 100px;
	font-size: 54px;
	line-height: 1.3em;
	}
.blog.archive article header h3 {
	font-size: 36px;
	}
article.post hgroup, .single article hgroup {
	float: left;
	width: 64px;
	margin-top: -50px;
	}
.blog article header h3 a {color: #222;}
.blog article header h3 a:hover {color: #27d;} 

.blog article header h6 {
	font-size: 12px;
	margin: 0 0 6px 0;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.blog article header h6 a {
	color: #fff;
	font-weight: 700;
	}
	
article header h6.category {
	height: 63px;
	width: 64px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	margin: 0;
	text-indent: -9999px;
	line-height: 0;
	-moz-transition: all 200ms ease-out; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out;	
	}
article header h6.category:hover {
	background: #27d;
	border-color: #259;
	}
article header h6.category a {
	display: block;
	background: url(resources/img/category_icons.png) left top no-repeat;
	height: 63px;
	text-indent: -9999px;
	}
article header h6.category a[href$='art/'] {background: url(resources/img/category_icons.png) left -128px no-repeat;}
article header h6.category a[href$='ideas/'] {background: url(resources/img/category_icons.png) left -64px no-repeat;}
article header h6.category a[href$='uni/'] {background: url(resources/img/category_icons.png) left -256px no-repeat;}


article header h6.category a:hover {
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	}

article time, article header h6.category, #share {
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	}	
	
article time {
	display: block;
	border-bottom: 1px solid #ddd;
	width: 64px;
	height: 63px;
	text-align: center;
	font-weight: 700;
	background: #fff;
	border-radius: 5px 5px 0 0;
	}

article time .date_day {
	padding-top: 12px;
	display: block;
	font-size: 28px;
	line-height: 22px;
	}
article time .date_month {
	display: block;
	padding-top: 1px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 12px;
	}	
article time .date_year {
	display: block;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 11px;
	}
article h4 {
	margin-left: 100px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	text-transform: uppercase;
	}
article p {
	width: 632px;
	margin: 0 0 1.8em 100px;
	}

article p a {color: #27d; border-bottom: 1px solid #cdf;}
article p a[href$='jpg'] {border: none;}
article p a:hover {color: #fff; background-color: #27d; text-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 2px 0 3px;}
article p.bigger {font-size: 40px; line-height: 1.4em; color: #888; margin-bottom: 1em;}
article p span.drop {
	float: left;
	font-size: 3.6em;
	line-height: 0em;
	padding: 4px 6px 0 0;
	}
article p img {
	border-radius: 6px;
	}
	
.blog #posts_navigation {margin-left: 100px; padding-top: 10px; border-top: 1px solid #ddd;}
.blog #posts_navigation p {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	}

/*** SHARER ***/

#share {
	float: left;
	clear: left;
	border-top: 1px solid #eee;
	
	background: #fff;
	width: 64px;
	height: 63px;
	overflow:hidden;
	margin: 0;
	
	
	border-radius: 0 0 5px 5px;
	-moz-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	}
	
#share:hover  {
	width: 240px;
	border-radius: 0 5px 5px 5px;
	
	
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.5);
	box-shadow: 0 4px 6px rgba(0,0,0,0.5);
	}
#share h6 {
	float: left;
	line-height: 60px;
	width: 64px;
	text-align: center;
	color: #222;
	text-shadow: 0 -1px 0 #ddd;	
	}
#share:hover h6 { color: #27d; }

#share ul {
	list-style: none;
	position: relative;
	left: 8px;
	}
#share li {
	float: left;
	width: 52px;
	padding-top: 8px;
	
	margin-right: 4px;
	}
#share li:hover {border-color: #fff;}
#share li a {
	display: block;
	height: 47px;
	width: 47px;
	border-radius: 4px;
	
	background: url(resources/img/share_icons.png) left top no-repeat;
	text-transform: uppercase;
	text-indent: -9999px;
	line-height: 47px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	}

#share li.tum_icon {display: none;}

#share a.fb_icon { background-position: left top;}
#share a.twit_icon { background-position: left -119px;}
#share a.tum_icon { background-position: left -320px;}
#share a.digg_icon { background-position: left -352px;}	
#share a.fb_icon:hover { background-position: left -59px;}
#share a.twit_icon:hover { background-position: left -177px;}
#share a.tum_icon:hover { background-position: left -400px;}
#share a.digg_icon:hover { background-position: left -411px;}


/* Comments
		#comments {
			margin-left: 100px;
			border-top: 1px solid #888;
			}
		#comments h4 {
			font-size: 21px;
			padding: 0.4em 0 0 0 ;
			margin-bottom: 1em;
			}
		#comments ol {list-style: none; margin-left: 0;}

		li.comment {
			position: relative;
			padding: 0 0 12px 58px;
			margin: 4px 0 12px;
			border-bottom: 1px solid #ddd;
			}
		
		li.comment.last { border: none;	}
		li.comment img {
			position: absolute;
			top: 1px;
			left: 1px;
			}
		li.comment h5 {
			font-size: 14px;
			font-weight: 700;
			}
		li.comment h5 a { color: #27d; }
		li.comment h5 a:hover {
			color: #458;
			border-bottom: 1px dotted #111;
			}
		li.comment p {
			font-size: 13px;
			width: 42em;
			margin: 0 0 10px 0;
			}
		li.comment h6 {
			font-size: 12px;
			padding: 2px 0 0;
			color: #888;
			}
		li.comment h6 a { color: #666; }
		li.comment h6 a:hover { color: #27D; }
		#comments .leaveComment h4 {
			font-size: 21px;
			border-top: 1px solid #888;
			padding-bottom: 0.4em;
			margin-bottom: 0;
			}
		#commentform { padding: 12px 0 32px 54px; }
		
		#commentform p {font-size: 14px; font-family: Helvetica, Arial, sans-serif;}
		#commentform label {
			font-weight: bold;
			display: block;
			float: left;
			width: 90px;
		}
		#commentform label.error {
			font-size: 10px;
			line-height: 22px;
			color: #F00;
			width: auto;
			float: left;
			position: absolute;
			top: 2px;
			right: 90px;
		}
		#commentform .commenter, #commentform .oneliner {
			position: relative;
		}
		#commentform label.error {
			
			
		}
		#commentform .submitter {
			padding-left: 90px;
		}
		#commentform p.oneliner {
			height: 24px;
			padding-right: 8px;
			
		}
		#commentform .oneliner input {height: 18px; float: left;}
		#commentform .oneliner input, #commentform textarea, .search_input {
			border: 1px solid #ccc;
			padding: 1px 3px;
			margin-right: 8px;
		}
		#commentform .oneliner input:focus, #commentform textarea:focus, .search_input:focus {
			border: 2px solid #27d;
			padding: 0 2px;
		}
		.search_input {margin: 0; height: 18px;}
*/
/*** WORK ***/

.work.index .page_title h3 {
	text-transform: none;
	color: #222;
	font-size: 40px;
	width: 380px;
	float: left;
	line-height: 1.6em;
	padding-top: 35px;
	}

.work.index .page_title {
	height: 100%;
	}
.work.index article {
	height: 178px;
	width: 178px;
	float: left;
	margin: 0 12px 16px 0;
	overflow: hidden;
	position: relative;
	
	border-radius: 9px;
	
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
.work article img { border-radius: 9px; }
.work.index article:nth-child(4n) {margin-right: 0;}
.work.index article:hover {
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.6);
	box-shadow: 0 5px 8px rgba(0,0,0,0.6);
	}
.work.index article h3 {
	position: absolute;
	width: 162px;
	padding: 8px;
	line-height: 1.2em;
	background: #111;
	background: rgba(0,0,0,0.8);
	bottom: -80px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 0 0 9px 9px;
	}
.work.index article:hover h3 { bottom: 0;}
#container.work.index article h3 a {
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	display: block;
	}
#container.work.index article h3 a:hover {color: #27d;}
.work.index article header h6.category {
	background: transparent;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 0;
	top: -70px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	}
.work.index article:hover h6.category {
	top: 0;
	}
.work.index article header h6.category a {
	background: url(resources/img/category_icons.png) left top no-repeat;
	height: 63px;
	text-indent: -9999px;
	}
.work .filter li a[href$='sketch/'], .work article header h6.category a[href$='sketch/'] {
	background-position: left -192px;
	}	
.work .filter li a[href$='degree/'], .work article header h6.category a[href$='degree/'] {
	background-position: left -256px;
	}
.work .filter li a[href$='client/'], .work article header h6.category a[href$='client/'] {
	background-position: left -320px;
	}
.work .filter li a[href$='personal/'], .work article header h6.category a[href$='personal/'] {
	background-position: left -384px;
	}
.work .filter li a[href$='work/'] {
	background-position: left -576px;
	}
.work.index article header h6.category a:hover {
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);	
	}
.work .filter {padding-top: 12px;}
.work .filter ul {
	list-style: none;
	height: 64px;
	margin: 0;
	padding: 4px 0 12px;
	}
.work .filter li {
	height: 64px;
	width: 64px;
	float: left;
	padding: 0 12px 0 0;
	margin: 0;
	}
.work .filter li.remover {padding: 0;}
.work .filter li a {
	display: block;
	color: #888;
	font-weight: 700;
	border-radius: 5px;
	height: 64px;
	width: 64px;
	text-indent: -9990px;
	background: url(resources/img/category_icons.png) left top no-repeat;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	box-shadow: 0 4px 8px rgba(0,0,0,0.4);
	}
#container.work .filter li a:hover {
	
	}
.work .filter li a:hover, .work .filter li.current-cat a {
	background-color: #27d;
	color: #27d;
	}
.work.single article header h6.category, .blog.archive article header h6.category, .home .latest article header .category {
	border-radius: 0 0 5px 5px;
	}



/***CONTACT***/

	.contact .primary {
		width: 780px;
		}
	.business_card header {
		float: left;
		width: 320px;
		padding-left: 10px;
		margin-bottom: 50px;
		}
	.business_card h2 {
		margin-top: 0.8em;
		font-size: 68px;
		line-height: 1.2em;
		}
	.business_card p {
		margin: 5px 20px 5px 0;
		}
	
	
	/** Business Card **/
	.vcard {
		/*background: url(resources/img/jh_biz_template.png) left top no-repeat;*/
		
		float: left;
		height: 273px;
		width: 425px;
		padding-left: 5px;
		margin: 20px 0 35px;
		color: #444;
		font-size: 13px;
		letter-spacing: 0.45px;
		
		/**-moz-transform: rotate(0deg);
		-webkit-transform: rotate(3deg);**/
		
		-webkit-box-shadow: 0 5px 16px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 5px 12px rgba(0,0,0,0.4);
		box-shadow: 0 5px 12px rgba(0,0,0,0.4);
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	.vcard:hover {
		-webkit-box-shadow: 0 5px 32px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.5);
		box-shadow: 0 8px 20px rgba(0,0,0,0.5);
		}
	.vcard .info {padding: 69px 0 0 19.5px;}
	.vcard #contact {list-style: none; margin-left: 0;}
	.vcard li {margin-bottom: 5px;}
	.vcard .fn {font-size: 18.7px; font-weight: 700; line-height: 1em; margin: 0;}
	.vcard .org {font-size: 13.5px; letter-spacing: 2.52px; padding-bottom: 30px; color: #888; margin: 0;}
	.vcard li .icon {margin: 0 0 0 177px; padding-left: 34px;}
	.adr, .vcard .photo {display: none;}
	
	
	.vcard .icon {background: url(resources/img/jh_biz_icons.png) left top no-repeat;
		color: #444;
		-webkit-transition: color 200ms ease-in;
		-moz-transition: color 200ms ease-in;
		transition: color 200ms ease-in;
		}
	.vcard .icon:hover {color: #27d;}
	.vcard .icon.tel {background-position: left 2px; letter-spacing: 0.75px;}
	.vcard .icon.tel:hover {background-position: left -105px;}
	.vcard .icon.email {background-position: left -24px; letter-spacing: 0.4px;}
	.vcard .icon.email:hover {background-position: left -131px;}
	.vcard .icon.twitterurl {background-position: left -51px;}
	.vcard .icon.twitterurl:hover {background-position: left -158px;}
	.vcard .icon.url {background-position: left -78px; letter-spacing: 0.4px;}
	.vcard .icon.url:hover {background-position: left -185px;}

/***FOOTER***/
footer {
	border-top: 1px solid #ddd;
	margin-top: 24px;
	padding: 24px 16px 36px;
	}
footer .credits {
	background: url(resources/img/jh_copyright.png) left 7px no-repeat;
	padding: 0 0 0 84px;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	}
footer .credits a {
	color: #666;
	font-weight: 700;
	border: none;
	}
footer .credits a:hover {color: #fff;}
.about footer p.credits {margin-left: 0;}





#memorial {
width: 750px;
margin: 0 auto 0.5em;
text-align: center;
padding: 0.5em;
background: #eee;
border: 1px solid #ccc;
border-radius: 5px; }

#memorial {
font-size: 16px;
color: #333;
font-weight: 700;	}

#memorial span {
font-size: 12px;
font-weight: 500;	}


div#memorial:hover {
color: #fff
background: #333;	}






.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*
@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  / html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } /
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

*/


