/*
Theme Name: peterjensen.co.uk index
Theme URI: http://www.peterjensen.co.uk
Description: based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Ping
Author URI: http://www.makyingping.com
Tags: sticky bottom menu, left sidebar



*/



/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
	background-color: white;
	}

#page {
	text-align: left;
	}



#content {
	
	font-size: 11px;
	}



.narrowcolumn .entry{
	line-height: 14px;
	margin-top:10px;
	}


.narrowcolumn .postmetadata {
	text-align: left;
	}


#footer {
	border: none;
	font-size: 11px;
	}

small {
	font-size: 9px;
	line-height: 15px;
	}

h1, h2, h3 {
	font-weight: normal;
	}




h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	}


#sidebar h2 {
	font-size: 12px;
	}

h3 {
	font-size: 13px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 9px;
	}
.commentlist li ul li {
	font-size: 10px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 15px;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 9px;
	}

a, h2 a:hover, h3 a:hover {
	color: #4c4e4f;
	text-decoration: underline;
	}

a:hover {
	background-color: #FFF;
	color: #4c4e4f;
	}
	
a:hover img{
	background-color: #FFF;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Structure */

*{border:0px solid #eee;margin:0;padding:0;list-style:none}
html,body, #page{width:100%;height:100%;overflow:hidden}

#page {
	background-color: #d7d7d7;
	margin: 0px auto;
	width: auto;
	z-index: 50;
	overflow: auto;
	}
	
#wrapper{
	margin:0;
	padding:0;
	height:auto;
	width: auto;
	float: left;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.narrowcolumn {
	float: right;
	padding: 0 0 150px 45px;
	margin: 0px 0 0;
	width: 550px;
	overflow: hidden;
	}

#maincolumn{
	margin: 50% auto auto auto;
	width:400px;
	top: 50%;
	width:100%;
	margin-top:-200px;
	position: absolute;

	}

#maincolumn2{
	margin: 50% auto auto auto;
	width:400px;
	top: 50%;
	width:100%;
	margin-top:-270px;
	position: absolute;

	}
	
	
#innercolumn{
	position:relative;
	width:500px;
	height:388px;
	margin:0px auto;
}

#slidecolumn{
	position:relative;
	width:350px;
	height:490px;
	margin:0px auto;
	z-index:5;
}

	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}



#sidebar{
	padding: 20px 0 10px 0;
	margin-left: 20px;
	width: 90px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
	}

#footer {
	position: absolute;
	bottom: 0px; /* negative value of footer height */
	height: 100px;
	clear:both;
	width:100%;
	text-align: right;
	background-color: #fff;
	z-index: 10;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	} 

#footer ul {
	margin: 10px 10px 0 20px;
	padding: 0;
	list-style: none;
	text-align: left;
	}
	
#footer li {
	display: block;
	float: right;
	padding: 0;
	}
	
#footer a{
	width:auto;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: right;
	text-indent: -99999px;
	}
	
#footer a.one:link, #footer a.one:visited{
	background: url('images/but01coll.png') no-repeat top left;
	width: 121px;
	margin-top: 35px;
}

#footer a.two:link, #footer a.two:visited{
	background: url('images/but02news.png') no-repeat top left;
	width: 55px;
	margin-top: 35px;
}

#footer a.three:link, #footer a.three:visited{
	background: url('images/but03stock.png') no-repeat top left;
	width: 99px;
	margin-top: 35px;
}

#footer a.four:link, #footer a.four:visited{
	background: url('images/but04press.png') no-repeat top left;
	width: 58px;
	margin-top: 35px;
}

#footer a.five:link, #footer a.five:visited{
	background: url('images/but05collab.png') no-repeat top left;
	width: 160px;
	margin-top: 35px;
}

#footer a.six:link, #footer a.six:visited{
	background: url('images/but06arch.png') no-repeat top left;
	width: 85px;
	margin-top: 35px;
}

#footer a.seven:link, #footer a.seven:visited{
	background: url('images/but07cont.png') no-repeat top left;
	width: 85px;
	margin-top: 35px;
}

#footer a.eight:link, #footer a.eight:visited{
	background: url('images/rabbit.png') no-repeat top left;
	width: 65px;
	height:80px;
}

#footer a.one:hover,
#footer a.two:hover,
#footer a.three:hover,
#footer a.four:hover,
#footer a.five:hover,
#footer a.six:hover,
#footer a.seven:hover{
	background-position: bottom left;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.archiveimg{
	margin-right: 5px;
	margin-bottom: 5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 0px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	margin-left: 0px;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */








/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


