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

	Screen.css - import for screens.
   
-------------------------------------------------------------- */

@import "reset.css";
@import "typography.css";

/* Body and Structure
-------------------------------------------------------------- */
html,body {
	background-color: #f4f3e2;
	/* height: 100%; */
    /*font-size:12px;*/
}

/* Clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#main {
	/*height:auto !important;  real browsers */
	/*height:100%;  IE6: treated as min-height*/
	/*min-height:100%;  real browsers */
	/* overflow: hidden; */
	text-align: center;
	width:100%; 
	color:#333;
	background:#f4f3e2;
}

#content {
	padding-right: 220px; /*offset for right sidebar*/
	margin: 0 auto;
   	text-align: left;
   	width: 720px;
/*
   	height:100%;
   	height: 400px;
   	min-height: 400px;
*/
}

#header {
	height: 143px;
	background: url(../image/bg.jpg) no-repeat;	
}

#info{}

ul#join { 
	float: right;
	padding: 20px 0 0 0;
	width: 200px;
	text-align: right;
	list-style: none;
	margin: 0; 
}

ul#join li img { vertical-align: text-bottom; }

#calendar {
	float: left;
	/* position: relative; */
	/* overflow: auto; */
	/* height:540px; */
    /* left: 144px;  */ 
	width: 720px;
	padding-top: 8px;
	/* border-left: 1px dashed #A6A58A; */
	/* padding: 0 0 0 6px; */
	/* margin-bottom: 20px; */
}

#calendar dl {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
}

#calendar dl dd a img { vertical-align: middle; }

#calendar dl dt {
	padding-right: 20px;
	float: left;
	text-align: right;
	width: 166px; /* total 144px */
}

#calendar dl dd {
	float: right;
	width: 534px; /* total 571px */
	line-height: 20px;
	/* padding-left: 10px; */
	/* border-left: 1px solid #A6A58A; */
	/* border-bottom: 1px dashed #A6A58A; */
}

#calendar dl dd.last {
	padding-top: 25px;
	border-bottom: 1px dashed #A6A58A;
}

#schedule {
	position: relative;
    left: 144px;  
	width: 300px;
	padding-top: 8px;
	border-left: 1px dashed #A6A58A;
	padding: 0 0 0 6px;
	margin-bottom: 20px;
}

#schedule ul {
	margin: 0px;
	padding-right: 20px;
	list-style-type: none;
}

#schedule ul li {
	padding: 15px 0 15px 0;
	border-bottom: solid 1px #d1d1d1;
}

#bio {
	position: relative;
    left: 288px; 
	width: 400px;
	border-left: 1px dashed #A6A58A;
	padding: 0 0 0 6px;
}

#contact {
	position: relative;
    left: 432px;    
	width: 233px;
	border-left: 1px dashed #A6A58A;
	padding: 0 0 0 6px;
}
	
#purchase {
	float:left;  
	width: 142px;
	text-align:right;
	border-left: 1px dashed #A6A58A;
}

#jacket{
	padding: 30px 0;
	float:left;
	width: 577px;
	text-align: center;
}

/* Horizontal Menu
-------------------------------------------------------------- */
ul.menu{
	margin: 0px;
	padding: 0px;
	position:relative;
	list-style-type:none;
	width:auto;
	display:block;
	height:43px;
	text-transform:uppercase;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	}

ul.menu li{
	display:block;
	float:left;
	margin:0;
	background-repeat:no-repeat;
	}
	

ul.menu li a{
	display:block;
	float:left;
	margin: 0px;
	color:#ffffff;
	text-decoration:none;
	padding: 5px 0px 0px 15px;
	height:38px;
	width:129px;
	}
	
a{
  outline: none;
}


/*m1*/	
ul.menu li.m1 a{ background-image:url(../image/home.gif);}	

/*m2*/	
ul.menu li.m2a a{ background-image:url(../image/home.gif);}
ul.menu li.m2a a:hover{ background:url(../image/tour.gif);}	
ul.menu li.m2b a{ background-image:url(../image/tour.gif);}	
	
/*m3*/	
ul.menu li.m3a a{ background-image:url(../image/home.gif);}
ul.menu li.m3a a:hover{ background:url(../image/junot_b.gif);}		
ul.menu li.m3b a{ background-image:url(../image/junot_b.gif);}

/*m4*/	
ul.menu li.m4a a{ background-image:url(../image/home.gif);}
ul.menu li.m4a a:hover{ background:url(../image/contact.gif);}	
ul.menu li.m4b a{ background-image:url(../image/contact.gif);}
	
/*m5*/	
ul.menu li.m5a a{ background-image:url(../image/home.gif);}
ul.menu li.m5a a:hover{ background:url(../image/purchase.gif);}		
ul.menu li.m5b a{ background-image:url(../image/purchase.gif);}
/*End Menu*/


img {
	border: none;
}
   	
.preload{
	left:-900px;
	display:none;
}

#slideshow { 
	position: relative; 
	width: 716px;
	background: url(../image/intro/intro_bg.jpg)
}

.badge{
	padding:20px 0;
}
