/*
Theme Name: Punkku 2010
Theme URI: http://punkku.ept.fi/
Description: Theme for Punkku 2010.
Version: 1.0
Author: Antti Vuorela
Author URI: http://vugi.iki.fi/
Tags: 
Text Domain:

*/

html {
	margin: 0;
	padding: 0;
	background: 50% -77px url('images/bg-tile-green.jpg') repeat;
}

body {
	background: url('images/header-bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	text-align:center;
	color: #333;
}

/* Layout */

#wrapper {
	width: 610px;
	margin: 0 auto;
	padding: 20px 0;
	text-align:left;
}

#content {
	background: url('images/content-bg-middle.png') repeat-y;
	min-height: 200px;
	padding: 10px 40px;
	margin: 0;
}

#content-top {
	margin:0;
	padding:0;
	background: url('images/content-bg-top.png') no-repeat;
	height:20px
}

#content-bottom {
	margin:0;
	padding:0;
	background: url('images/content-bg-bottom.png') no-repeat;
	height:40px
}

/* Header */

#header{
	background: url('images/header.png') no-repeat;
	height: 155px;
	width: 610px;
	margin: 0;
	padding: 0;
}

#header h1 {
	display: block;
	height: 155px;
	width: 610px;
}

#header a {
	display: block;
	width: 600px:
	height: 155px;
	font-size: 1.2em;
}

#header h1 span {
	display: none;
}

/* Menu */

#menu {
	background: url('images/menu-bg.png') no-repeat;
	height: 20px;
	margin: 0;
	padding: 8px 40px;
}

#menu * {
	margin: 0;
	padding: 0;
	display:inline;
}

#menu a {
	margin: 0;
	background: url('images/menu.png') no-repeat;
	float:left;
	height: 20px;
	width: 60px;
	text-indent: -999em;
	overflow: hidden;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
background-position: 0 -20px;
}

#menu li.page-item-9 a	{ background-position: -60px 0;		width: 86px;	}
#menu li.page-item-14 a	{ background-position: -146px 0;	width: 138px;	}
#menu li.page-item-16 a	{ background-position: -280px -1px;	width: 106px;	}

#menu li.page-item-9 a:hover  	{ background-position: -60px -20px;	}
#menu li.page-item-14 a:hover	{ background-position: -146px -20px;}
#menu li.page-item-16 a:hover	{ background-position: -280px -21px;}




/* Blog */

.nocomments {
	display:none;
}

.navigation {
	margin-bottom: 40px;
}

/* Copypaste from Wordpress default theme */

.post {
	margin: 0 0 40px 0;
	/*text-align: justify;*/
	clear: both;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
	
a:hover {
	color: #147;
	text-decoration: underline;
	}
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* 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.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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#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 */		

