/* this is the color & style of the links that aren't on the sides or at the top */
a {
	color : #000;
	text-decoration : none;
}

a:hover {
	color : #000;
	text-decoration : underline;
}

/* this is the color & style of the links that are on the side */
a.side {
	color : #000;
	text-decoration : none;
}

a:hover.side {
	color : #000;
	text-decoration : underline;
}

/* this is the color & style of the links that are at the top */
a.white {
	color : #fff;
	text-decoration : none;
}

a:hover.white {
	color : #fff;
	text-decoration : underline;
}

/* this is the font & size of the font of the whole page */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #DAE2E3;
}

form {
	margin : 0px;
}

/* this is the horizontal ruler */
hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr {
	height : 1px;
	border : 1px solid #eee;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.tbl-border {
	color : #555;
	background-color : #e1e1e1;
}

.tbl {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 4px;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.alt {
	color : #005599;
}

.border-left {
	background-image: url('images/border-left.gif');
	padding: 0px;
	width: 16px;
}

.border-right {
	background-image: url('images/border-right.gif');
	padding: 0px;
	width: 16px;
}

/* this is where the links & date go */ 
.white-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	border-bottom : 1px solid #ccc;
	padding : 2px 5px 11px 5px;
	background-image: url('images/t1.gif');
	height: 30px;
}

/* this is where the banner is */ 
.full-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-image: url('images/t2.gif');
	border-bottom : 1px solid #ccc;
	padding : 5px;
	height: 83px;
}

/* this is where the footer, unique visits, fusion copyright, and theme copyright go */ 
.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	padding : 5px;
	background-image: url('images/footer-bg.png');
}

/* this is the button styling */ 
.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color: #fff;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

/* this is the textbox styling */ 
.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #fff;
	border : 1px solid #ccc;
}

/* this is the body of the center panels */
.main-body {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 4px 4px 5px 4px;
}

/* this is the body of the side panels */
.side-body {
	font-size : 10px;
	color : #000;
	background-color : #fff;
	padding : 4px;
	border: 1px solid #ccc;
}

/* this is the background of the center area */
.main-bg {
	color : #000;
	background-color : #fff;
	padding : 5px;
}

.outer-border {
	border : 1px solid #ccc;
}

.border {
	border : 1px solid #ccc;
}

/* this is the border between the left side and the center */
.side-border-left {
	background-color : #fff;
	padding : 5px;
}

/* this is the border between the right side and the center */
.side-border-right {
	background-color : #fff;
	padding : 5px;
}

.footer-top {
	background-image: url('images/t8.gif');
	height: 18px;
}

/* this is the footer of a news post */
.news-footer {
	font-size : 10px;
	color : #000;
	background-color : #fff;
	border-top : 1px solid #ccc;
	padding : 3px 4px 4px 4px;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

/* this is the top of the center panels */
.capmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000;
	background-color: #fff;
	border-bottom : 1px solid #ccc;
	padding : 2px 4px 4px 4px;
}

/* this is the top of the side panels */
.scapmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	background-image: url('images/panel-center.png');
	padding : 2px;
	height: 25px;
	text-align: center;
	/*font-weight : bold;*/
}

.scapmain-left {
	padding : 0px;
	background-image: url('images/panel-left.png');
	height: 25px;
	width: 38px;
}

.scapmain-right {
	padding : 0px;
	background-image: url('images/panel-right.png');
	height: 25px;
	width: 38px;
}

/* this is the background of the forum categories in forum/index.php */
.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #000;
	background-color: #fff;
	padding : 2px 4px 4px 4px;
}

/* this is what a quote in the forums look like */
.quote {
	font-size : 11px;
	color : #555;
	background-color : #f8f8f8;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #bbb;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

/* the author of the shoutbox post */
.shoutboxname {
	font-weight : bold;
	color : #005599;
	background-color : #fff;
}

/* this is the actual shoutbox text */
.shoutbox {
	color : #777;
	background-color : #fff;
}

/* this is the date of the shoutbox post */
.shoutboxdate {
	font-size : 10px;
	color : #888;
	background-color : #fff;
}

/* this is what the smaller text looks like */
.small {
	font-size : 10px;
	font-weight : normal;
}

/* this is what the smallest text looks like */
.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

/* this is what the small text on the side panels look like */
.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #555;
	background-color : #fff;
}

/* this is what a nav panel section looks like */
.side-label {
	color : #000;
	background-color : #fff;
	padding : 2px 2px 3px 2px;
}

/* this is for the photogallery */
.gallery {
	padding : 16px 0px 8px 0px;
}

.gallery img {
	border : 1px solid #ccc;
}

img.activegallery {
	border : 1px solid green;
}
