/*  
Theme Name: pakahiki-v2
Theme URI: http://www.pakahiki.com/
Description: Based on <a href="http://wpthemes.info" title="Sadish">Misty Look</a>. MistyLook support available at <a href="http://forums.wpthemes.info/" title="Forums">Forums</a>.
Version: 1.0
Author: Vincent
*/
* {
	padding: 0; 
	margin:0;
}
p {		/* used for several paragraphs in posts, pages, comments, sidebar and footer */
	margin: 0.7em 0;
	line-height:1.6em;
}
img 
{		/* supposedly used to draw a shadowed border around images; border is limited to 800x800 pixels */
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
a img {	/* supposedly used to draw a shadowed border around linked images; border is limited to 800x800 pixels */
	border:none;
	background:none;
	padding:none;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
.clear {	/* no idea */
	clear:both;
	height:20px;
}

blockquote
{		/* supposedly used to mark quotations */
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
}
fieldset 
{		/* no idea */
	border:none;
}
body 
{
	background: #f9f9f0;	/* background; can be changed without changing anything else like images */
	margin: 0; 
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 	/* font, size and line height */
	color: #333; 	/* standard color; #333 is grey, not black */
	text-align: center;		/* no effects in firefox; centers #container in IE? */
}
a 
{		/* has effect on all links */
    text-decoration:none;
}
a:link, a:visited {
	color: #265e15;	
}
a:hover, a:active {
	border-bottom:#963 1px solid;
}
h1, h2, h3, h4, h5, h6 
{		/* changes all headers */
	font-family:Georgia, Verdana, Arial, Serif;
}

#container {	/* all-content container */
	border: #ccc 1px solid;
	background: #fff; 
	margin: 0 auto; 
	width: 780px; 	
	position: relative; 
	text-align: left;
}
#navigation {	/* navigate pages (in the header) */
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;
}
 html #navigation {	/* no idea; a hack? */
	height: 1%;
}
#navigation ul li {		/* navigate pages (in the header) */
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {	/* navigate pages (in the header) */
	border: #dedede 1px solid; 
	border-bottom:none;
	padding: 2px 10px; 
	display: block; 
	font-weight:bold;
	color:#666;		
	text-decoration: none;
	background:#ededed;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {	/* navigate pages (in the header) */
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}
#navigation ul li.search {	/* search form (in the header) */
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 0;
}
#navigation ul li.search input#searchsubmit {	/* search form (in the header) */
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px; 		
}
.breadcrumb
{		/* breadcrumb navigation */
	margin: 5px 0 5px 10px;
}
.breadcrumb a
{		/* breadcrumb navigation */
	color:#333;
}
#content h1 
{		/* headline h1 in header (under pages-navigation) */
	font-size:1.8em;
	margin:0 0 0 0;
	font-variant:small-caps;
	letter-spacing:1px;		
}
#content h1 a {	/* headline in header (under pages-navigation); no effect; */
	
	text-decoration:none;	
	border:none;
}
#headerimage {	/* container to hold the header image; background:url seems to define a default image */
	clear: both; 
	background: #fff url(img/headers/misty.jpg) no-repeat 0 0;
	margin: 10px; 
	color: #fff; 
	height: 200px;
}
 html #headerimage {	/* no effect; a hack? */
	margin-top: 0;
}
#content {		/* content including sidebar */
	margin: 10px 10px 10px 20px; 	
}
 html #content {	/* no effect; a hack? */
	height: 1%;
}
#content h3 {	/* originally only used for "Leave a Reply" */
	font-size: 1.4em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	
}
#content h4 {	/* originally not used */
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
#content h5 {	/* originally not used */
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{		/* originally not used */
    margin:1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content-main ul.asides 
{		/* originally not used */
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
}
#content ol 
{		/* originally not used */
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main {		/* content without sidebar */
	float: left; 
	width: 520px; 
	margin-right: 20px;
	margin-left: 10px;
}
 html #section-index #content-main {	/* no effect; a hack? */
	margin-right: 20px;
}
#content p img.right {	/* supposedly used to align images in the content container */
	float: right;
	margin:10px 0 0 10px;	
}
#content p img.left {	/* supposedly used to align images in the content container */
	float: left; 
	margin:0 10px 10px 0;
}
#content .post h2 
{		/* h2 headlines in the content container */
	font-size: 1.4em; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:normal;	
}
#content .entry 
{		/* actual content of a post or page */
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a:link, #content .entry a:visited
{		/* supposedly used for links in the actual content of a post or page */
    border-bottom:#963 1px dashed;    
}
#content .entry a:hover, #content .entry a:active
{		/* supposedly used for links in the actual content of a post or page */
    border-bottom:#963 1px solid;    
}
#content .post-info , #content .postmetadata
{		/* post-date and autor and edit link (under the h2 headline); postmetadata? */
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;	
}
#content .post-info 
{		/* post-date and autor and edit link (under the h2 headline) */
	background:url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom:12px;	
}
#sidebar {	/* navigation bar container */
	float: left; 
	width: 200px;
	font-size:0.9em;
}
#sidebar ul
{		/* navigation bar entries */
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{		/* navigation bar entries */
	list-style:none;
	margin:0.5em 0 0 1em;
}
#sidebar ul ul ul
{		/* navigation bar entries */
	margin:0 0 0 1em;
}
li.sidebox {	/* navigation bar boxes */
	padding:10px;
	background: url(img/sideheadtop.gif) #ededed no-repeat left top; 
	margin-bottom: 10px; 	
}
html li.sidebox {	/* no effect; a hack? */
	padding-bottom: 10px;
}
li.sidebox h2 {		/* navigation bar headers */
	font-weight: normal; 
	font-size: 1.6em; 
	text-align: left;
	color: #242;	
	font-variant:small-caps;
	margin-top: 5px;
}
#sidebar li.sidebox p img {		/* images in the navigation bar */
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}
#sidebar li.sidebox li.current_page_item a
{		/* current page item */
	color:#333;
	font-weight:bold;
}
#sidebar li.sidebox li.current_page_item ul a
{		/* children of current page item */
	color:#265e15;
	font-weight:normal;
}
#footer {	/* footer line */
	clear: both; 	
	background: transparent; 
	margin: 0 auto; 
	width: 760px; 	
	text-align: left;
}
 html #footer {		/* no effect; a hack? */
	height: 1%;
}
#footer p {		/* left side of footer line */
	float: left; 
	width: 50%; 
	line-height: 1.2em;
}
#footer p.right {	/* right side of footer line */
	float: right; 
	margin: 1em 0; 
	width: 50%; 
	text-align: right;
	font-size: 0.9em; 
	color:#999;
}
#container .commentlist {	/* container holding all comments */
	margin: 0.6em 0 0 0;
	padding: 0;		
}
.commentlist li 
{
	list-style:none;
}
.commentlist li p
{
	margin-top:-0.1em;
}
input.textbox
{
	border:#ccc 1px solid;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:250px;
}
#navigation input.textbox
{
	width:150px;
}
textarea{
	width: 90%;
	padding:3px;
	line-height:2em;
	height: 10em;
	border: 1px solid #ccc;	
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
ul.home li {
	font-size:30px;    
	margin:0;
    padding:0.5em 0 0 2.5em;
    border-bottom:#963 0px dashed;
    height:60px;
    font-family:Georgia, Verdana, Arial, Serif;
    list-style:none;
}
ul.home li a {
}