/* Greetings and welcome from Puple Planet Web Design, your spaceship pilot Lizzie Dickerson.*/
/* BASIC*/
body {
	font-size: 62.5%;
	font-family:"Century Gothic", "Gill Sans", Arial, sans-serif;/* "Trebuchet MS","Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; this is an alternate font-family*/

	margin: 20px;

	
	/* uncomment this style to set a fixed width
	#wrapper {980px;
	}
	or
	#wrapper {
	width: 760px;
}
pick one or the other, not both.
*/
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	border: solid 1px black;
	position: relative;
	clear: both;
	width: 100%;
	
}
/*HEADING*/

#banner {
	position: relative;
}

/* fix IE 6: improperly positioning 
'trouble listening' link in banner */
* html #banner {
	height: 1px;
}

#banner #badge {
	position: absolute;
	left: -18px;
	top: -18px;
}
#banner #tower {
	position: absolute;
	right: 90px;
	top: 75px;
}
#banner #tower a {
color:#FFFFFF;
text-decoration:none;
}

#banner #logo {
	margin-left: 140px;
	position: relative; /* jumping logo fix for IE */
}

#banner li {
	position: absolute;
	right: 220px;
	top: 183px;
}



#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
	
	}
	

/* BANNER */
#banner {
	background: url(./images/corner.png) no-repeat right top;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color:#666;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	font: bold 1.2em "Lucida Grande","Trebuchet MS";
}
#banner li a:hover{
color:#E73A10;
}

#banner p {
	margin-left: 10px;
font-size:1.2em;
	
}

#banner p a {
	color:#000;
	text-decoration: none;
	
	text-align:center;
	font: 1.2em "Lucida Grande","Trebuchet MS";
}
#banner p a:hover{
color:#E73A10;
}


.seperator {
	
	padding-right:5px;
	
}

/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(./images/bg_nav.gif) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
	
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color:#4D1C70;
	
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1.1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover{
	background: url(./images/bg_nav_h.png);
	color: #FFFE80;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }



/* MAIN CONTENT */
#main {
	margin-left: 170px;
	margin-right: 170px;
	margin-top:10px;
	padding: 15px 15px 15px 20px;
	/*border: 1px solid #666666;*/
	
}
#main2 {
	margin-left: 170px;
	margin-right: 100px;
	padding: 0 0 15px 20px;
	
}

#main ul	
{
font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
list-style:none;
font-size: 1.2em;
padding:0 5px 5px 5px;
text-align:left;

}
#main li	{

line-height:1.75em;
}

#main h1 {
	color: #003089;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 1.8em;
	
}



#main h2 {
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 15px;
	color: #003089;
}
#main h3 {
font-size:1.2em;
color:#333333;
}
#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
	text-indent: 1em;
	
	
}


#main a {
text-decoration:none;
color:#663900;
}
#main .purpleplanet a	{
text-decoration:none;
color:#993399;
}
#main a:hover{
text-decoration:none;
color:#E73A10;
}
#main .bigPicture	{
float:left;
width:400px;
height:300px;
margin-bottom: 20px;
	
	border: 5px solid #666;
	padding:5px;
	margin-right:10px;
	position:relative;
	
	}
	#main .bigPicture p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 168px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	
	
}
#main .figureBanner {
	float: left;
	width: 400px;
	margin-bottom: 2px;
	margin-right: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figureBanner2 {
	float: left;
	width: 500px;
	margin-bottom: 2px;
	margin-right: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figureCake {
	float:left;
	position:relative;
	width: 375px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 3px solid #666;
	padding:1px;
	display:inline;
}

#main .figureCake3 {

	width: 275px;
	margin-bottom: 2px;
	
	margin-left: 75px;
	
	float:left;
	
	border: 3px solid #666;
	padding:1px;
	display:inline;
}
#main .figureSponsors {
	float: right;
	width: 200px;
	margin-bottom: 5px;
	margin-left: 20px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figureSponsors2 {
	float: left;
	width: 260px;
	margin-bottom: 2px;
	margin-left: 105px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figureImg{

margin-left: 40px;
}


#main .figure2 {
	float: right;
	width: 144px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure3 {
	float: right;
	width: 400px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure4 {
	float: right;
	width: 300px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure5 {
	float: right;
	width: 150px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}
#main .figure6 {
	float: right;
	width: 122px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
	border: 3px solid #666;
	padding:3px;
	display:inline;
}

#main .figure p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 168px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#main .figure2 p {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 112px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#main .figure3 p {
	position: absolute;
	left: 90px;
	bottom: 10px;
	width: 212px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}

#main .sponsors p {
	color: #003089;
	padding-left: 30px;
	margin: 20px;
	font: 2em;
	
}


