/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, Times, serif;
/* 	background: #111 url(img/background.gif) center 0 no-repeat; */
	background-color: #000;
	color: #666;
	padding-bottom: 20px;
}

a { 
	text-decoration: none;
	color: #ed1164;
	}
	
a:hover { 
	color: white;
	}

img, a img { border: none; }


body.section-1 { }
body.section-2 { }
body.section-3 { }

.wrapper { 
	float: left;
	width: 980px; 
	margin: 15px 10px;
	text-align: left;
	}

#menu {
	float: left;
	width: 240px;
	background: #000;
	}

	#menu ul {
		list-style: none;
		font-size: 11px;
		padding-bottom: 1em;
		text-align: center;
		line-height: 200%;
		}

	#menu ul li.section-title {
		color: #ed1164;
		font-size: 18px;
		}

	.cufon-active #menu ul li.section-title {
		color: #ed1164;
		font-size: 32px;
		}

	#menu ul li a {
		color: #666;
		text-transform: uppercase;
		letter-spacing: 2px;
		}

	#menu ul li.active a {
		color: #eee;
		}
	
	#menu #credit, #menu #credit a {
		display: none;
		} 

	#menu h1 {
		}
	
	#menu h1 a {
		display: block;
		text-indent: -9999px;
		outline: none;
		width: 240px;
		height: 128px;
		background: transparent url(img/logo.png) 0 0 no-repeat;
		}
	
#content {
	float: left;
	width: 700px;
	margin-left: 18px;
	padding-bottom: 3em;
	padding-top: 16px;
	position: relative;
	}
	
	
	#content p {
			color: #666;
			padding-top: 1em;
			font-family: Georgia, serif;
			font-size: 14px;
			line-height: 140%;
		}
	
	#content h2 {
			color: #fff;
			font-weight: normal;
			font-size: 32px;
			}
	
	#content h3 {
			color: #ed1164;
			font-weight: normal;
			padding: 0.5em 0;
			font-size: 24px;
			}
			
	.cufon-active #content h2 {
			font-size: 64px;
			}
	
	.cufon-active #content h3 {
			font-size: 48px;
			}
	
	.clear { clear: both; }

	#img-container {
		position: relative;
		float: left;
		width: 100%;
		}
		
	#img-container .nav {
		position: relative;
		float: right;
		width: 275px;
		text-align: left;
		font-size: 21px;
		font-family: Georgia, serif;
		z-index: 1000;
		}
		
	#img-container .nav a {
		color: #ed1164;
		outline: none;
		}
	
	.cufon-active #img-container .nav a {
		font-size: 32px;
		}
	
	#img-container .nav a:hover {
		color: #fff;
		}
		
	#img-container .pics { 
		float: left;
		width: 100%;
		top: -48px;
/* 		z-index: 1; */
		}

	#img-container .page {
		float: left;
		}
		
	#img-container .img-holder {
		float: left;
		}
		
		
	#img-container .img-holder img {
		border: 6px solid #fff;
		}
		
		
	.section-2 #img-container .img-holder img {
		border: 6px solid #000;
		}
		
	#img-container .img-info {
		position: relative;
		float: left;
		width: 270px;
		margin: 60px 0 12px 12px;
		padding-bottom: 20px;
		}
	
	#footer {
		display: none;
		clear: both;
		padding: 24px;
		background: transparent url(img/footer-line.png) top center no-repeat;
		}