/* .css for sensualsculptures.com development site */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: .75em Verdana, sans-serif;
	background: #000;
	color: #fff;
}

a:link, a:visited { text-decoration: none; color: #999; }

a:hover, a.on	{ color: #fff; }

p {
	text-align: left;
    line-height: 3em;
}

ul li {
    margin-right: 2em;
    display: inline;
}

#nav {
    background: url(./images/site/nav.gif) no-repeat;
	height: 75px;
    text-align: right;
    padding-right: 1em;
    padding-top: .5em;
}

/* Form look and feel */

fieldset {
	border: 0;
	text-align: left;
}

input, textarea, .submit {
	margin-bottom: 20px;
	display: block;
	background: #111;
	color: #ccc;
	border: 1px solid #666;
	padding: 5px 5px 5px 5px;
}

textarea {
	overflow: hidden;
	font: 100% Verdana, sans-serif;
}

h2 {
	text-align: left;
	margin-bottom: 20px;
}

/*****************************************/

#container {
	height: auto;
	width: 865px;
	margin: 40px auto 40px auto;
}

#masthead {
	background: url(./images/site/masthead.gif) no-repeat;
	width: 100%;
	height: 150px;
    text-indent: -9999px;
}

#content {
	height: auto;
	min-height: 400px;
	margin-bottom: 50px;
}

	img#main_pic {
		opacity: 0;
        margin: 2em 0;
	}
	
	/* Gallery */
	
	.gallery_left {
		float: left;
		width: 45%;
		height: 400px;
	}
	
	.gallery_right {
		float: right;
		width: 45%;
		height: 400px;
		overflow: hidden;
	}
	
	.gallery_control {
		width: 850px;
		height: 25px;
	}
	
	.gallery_thumb {
		position: absolute;
		top: 750px;
		width: 850px;
		height: 150px;
		overflow: hidden;
	}
	
	.contact {
		margin-bottom: 10px;
	}
	
	/* Sort the thumbnails out */
	
		.gallery_right img {
			margin: 10px;
			opacity: .5;
		}
		
        .gallery_right img:hover {
			opacity: 1;
		}
	
	img#gallery_main {
		opacity: 0;
	}
		
	.errors {
		margin-bottom: 10px;
		color: #999;
	}
    
    .clear {
        clear: both;
    }

#footer {
	background: url(./images/site/footer.gif) no-repeat;
	width: 100%;
	height: 43px;
    text-align: center;
    padding-top: 1em;
    font-size: .90em;
}