/* Style Sheet for DONTTOUCHME.COM SECTION pages - With CSS-P */
/* Copyright 1999-2007 Steven Hoober */




/* default small type body style */
body {color:#fff; background:#111014; }

/* body links */
a:link {			color:#fff; }
a:visited {			color:#fff; }
a:active {			color:#f00; text-decoration:blink; }
a:hover {			color:#f60; text-decoration:; }

/* Color photo in the back */
#photo {position:absolute; left:75px; top:100px; margin:0; padding:0; width:525; height:850px; z-index:-10; }
	#location21 #photo {background:url(/Assets/Sections/21.jpg) no-repeat; }
	#location22 #photo {background:url(/Assets/Sections/22.jpg) no-repeat; }
	#location23 #photo {background:url(/Assets/Sections/23.jpg) no-repeat; }

/* Used for photo frame image */
#pageArea {position:absolute; top:60px; left:0; margin:0; padding:0; width:100%; height:902px; 
	background:url(/Assets/negative-frame.gif) no-repeat 0 25px; z-index:-9; }

#navcontainer {position:relative; left:0; top:0px; margin:0; padding:0; width:100%; background:#000; }

#contents {position:relative; top:0; left:60px; padding:0; margin:0; width:625px; margin-bottom:25px; }

#headline {position:relative; left:35px; top:2em; border:0; padding:0; margin:0; }
	#headline h3 {font-size:32px; font-weight:bold; color:#f60;}
	#headline h3.blue {color:#09f;}

/* Contents OVER the photo go here */
#bodyArea {position:relative; left:190px; top:1em; padding:0; margin:0 0 22px 0; width:350px; text-align:left; font-size:18px; color:#000; }
	#bodyArea li {font-size:18px; background:#fff; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; }
	#bodyArea ul.descriptive li {font-size:12px; }
	#bodyArea a:link {			color:#09f; }
	#bodyArea a:visited {		color:#09f; }


/* Right side area, for RSS feeds and other stuff related to the section */
#textArea h2 {font-size:15px; font-weight:bold; color:#09f; padding:0; border:0; margin:0; }
#textArea .rss_title {font-size:13px; font-weight:bold; color:#09f; padding-top:4px; border-top:1px solid #09f; margin-top:2em; }

#textArea {color:#666; font-size:12px; line-height:1.5em; position:absolute; left:654px; top:10px; padding:0; margin:-10px 0 0 10px; width:255px; }
#textArea a:link {			color:#666; }
#textArea a:visited {		color:#666; }
#textArea a:active {		color:#333; }
#textArea a:hover {			color:#09f; }

/*
Styling from http://itde.vccs.edu/rss2js/build.php
	.rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
	.rss_title the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles
	.rss_items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
	.rss_item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
	.rss_item a: variant for the item title and link style
	.rss_date defines the display of item posting dates
*/




/* Footer for black back */
div.footer {margin:0px 0 4em 25px; border-top:2px solid #f60; width:650px; font-size:10px; height:45px; }