/* MWVSS Layout 11/13/2006 Podomani Inc.
©2006 Podomai Inc
Author: Larry Preston */


#podomani {
	margin: 15px 0px 0 265px;
	}


/* HTML TAG DEFINITIONS */
html {
	/*padding: 0;
	margin: 0;*/	
	}

body {
	background: #fff url(images/bak.jpg) no-repeat 760px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76% 
	}
h1, h2, h3, h4 h5 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	color:  #d605ad;
	}

a {
	color: #4c6ca5;
	text-decoration: underline;
	}
	
a:hover {
	color: #1c4490;
	text-decoration: none;
	}
a:visited {
	color: #4c6ca5;
	}
	

/*STRUCTURE - 3 static sized columns within the wrapper*/
#header {
	width: 578px;
	}
	
#wrapper {
	text-align: left;
	margin: 0px 5px;
	padding: 0px;
	border:0;
	width: 759px;
	}
	
/*******************************************************
* CLEARFIX
* http://www.positioniseverything.net/easyclearing.html
*
* Applied to fix footer clearing issue in firefox,
* safari, and IE6.
*******************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

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

#left {
	float: left;
	width: 128px;
	margin: 10px 5px;
	border-right: #b2b2b2 thin solid;
	}

#right {
	float: right;
	width: 170px;
	margin: 10px 20px 0 0;
	}

#content { 
	float: left;
	width: 56%;
	margin: 10px 0;
	}
	
#subContent {
	float: left;
	width: 80%;
	margin: 10px 0;
	}
	
#flashframe {
	margin: 0 0 25px 0;
	}	

#footer {
	width: 758px;
	height: 24px;
	background: no-repeat url(images/footer-BAK.jpg); 
	font-size: 98%;
	color: #fff;
	}
#footer p {
	margin: 3px 0 0 10px;
	padding-top: 2px;
	}
	
#footerDescription {
	font-size: 75%;
	margin: 10px 0 0 0;
	width: 758px;
	}
		
/*STRUCTURE EOF*/

/*NAVIGATION*/
#mainNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: bold;
	}
	
#mainNav ul {
	list-style:none;
	margin: 0 18px;
	padding: 0;
	}
	
#mainNav li {
	margin: 0 0 15px 0;
	}
	
#mainNav a {
	color: #666;
	text-decoration: underline;
	}
	
#mainNav a:hover {
	text-decoration: none;
	color: #333;
	}	

/*NAVIGATION EOF*/

/* HOME PAGE EVENT LISTINGS */

#events {
	 margin: 0 0 45px 0;
 	 }
	
#events ul {
	list-style:none;
	margin: 0 0px;
	padding: 0 1em;
	text-indent: -1em;
	}
#events li {
	margin: 0 0 0 0;
	}
	
#events ul li:before {
	content: "\00BB \0020";
	}
	
#events a {
	color: #666;
	text-decoration: underline;
	}
	
#events a:hover {
	text-decoration: none;
	color: #333;
	}

/* HOME PAGE EVENT LISTINGS EOF */

/* ALL OTHER LISTS */
.genList ul {
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0 1em;
	text-indent: -1em;
	}
.genList li {
	margin: 0 0 .75em 0;
	}
	
.genList ul li:before {
	content: "\00BB \0020";
	}
	
/* ALL OTHER LISTS EOF*/

/* Sub-footer list */

#validation ul {
	margin: 10px 10px;
	padding: 0;
	}
	
#validation li {
	display:inline;
	}
	
	
/* Sub-footer list EOF*/

/* Light box used in gallery photos */
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(images/overlay.png); }

* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");*/
	}
	
/* Light box used in gallery photos EOF */

.gallery-home {
	background: url(images/gallery-bak.jpg) no-repeat;
	height: 372px;
	}