/* @override http://zaxaustin.com/themed/zax/css/screen.css */

/*------------------------------------------------------------

	Screen.css
	www.zaxaustin.com
	
	Last Modified : 	2009/09/01
	Created by : 		dave rupert
	Contact: 			dave@paraveldesign.com
	
	Copyright 2007 - 2008
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

#FAF19C - Light Yellow
#273943 - Purple

--------------------------------------------------------------*/

/* Reset
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}

/* Grid
-------------------------------------------------------------- */
.container {
	width: 960px;
	display: block;
	margin: 0px auto;
}

.column {
	float: left;
	margin-right: 20px;
}

.span-3 {
	width: 220px;
}

.span-6 {
	width: 460px;
}

.span-9 {
	width: 700px;
}


.first { margin-left:0px; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Page
-------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

img { -ms-interpolation-mode : bicubic; }

#nav { 
	position: absolute;
	top: 0px;
	text-align: center;
	width:230px; 
	padding:0px 0px; 
	float: left; 
	display: inline;
	min-height: 500px;
	background: url(../img/zaxnav.png) no-repeat top center;
	z-index: 10;
}

#nav #logo {
	margin: 25px 0px 35px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav ul#menu {
	margin-bottom: 80px;
}

#nav ul#menu li {
	list-style: none;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1em;
	margin-bottom: 5px;
}

#menu li a {
	
	width:210px;
	line-height: 30px;
	margin:0px 10px;
	display: block;
}

#menu li a:hover {
	background: #FAF19C;
	color: #273943;
	text-decoration: none;
}

#nav ul#submenu li {
	height: 42px;
	width:230px;
	display: block;
	background: url(../img/wrap.png) no-repeat bottom left;
	margin-bottom: 10px;
	list-style-type: none;
}

#nav ul#submenu li a {
	position: absolute;
	left: -3px;
	right: -3px;
	background: #FAF19C;
	height: 33px;
	line-height: 33px;
	display: block;
	width:230px;
	margin-bottom: 0px;
}

#nav ul#submenu li a:hover {
	background: #273943;
	color: #FAF19C;
	text-decoration: none;
}


.yellowbox{height: 42px;
	width:220px;
	display: block;
	list-style-type: none;}

.yellowbox a{
	background: #FAF19C;
	height: 33px;
	line-height: 33px;
	display: block;
	width: 210px;
	margin-bottom: 0px;padding-left: 10px;}
	
	.yellowbox a:hover{	background: #273943;
	color: #FAF19C;
	text-decoration: none;}
	
#content {
	width: 720px;
	position: absolute;
	margin-left: 260px;	
	padding-bottom: 200px;
	line-height: 2em;
}

.widget {
	height: 210px;
	display: block;
	font-style: italic;
}

body#home #backgrounder{
	height: 400px;
	margin-bottom: 54px;
}

body#home #backgrounder img {
	min-height: 400px;
}
body#home #backgrounder .caption {
	height: 65px;
}

#backgrounder {
	background: #FAF19C;
	width: 100%;
	height:140px;
	position: relative;
	z-index: -1;
	margin-bottom: 36px;
}

#backgrounder img {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 140px;
}

#backgrounder .caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: transparent url(../img/blackdot-trans.png);
	height: 50px;
}

#backgrounder .caption .captiontxt * {
	margin-left: 260px;
	color: #fff!important;
	line-height: 0.5em
}
#backgrounder .caption .captiontxt h1 {
	margin-top: 15px;
}
#backgrounder .caption .captiontxt p {
	margin-bottom: 0px;
	font-style: italic;
}

table#eventstable td.event_title { width: 290px; padding-right:20px; }

/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
  	font-size: 75%;
 	line-height: 1.5;
  	color: #777; 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #2F373A; font-family: Georgia, Times, serif;  font-weight: normal;  }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0em; font-family: Helvetica, Arial, sans-serif; color:#666; font-style: italic; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}

h2 {
	border-top: 1px solid #FAF19C;
	border-bottom: 1px solid #FAF19C;
	padding: 20px 0px;
	margin-bottom: 20px;
}

/* Links
-------------------------------------------------------------- */

a           	{ color: #273943; text-decoration: none; text-transform: uppercase; font-family: Georgia, Times, serif; font-weight: bold;}
a:focus, 
a:hover     	{ 	
	color:#273943;
	text-decoration: underline;
}
a:visited		{}
a:visted:hover 	{}


/* Fancy Enrichments
-------------------------------------------------------------- */

#nav ul#submenu li a, .yellowbox a{-webkit-transition: background-color .2s ease-out; }

/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{ width: 100%;}

thead		{}
tbody		{}
tfoot       { font-style: italic; }

td          {  }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.even td  { background: #eef; }



#eventstable th, table.calendar th {
	color: #2F373A; 
	font-family: Georgia, Times, serif;  
	font-weight: normal;
	font-size: 1.5em; 
	border-top: 1px solid #FAF19C;
	border-bottom: 1px solid #FAF19C;
	padding: 20px 0px;
	margin-bottom: 20px;
}

#eventstable td {
	padding: 20px 0px 0px;
}

#eventstable td p {
	margin-bottom: 0px;
}

#hourstable td { font-style: italic; line-height: 2em; }

table.calendar {width: 100%;  border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff; margin-bottom: 1em;}
table.calendar th { text-align:center;}
table.calendar th.cell-prev {text-align: left;font-size: 1em; padding-left: 10px;}
table.calendar th.cell-next {text-align: right;font-size: 1em;padding-right: 10px;}
table.calendar th.cell-header { border-bottom: 1px solid #cccccc; padding: 5px 0px; font-size: 1em;}
table.calendar td.cell-today {background-color: #f5f5f5;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #fefce7;}
table.calendar td {border: 1px solid #cccccc; vertical-align:top; width: 14%;}
 
table.calendar td div.cell-number {text-align: right; font-size: 9px; color: #444444; display: block; margin: 2px 4px 0px 0px;}
table.calendar td div {display: block; font-size: 10px; text-align: left;}
table.calendar thead th {}
table.calendar td div.cell-data {
	padding: 5px;
}


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{ width:200px; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; line-height: 2em;}
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/* Navigation
-------------------------------------------------------------- */

/* Classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; border-color: #FFD324; }
.success    { background: #E6EFC2; border-color: #C6D880; }
.error, .error a      { color: #D12F19; }
.notice, .notice a    { color: #817134; }
.notice, .success a   { color: #529214; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

#content img { margin-bottom: 1em; }

img.left	{float:left; clear:left;}
img.right	{float:right; clear:right;}
img.middle	{float:none; clear:both;}

/* Layout
-------------------------------------------------------------- */
	.menuItem {
		position:relative;
		margin-bottom:1em;
	}
		
	.menuItem h3 { margin-bottom:0.5em;font-size:1.25em; font-style: italic; }
/*
	span.price {
		position:absolute;
		top:0px;
		right:0px;
		margin-left:10px;
	}
*/
	.option { position: relative; }
	.menuSubsection {
		display:block;
		clear:both;
	}

div.post {
	margin-bottom: 5em;
}
	
span.postdate {
	color: #777;
	float: left;
	display: inline;
	font-style: italic;
}

span.posttitle {
	display: block;
}

a.readmore {
	display: block;
	margin-bottom: 1.5em;
}

div.paging * {
	display: inline;
}

div.paging .disabled {
	display: none;
}

ul.categorieslist {
	list-style-type: none;
	margin:0px 0px 1em;
}

ul.categorieslist li {
	line-height: 2em;
}

/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */

