/*
Based on http://csswizardry.com/typogridphy/ but with Faux Absolute Positioning http://www.alistapart.com/articles/fauxabsolutepositioning/

COLOUR REFERENCES
BODY BG: #FFF
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
LINKS: #000
-------------------------------------------------------- */


/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:100%;
}
body{
	text-align:center;
	font-size:62.5%;
	letter-spacing:0.1ex;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background: #fff;
	min-height:100%;
	}
#wrapper{
	width:880px;
	margin:0 auto;
	overflow: hidden;
	text-align:left;
	background-color:#fff;
	border-left: 1px  solid #ccc;
	border-right: 1px  solid #ccc;
	border-bottom: 1px  solid #ccc;
	min-height:100%;
}
#header{
/*	background: url("WAH_Center_head.jpg") no-repeat left top;*/
	width:880px;
	height: 173px;
	position:relative;
	letter-spacing:0.1em;
	}
#header img{
	position:absolute;
	}
#top_menu {
	height:36px;
	}
.title {
	text-align: center;
	letter-spacing:0.1em;
	}
#footer {
	text-align: center
	}
#links  img{
	display:inline;
	padding:6px;
	}
.layout_table tr, 
.layout_table td {
	padding:10px;
	margin:10px;
	}
/*GRIDS
-------------------------------------------------------- */

.clear{
	clear:both;
}

/* Faux Absolute Positioning http://www.alistapart.com/articles/fauxabsolutepositioning/ 

  <div class="line"> 
    <div class="item column2_50"> 
      <div class="fap_content"> 
	  </div>
	</div>
  </div>


*/
.line {
	float: left;
	width:880px;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
	background-color: transparent;
	margin-top:15px;
}
.item {
	position:relative;
	float:left;
	left:880px;
	}
.fap_content {
	padding: 0 15px;
	}
/* 190px content inside fap_content */
.column1_25 {
  margin-left: -100%;
  width: 25%;
}
.column2_25 {
  margin-left: -75%;
  width: 25%;
}
.column3_25 {
  margin-left: -50%;
  width: 25%;
}
.column4_25 {
  margin-left: -25%;
  width: 25%;
}
/* 263px content inside fap_content */
.column1_33 {
  margin-left: -100%;
  width: 33.33%;
}
.column2_33 {
  margin-left: -66.66%;
  width: 33.33%;
}
.column3_33 {
  margin-left: -33.33%;
  width: 33.33%;
}
/* 411px content inside fap_content */
.column1_50 {
  margin-left: -100%;
  width: 50%;
}
.column2_50 {
  margin-left: -50%;
  width: 50%;
}
/* 556px content inside fap_content */
.column1_66 {
  margin-left: -100%;
  width: 66.66%;
}
.column2_66 {
  margin-left: -66.66%;
  width: 66.66%;
}
/* px content inside fap_content */
.column1_75 {
  margin-left: -100%;
  width: 75%;
}
.column2_75 {
  margin-left: -75%;
  width: 75%;
}
/* 850px content inside fap_content */
.column1_100 {
  margin-left: -100%;
  width: 100%;
}


/*-------------------------------------------+
|                                            |
|                WAH DIV STYLES              |
|                                            |
+-------------------------------------------*/ 

.event_box {
	overflow:hidden;
	padding-top:1em;
	}
.event_picture_box {
	overflow:hidden;
	padding-top:0;
	}
/*
.event_box p,
.event_box h1,
.event_box h2,
.event_box h3,
.event_box h4 {
	padding-left:10px;
	padding-right:10px;
	}
*/
.event_box p,
.event_box h1,
.event_box h2,
.event_box h3,
.event_box h4 {
	text-align:left;
	}
.event_box .date {
	color:#4d5aa2;
	margin-bottom:0.5em;
	}




/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
	}
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
.caption  {
font-size:.9em;
line-height:1.1em;
margin:1px 0 .5em 0;
padding:1px 0;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:2.4em;
	margin-bottom:0.3em;
	font-style:normal;
	line-height:1.2em;
	}
