/*********************************************/
/* alternativeservalan.com master stylesheet */
/*********************************************/

/* defaults for standard html elements */
p,h1,h2,div,span,img,body,html {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
}
a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}
a:hover {
	color: #888888;
}
body {
	margin: 0px;
	padding: 75px 0px 10px 0px;
	background: #000;
	color: #FFFFFF;
	font-family: Verdana,Helvetica,Times,Sans-serif; 
	font-size: 11px;
	overflow-x: auto;
	overflow-y: hidden;
}
h1 {
	font-size: 16px;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	margin-bottom: 20px;
}
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
p {
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	text-align: left;
	border-color: inherit;
}
ul {
	font-size: 11px;
}

/* First level navigation - main site sections */
#navLevel1Container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 100%;
	background-color: #FFF;
	background-image: url("/images/site/nav1-background.gif");
	background-repeat: repeat;
	z-index: 2;
}
#navLevel1Head {
	width: 120px;
	height: 150px;
	background-repeat: no-repeat; 
}
#navLevel1Menu {
	width: 120px;
}
.navLevel1MenuLine {
	position: relative;
	left: 10px;
	margin-bottom: 10px;
	display: block;
}
.navLevel1MenuLink {
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	margin-left: 0px;
	color: #000;
}

/* Second level navigation - subsections */
#navLevel2Container {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 130px;
	height: 100%;
	margin: 0px;
	background-color: #000;
	background-repeat: repeat;
	z-index: 1;
}
#navLevel2Head {
	width: 130px;
	height: 55px;
	background-image: url("/images/site/nav2-head.gif");
	background-repeat: no-repeat; 
}
#navLevel2StripBottomWhite {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 130px;
	height: 10px;
	background-color: #FFF;
}
#navLevel2StripBottom {
	position: relative;
	left: 30px;
	top: -30px;
	background-color: #9C0;
	width: 100px;
	height: 10px;
}
#navLevel2Corner {
	background-image: url("/images/corners/9C0-tl.gif");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
#navLevel2StripLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 100%;
	background-color: #9C0;
}
#navLevel2Menu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 130px;
}
.navLevel2MenuLine {
	display: block;
}
.navLevel2MenuPointer {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
}
.navLevel2MenuItem {
	display: block;
	float: right;
	width: 100px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.navLevel2MenuLink {
	position: relative;
	left: 5px;
	color: #9C0;
}
.navLevel2MenuClear {
	display: block;
	clear: both;
}

/* "Alternative Servalan" banner at top of page */
#pageBanner {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 500px;
	height: 75px;
	z-index: 2;
}
#pageBannerStripLeftWhite {
	position: absolute;
	left: 470px;
	top: 0px;
	background-color: #FFF;
	width: 20px;
	height: 45px;
}
#pageBannerStripBottomWhite {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 470px;
	height: 10px;
	background-color: #FFF;
}
#pageBannerImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 475px;
	height: 45px;
	background-color: #000;
	background-image: url("/images/site/banner.gif");
	background-repeat: no-repeat;
}
#pageBannerBottomRightCorner {
	position: absolute;
	left: 470px;
	top: 45px;
	background-image: url("/images/corners/9C0-br.gif");
	background-repeat : no-repeat;
	width: 40px;
	height: 20px;
}
#pageBannerStripLeft {
	position: absolute;
	left: 490px;
	top: 0px;
	width: 20px;
	height: 45px;
	background-color: #9C0;
}
#pageBannerStripBottom {
	position: absolute;
	left: 0px;
	top: 55px;
	background-color: #9C0;
	width: 470px;
	height: 10px;
}

/* Main content region of page */
#pageContent {
	position: relative;
	left: 250px;
	width: 510px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar: auto;
	height: 100%;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-face-color: #9C0;
	z-index: 1;
}

/* Guestbook form definitions */
#guestbookFormContainer {
	width: 300px;
}
.guestbookComments {
	background-color: #000;
	color: #FFF;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #3C9;
}
.guestBookFormLine {
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
.guestBookFormLeft {
	text-align: left;
	vertical-align: middle;
}
.guestBookFormRight {
	display: block;
	text-align: right;
	vertical-align: middle;
}
.guestbookInput {
	background-color: #000;
	color: #FFF;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #3C9;
}

/* Convention review links */
.conventionReviewLink {
	font-size: 9px;
	color: #0CF;
}

/* Table definitions for guestbook display */
.guestbookTable {
	border-color: #3C9;
	width: 100%;
}
.guestbookCell {
	border-color: #3C9;
}

/* Section colour definitions, used for text & links */
.cabaret {
	color: #F00;
}
.cast {
	color: #C6F;
}
.contact {
	color: #66F;
}
.conventions {
	color: #0CF;
}
.dresses {
	color: #FC0;
}
.gallery {
	color: #F60;
}
.guestbook {
	color: #3C9;
}
.home {
	color: #9C0;
}
.makeup {
	color: #F6C;
}


/* Right-hand floating image */
.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* Webring banner */
#webRing {
	position: relative;
	left: 50px;
}

/* Speech colours, used on "interview" page */
.david {
	color: #9CF;
}
.jacqueline {
	color: #FFF;
}

/* Definitions for gallery pages */
#galleryPrev {
	display: block;
	float: left;
}
#galleryNext {
	display: block;
	float: right;
}
.galleryCell {
	margin: 5px;
	vertical-align: middle;
}
.galleryRow {
	width: 510px;
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
}

/* Centering block */
.center {
	text-align: center;
}

.comLess, {
        font-family: Verdana,Arial,Helvetica,Sans-serif;
        font-size: 10px;
        text-align: right;
        color: #906;
	text-align: right;
	width: 750px;
	position: absolute;
	bottom: 0px;
	z-index: 5;
}
.comLess a {
        font-family: Verdana,Arial,Helvetica,Sans-serif;
        color: #399;
	font-size: 10px;
        text-decoration: underline;
        font-weight: normal;
}
.comLess a:hover {
        color: #906;
}
.comLess img {
        vertical-align: middle;
}
/* Override to make content area scrolling */
/* work cross-browser - ok, so it's a hack! */
@media screen {
	body>#pageBanner {position: fixed;}
	body>#navLevel1Container {position: fixed;}
	body>#navLevel2Container {position: fixed;}
	body>#completelyMeaningless {position: fixed;}
}
