@charset "utf-8";
/* CSS Document */
@import url('tags.css');
@import url('tables.css');

#wrapper {
	margin: 0px;
}
img {
	border: none;
}
	#previous, #next  {
		z-index:200;
	}
	#preview .btn_back {
		margin-top:187px;
		position:absolute;
		float:left;
		background-image:url(../img/button_back.png);
		background-repeat:no-repeat;
	}
	#preview .btn_forward {
		margin-top:187px;
		float:right;
		position:absolute;
		margin-left:650px;
		background-image:url(../img/button_forward.png);
		background-repeat:no-repeat;
	}
body {
	color: #646464;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	margin: 0px;
	background-image:url(../img/background-studio.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position:center;
	background-attachment:fixed;
	font-size: 80%;
}
#canvas {
	width: 980px;
	margin: 0 auto;
}
#header {
	height: 130px;
	background-image: url(../img/header-artwork.png);
	background-repeat: no-repeat;
	background-position: top;
	background-position: right;
	margin-bottom: 15px;
	border-bottom: 1px #CCCCCC dotted;	
}
#header h1 {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 200px;
	margin: 10px 0px 0px 10px;
	float: left;
	cursor:pointer;
}
#header h1.a {
	display: block;
}
#cta {
	background-image:url(../img/texture-cta.png);
	background-repeat: repeat-x;
	padding: 10px;
	width: auto;
	float: right;
	border: 5px #f3f3f3 solid;
	font-size: 1.2em;
	display: inline;
}
#cta a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-image:url(../img/cta.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	height: 20px;	
}
#nav {
	float: right;
	margin: 50px 0 0 0;
	width: 740px;
}
	#nav ul {
		margin: 0px;
		padding: 0px;
	}
	#menu li.nav-start {
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-bottomleft: 12px;
	}
	#menu li.nav-end {
		-moz-border-radius-topright: 12px;
		-moz-border-radius-bottomright: 12px;
	}
	#menu li {
		display: inline;
		list-style-type: none;
		color: #3f3f3f;
		float: left;
		width: 145px;
		background-image:url(../img/texture-nav.png);
		background-repeat: repeat-x;
		height: 70px;
		font-size: 1.25em;
		font-family: "Futura", Arial, sans-serif;
		border-right: 1px #CCCCCC dotted;
		line-height: 150%;
	}
	#menu li:hover {
		background-image:url(../img/texture-nav-hover.png);
		cursor: pointer;
		color: #fff;
	}
	#menu a {
		text-decoration: none;
		display: block;
		color: #3f3f3f;	
		height: 60px;
		width: 125px;
		padding: 5px 10px 5px 10px;
	}
	#menu a:hover {
		color: #fff;
	}
	.spoken {
		font-style: italic;
		font-size: 0.6em;
		color: #868686;
		line-height: 150%;
		font-family: Arial, sans-serif;
		display: inline-block;
	}
#content {
	float: left;
	margin-bottom: 20px;
}

#left, #right {
	width: 435px;
	background-color: #fff;
	padding: 20px;
	border: 1px #CCCCCC solid;
	margin-bottom: 30px;
  }	
	#left {
		float: left;
	}
	#right {
		float: right;
	}
	#left h2, #right h2 {
		margin: 0 0 20px 0;
	}
#banner {
	background-repeat:no-repeat;
	color:#fff;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	display:inline-block;
	width: 415px;
}
#banner.photography {
	background-image:url(../img/title-photography.gif);
}
#banner.makeup {
	background-image:url(../img/title-makeup.gif);
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4em;
}
#content ul {
	margin-left: 0px;
	padding-left: 0px;
}
#list-photography ul, #list-makeup ul {
	padding:0px;
}
#list-photography li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../img/bullet-photography.png);	
	height: 25px;
	padding-left: 25px;
	margin-left: 0px;
	line-spacing: 25px;
}
#list-makeup li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../img/bullet-makeup.png);	
	height: 25px;
	padding-left: 25px;
	margin-left: 0px;
	line-spacing: 25px;
}
#selector {
	float: left;
	border: 1px #434343 solid;
	-moz-border-radius: 10px;
	padding: 10px;
	width: 215px;
}
#selector ul {
	padding: 0px;
	float: left;
}
#selector li.photos {
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../img/bullet-photography.png);	
	height: 25px;
	padding-left: 25px;
	margin-left: 0px;
	line-spacing: 25px;
}
#selector li.beauty {
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../img/bullet-makeup.png);	
	height: 25px;
	padding-left: 25px;
	margin-left: 0px;
	line-spacing: 25px;
}
#selector a {
	color: #fff;
	text-decoration: none;
}
#selector li.photos a:hover {
	color:#f99d31;
}
#selector li.beauty a:hover {
	color:#b4127d;
}

