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

html, body {
	margin:0;
	padding:0;
	/*background-color: #1D287C;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/gradient_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFFFFF;
}
	
.topBorder {
	height:4px;
	background-color:#1D287C;
	clear:both;
	}

.wrapper {
	background-color:#FFFFFF;
	position:relative;
	}

	
#imageflow img { 
	position:absolute; 
	top:0px;
	border:none;
}

h1 {
	text-align:center;
}

a {
	color:#1C368C;
	outline: none;
}

a:hover {
	color:#660000;
	}

.clear	{
	clear:both;
	color: 
}


/* NAVIGATION */

.nav {
	background-color:#FFFFFF;
	width:100%;
	height:110px;
	clear:both;
	}
	
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.nav li {
	float:right;
	margin: 0 1em;
	height: 4em;
	line-height: 4em;
	font-size: 0.7em;
	color:#1D257C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.nav li a {
	text-decoration:none;
	width:5em;
	display: block;
	color: #0d2474;
	text-align: center;
	}
	
.nav li a:hover {
	color:#660000;
	text-decoration:underline;
	}

.nav img {
	top:20px;
	left:25px;
	position:absolute;
	}
	
#tagline {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	float:left;
	margin:88px 0 0 34px;
	}

/* FOOTER */

.footer {
	width:100%;
	}
	
.footer p {
	color:#FFFFFF;
	text-align:center;
	font-size:0.9em;
	}
	
#info {
	font-size:0.9em;
	color:#A2A9D7;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:left;
	padding:10px 0 65px 25px;
	line-height:1.3em;
	}
	
#info a {
	color:#CCCCCC;
	}
	
#info a:hover {
	color:#FFFF00;
	}
	
#ticker {
	font-size:0.9em;
	color:#FFFFFF;
	text-align:right;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 25px 0 0;
	line-height:1.4em;
	}
	
#ticker a {
	color:#CCCCCC;
	}
	
#ticker a:hover {
	color:#FFFF00;
	}
	

/* IMAGEFLOW */

.clear{
	clear:both;
}

#images{
	visibility:hidden;
}
#loading{
	padding-top:10px;
	text-align:center;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5E0000;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#5E0000;
	top:65px;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	padding-top:2px;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../images/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	/*margin-left:350px;*/
	text-align:left;
	width:800px;
	margin:0 auto;
	height:410px;
	background:#FFFFFF;
}

#shows {
	margin:0 auto;
	text-align:center;
	font-size:0.7em;
	color:#666666;
	padding:0 0 15px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	clear:both;
	background:#FFFFFF;
	}
	
#shows a {
	text-decoration:none;
	color:#666666;
	}
	
#shows a:hover {
	color:#660000;
	text-decoration:underline;
	}
	
/* PAGE */


h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#660000;
	border-bottom:1px solid #660000;
	padding:0.65em 0 0 0;
	margin:0;
	}

p, li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#262626;
	margin-top:0;
	}
	
#author {
	font-size:0.85em;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	}
	
/*REVIEWS*/

.review {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	margin:0 auto;
	}
	
.reviewSub {
	text-align:center;
	font-size:0.8em;
	font-weight:normal;
	font-style:italic;
	}
	
.review p {
	margin:0;
	padding:0;
	}