/*  
Theme Name: 2006 Jewish Music Festival
Theme URI: http://jewishmusicfestival.org/
Description: A super-simplified custom theme built from the ground up for the Jewish Music Festival.
Version: 1.0
Author: Peter Jacobson
Author URI: http://linkingarts.com/

	Started from Dave Shea's olde skool Classic theme
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


body {
	margin: 1.6em 0 0 0;
	padding: 0;
	font-family: Abadi, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-image: url("images/bg.png");
}
* html body
  {
  font-size: .9em;
  f\ont-size: .85em; /* for other IE versions */
  }
/* ----- IDS ----- */
	
#wrapper {
	margin: 0;
	padding: 0;
}
#header {
	height: 215px;
	background-color: #3F4178;
	width: 100%;
	margin: 1.6em 0 0 0;
	padding: 0;
}
h1 {
	background-image: url("images/header760x215.gif");
	background-repeat: no-repeat;
	height: 215px;
	width: 760px;
	display: inline;
	left: 0;
	margin: 0;
	padding: 0;
	float: left;
}
#container{
	clear: both;
	display: block;
	margin: 0 0 0 3em;
	padding: 0;
	float: left;
} 
#information{
	color: #000;
	background-color: #fff;
	clear: both;
	width: 100%;
	border-bottom: 2px #fff solid;
	padding-bottom: 10em;
	margin: 0;
}
#primarycontent{
	padding: 1em 4em;
}   
#secondarycontent{
}   

#footer{
	border-top: 2px #fff solid;
	color: #fff;
	background-color: #3F4178;
	width: 100%;
	clear: both;
	bottom: 0;
	position: fixed;
	font-size: .8em;
	white-space: nowrap;
}

#footer a {
	color: #fff;
	background-color: #3F4178;

}
#footer p {
	margin-left: 3em;
}
/* ----- CLASSES ----- */

.hide{
	display: none;
}
.show{
}
.current{
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	padding: 0 1em;
}

/* ----- HEADINGS ----- */


h1 span {
	display: none;
}
h2{
	color: #fff;
	background-color: #3F4178;
	border: 2px #fff solid;
	border-top: 0;
	padding: .5em 0 .5em 2.3em;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .1ex;
	text-transform: uppercase;
}
h3{
}

#globalnavigation h3 {
	display: none;
}
#localnavigation h3 {
	display: none;
}
h4{
}

/* ----- LISTS ----- */

li{
	list-style-type: none;
	margin-top: .3em;
	font-size: .9em;
}
li p{
}
ol{
}
ul{
	margin-bottom: 1em;
}
ol li{
}
ul li{
}
dt {
	margin-bottom: .5em;
}
div#primarycontent ul#calendar li {
	clear: both;
	margin-bottom: 4em;
	border: 2px solid #3F4178;
	}
div#primarycontent ul#calendar li ul li{
	border: none;
	margin: 1.5em 0;
	border-bottom: 2px solid #3F4178;
	}

/* ----- IMAGES ----- */

img{
	border: none;
}
div#primarycontent .calpic {
	clear: right;
	display: block;
	background: #3F4178;
	margin: 0 0 1em 0;
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	background: #fff;
	color: #c60;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	background: #fff;
	color: #3F4178;
	text-decoration: underline;
}
a:visited, a:active, a:focus{
	background: #fff;
	color: #3F4178;
	text-decoration: none;
}
a:visited{
}
a:active{
	background: #3F4178;
	color: #fff;
}
a:focus{
}
#globalnav li a .current{
	background: #fff;
	color: #3F4178;
}
h3 a:link, h3 a:visited {
	color: #fff;
	background:  #3F4178;
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited, a:active, a:focus{
	color: #fff;
	background:  #3F4178;
	text-decoration: none;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}


/*
---------- COLOR ------------ */

#information p {
	color: #081033;
	background-color: #fff;
}
/* ------- TYPOGRAPHY ------- */

#information p {
	width: 34em;
	max-width: 36em;
	min-width: 10em;
	font-size: .9em;
}
#information td {
	font-size: .88em;
	color: #333;
	background: #fff;
}

#footer p {
	min-width: 30em;
}

div#primarycontent ul#calendar h3 {
	color: #fff;
	background-color: #3F4178;
	border-top: 0;
	border-bottom: 2px #fff solid;
	padding: .5em 0 .5em 2.3em;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: .1ex;
	text-transform: uppercase;
}
div#primarycontent ul#calendar a:link h3 {
	color: #fff;
	background-color: #3F4178;
}

div#primarycontent ul#calendar li p {
	width: 100%;
	letter-spacing: .1ex;
	margin: 1em;
	padding: 1em;
	text-align: justify;
	font-size: .9em;
}
sup {
	text-transform: lowercase;
}
.toplink {
	font-style: italic;
	margin-bottom: 1em;
}
.credit {
	text-transform: uppercase;
}
/* 
------- NAVIGATION ------- */

#localnavigation{
	position: relative;
	clear: both;
	min-width: 800px;
	float: left;
}

#localnavigation
{
padding: 0 2em;
width: 100%;	
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
background-color: #C66B52;
clear: both;
}

#localnavigation ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: inline;
	width: 1024px;
	height: 1em;
	white-space: normal;
}

#localnavigation ul li
{
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;

}

#localnavigation ul li a
{
	margin: 0;
	padding: 1ex 1em .5ex 1.25em;
	height: 20px;
	color: #EBD251;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	font: bold .8em/1em "Lucida Grande", "Lucida Sans Unicode", abadi, helvetica, lucida, sans-serif;
	background-color: #C66B52;
}
#localnavigation .current
{
	background-color: #3F4178;
	color: #fff;
}

#localnavigation ul li a:hover
{
	color: #fff;
	background-color: #3F4178;
	font: bold .8em/1em "Lucida Grande", "Lucida Sans Unicode", abadi, helvetica, lucida, sans-serif;
}

#localnavigation a:active
{
background: #c60;
color: #fff;
}

#localnavigation li#active a
{
background: #c60;
color: #fff;
}

#globalnavigation{
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2px solid #fff;
	width: 100%;
	min-width: 800px;
	color: #fff;
	background-color: #4A4263;
	height: 1.6em;
}

/* not a div, only applies to the UL */
#globalnav
{
margin:0;
padding:0;
width: 100%;
width: 1024px;
}

#globalnav ul, #globalnav li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-size: .7em;
font-weight: bold;
	text-transform: uppercase;
}

#globalnav a:link, #globalnav a:visited
{
display:block;
float: left;
color: #fff;
background-color: #4A4263;
padding: .5em 1.5em;
text-decoration: none;
white-space: nowrap;
}

#globalnav a:link#globalcurrent, #globalnav a:visited#globalcurrent, #globalnav a:hover
{
color: #3F4178;
background:#fff;
text-decoration: none;
white-space: nowrap;
}

#globalnav a:hover { color: #000;}

/*
----------------- HACKS ----------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
