body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	color:#000;

}

p {
	font: 13px Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	line-height:1.5;
	margin: 0px;
	color: #000;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	transition: color 0.3s ease;
	color: #691c33;
}

a:hover  {
	text-decoration: none;
	color: #e06085;

}

h2 {
	font-family: 'Poiret One', cursive;
	color:#691c33;
	font-size:30px;
	font-weight: 400;
	letter-spacing:2px;

}

/* Header */

#header-wrapper {
	width:100%;
	height:139px;
	background-color:#c8c8c9;
	margin:auto;
	padding: 0;
	position:fixed; 
	top:0px;
	z-index:100000;

}

.header {
	width: 1000px;
	height: 140px;
	margin:0px 0 0 30px;
	padding:0;
	background-image:url(../images/top_banner.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}


/* Nav */

#side-menu {
	height:600px;
	width:180px;
	background-image:url(../images/side-nav.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	float:left;
	position:fixed; 

}

nav {
	width: 170px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0px;
}

nav ul {
	padding: 0px;
	list-style: none;
	color: #000;
	font-size: 20px;
	letter-spacing:2px;
	font-family: 'Poiret One', cursive;
	text-align:center;

}

	nav ul li {
		display:block;
		padding: 12px 0px;
	}
	
	nav ul li:hover a {
				color: #a0a0a0;
			}
		
	nav ul li a {
			padding: 0px;
			color: #691c33; 
			text-decoration: none;
		}

.social {
	width:130px;
	height:32px;
	margin:0 auto;
	padding:20px 0; 
}

/* Rotator */
#image_rotator {
	float:left;
	width:800px;
	padding:20px 0 0 20px; 
	margin-left:180px;
}

/* rotator in-page placement */
div.rotator {
	height:500px;
	margin:0;
	position:relative;
}

/* rotator css */
div.rotator ul li {
	float:right;
	position:absolute;
	list-style: none;
}

/* rotator image style */	
div.rotator ul li img {
	border:0;
	padding: 0;
}

div.rotator ul li.show {
	z-index:-2000;
}
 
 

/* Content */
#main-content {
	margin-top:139px;
	padding: 0px;
	width:1000px;
	height: 600px;
}

.title {
	font-family: 'Poiret One', cursive;
	color:#691c33;
	font-size:60px;
	padding:5px;
	text-align:center;
	display:block;
	border-color:#691c33;
	border-bottom: dotted 1px; 
	border-top:dotted 1px;
}


#vert-cntr {
	float:left;
	width:800px;
	padding:20px 0 0 20px;
	margin-left:180px;
}

#hori-cntr {
	float: left;
	width:100%;
	padding:20px 0 0 20px; 
	margin:0; 
}

#dummy {
    display: none;
}

/* Bio*/
.bio {
	margin:0;
	padding:25px 20px 30px 10px;
	
}

/* Portfolio */
.portfolio {
	margin: 0 0 0 180px;
	padding:25px 50px 25px 25px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	width: 100%;
	float: left;
}

.portfolio img {
    padding-right: 10px;
    border: 0;
}

.portfolio img p {
	text-align: bottom;
	padding-top: 10px;
}

.portimg-box {
	display: inline-block;
}

.portimg-box p {
	font-family: 'Poiret One', cursive;
	font-size: 18px;
}
 
.filmtv-box {
	margin-bottom:30px;
	padding:0;
	width:880px;
}

.filmtv-container {
	list-style: none;
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

.filmtv-container a {
	text-decoration: none;
	color: #691c33;
}

.filmtv-container li {
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 20px 15px 20px 0;
	display: block;
	min-height: 300px;
	
}
/* Press */
.press {
	width:820px;
	height:600px;
	margin: 0 auto;
	padding:25px 0px 30px 0px;
	font-family: 'Poiret One', cursive;
	font-size:22px;
}

/* Contact */

#contact-container {
	width:820px;
	height:950px;
	margin:0 auto 0 auto;
	padding:30px 0 30px 220px;
}

#contact-container h1 {
	font:21px 'Poiret One', cursive;
	font-weight:200;
	letter-spacing:1px;
	line-height:30px;
}

#contact-container h1 a {
	color: #691c33;

}

.contact-form {
	float:left;
}


/* Footer */

#footer {
    width:130px;
	margin:0 auto;
	padding:20px 0;	
	font-family: 'Poiret One', cursive;
	font-size:10px;
	letter-spacing: 1px;
	text-align:center;
	color:#333;	
}


#footer a {
	text-decoration: none;
}
