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

/* Begin Reset *************************************************************************
***************************************************************************************************/
* {	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

html { 
	margin-bottom: 1px;
	height: 100%; /* Must be 100% cause of the Sticky Footer. And for the scroll bar to appear. */
	}

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 {
	text-decoration: underline;
	color: black;
	}

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

#header {
	width: 800px;
	padding: 10px 0 0 0;
	}

#header h1 a.logo {
	text-align: left;
	margin: 0 auto 0 auto;
	height: 20px;
	}

#header h1 a:hover {
	background-position: center -57px;
	}

#header h1 a:active {
	background-position: center -114px;
	}

#pagewrap {
	width: 800px;
	height: 100%; /* Must be 100% cause of the Sticky Footer */
	margin: 0 auto;
	}

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

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

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

#catwrap {
	padding: 5px 0 10px 0;
	width: 320px;
	margin: 0 auto;
	}

ul#catlist {
	list-style: none;
	}

ul#catlist li.cat-item,
ul#catlist li.page_item {
	display: block;
	float: left;
	}

ul#catlist li.cat-item a,
ul#catlist li.page_item a {
	float: left;
	width: 60px;
	padding: 3px;
	margin: 0 4px 0 4px;
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	background: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;	
	-moz-border-radius: 12px;
	border-radius: 12px;
	}

ul#catlist li.cat-item a:hover,
ul#catlist li.page_item a:hover {
	border: 2px solid #ddd;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}

ul#catlist li.current-cat a,
ul#catlist li.current_page_item a {
	border: 2px solid #ddd;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;	
	-moz-border-radius: 12px;
	border-radius: 12px;
	}

ul#logolist {
	list-style: none;
	margin: 0 auto;
	}

ul#logolist li {
	display: inline;
	}

ul#logolist li a {
	margin: 0;
	color: #888;
	}

ul#logolist li a p {
	position: relative;
	top: 70px;
	text-align: center;
	}

ul#logolist li a:hover {
	color: #888;
	text-decoration: none;
	}

ul#logolist li.logo1 a {
	width: 80px;
	}

ul#logolist li.logo2 a {
	width: 64px;
	height: 68px;
	background: transparent url('images/hear-logo.gif') no-repeat;
	background-position: 0 bottom;
	}
	
ul#logolist li.logo3 a {
	width: 66px;
	height: 68px;
	background: transparent url('images/hilja-logo.gif') no-repeat;
	background-position: 0 bottom;
	}

/* End Lists ***************************************************************************************
****************************************************************************************************
****************************************************************************************************
***************************************************************************************************/


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