/*  
Theme Name: jporola
Theme URI: http://powerpointboys.com/
Description: Built by Hiljá.
Author: Antti Hiljá
Author URI: http://hilja.net/
*/

/*Compresse Meyer reset*/
html,body,div,span,applet,object,iframe,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,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,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;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}
html {
	margin-bottom: 1px;
	height: 100%; /* Must be 100% cause of the Sticky Footer. And for the scroll bar to appear. */
  overflow-y:scroll;
}
body {
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: white;
	text-align:center;
	color: #333;
	height: 100%; /* Must be 100% cause of the Sticky Footer */
}
/* End Reset 
***************************************************************************************************/

/* Begin Links
***************************************************************************************************/
a {text-decoration: none; color:#888;}
a:hover {color: black; text-decoration: underline;}
a.post-edit-link, .metadata a {color:#333;text-decoration: none;}
a:hover.post-edit-link, .metadata a:hover {color:#009090;text-decoration:underline;}
/* End Reset 
***************************************************************************************************/

/* Begin Typography 
***************************************************************************************************/
p { 
	font-size:1em;
	margin:0 0 1em 0;
	line-height:1.8em;
}
h1 {
	margin:0 0 10px 0;
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
}
/* End Typography 
***************************************************************************************************/

/* Begin Structure 
***************************************************************************************************/
#pagewrap {
	height: 100%; /* Must be 100% cause of the Sticky Footer */
	margin: 0 auto;
	text-align:left;
	width: 800px;
}
#header {padding:10px 0 0 0; width:800px; }
body > #pagewrap { /* Sticky footer thingy */
	height: auto; 
	min-height: 100%;
}
.content {padding-bottom: 4em;  /* must be same height as the footer */}
#footer {
	padding: 1.5em 0 .5em 0;
	width: 100%;	
	position: relative;
	margin-top: -4em; /* negative value of footer height */
	height: 2em;
	clear: both;
}
div.download a {
	display: block;
	padding: 6px 0 7px 0;
	width: 80px;
	margin: 0 0 10px 0;
	background: #000;
	text-align: center;
	vertical-align: bottom;
	color: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.download a:hover {
	background: #009090;
	color: white;
	text-decoration: none;
}
.content-head {
	height: 20px;
	padding: 5px 0 5px 0;
	text-align: center;
	position: relative;
}
.wide-col {
	text-align: left;
	margin: 0 0 20px 0;
	position: relative;
}
/* Clearfix hack */
.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 */
/* End Clearfix hack */
/* End Structure 
***************************************************************************************************/

/* End Structure */

/* Begin Comments 
***************************************************************************************************/
.commentlist {
	padding: 0 0 10px 0;
	margin: 0 20px 0 20px;
}
.commentlist li {
	margin: 0;
	padding: 5px 7px 5px 7px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.commentlist p {
	margin: 10px 0 10px 0;
}
#commentform p {
	margin: 0 0 10px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments
***************************************************************************************************/

/* Begin Form Elements 
***************************************************************************************************/
form {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0 0;
}
select.archive {width: 145px;}	
input.button {
	width: 170px;
	padding: 5px;
	margin: 0;
	border: 1px solid #888;
	background-color: #ededed;
}
input.btnhov {background-color: yellow;}
.labelwrap {
	float: left;
	width: 270px;
	margin: 0 10px 0 0;
}
label.emaillabel, label.namelabel, label.websitelabel, label.textlabel {
	float: left;
	display: block;
	width: 45px;
	padding: 7px;
	text-transform: uppercase;
	text-align: right;
}	
#author, #email {
	float: left;
	border: 1px solid #888;
	background: transparent url('images/tausta04.png');
	width: 200px;
}	
#url {
	float: left;
	border: 1px solid #888;
	width: 200px;
}	
#commentform input {padding: 4px;}
#commentform textarea {
	width: 508px;
	padding: 5px;
	border: 1px solid #888;
	float: left;
}
#commentform textarea #commentwide{
	width: 508px;
	padding: 5px;
	border: 1px solid #888;
	float: left;
}
#commentform #submit {
	margin: 10px 0 15px 0;
	float: right;
}
/* End Form Elements 
***************************************************************************************************/

/* Begin Lists 
***************************************************************************************************/
#header ul {padding:0 0 20px 0;text-transform:uppercase;}
#header ul li {padding:0 0 7px 0;}
#header ul li.current_page_item a {color:black;}
/* End Lists 
***************************************************************************************************/

/* Begin Metadata 
***************************************************************************************************/
p.time {
	position: absolute;
	right: 19px;
	top: 15px;
}
.metadata {
	position: absolute;
	right: 19px;
	bottom: 5px;
}
.post-edit-link {
	position: absolute;
	right: 0px;
	top: 0px;
}
.commentmetadata {font-weight: normal;}
.commentmetadata a {color:#888;}
/* End Metadata 
***************************************************************************************************/

/* Begin Images 
***************************************************************************************************/
img.alignleft {margin:6px 6px 0 0;}
/* End Images 
***************************************************************************************************/

/* Begin Various Tags
***************************************************************************************************/
.clear {clear:both;}
.inline {	display:inline;}
::-moz-selection{	background:#888;color: #fff;} 
::selection {	background:#888;color: #fff;} 
/* End Various Tags
***************************************************************************************************/
