/* BASE */
@import url(tripoli/tripoli.base.css);

/*PLUGINS */
@import url(tripoli/plugins/tripoli.visual.css);
@import url(tripoli/plugins/tripoli.type.css);

/*
green text: R189 G214 B58 #b4da27
grey (brown?) text: R114 G103 B89 #726759
light green border: R240 G245 B215 #f0f5d7
*/

html, body { height:100%;margin: 0; padding: 0;}
* { margin:0px auto; padding:0; }


div#wrapper {width:800px;clear:both;background:#fff;}
html {background-color:#f0f05d7;}
body {padding:20px;background-color: #f0f5d7; font-family:Georgia;}
#wrapper.content {text-align:center; color:#726759;}
#header {
	padding: 40px 0 30px 0;
}
#header h1 {
	margin:0 auto;
	width:284px; 
	height:76px; 
	text-transform: uppercase;
	font-weight:normal;
	font-size: 1em;
	letter-spacing:.5em;
	padding: 5px 0 0 0;
	text-indent:-9999em;
	background:url(../images/IAE_logo.jpg) no-repeat;
}

#header a {
	display:block;
	}
#header span {
	font-size:5em;
	font-style:italic;
	color:#b4da27;
}

#nav {
	margin:0 auto;
	padding:0;
	width: 500px; /* 500 for ie6 */
}

#nav ul {
	float:left;
	list-style:none;
	margin:0;padding:0;
	width: 500px; /* 500 for ie6 */
	padding-bottom:70px;

}



#nav li {
	
	float:left;
	text-align:center;
	margin:0;padding:0;
	margin-right:20px;
	width:108px;
	height:108px;
	
}

#nav li a {

	width:108px;
	height:78px;
	margin:0;padding:0;
	padding-top:30px;

	display:block;
	color: #b4da27;
	font-family: arial;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid white;
	text-indent: -9999em;
	cursor: default;
}



#nav #nav-events a { background: url(../images/1_mountain.jpg) no-repeat; }
#nav #nav-weddings a { background: url(../images/2_weddings.jpg) no-repeat; }
#nav #nav-reunions a { background: url(../images/3_reunions.jpg) no-repeat; }
#nav #nav-celebrations a { background: url(../images/4_celebrations.jpg) no-repeat; }

#nav li a:hover {
	border: 1px dotted #726759;
	text-indent: 0;
	background: #fff !important;
}

#nav li#nav-celebrations {
	margin-right:0px;padding-right:0;
}


#copy {
	clear:both;
	font-family:arial;
	width:500px;
	margin:0 auto;
	font-size:.9em;
	text-align:justify;
}
#copy h5 {font-weight:normal;padding-top:15px;}
#copy h5 small {font-size:.7em;}

#address {
	clear:both;
	text-transform:uppercase;
	font-size: .6em;
	border: dotted;
	border-width: 1px 0;
	margin: 35px 0 10px;
	padding:0 0 8px 0;
}

#address h2, #address h3, #address h4 {font-weight:normal;letter-spacing:.3em;}
#address h2 {color: #b4da27;padding-bottom:5px;}
#address h3 {display:inline;}
#address h3.telephone {margin-left: 20px;}

#footer {margin: 35px 0;clear:both;height:60px;margin-left:300px;}
#footer a {
	float:left;
	display:block;
	width: 90px;
	height: 24px;
	color: #b4da27;
	text-decoration: none;
	font-style: italic;
	text-transform: lowercase;
	line-height: 28px;
	text-indent: -9999em;
	margin-right: 30px;
}

#footer a#l-contact {background: url(../images/contact_us2.jpg) no-repeat;}
#footer a#l-about {background: url(../images/about_us.jpg) 0px -2px no-repeat;}




body #nav ul {padding-bottom: 40px;}
/* body #copy {padding-bottom: 10px;} */
#copy img.left {float:left;margin:5px 20px 10px 0;}
#copy p {clear:both;}
/*
body div#shim { margin-top: -325px; }
body div#wrapper { height: 650px; top: -325px; }
*/

.temp2 #nav ul {padding-bottom: 40px;}
.temp2 #copy {padding-top: 30px;text-align:center;font-family:times;}
.temp2 div#shim { margin-top: -325px; }
.temp2 div#wrapper { height: 650px; top: -325px; }