h2{
	color:#000;
	font-size:1.6em;
	margin-bottom:0.3em;
	line-height:1.2em;
}
h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:.2em;
	line-height:1.2em;
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:0.2em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
	line-height:1.8em;
	font-variant:normal;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:0.2em;
	line-height:1.8em;
}
/*LINKS
-------------------------------------------------------- */
a, p a{
	color:#ff2934;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#ff2934;
}
p a:link,
p a:visited,
li a:link,
li a:visited,
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited{
	color:#ff2934;
	text-decoration:none;
}
p a:hover,
p a:active,
li a:hover,
li a:active,
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active{
	color:#000;
	text-decoration:underline;
	}
h2 a {
	color: #ff2934;
	}
.pdf_download {
	background: url(pdf_icon.gif) no-repeat left top;
	padding: 3px 3px 3px 20px;
	line-height:20px;
	}
.word_download {
	background: url(word_icon_download.gif) no-repeat left top;
	padding: 3px 3px 3px 20px;
	line-height:20px;
	}

/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:normal;
	font-weight:normal;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.center {
	text-align:center;
	}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}

.artwork img {
	border:1px solid #ddd;
	}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
.image_right {
	display:inline-block;
	margin: 0 0 6px 12px;
	float: right;
	clear: right;
}
.image_left {
	display:inline-block;
	margin: 0 12px 6px 0;
	float: left;
	clear: left;
}



/*CONTACT FORM STYLES
-------------------------------------------------------- 
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}

*/


/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin:0 0 1em 2em;
	list-style:square outside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}
/*NAVIGATION
-------------------------------------------------------- */

/*
Son of Suckerfish Dropdown
http://www.htmldog.com/articles/suckerfish/dropdowns/
_______________________________________________________*/
#menu{
	position:relative;
	z-index:1000;
	}
#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a {
	display: block;
	width: 100%;
}

#menu li { /* all list items */
	float: left;
	width: 11.1%; /* width needed or else Opera goes nuts */
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 220px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}


#menu ul li.hover, 
#menu ul li:hover {
	cursor:default;
	position:relative;
	}


/* MENU Style
------------------------*/

#menu {
	width:880px;
	text-align:center;
	}
#menu li {
	font-weight:normal;
	text-align:center;
	background-color:#fff;
	}
#menu li ul {
	border-top: 1px  solid #ddd;
	}
#menu li li {
	text-align:left;
	width:220px;
	}
#menu li a {
	height:30px;
	padding: 6px 0 0 0;
	margin: 0;
	border-left: 1px  solid #fff;
	border-right: 1px  solid #fff;
	border-bottom: 1px  solid #fff;
	text-transform:uppercase;
	}
#menu li a,
#menu li li a {
	font-size:14px;
	line-height:14px;
	}
#menu li li a {
	width:210px;
	height:20px;
	padding:8px 0 0 8px;
	border-left: 1px  solid #ddd;
	border-right: 1px  solid #ddd;
	border-bottom: 1px  solid #ddd;
	}
#menu li a:link,
#menu li a:visited{
	color: #666;
	text-decoration: none;
	}
#menu li a:hover,
#menu li a:active {
	color: #d00;
	background-color:#efefef;
	text-decoration: none;
	border-left: 1px  solid #ddd;
	border-right: 1px  solid #ddd;
	border-bottom: 1px  solid #ddd;
	}
#menu li a:active {
	color: #ff2700;
	}

/*-------------------------------------------+
|                                            |
|               FORM STYLES                  |
|                                            |
+-------------------------------------------*/

#email_optin {
	font-size:1.2em;
	position:absolute;
	top:6px;
	right:140px;
	width:500px;
	z-index:99;
	}
#email_optin input,
#email_optin label {
	float:right;
	padding-right:6px;
	}

/*
form#email_optin {
	padding:6px;
	position:relative;
}
*/


div#optin {
	position:relative;
	float:right;
	margin-right:3px;
}

input#optin_field {
	width:10em;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	right:5px;
	z-index:100;
	color:#999;
}


/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/


/*

*/
#oldtitle {
	display:none;
	}
.line_top {
	border-top:2px dotted #FF2934;
	padding-top:20px;
	}
.salonatamarin hr{
	background-color:#ccc;
	color:#ddd;
	height:4px;
	border: 1px solid #ccc;
	}