#main .figure img {
	display: block;
	
}
#main .figure2 img {
	display: block;
	}
	#main .figure3 img {
	display: block;
	}
	
.subheading	{

font-size:1em;
color:#003089;
font-style:italic;
}
.subheading2{

font-size:3em;
line-height: 1.5em;
font-style:italic;
padding-bottom:20px;
}


.random ul	{

font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;

list-style:none;
font-size: 1.2em;
line-height: 1.75em;
margin: 5px 0 0 0;
padding-bottom: 20px;

}
 .random li	{
list-style: none;

line-height:1.2em;
font-size:1.2em;
padding-left: 18px;
margin-bottom: 6px;
}



/* SIDEBAR */

#sidebar {
	background-color: #D9ECFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: absolute;
	top: 15px;
	left: 0;
	width: 170px;
}



#sidebar h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	padding: 7px 8px 0 8px;
	margin-bottom: 5px;
	border-top: 3px solid #86B500;
	background: url(./images/bg_side_head.png) repeat-x left bottom;
}
#sidebar p {
font-size:1.2em;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color:#2A0000;
}
#sidebar h3 {
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	color: #003089;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #003089;
}

#sidebar a:hover {
	color: #CA1D07;
}
#sidebar p a	{
color:#663900;
text-decoration:none;
text-transform:uppercase;
}

/* ADVERTISING */

#adverts p {
	margin-bottom: 15px;
	text-align: center;
}
#adverts {
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-bottom: 1px solid #666666;
background-color:  #D9ECFF;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 170px;
}
#adverts li a:hover {
	color: #CA1D07;
}
#adverts li a	{
color:#000;
text-decoration:none;

}

#adverts ul	
{
font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
list-style:none;
font-size: 1.2em;
padding:0 5px 5px 5px;
text-align:center;

}
#adverts li	{
border-bottom:1px solid #9CCE6D;
line-height:1.75em;
}



#adverts2 {
border: 1px solid #666666;
	
background-color:  #D9ECFF;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 170px;
}

#adverts2 p {
	margin-bottom: 15px;
	text-align: center;
}
#adverts2 li a:hover {
	color: #CA1D07;
}
#adverts2 li a	{
color:#000;
text-decoration:none;

}


#adverts2 ul	
{
font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
list-style:none;
font-size: 1.2em;
padding:0 5px 5px 5px;
text-align:center;

}
#adverts2 li	{
border-bottom:1px solid #9CCE6D;
line-height:1.75em;
}
#adverts2 h2 {
	color: #003089;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 1.4em;
	padding:5px;
	text-align:center;
	}
	
#adverts2 p {
	font-size: 1.5em;
	margin-bottom: 10px;
	padding:5px;
	
	}



#footer a:link {
color:#993399;
text-decoration: none;
}
#footer a:hover	{
color:#990000;
text-decoration: none;
}

#footer 	{
background-color: #BCE98E;
border-top: 1px solid #000;

	font-weight: bold;


}
#footer p	{
padding:5px;
}
/*this is a weird little thing I had to do to get the footer to clear the sidebars on the short pages. Traditional clears just didn't work.*/
.unruly	{margin-top:480px;}
.unruly7	{
margin-top:650px;
}

.unruly2	{
margin-top:850px;
}
.unruly3 {
margin-top:200px;
}
.unruly4	{
margin-top:1200px;
}
.unruly5	{
margin-top:1600px;
}
.unruly6	{
margin-top:2000px;
}
.clear {
width:100%;
clear:both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.donate table	{
margin:10px 0 10px 0;
}

.donate th	{
font-size:1.4em;
}
.donate td	{
font-size:1.3em;
padding:5px;

}
.donate caption	{
font-size:1.5em;
line-height:1.5em;
padding:10px;
}
