@import url("reset.css");
@import url("thickbox.css");
@import url("jquery.tweet.css");
@import url("jquery.tweet.query.css");

/* text styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(body-bg.png);
	background-color: #EEEEEE;
}

p { margin: 0px 0px 18px 0px; }
ul { list-style: disc; margin: 0px 0px 18px 18px; }
ol { list-style: decimal; margin: 0px 0px 18px 18px; }

blockquote { font-size: 14px; line-height: 20px; font-weight: bold; margin: 0px 0px 18px 0px; padding: 0px 20px; }

a { color: #23659e; text-decoration: underline; }
a:hover { color: #990000; text-decoration: underline; }

h1 { font-size: 18px; line-height: 24px; font-weight: bold; margin: 0px 0px 9px 0px; }
h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin: 0px 0px 9px 0px; border-bottom: 1px solid #666666; }
h3 { font-size: 14px; line-height: 20px; font-weight: bold; margin: 0px; }

#sidebar h1 { font-size: 14px; line-height: 20px; font-weight: bold; margin: 0px 0px 9px 0px; }

/* basic page structure */

#title { width: 870px; margin: 20px auto; text-align: center; }

#wrapper {
	width: 870px;
	margin: 10px auto;
	background: url(wrapper-bg.gif) top left repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #000000;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.container {
	width: 840px;
	margin: 10px auto;
}

#header {
	width: 100%;
	height: 180px;
	margin: 0px;
/*	background: url(header.jpg) top left no-repeat;*/
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

#sidebar { 
	width: 220px; 
}

#sidebar .box {
	width: 200px;
	padding: 10px;
	margin: 0px;
	background-color: #f7f4de;
	border-bottom: 1px solid #000000;
}

#content { 
	float: right;
	width: 600px;
	min-height: 650px;
	padding: 15px 30px 20px 0px;
}

#footer {
	clear: both;
	width: 100%;
	padding: 10px 0px;
	background-color: #666666;
	border-top: 1px solid #000000;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #CCCCCC;
}

#footer div.container { margin: 0px auto; }
#footer a { color: #CCCCCC; text-decoration: none; }
#footer a:hover { color: #FFFF99; text-decoration: underline; }

#ads {
	width: 100%;
	padding: 10px 0px;
	background-color: #444444;
	border-top: 1px solid #000000;
}

/* navigation styles */

#nav { width: 220px; }

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
/*	background: url(nav-ul-li-a-bg.gif) top left repeat-y;*/
	background-color: #60a2dd;
	border-bottom: 1px solid #000000;
	text-shadow: 1px 1px 1px #3988cf;
}

#nav ul li a:hover {
	background-image: none;
	background-color: #3178b8;
	text-decoration: none;	
}

#nav ul li ul { list-style: none; margin: 0px; padding: 0px; border-left: 9px solid #000000; }
#nav ul li ul li { display: block; padding: 0px; color: #60a2dd; background-image: none; background-color: #FFFFFF; border-left: 1px solid #000000; }

/* header slideshow styles */

ul.slideshow {
	list-style: none;
	width: 870px;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}	

ul.slideshow li {
	position: absolute;
	left: 0px;
	right: 0px;
}

ul.slideshow li.show {
	z-index: 500;	
}

ul img {
	border: none;	
}

#slideshow-caption {
	width: 870px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;	
	color: #FFFFFF;
	background-color: none;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
	padding: 5px 10px;		
	z-index: 1000;
}

#slideshow-caption h3 { float: left; margin: 0px 220px 0px 0px; font-size: 24px; line-height: 30px; font-weight: bold; color: #000000; }

#slideshow-caption p { float: left; width: 400px; margin: 2px 0px 0px 0px; font-size: 10px; line-height: 14px; font-weight: normal; color: #000000; text-align: right; }

/* miscellaneous styles */

a.button { font-size: 21px; line-height: 50px; font-weight: bold; text-decoration: none; color: #FFFFFF; padding: 10px 15px; background: url(a-button-bg.png) top left repeat-x; background-color: #0099CC; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-shadow: 1px 1px 0px #000000; }
a.button:hover { background-color: #006699; }

img.border { border: 1px solid #999999; }

.chapters { margin: 0px 0px 18px 0px; }
.chapters tr td { padding: 0px 0px 10px 0px; }

.chart { margin: 0px 0px 18px 0px; border-top: 1px solid #444444; border-left: 1px solid #444444; }
.chart tr { background-color: #FFFFFF; }
/*.chart tr:nth-child(2n+1) { background-color: #F4F4F4; }*/
.chart tr td { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; }
.chart tr th { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; background-color: #444444; color: #FFFFFF; font-weight: bold; text-align: left; }

.floatleft { float: left; margin: 4px 10px 10px 0px; border: 1px solid #999999; }
.floatright { float: right; margin: 4px 0px 10px 10px; border: 1px solid #999999; }

.photos { margin: 0px 0px 18px 0px; } 
.photos tr td { padding: 0px 0px 5px 0px; }
.photos tr td img { border: 1px solid #999999; }

.title { margin: 0px 0px 12px 0px; }

.twocolumns { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; }