@charset "UTF-8";
/* CSS Document */

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topNav li
{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
}
#topNav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
	font-size: .95em;
}
#topNav a {
	color: #666666;
	text-decoration: none;
}
#topNav a:hover {
	color: #999999;
}


#logo img {
	padding-top: 50px;
	padding-bottom: 30px;
}
#bigPic    .image {
	border: 1px solid #999999;
}
#bigPic {
	text-align: right;
	vertical-align: top;
}
.titleImage {
	float: left;
}
.artCollage {
	float: right;
}
#contact {
	text-align: right;
	background-image: url(cuffs.jpg);
	background-position: right center;
}


#navlist li
{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
}
#navlist {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#navlist a {
	color: #999999;
	text-decoration: none;
	font-size: 0.9em;
}
#navlist a:hover {
	color: #660099;
}
#isoldeInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #999999;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.03em;
	font-weight: bold;
}
.purpleText {
	color: #663399;
	font-size: 0.95em;
	letter-spacing: 0em;
	font-weight: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#columns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	color: #666666;
}

#leftColumn {
	width: 350px;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#rightColumn {
	float: right;
	width: 350px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#active {
	color: #660099;
}
#fashion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	color: #666666;
	padding-top: 40px;
	padding-left: 60px;
}
.title2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
}
#mainContent2 {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(cuffs.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 600px;
}
#contactInfo {
	float: right;
	width: 300px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	line-height: 1.2em;
	text-align: right;
}
#contactInfo  a {
	color: #660099;
	text-decoration: none;
}
#contactInfo a:hover {
	color: #9900CC;
}
#leftColumn2 {
	width: 250px;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #666666;
	line-height: 1.4em;
}
#rightColumn2 {
	float: right;
	width: 450px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#art {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.4em;
	color: #999999;
}
#about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	float: left;
	padding-top: 30px;
	color: #999999;
	width: 660px;
	padding-left: 110px;
}
.bigTitles {
	font-size: 1.2em;
	font-weight: bold;
	color: #660099;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #660099;
	text-decoration: none;
}
#leftPress {
	width: 350px;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	line-height: 1.7em;
}
#rightPress {
	float: right;
	width: 350px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.7em;
}
.photoCredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 1em;
}
#photoCreditsFashion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding-left: 550px;
}
.spycat  {
	color: #999999;
}
.slideshow {
	height:310px;
}

