* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
	color: #CCC;
	background: #000;
}

#page_wrap {
	width: 960px;
	margin: auto;
}

#header {
	float: left;
	width: 960px;
	margin: 5px 0 15px 0;
}

#content {
	width: 960px;
	clear: both;
}

.section {
	float: right;
	width: 610px;
	margin: 0 auto;
}

#content p {
	margin-bottom: 15px;
	font-family: "Baskerville", Georgia, serif;
	font-size: 1.6em;
	line-height: 1.4em;
}

#content h1 {
	font-size: 2.5em;
	margin-bottom: 5px;
	color: white;
}

img.left {
	display: block;
	float: left;
}

img.right {
	display: block;
	float: right;
}

#bio .right {
	padding: 10px 30px 0 0;
}

#content .section a, #content .section a:visited {
	color: #D32369;
}

#content .section a:hover {
	border-bottom: 1px dashed white;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* ----- INNER NAV STYLING ----- */
#nav { margin: 30px 0 0 0; float: right; width: 620px; height: 50px; overflow: hidden; }
#nav li { float: left; position: relative; height: 50px; list-style: none; display: block;}
#nav li a { cursor: pointer; height: 50px; display: block;}
#nav li, #nav li a { background-image: url(../images/inner_nav.gif); text-indent: -9999px;}
#nav a:active, #nav a:visited { outline: none; }

#nav li.jewelry, #nav li.jewelry a { background-position: 0px 0px; width: 130px; }
#nav li.bio, #nav li.bio a { background-position: -130px 0px; width: 70px; }
#nav li.press, #nav li.press a { background-position: -200px 0px; width: 75px; }
#nav li.links, #nav li.links a { background-position: -275px 0px; width: 80px; }
#nav li.buy, #nav li.buy a { background-position: -355px 0px; width: 160px; }
#nav li.contact, #nav li.contact a { background-position: -515px 0px; width: 105px; }

/* HOVER STATE */
#nav li.jewelry a:hover { background-position: 0px -50px; width: 130px; }
#nav li.bio a:hover { background-position: -130px -50px; width: 70px; }
#nav li.press a:hover { background-position: -200px -50px; width: 75px; }
#nav li.links a:hover { background-position: -275px -50px; width: 80px; }
#nav li.buy a:hover { background-position: -355px -50px; width: 160px; }
#nav li.contact a:hover { background-position: -515px -50px; width: 105px; }

/* ACTIVE STATE */
body#jewelry #nav li.jewelry a { background-position: 0px -50px; width: 130px; }
body#bio #nav li.bio a { background-position: -130px -50px; width: 70px; }
body#press #nav li.press a { background-position: -200px -50px; width: 75px; }
body#links #nav li.links a { background-position: -275px -50px; width: 80px; }
body#buy #nav li.buy a { background-position: -355px -50px; width: 160px; }
body#contact #nav li.contact a { background-position: -515px -50px; width: 105px; }


/* ----- SPLASH NAV STYLING ----- */
#vert_wrap {
	width: 500px;
	height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -220px;
}

#splash_nav {
	width: 500px; 
	height: 360px;
	background: url(../images/jackie_splash.gif);
	position: relative;
}

#splash_nav li {
  	margin: 0; 
	padding: 0; 
	position: absolute; 
	display: block;
	top: 0;
}

#splash_nav li, #splash_nav a {
	display: block;
}

#splash_nav #bio { left: 132px; top: 0px; width: 96px; height: 80px; }
#splash_nav #contact { left: 253px; top: 0px; width: 112px; height: 81px; }
#splash_nav #press { left: 67px; top: 86px; width: 112px; height: 66px; }
#splash_nav #links { left: 298px; top: 85px; width: 112px; height: 62px; }
#splash_nav #jewelry { left: 0px; top: 158px; width: 165px; height: 46px; }
#splash_nav #buy { left: 311px; top: 152px; width: 189px; height: 52px; }

#splash_nav #bio a:hover {background: url(../images/jackie_splash.gif) -132px -360px no-repeat;}
#splash_nav #contact a:hover {background: url(../images/jackie_splash.gif) -253px -360px no-repeat;}
#splash_nav #press a:hover {background: url(../images/jackie_splash.gif) -67px -446px no-repeat;}
#splash_nav #links a:hover {background: url(../images/jackie_splash.gif) -298px -445px no-repeat;}
#splash_nav #jewelry a:hover {background: url(../images/jackie_splash.gif) 0px -518px no-repeat;}
#splash_nav #buy a:hover {background: url(../images/jackie_splash.gif) -311px -512px no-repeat;}

#splash_nav #bio a { height: 80px; }
#splash_nav #contact a { height: 81px; }
#splash_nav #press a  { height: 66px; }
#splash_nav #links a { height: 62px; }
#splash_nav #jewelry a { height: 46px; }
#splash_nav #buy a { height: 52px; }

/* ----- GALLERY ----- */

/* outmost wrapper element */
div.scrollable {
	background-color:#000;
	border:1px solid #333;
	padding:8px;
	-moz-border-radius:5px;
	float: right;
	position: relative;
	top: 5px;
	right: 136px;
}

div.horizontal {
	width:333px;
	height:87px;		
}


/* container for the scrollable items */
div.horizontal div.items {
	height:87px;	
	margin-left:8px;
	float:left;
	width:286px !important;
}

div.vertical div.items {
	height:218px !important;
}


/* single item */
div.items a, div.noitems a {
	display:block;
	width:88px;
	height:87px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;
}

div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	height:200px;
	width:96px;
	float:left;	
}

div.items a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	color:#555;
	cursor:default;
}

div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	float:none;	
}

.items a img {
	border: 1px solid #333;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../images/left.png) no-repeat 0 0;
	display:block;
	width: 18px;
	height: 18px;
	float: left;	
	margin: 35px 0 0 0;
	cursor: pointer;
}

a.next {
	background-image:url(../images/right.png)		
}

a.prev:hover {
	background-position: 0 -18px;		
}

a.next:hover {
	background-position: 0 -18px;		
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:215px;
	margin-left:-60px;
	width:50px;
	height:0px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

#Maindiv {
	text-align: right;
}

#Maindiv h1 {
	margin: 0 630px 0 0;
}

#Maindiv p {
	margin: 0 640px 0 0;
	font-family: "Baskerville", Georgia, serif;
	font-size: 1.6em;
	line-height: 1.4em;
}

#Maindiv img {
	border: 1px solid #333;
	margin-right: 10px;
}

/* ----- CONTACT FORM STYLING ----- */
#contact .section {
	width: 725px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact .section h1 {
	margin: 0 0 0 115px;
}

#contact .section  p {
	margin: 0 0 0 115px;
	width: 400px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	color: white;
	width: 400px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	background-color: #666;
	border: 2px solid #333;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #D32369;
}

#contact-area input.submit-button {
	background-color: #333;
	width: 100px;
	float: right;
	margin: 0 72px 0 0;
	cursor: pointer;
	border: 2px solid #666;
}

label {
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