#gallery {
	background-color: #1c1c1c;
	background-image:url(../img/texture-focus.png);
	-moz-border-radius: 10px;
	padding: 20px;
	float: left;
	width: 940px;
}
#selector {
	float: left;
}
#preview {
	float: right;
	width: 685px;
	color: #fff;
}
#footer {
	background-color: #1d1d1d;
	background-image:url(../img/texture-focus.png);
	color: fff;
	width: 100%;
	float: left;
	border-top: 2px #000 solid;
	margin: 20px 0 0 0;
}
#foot {
	width: 980px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff;
}

#address {
	background-image:url(../img/texture-address.png);
	background-repeat: repeat-y;
	width: 162px;
	padding: 20px;
	font-size: 1.1em;
	line-height: 130%;
	float: left;
}
#foot h4 {
	font-size: 0.9em;
	margin: 0px;
}
#foot-links {
	float:left;
	padding: 20px 20px 0 20px;
}
#foot-links ul {
	margin-left: 0px;
	padding-left: 0px;
}
#foot-links li {
	color: #6f6f6f;
	font-size: 0.9em;
	background-image:url(../img/foot-link-bullet.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 0px;
	list-style-type: none;
}
#footer a {
	color: #99ff00;
}
#footer a:hover {
	color: #fff;
}
#foot-form {
	background-color: #373737;
	color: #fff;
	border: 1px #222222 solid;
	-moz-border-radius: 10px;
	margin-top: 15px;
	padding: 15px;
}

#foot-form label {
	border: 1px #FF0000 solid;
	width: 120px;
	float: none;
}
#foot-form input, textarea {
	background-color: #202020;
	border: 1px #6f6f6f solid;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	margin: 6px 0 6px 6px;
}
#form-form input.form-button {
	background-color: #e4e4e4;
	color: #000;
	margin-left: 100px;
}

#feed-photography ul, #feed-makeup ul {
	padding: 0px;
	margin: 0px;
}
#feed-photography li, #feed-makeup li {
	list-style-type: none;
	color: #ffffff;
	padding: 15px;
	height:80px;
}
#feed-photography li {
	background-image:url(../img/texture-paisley-purple.png);
	-moz-border-radius: 10px;
	margin: 0 0 20px 0;
}
#feed-makeup li {
	background-image:url(../img/texture-paisley-blue.png);
	-moz-border-radius: 10px;
	margin: 0 0 20px 0;
}
#feed-photography .date, #feed-makeup .date {
	font-size: 0.8em;
}
#feed-photography a {
	border-bottom: 1px #f99d31 dotted;
}
#feed-makeup a {
	border-bottom: 1px #ff0099 dotted;
}
#feed-photography a, #feed-makeup a {
	color: #00ffff;
	text-decoration: none;
}
#creditfooter {
	display: none;
}
.step {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	color: #000;
}
#focus {
	background-color: #1c1c1c;
	background-image: url(../img/texture-focus.png);
	color: #fff;
	padding: 10px;
	float:left;
	margin: 0 0 20px 0;
	-moz-border-radius: 10px;
	width: 960px;
	
}
	#focus .breadcrumb {
		font-size: 0.8em;
		padding: 0 0 10px 0;
	}
	#intro {
		margin-left: 250px;
		padding: 0 20px 0 0;
	}
		#intro h2 {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 2.0em;
			margin: 0px;
		}
		#intro p {
			line-height: 150%;
			font-size: 0.9em;
		}
		#intro a {
			color: #99ff00;
			text-decoration: none;
			border-bottom: 1px #ffffff dotted;
		}		
#left-nav {
	width: 225px;
	float: left;
	padding: 0 10px 0 10px;
}
	#left-nav ul {
		padding: 0px;
		margin: 0px;
		font-size: 0.9em;
	}
	#left-nav li {
		list-style-type: none;
		height: 20px;
		line-height: 20px;
		padding: 0px 0px 10px 0px;
	}
	#left-nav li:hover {
		background-image: none;
		color: #fff;
		cursor: pointer;
	}
	#left-nav a {
		color: #99ff00;
		text-decoration: none;
		background-image: url(../img/left-nav.png);
		background-repeat: no-repeat;
		padding: 0 25px 5px 25px;
		display: block;
		border-bottom: 1px #ffffff dotted;
	}
		
	#left-nav a:hover {
		color: #fff;
		cursor: pointer;	
	}
