/* The CSS that's required to position the footer */

html, body { height: 100%; }
#container {
	position: relative;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
}
* html #container { height: 100%; }
#footer {
	position: relative;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer { margin-top: -3em; }
/* The CSS to layout and style up the template */

h1, h2, h3, h4, h5, h6 { font-size: 120%; }
a { color: #fff; }
a:hover { color: #ccc; }

body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header {
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 770px;
	padding: 30px;
	min-height: 650px; /* Important */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: #fff;
	border-left-color: #fff;
	border-bottom-width: 5px;
	border-bottom-color: #fff;
	background-color: #000;
}
#main br { clear:both; }

/* Left Column Styles */

#leftcolumn {
	float: left;
	width: 350px;
	margin: 10px;
	padding: 0px;
	background-color: #111;
}

#animation {
	padding: 0px;
	height: 525px;
	width: 350px;
	margin: 0px;
}

#leftcolumn h2 {
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
/* Right Column Styles */

#rightcolumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	background-color: #000;
}

#gallery {
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#rightcolumn table { }
#rightcolumn table a {
	color: #fff;
	text-decoration: none;
}
#rightcolumn table a:hover {
	color: #fff;
	text-decoration: underline;
}
#updates img, #gallery img {
	margin: 4px;
	padding: 0px;
}

#gallery img {
	border: 1px solid #FFF;
}

#gallery td p { color: #666; }


#rightcolumn img a:hover, #gallery img a:hover { border: 1px solid #fff; }
/* Content Styles */

#content {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* Photo Column Styles */

#photocolumn {
	float: left;
	width: 150px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#photocolumn ul {
	margin: 0px;
	padding: 0px;
}
#photocolumn li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Sidebar Styles */

#sidebar {
	float: left;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
}
#sidebar h2 { font-size: 130%; }
/* Banner Styles */

#banner {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#banner h1 {
	color: #FF7E9C;
	font-family: "Trebuchet MS";
	font-size: 220%;
	text-align: center;
	font-weight: bold;
}
/* Footer Styles */

#footer {
	clear:both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	text-align: center;
	background-color: #FF7E9C;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
/* The CSS for the top navigation bar */
#nav {
	background-color: #000;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}
#nav ul {
	width: 100%; /* How wide do you want the navbar? */
	text-align: center;
	list-style-type: none;
	color: #fff;
	margin: 0; /* This is what I forgot */
	padding: 0.8em 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: -0.04em;
}
#nav li { display: inline; }
#nav a.blink, #banner h1 span.blink {
	color: #FF7E9C;
	text-decoration: blink;
}
#nav a.blink:hover {
	text-decoration: none;
	color: #FF7E9C;
}
#nav a {
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0.4em 0.5em;
	text-transform: uppercase;
}
#nav a:hover { color: #FF7E9C; }
iframe {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#updates ul { list-style-type: none; }
#updates {
	width: 350px;
	height: 437px;
	overflow: auto;
	position: static;
	margin: 0px auto 0px auto;
	padding: 20px;
	background-color: #000;
}

#updates ul li {
	width: 200px;
	height: 20px;
}

#updates ul li a {
	padding: 0px;
	margin: 0px;
	display: block;
	text-decoration: none;
}
#updates ul li a:hover { text-decoration: underline; }


.smallthumbbox {
	float: left;
	width: 144px;
	height: 180px;
	text-align: center;
}
