/* @override 
	http://localchelsee:8888/css/master.css
	http://chelse.es/css/master.css
*/

/*------------------------------------------------
	- Document	 			chelseeivan.com
	- Version  				3.0
	- Author  				Colin Sproule  				
----------------------------------------------- */

/* r-r-r-reeeeessssseeeeetttt */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{margin:0;padding:0;}img{border:0;}li{list-style:none;}h1,h2,h3{font-size:100%;}

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #777;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	background: white url(../img/border.gif) repeat-x 0 71px;
}

#container {
	width: 100%;
}

/* super big home page images */
#bg-images {border: 0;}
#bg-image {margin-top: 72px;}

#nav {
	width: 800px; 
	height: 31px;
	margin: 20px auto;
	font-size: 16px;
	background-color: white;
}

a { color: #777; text-decoration: none;}
a:hover {border-bottom: 1px solid #777;}

#nav .fn {
	display: block;
	width: 309px;
	height: 31px;
	background: white url(../img/chelsee-ivan.png) no-repeat left 6px;
	text-indent: -999px;
	float: left;
}

#nav .fn:hover {border: 0 !important; opacity: 0.85;}

#nav ul {float: right; margin: 10px 0 0 0;}

#nav li {
	float: left;
	display: block;
	margin-left: 20px;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 10px;
}

#nav a {padding-bottom: 1px;}
#nav .active a {border-bottom: 1px solid #999;}
#nav .active a:hover {cursor: default;}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

#galleries {
	text-transform: uppercase;
	margin-bottom: 10px;
	float: right;
	font-size: 10px;
}

#galleries li {display: inline; padding: 0 10px;}

#galleries #last {padding-right: 0;}

#galleries a {padding-bottom: 1px;}
#galleries .active a {border-bottom: 1px solid #999;}
#galleries .active a:hover {cursor: default;}

#gallery {height: 533px; clear: both;}

#gallery li {display: block; width: 800px;}

#controls {
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	margin-bottom: 20px;
}

#controls li {display: inline;}

#controls a {margin-right: 10px;}

/* straight up text content */

.text {
	font-size: 12px;
	line-height: 20px;
}

dt, h2 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

dt.first, h2.first {margin-top: 0;}

.text a {border-bottom: 1px dotted #999;}
.text a:hover {border-bottom: 1px solid #777;}
