@charset "utf-8";
/* CSS Document */

/*layout containers*/

body {
	background-color:#FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 850px;
}

#wrapper {
	background-image: url(Images/leftColumnrepeatblue.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
	border: thin solid #000066;
}

#logo {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 160px;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	min-height: 450px;
}

	
#leftcolumn {
	width: 150px;
	float: left;
	 }

#rightcolumn {
	width: 590px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 20px;
}

#rightcolumn a:hover{
	background-color:#FF6600;
}

#rightcolumn a  {
	color: #000066;
	font-weight: bold;
}


/* this appears in the slideshow */ 
#rcolumntext {
	margin: 0;
	padding: 0;
}

/* these columns are for the short lists of countdown weeks/right container contains all the text, including the headline. picturecolumn is on the right.  */

#rightcontainer {
	width: 375;
	margin: 0;
	padding: 0;
}

#leftlistcolumn {
	width: 170px;
	float: left;
}

#rightlistcolumn {
	width: 160px;
	float: left;
}

#leftlistcolumn ul {
	margin-top: 0;
	padding-top: 0;
	list-style: square;
}

#rightlistcolumn ul {
	margin-top: 0;
	padding-top: 0;
	padding-left: 10px;
	list-style: square;
}

#rightcontainer li {
	list-style: square;
}

#faqlistcolumn {
	width: 520px;
	float: left;
}


#faqlistcolumn ul {
	margin-top: 0;
	padding-top: 0;
	list-style: square;
}

/* this is the scroll box for the FAQ and countdown*/

#scroll {
	clear: both;
	width: 540px;	
	height: 170px;
	padding: 0;
	margin: auto;
	overflow: scroll;
	border: thin solid #FF6600;
}

/*scroll picture appears to the right of the two columns with list items connected to the scroll box*/
#scrollpicture {
	float: right;
	width:150px;
	}

/* this is the list menu on the secondary nav pages, with the orange circle bullets*/

#submenu
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#submenu li
{
padding-left: 30px;
margin-top: 20px;
background-image: url(Images/orangebullet.gif);
background-repeat: no-repeat;
}

#footer {
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	clear: both;
}

/* this creates a box for the history slideshow*/

#slideshow {
	text-align: center;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* this formats the snark photo and caption*/

div.photo {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;	
}

img.photo {
	padding:10px;
	border: thin solid #003366;
}


#caption {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 0px 0 0px 15px;
	background-color: #FFCC99;
}

/*this is for the other photos. It doesn't have space at the top.*/
div.phototwo {
	float: right;
	padding: 0 10px 10px 10px;
	}

/* this creates a box for the subnavigation in the right column*/

#backto {
	clear: both;
	margin-top: 10px;
	text-align: center;
	background-color: #FFCC99;
	font-size: 10px;
}

#backto:hover {
	background-color: #FF6600;
}

/* this changes the appearance of the blockquotes in teh letters to be smaller and wider.*/
blockquote.letter  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin-right: 50px;
	padding-bottom: 0;	
}

/*html markers format */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #003399;
}
h2 {
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #003399;
}

p {
	margin-top: 0;
	margin-bottom: 12px;	
}

blockquote {
	font-family: "Times New Roman", Times, serif;
	background-color:#66CCFF;
	margin-right: 170px;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #006 ;
}

a {
	text-decoration:none;
	color: #006;
}

a img {
	border: none;
}

.inlineheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}

a.inlineheader:link {
	color:#000;
}
a.inlineheader:hover {
	background-color:#FF6600;
}

/* navigation */
ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

#mainNav a {
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #66CCFF;
	display: block;
	padding: 7px 5px 7px 20px;
	background:  #000066;
}

#mainNav a:hover {
	font-weight: bolder;
	background-color: #FF6600;
	color: #000066;
}


/* you are here*/
#index #mainNav a#indexlink,
#insultbook #mainNav a#insultbookLink,
#history #mainNav a#historyLink,
#howto #mainNav a#howtoLink,
#faq #mainNav a#faqLink,
#extras #mainNav a#extrasLink,
#press #mainNav a#pressLink {
	background-color: #66CCFF;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bolder;
	color: #000066;
}

/* stuff I brought in from ls website to see if it will fix the "you are here" bug"*/
body#index a#indexLink {
	background-color: #66CCFF;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bolder;
	color: #000066;
	}

/* fix IE bugs */
#mainNav li {	
	display: inline; 
}

* html #mainNav a {
	height: 1px;
}

