html,body {
	background: #880026;
	margin:0;
	padding:0;
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; }

a:link, a:visited, a:active {
	color:#ff8800;
	text-decoration: none; }

a:hover {
	color:#ff8800;
	text-decoration: none;
	border-bottom: 1px dotted #ff8800; }

a.thickbox:hover {
	border: 0; }
	
img { 
	border: 0;
	line-height: 0px; }

h1, h2, h3 {
	font-weight: bold;
	margin:0;
	padding:0; }
	
h1 { 
	font-size: 18px;
	color: #888;
	margin: 0 0 5px 0;
	line-height: 20px; }
	
h2, h3 { 
	font-size: 12px; }
	
h2.reading { 
	background-image: url(/media/icon_reading.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 21px; }
	
h2.browsing { 
	background-image: url(/media/icon_browsing.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 21px; }
	
h2.listening { 
	background-image: url(/media/icon_listening.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 21px; }
	
h2.watching { 
	background-image: url(/media/icon_watching.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 21px; }

.spacer {
	line-height:1px;
	height:15px;
	margin:0;
	padding: 0;
	/*clear:both;*/
	border-bottom: 1px dotted #CCC; }
	
#nav { 
	float: left;
	width: 485px;
	background: #000026;
	margin: 0;
	padding: 2px 10px 2px 10px;
	text-align: left; }
	
#nav a { 
	padding: 0 10px 0 0;
	text-transform: lowercase;
	font-weight: bold; }
	
#nav a:hover { 
	border: 0; }
	
#photonav { 
	background: #000026;
	margin: 0 0 0 505px;
	padding: 2px 10px 2px 0;
	text-align: left;
	color: #fff; }
	
#photonav a { 
	padding: 0 10px 0 0;
	text-transform: lowercase;
	font-weight: bold; }
	
#photonav a:hover { 
	border: 0; }
	
#container { 
	width: 500px;
	float:left; }
	
#photofeature { 
	margin: 5px 0 0 505px; }
	
#photofeature img { 
	margin: 0 5px 5px 0; }
	
#container2 {
	width: 500px;
	background: #888;
	margin:0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left; }
	
#photohead { 
	margin: 5px 5px 5px 0;
	padding: 0;
	line-height: 0px; }
	
#header { 
	margin: 0 auto 0;
	padding: 0;
	line-height: 0px; }

#main {
	padding: 5px;
	background:#fff;
	width: 310px;
	border-top: 1px solid #000026;
	border-right: 1px solid #000026;
	border-bottom: 1px solid #000026; }

#features {
	float: right;
	width: 156px;
	padding: 10px;
	color: #fff; }
	
#features a, #features a:visited, #features a:active { 
	color: #FFFF88; }
	
#features a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFFF88; }
	
#datetime { 
	color: #B5B5B5;
	margin: 0 0 5px 0; }

#footer {
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 500px;
	text-align: center; }
	
#footer a, #footer a:visited, #footer a:active { 
	color: #FFFF88; }
	
#footer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFFF88; }
	
.linkpic { 
	float: right;
	margin: 0 0 5px 5px; }

form { 
	margin: 0;
	padding: 0; }
	
fieldset { 
	border: none;
	margin: 0;
	padding: 0;
	line-height: 12px; }
	
input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #880026;
	border-top: #000026 1px inset;
	border-left: #000026 1px inset;
	border-bottom: #000026 1px outset; 
	border-right: #000026 1px outset; }  

.submit, .reset { 
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff8800;
	text-transform: lowercase;
	font-weight: bold;
	background-color: #000026; 
	border-top: #000026 1px inset;
	border-left: #000026 1px inset;
	border-bottom: #000026 1px outset; 
	border-right: #000026 1px outset; }
	
/* THICKBOX SETTINGS */
*{ padding: 0; margin: 0; }

html, body {
min-height: 100%;
height: auto !important;
height: 100%; }

#TB_window {
	font: 11px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #333333; }

#TB_secondLine {
	font: 10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#666666; }

/*#TB_window a:link { color: #666666; }
#TB_window a:visited { color: #666666; }
#TB_window a:hover { color: #000; }
#TB_window a:active { color: #666666; }
#TB_window a:focus{ color: #666666; }*/

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background-color:#000026;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6; }

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #888;
	text-align:left; }

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #eee; }

#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left; }

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right; }

#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right; }

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px; }

#TB_title {
	background-color:#888;
	height:27px; }

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em; }

#TB_ajaxContent p {
	padding:5px 0px 5px 0px; }

#TB_load {
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101; }

#TB_HideSelect {
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; }

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px; }


