<?php
require_once("inc/config.inc");
$day_height = 605;
$footer_position = ($days_back * $day_height) + $logo_height +10;	
header("Content-type: text/css");
?>
body,td,div,.p,a,select,input{
	font-family:arial,sans-serif;
	font-size: 10px;
	 color: <?php echo $font_color;?>
}
:hover img { 
	border: 1px dashed <?php echo $thumb_border;?> 
}
img {
	border-style: solid; 
	border-width: 1px; 
	border-color: <?php echo $thumb_border;?> 
}
.noborder {
	border-style: none; 
	border-width: 0px;
}
a:hover { 
	text-decoration: underline
}
a { 
	text-decoration: none; 
}
.nofont {
	font-size: 0px
}
.sites {
	color: <?php echo $sites_color; ?>
}
.thumb_back{
	background-color: <?php echo $day_background; ?>
}
.thumbs{
	border-style: solid; 	
	border-width: 1px;
	border-color: <?php echo $day_border; ?>; 
}
.review_link{ 
	text-decoration: underline 
}
.review_link2 {
	font-size: 16px; 
	text-decoration: underline; 
	font-weight: bold
}
.header {
	font-size: 32px; 
	text-decoration: underline; 
	font-weight: bold
}
strong {
	font-size: 16px; 
	text-decoration: none; 
	font-weight: bold
}
.bot {
	position:absolute;
	top:<?php echo $footer_position;?>px;
	display:block;
	width:100%;	
	left: 0px;
}
.bot-box {
	display:block;
	width:720px;
	background:#ffffff;
	margin:0px;
	padding:0px;
	clear:both;
	padding:0px 0px 0px 0px;	
}
.bot-text {
	font-family:arial,sans-serif; 
	width:720px;
	display:block;
	position:relative;
	left:5px;
	right:5px;
	float:left;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	color:<?php echo $font_color;?>;
	text-align:left;	
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.footernav-pos {
	position:absolute;
	top:790px;
	display:block;
	width:100%;
	left: 0px;
}
