/* Cassiopia Burlesque CSS */

body{
	color: #FFEAD6;
	background: #00111A url(images/css/burlesque_bg_page.gif);
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a {
	color: #FBE7DB;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container{
	margin: 0px;
	height: 500px;
	background: url(images/css/burlesque_bg_wallpaper.jpg) top left repeat-x;
}
#subcontainer{
	width: 524px;
	background: url(images/css/burlesque_bg_content.png);
	border: 1px solid #625E4C;
	padding: 10px 0px 10px 55px;
	position: absolute;
	top: 75px;
	left: 151px;
	z-index: 2;
}
h1.title {
	margin: 0px;
	width: 595px;
	height: 127px;
	position: absolute;
	top: -65px;
	left: 0px;
	text-indent: -4000px;
	background: url(images/css/burlesque_title.gif) no-repeat;
}
#nav {
	position: absolute;
	top: 70px;
	left: -151px;
	width: 222px;
	z-index: 3;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
}
#nav ul a{
	display: block;
	width: 222px;
	height: 75px;
	margin-bottom: -25px;
}
#nav ul a span {
	display: none;
}
#nav a.home{
	background: url(images/css/burlesque_buttons_home.gif) no-repeat;
}
#nav a.fittings{
	background: url(images/css/burlesque_buttons_fittings.gif) no-repeat;
	padding-bottom: 40px;
}
#nav a.contact{
	background: url(images/css/burlesque_buttons_contact.gif) no-repeat;
	margin-top: -10px;
}
#nav a.gallery{
	background: url(images/css/burlesque_buttons_gallery.gif) no-repeat;
	padding-bottom: 40px;
}
#nav a.wedding{
	background: url(images/css/burlesque_buttons_wedding.gif) no-repeat;
	margin-top: -55px;
	padding-bottom: 40px;
}
#content {
	background: url(images/css/burlesque_paper_bg.gif) repeat-y;
}
#text {
	background: url(images/css/burlesque_paper_top.gif) top left no-repeat;
	padding: 45px 90px 50px 50px;
}
#paper_bottom {
	height: 149px;
	background: url(images/css/burlesque_paper_bottom.gif) bottom no-repeat;
}
p.footer {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
#dress {
	width: 214px;
	height: 727px;
	background-image: url(images/css/burlesque_dress.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#site_down {
	width: 480px;
	height: 324px;
	border: 2px solid #B9B292;
	margin: 30px 94px;
	padding: 200px 100px 0px 200px ;
	background: url(images/css/temp_site_down.jpg) #F5F3E6;
}

/* gallery stuff */

#subcontainer_gallery{
	width: 824px;
	background: url(images/css/burlesque_bg_content.png);
	border: 1px solid #625E4C;
	padding: 10px 0px 10px 5px;
	position: absolute;
	top: 75px;
	left: 10px;
	z-index: 2;
}
h1.gallery_title {
	margin: 0px;
	width: 595px;
	height: 127px;
	position: absolute;
	top: -65px;
	left: 242px;
	text-indent: -4000px;
	background: url(images/css/burlesque_title.gif) no-repeat;
}
#dress_gallery {
	width: 214px;
	height: 727px;
	background-image: url(images/css/burlesque_dress.jpg);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#thumbs {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
}
#thumbs ul a{
	display: block;
	width: 160px;
	height: 100px;
}
#thumbs ul a span {
	display: none;
}
#gallery {
	background: url(images/css/burlesque_paper_wide_bg.gif) repeat-y;
}
#gallery_main {
	background: url(images/css/burlesque_paper_wide_top.gif) top left no-repeat;
	padding: 45px 50px 50px 26px;
}
img.thumbnail {
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #634607;
}
#gallery img {
	margin-left: 24px;

}
#paper_bottom_gallery {
	height: 149px;
	background: url(images/css/burlesque_paper_wide_bottom.gif) bottom no-repeat;
}
