/*  
Theme Name: Hawaiian Party 
Theme URI: http://www.hawaiianparty.co.uk
Description: 960/16 column grid. Three content columns: 8/4/4. Default Kubrick Loop. Sidebar top area. Threaded Comments. jQuery dropdown nav.
Version: 1.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk
*/

/* Layout */

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/* Global */

html{
	background: #d3cdb5 url(images/banner_graphic_background.gif) repeat-x top left;
}

body{
	
}

#container{
	font-size: 1.1em;
}

#inner-wrap{
	width: 100%;
}

/* Links */

a:link, a:visited, a:focus{
	color: #039;
	text-decoration: none;
}

a:hover, a:active{
	color: #c00;
	text-decoration: underline;
}

a img {
	border: none;
}

li.current_page_item a{
	color: #0cf;
}

/* Header */

#header{
	width: 100%;
}

a#site-name{
	width: 495px;
	margin: 0 auto;
	display: block;
}

span.description{
}

/* Navigation */

#main-nav ul{
	position: relative;
	top: -20px;
	padding: 0 0 10px 0;
	text-align: center;
	background: url(images/menu-bg.gif) no-repeat bottom center;
}

#main-nav ul li{
	display: inline;
	margin: 0 1px;
	background: #d6ceb5;
}

#main-nav ul li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

#main-nav ul li a:hover{
	color: #85816f;
	text-decoration: none;
}
	

/* Content */

#content{
	margin: 0 190px;
	padding: 20px 60px 60px 60px;
	background: #fff;
}

/* Sidebars Generic */


.generic_sidebar ul li{
	list-style: none;
}


/* First Sidebar */

#sidebar1{
	position: absolute;
	left: 0;
	background: #d3cdb5;
}

#sidebar1 ul li{
	list-style: none;
	height: 30px;
	background: url(images/section_frame.gif) no-repeat top left;
}

#sidebar1 ul li a{
	display: inline-block;
	height: 22px;
	width: 147px;
	padding-top: 8px;
	padding-left: 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#sidebar1 ul li a:hover{
	color: #603913;
	text-decoration: none;
}

ul#sidebar-nav{
	padding-bottom: 40px;
	background: url(images/section_grass.gif) no-repeat bottom left;
}

/* Second Sidebar */

#sidebar2{
	position: absolute;
	right: 0;
	width: 170px;
	margin: 0 10px; 
}

#sidebar2 ul li{
	list-style: none;
	margin: 0.5em 0;
}

#sidebar2 ul li ul li, #sidebar2 ul li p{
	padding: 0 10px;
}

#sidebar2 li a{
	color: #000;
}

#sidebar2 li a:hover{
	color: #c00;
}

#sidebar2 ul li#bloghome{
	margin: 0 10px 10px 10px;
}
#sidebar2 ul li#sitemap{
	margin: 0 10px 10px 10px;
}

#sidebar2 h2, #sidebar2 h3{
	height: 32px;
	margin-bottom: 0;
	padding-top: 6px;
	font: bold 16px Georgia, "Times New Roman", Times, serif; 
	color: #fff;
	background: url(images/driftwood_brown.gif) no-repeat top center;
	text-align: center;
}

/* Footer */

#footer{
	clear: both;
}

/* Posts */

.post{
	max-width: 800px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6ceb5;
}

.post h1 a, .post h2 a{
	color: #036;
}

.postmetadata{	
	font-size: 0.95em;
	color: #a59e8a;
}

.entry{
	
	}


.entry ul, .entry ol{
	margin-left: 20px;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Positioned graphic elements */

a#roof{
	position: absolute;
	top: 0;
	left: 0;
}

#sun{
	position: absolute;
	top: 0;
	right: 0;
}



/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


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


/* Begin Comments*/

ul.commentlist li{
	margin-bottom: 10px;	
	list-style: none;
	border-bottom: 1px solid #d6ceb5;
}

div.comment-avatar{
	float: left;
	margin-right: 10px;
}

div.comment-author cite{
	font: normal 14px Arial, Helvetica, sans-serif;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	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; }



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

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}









