/*
Original design: Daleri Single (v1.0 - June 01, 2010) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/daleri-single/
*/

/* Main containers */
body {
	padding: 0;
	margin: 0;
	color: #444;
	text-align: center;
	line-height: 1.5em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #333333;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#wrap {
	width:760px; 
	text-align:center; 
	margin:0 auto;}
#maincontent {
	background: #fff;
	text-align: center;
	border: 0px none #666;
	padding: 15px 15px 5px 15px;
	margin: 0 0 15px 0;
}

/* HTML Tags */
a {text-decoration:none; font-weight:700; color:#e49938;}
a:hover {text-decoration:underline;}
a img {border:0;}
h1 {margin:15px auto 10px auto; padding:0; font-size:2.6em; color:#666; letter-spacing:-2px; line-height:1.2em;}
h1 a {color:#eee; font-weight:700; text-decoration:none;}
h1 a:hover {color:#fff; text-decoration:none;}
h2 {margin:0 0 12px 0; padding:12px 6px 12px 15px; background:#1a1a1a url(images/bodybg.jpg) top center repeat; border-left:4px solid #e49938; color:#ddd; font-size:1.5em; font-weight:400;}
h2 a {font-weight:400;}
h3 {font-size:1.4em; font-weight:400; margin:0 0 10px 0;}
p {margin:0 0 15px 0;}
ul {margin:0 0 15px 20px; padding:0;}
li {margin:0; padding:0 0 0 5px;}


/* Various classes */
.slogan {
	color: #ccc;
	font-size: 1em;
	margin: 0 0 15px 0;
	padding: 0;
}
.toptabs {clear:both; font-size:1.4em; line-height:1.5em; color:#ccc; margin:0 0 15px 0;border-radius:10px;}
.toptab {padding:3px 10px 5px 10px; font-weight:400; margin:0 2px; color:#fff;border-radius:10px;}
.toptab:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}
.active {background-color:#666; color:#fff;border-radius:10px;}
.active:hover {background-color:#666; color:#fff;border-radius:10px;}

.hide {display:none;}
