/* ------------ B A S E ------------ */

* {
	padding: 0;
	margin: 0;
	
}

body {
	background-color:#FFF;
	text-align: center;
	/*font-family: "Helvetica Neue", helvetica, arial, sans-serif;*/
	font-family: georgia, times, serif;
	color: #333;
	letter-spacing:0.6em;
}

* html .wrapper{
	height:1%;
}

/* ------------ L I N X ------------ */

a, .img{
	outline:none;
}
a:active { outline: none; }

a:focus { -moz-outline-style: none; }

a img{
	outline:none;
	border:none;
	margin:0 10px 10px 0;
	padding:0;
	float:left;
}

/* ------------ T Y P E ------------ */

h1{
	font-size:24px;
	margin:0 0 30px 0;
}

h2{
	font-size:18px;
}

h3{
	font-size:16px;
	margin:0 0 20px 0;
}

h4{
	font-size:12px;
	margin:0 0 20px 0;
}

p{
	font-size:12px;
	line-height:24px;
	letter-spacing:0.1em;
	margin:0 0 30px 0;
}

a, a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#C2F27C;

}

/* ------------ L A Y O U T ------------ */

#container {
	width:900px;
	padding:20px 0 0 50px;	
	position:relative;
	clear:both;
	text-align: left;
	overflow:hidden;
}

#nav{
	/*float:left;*/
	position:fixed;
	width:200px;
/*	margin:0 80px 0 0;*/
}

#nav ul{
	float:left;
	list-style:none;
	width:250px;
	margin:40px 0 30px 0;
	position:relative;
	display:inline;
}

#nav li{
	float:left;
	margin:0;
	width:250px;
	display:inline;
	font-size:14px;
}

#nav a, #nav a:visited{
	text-decoration:none;
	height:24px;
	width:250px;
	display:block;
	padding:3px 0 3px 0;
	margin:0;
}

#nav a:hover{
	font-style:italic;
}

#nav li.selected a, #nav li.selected a:visited, #nav li.selected a:hover{
	font-style:italic;
	color:#C2F27C;
	font-weight:700;
	cursor:default;
	letter-spacing:1em;
}


#widecolumn{
	float:right;
	width:600px;

}

#footer{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
}

#footer p{
	padding:20px 50px;
	font-size:12px;
}

/* ------------ L I S T S  ------------ */
dl dt.first{
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 20px 0;
	line-height:18px;
}

dl dt{
	text-transform:uppercase;
	font-weight:bold;
	margin:40px 0 20px 0;
	line-height:18px;
}

dl dd{
	text-transform:none;
	font-weight:normal;
	font-size:12px;
	margin:0 0 20px 10px;
	line-height:18px;
	/*letter-spacing:0.1em;*/
}

dd ul{
	list-style:none;
	margin:0 0 10px 10px;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

dd ul li{
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.1em;
}

dd ul li ul li{
	margin:0 0 10px 10px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	letter-spacing:0.1em;
}


/* ------------ S A F A R I  ------------ */

a { 
-webkit-transition : all 0.25s linear; }

a img{-webkit-transition: all 0.15s ease-out;}

a img:hover, a img:focus{
	-webkit-transform: scale(1.05);
}