/*  
Theme Name: Kenneth's Picnic
Theme URI: http://wordpress.org/
Description: Kenenth Kufluk's nice summery garden picnic design
Version: 1.0
Author: Kenneth Kufluk
Author URI: http://kenneth.kufluk.com/

	This theme was designed and built by Kenneth Kufluk,
	whose blog you will find at http://kenneth.kufluk.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: 'Calibri', 'Trebuchet MS', Verdana;
    font-size:1.2em;
	background: #ECFACE;
	margin:0;
	}

#page {
	position: relative;
	min-height: 100%;
	}

    #sky_canvas {z-index:10;}

#content {
	font-size: 0.9em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
.navigation a {
    font-weight:bold;
    }
.iconify A, .iconify A:visited  {
    padding-left:60px;
    padding-top:18px;
    display:block;
    background-repeat:no-repeat;
    height:50px;
    text-decoration:none;
    border-bottom:0;
    border:0;
}
.iconify A:hover {
    text-decoration:underline;
}
.iconify SPAN {
    padding-left:60px;
    margin-top:1.2em;
    display:block;
    background-repeat:no-repeat;
    height:50px;
    text-decoration:none;
}
.iconify SPAN A {
    padding-left:0;
    padding-top:0;
    display:inline;
    background:none;
    height:auto;
    text-decoration:none;
}
.icon.twitter {
    background-image:url(images/icon-twitter.jpg);
}
.icon.linkedin {
    background-image:url(images/icon-linkedin.jpg);
}
.icon.facebook {
    background-image:url(images/icon-facebook.jpg);
}
.icon.rss {
    background-image:url(images/icon-rss.jpg);
}
.icon.kpk {
    background-image:url(http://www.gravatar.com/avatar/b404e9b4f7ffc0b28af7e004da3d7f1b.png);
}
img.me {
    padding:5px;
    float:right;
}

small {
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Cambria, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


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;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.commentlist {
    background:transparent url(images/50pc.png);
    }
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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: calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #262;
	font-size:0.8em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
    word-wrap:break-word;
	}
	
pre {
	background-color:#eee;
	width:100%;
	white-space:wrap;
	word-wrap:break-word;
	
	border:1px solid #333;
	padding:1em;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #085600;
	text-decoration: none;
	border-bottom:1px dashed #0E9000;
	}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
	border-bottom:0;
	}

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

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

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

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



/* Begin Structure */




/* End Structure */



/*	Begin Headers */

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.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;
	}

html>body .entry ol li {
	margin: 0;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	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 {
	margin: 0;
	padding: 0.5em 1em;
    background:transparent url(images/50pc.png);
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
    font-size:80%;
    
	}

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

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



/* 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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0 0;
	font-size: 0.8em; 
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

hr {
	display: none;
	}

a img {
	border: none;
	}

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

/* KENNETH'S CLASSES */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5%;
	width: 65%;
	}

.post {
	margin: 0 0 40px;
    padding: 0.5em 1em ;
	text-align: justify;
    background: transparent url(images/50pc.png);
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 5%;
	margin: 0px 0 0;
	width: 65%;
	}

#sidebar
{
	padding: 0 1em 1em 1em;
	position:relative;
	margin-left:75%;
	}

#sidebar form {
	margin: 0;
	}

	html, body {
	    height: 100%;
	}
	h1 {
		margin:0;
		font-size: 180%;
        font-family:Cambria, verdana, sans serif;

	}
	h1 a {
		font-size: 100%;
		color:white;
		text-underline:none;
	}
	h1 a:hover, h1 a:link, h1 a:active, h1 a:visited {
		color:white;
	}

	#header {
		position:absolute;
		width:90%;
		top:28px;
		color:#9AA9D6;
		margin-left:5%;
	}


	#sky {
		width:100%;
		background:url(images/sky.jpg) repeat-x;
		height:188px;
		overflow:hidden;
		z-index:0;
		position:relative;
	}
	#sky.index {
		height:368px;
	}
	#night {
		width:100%;
		background:black;
		height:368px;
		overflow:hidden;
		z-index:1;
		position:absolute;
		opacity:0;
	}
	#land {
		width:100%;
        background:url(images/land.gif) repeat-x left bottom;
		height:72px;
        position:absolute;
        left:0;
        top:116px;
        z-index:100;
	}
	#land.index {
        top:296px;
	}
	#viewDisplay {
		z-index:1000;
	}
	#timeDisplay {
		float:right;
		clear:both;
		z-index:10;
	}
	#daytimeSlider {
		z-index:100;
	}
	#daytimeSlider #handle1 {
		z-index:100;
		cursor:col-resize;
	}



	#scenery {
		position:absolute;
		width:100%;
		top:295px;
		height:100px;
		overflow:hidden;
		z-index:200;
	}
	div#hills {
        display:none;
		position:absolute;
		z-index:100;
		background: transparent url(images/hills.png) repeat-x;
		width:100%;
		height:94px;
	}
	img#hill1 {
		position:absolute;
		margin-left:-10%;
		z-index:100;
	}
	img#hill2 {
		position:absolute;
		margin-left:15%;
		z-index:20;
	}
	img#hill3 {
		position:absolute;
		margin-left:55%;
		z-index:30;
	}
	img#hill4 {
		position:absolute;
		margin-left:70%;
		z-index:110;
		top:10px;
	}



	#footer {
		font-size:70%;
	}
	.about {
        background:transparent url(images/50pc.png);
        padding:2em;
        margin:0 2em;
        text-align:center;
	}
	#leftfoot {
		float:left;
		width:125px;
		height:144px;
        margin-top:6px;
	}
	#rightfoot {
		float:right;
		width:125px;
		height:146px;
        margin-top:4px;
	}

    #wpstats {
        display:none;
    }
	
#track1 {
	width:100%;
	background-color:#000;
	height:5px;
}

#handle1 {
	width:17px;
	height:22px;
	background:url(images/hand.gif) no-repeat 0 -10px;
}
.star {
	position:absolute;
	top:0;
	left:0;
    z-index:10000;
}
.brightstar {
	background:url(images/star.png)  no-repeat;
	width:7px;
	height:7px;
	margin-left:-3px;
	margin-top:-3px;
}
.small {
	background:white;
	width:2px;
	height:2px;
}
.planet {
	background:url(images/planet.png)  no-repeat;
	width:7px;
	height:7px;
	margin-left:-3px;
	margin-top:-3px;
	z-index:1000;
}
.sun {
	position:absolute;
	background:url(images/sun.png)  no-repeat;
	width:234px;
	height:234px;
	margin-left:-117px;
	margin-top:-117px;
	z-index:5;
}
.moon {
	position:absolute;
	background:url(images/themoon.gif)  no-repeat;
	width:75px;
	height:75px;
	margin-left:-62px;
	margin-top:-62px;
	z-index:5;
}
#planetariumDiv {
	background:black;
	width:100%;
	position:absolute;
	top:-50px;
	z-index:5;
}

 img, div { behavior: url(iepngfix.htc) }
