/* @override http://ozsail.com.au/wp-content/themes/starkers/style.css  */ 

/* @override http://ozsail.local/wp-content/themes/starkers/style.css */ 

/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "/ozsail/css/reset.css";

body {
	text-align: center;
	font-family: arial, sans-serif;
	background: #36c;
	font-size: 13px;
	padding: 20px;
}

#page {
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/page_bg.jpg) 0 0 no-repeat;
	text-align: left;
	padding-top: 120px;
}

/* @group menu */

#menu {
	width: 900px;
	margin: 0 auto;
	background: #000;
	height: 40px;
}

#menu ul {
	margin: 0 12px;
}

#menu li {
list-style: none;
display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 11px 7px;
	text-decoration: none;
	color: #888;
	font-size: 16px;
}

#menu .current_page_item a, #menu .current_page_parent a {
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

/* @end */

a {
	color: #070;
}

a:hover {
	color: #7b7;
	text-decoration: none;
}

.book_now {
	margin: 10px 20px;
	display: block;
	width: 90px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #f80;
	font-size: 18px;
	border: 1px solid #d60;
}

a.book_now:hover {
	background: #fc7;
}

.edit {
	font-size: 10px;
	text-align: right;
}





#main {
	float: right;
	width: 620px;
}

#content {
	width: 380px;
	padding: 0 20px;
	background: #;
	float: left;
	overflow: hidden;
}

#right_sidebar {
	float: right;
	width: 160px;
	color: #777;
	font-size: 11px;
	background: #eee;
	padding: 0 20px 20px;
	/* IE6 sucks */
	_padding: 0 15px 20px 17px;
}

#right_sidebar p {

}

#footer {
	clear: both;
	padding: 10px 20px;
	text-align: center;
	border-top: 1px solid #eee;
}

/* @group sidebar */

#sidebar {
	padding-top: 320px;
	width: 230px;
}

#sidebar ul {
	margin: 5px 20px;
	color: #060;
}

#sidebar li {
	list-style: none;
}

#sidebar li li {
	list-style: square;
}

#recognition {
	text-align: center;
	margin: 30px 0 0;
}

/* @end */

h2 {
	color: #f70;
	font-family: helvetica;
	font-size: 20px;
	margin: 10px 0;
	font-weight: normal;
}

h3 {
	color: #0a0;
	font-family: helvetica;
	font-size: 16px;
	margin: 10px 0;
}

/* @group images */

.post img, .vizzvox object, .wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#right_sidebar .wp-caption {
	background: #fff;
}

img.alignright, .wp-caption.alignright {
	float: right;
	margin-left: 6px;
}

img.aligncenter, .wp-caption.aligncenter, .vizzvox object {
	display: block;
	margin: 5px auto;
}

img.alignleft, .wp-caption.alignleft {
	float: left;
	margin-right: 6px;
}

.vizzvox {
	margin: 30px 0;
}

.wp-caption {
	text-align: center;
	padding: 5px 0;
}

.wp-caption-text {
	font-size: 11px;
	margin: 5px 0 2px;
}

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

/* @end */




/* @group search */

label.s {
	font-size: 13px;
} 

#s {
	background: #ccc;
	color: #333;
	font-size: 13px;
	border: 1px solid #aaa;
	padding: 2px 2px 3px;
	margin: 2px 0 20px;
	width: 155px;
}

#s.example {
	color: #888;
}

/* @end */








/* @group globals */

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.display_none {
	display: none;
}
/* @end */






