/*   
Theme Name: Fair-Wind Theme
Theme URI: 
Description: Theme for fair-wind.com
Author: Aloha Media Group
Author URI: http://alohamediagroup.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	background: #EEEBBE;
	font-family: Arial, Helvetica, sans-serif;
	}

#main {
	width: 760px;
	padding-top: 22px;
	}

#container {
	width: 760px;
	margin: 0;
	background: transparent url(images/jazz_center-tile.jpg) repeat-y top center;
	}

#content {
	width: 376px;
	margin: 0 192px;
	padding: 0;
	background: transparent url(images/jazz_bottom.jpg) no-repeat bottom center;
	}

#primary {
	width: 192px;
	padding: 0;
	margin: 0 0 0 -760px;
	border: none;
	background: transparent url(images/jazz_sidetile.jpg) repeat-y top left;
	}
	
#primary>ul.xoxo,
#primary ul.xoxo {
	width: 168px;
	padding: 300px 12px 0;
	background: transparent url(images/jazz_sidetopper.jpg) no-repeat top left;
	}
	#primary ul.xoxo ul.xoxo {
		background: none;
		}

#primary .textwidget {
	margin: 0 -12px -18px;
	padding: 0 12px 18px;
	background: transparent url(images/jazz_sidebottom.jpg) no-repeat bottom left;
	}

#secondary {
	width: 192px;
	margin: 0 0 0 -192px;
	background: transparent url(images/jazz_sidetile3.jpg) repeat-y top left;
	}

#secondary>ul.xoxo,
#secondary ul.xoxo  {
	width: 168px;
	padding: 300px 12px 0;
	background: transparent url(images/jazz_sidetopper3.jpg) no-repeat top left;
	}
	#secondary ul.xoxo ul.xoxo {
		background: none;
		}
#secondary .textwidget {
	margin: 0 -12px -18px;
	padding: 0 12px 18px;
	background: transparent url(images/jazz_sidebottom3.jpg) no-repeat bottom left;
	}

#primary>ul.xoxo ul,
#secondary>ul.xoxo ul {
	padding: 0;
	margin: 0.5em 0;
	list-style: none;
	
	}

#primary>ul.xoxo h3.widgettitle,
#secondary>ul.xoxo h3.widgettitle {
	display: none;
	}


.aside {
	color: #333;
	font-size: 12px;
	}
.aside a:link,
.aside a:visited {
	color: #1d496a;
	}	
.aside h4 {
	font-weight: bold;
	}
.textwidget {
	text-align: center;
	}

#header {
	margin: 0 0 10px;
	background: transparent url(images/jazz_logo_bg.jpg) no-repeat top right;
	}

#branding {
	width: 376px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: transparent url(images/jazz_logo.jpg) no-repeat top left;
	}
#site-title a {
	display: block;
	height: 150px;
	text-indent: -999em;
	overflow: hidden;
	}

#page-top .textwidget {
	margin: 6px;
	text-align: left;
	}	
	
#content #page-top.aside {
	float: left;
	width: 326px;
	padding: 0 25px;
	margin-bottom: 10px;
	border: none;
	}
#content #page-top.aside ul {
	padding: 0;
	}

#content .page {
	padding: 25px;
	}	

#navigation {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	}
#navigation li {
	float: left;
	}
	
#footer {
	margin-top: 0;
	border-top: none;
	text-align: center;
	}
#siteinfo {
	padding-top: 0;
	}
	
	
	
#book-now {
	clear: both;
	}