/*  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    global.css
    scope: linked first on each major page
    created: 2/17/07 rich cirminello www.amorphicmedia.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
*{
	font-family: geneva, 'helvetica neue', helvetica, 'trebuchet ms', sans-serif;
	font-size: small;
	margin:0;
	padding:0;
}
* html{
	margin:0;
	padding:0;
}
body{
	background: #121212;
	position:relative;
	margin: 0;
	padding: 0;
}
h2{
	color:#FFF;
	font-size: 125%;
	margin: 1em 0 .25em 0;
}
h3{
	font-size: 110%;
	color:#C0CDE3;
	margin: 1em 0 .25em 0;
}
ul{
	color:#C0CDE3;
	list-style:none;
	margin-left: 3em;
	font-size: 90%;
}
li{
	font-size:100%;
}
p{
	color:#C0CDE3;
	font-size: 90%;
}

a{
	color: #FE0000;
	text-decoration:none;
}
a:hover{
	color: #FFF;
	text-decoration:underline;
}

.tagline{
	font-style:oblique;
}
#thepage{
	width:950px;
	margin: auto;
	background: #000 url('style_images/bottom_pg_gradient.jpg') bottom left repeat-x;
	position:relative;
	overflow: hidden;
	padding:0;
}
/*  
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Main Logo
*/
#logo{
	color:#FE0000;
	background: url('../images/logo.jpg') top left no-repeat;
	height: 133px;
	width: 100%;
}
#logo span.replaceme{
	margin-left: -1000px;
}
/*  
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Main Navigation
*/
#navmenu{
	width:100%;
	list-style:none;
	position: absolute;
	margin-left: 30px;
	top: 120px;
	z-index: 3;
}
#navmenu li{
	float: left;
}

#navmenu li a{
	color: #FFF;
	text-decoration: none;
	border-right: 2px solid #6883B0;
	padding: 0 .5em;
	text-transform: uppercase;
}
#navmenu li a:hover{
	color: #FE0000;
	text-decoration:underline;
	
}
/*  
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Contact Information
*/
#contactinfo{
	list-style:none;
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 1000;
}
#contactinfo li{
	text-transform: uppercase;
	color: #6883B0;
	font-weight: 100;
	font-size: 90%;
	line-height: 1.25em;
}
	
#contactinfo li a{
	text-transform:lowercase;
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
}
#contactinfo li a:hover{
	color: #FE0000;
	text-decoration: underline;	
}
/*  
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Horizontal Image
*/
#horizontalimage{
	margin-top: 10px;
	margin-left:125px;
	padding: 2px 0;
}
/*  
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Main Content
*/
#maincontent{
	position: relative;
	width: 100%;
	z-index: 1000;
	margin: 2em 0;
	padding: 0 2em;
}

#maincontent img{
	float:left;
	padding: 2px;
}

* html #maincontent{
	width: 900px;
	float:left;
	left: -20px;
	position: relative;
}
/*  
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Events Sidebar
*/
#eventslist{
	margin-right: 50px;
	width: 150px;
	height: 300px;
	float: right;
	color: #FE0000;
	padding: .25em;
	position: relative;
	top:-40px;
}
#events .eventinfo{
	border-bottom: 1px dashed #FFF;
	width: 50%;
	padding: .5em 1em;
}

* html #eventslist{
	margin-right: 0px;
}
#events #fulleventslist{
	margin-left: 230px;
	float:none;
	clear:none;
	position:relative;
	margin-top: -40px;
}
#eventslist p a{
	text-align:right;
}
#eventslist p a,
#footer p a{
	font-size:90%;
}

#recentevents{
	width: 600px;
	height: 130px;
	font-size: 100%;
	margin:2em auto;
	top: 1em;
	clear: both;
	/*border: .5px solid #FFF;*/
	padding: .25em;
	clear:both;
	border-left: 1px solid #FE0000;
	border-right: 1px solid #FE0000;
}

#recentevents p,
#eventslist p{
	color:#6883B0;
	text-align:center;
}
#eventslist p{
	text-align:right;
	padding:.2em;
}
.upcomingevent{
	border-top: #FE0000 solid 1px;
	color: #FFF;
	text-align: left;
	height: 85px;
}
div.upcomingevent:hover,
div.recentevent:hover{
	background: url('style_images/highlight-trans.png') top left;
}

#eventslist p.event_name,
#eventslist p.event_date,
#eventslist p.venue{
	color: #FE0000;
	font-size: 80%;
	font-weight: 200;
	text-align:right;
}

.upcomingevent img{
	width: 50px;
	height: 75px;
	float:left;
	overflow: hidden;
}

#recentevents h3,
#eventslist h3{
	text-transform: uppercase;
	color: #6883B0;
	font-weight: 100;
	font-size: 90%;
	line-height: 1.25em;
	text-align: center;
}

#recentevents .recentevent{
	height: 120px;
	width: 100px;
	float:left;
	text-align:center;
}
#recentevents p.recenteventname{
	color: #FFF;
	font-size: 70%;
	border-right: solid 1px #6883B0;
}
#recentevents .recentevent img{
	margin: 0 auto;
	padding-left: 16px;
}
#footer{
	clear: both;
	text-align: center;
	margin: 1em;
}
#footer p{
	font-size: x-small;
}
#links #silhouette{
	position: absolute;
	width: 173px;
	height:476px;
	background: url('style_images/asian_crown_girl-trans.png') top left no-repeat;
	bottom: -70px;
	right: 200px;
}
#clients #silhouette{
	position: absolute;
	width: 247px;
	height: 515px;
	background: url('style_images/streamer_girl-trans.png') top left no-repeat;
	left: 0px;
	top: 350px;
}
#contact #silhouette{
	position: absolute;
	background: url('style_images/rachelle-trans.png') top left no-repeat;
	width:410px;
	height:333px;
	bottom: 0px;
	right: 60px;
}
/*#contact #silhouette{
	position: absolute;
	background: url('style_images/wicked-trans.png') top left no-repeat;
	width:326px;
	height:426px;
	bottom: 0;*/
h1.pagetitle{
	font-size: 200%;
	text-align: left;
	color: #FFF;
	line-height: 1.5em;
	position: relative;
	top:-1em;
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:.5em;
}
#gallery #gallerylink,
#events #eventslink,
#clients #clientslink,
#contact #contactlink,
#links #linkslink,
#bio #biolink{
	background: #6883B0;
}
.gallerysubdirectory,
.closed{
	display:none;
}

#pagecopy{
	width: 625px;
	position: relative;
	top:-20px;
	left: 100px;
}
* html #pagecopy{
	width: 600px;
}
#pagecopy p{
	margin: 0 0 1em 0;
}
#pagecopy img{
	margin: 5px;
	padding: 2px;
}

