/*
Original design: Daleri Single (v1.0 - Mar 25, 2009) - 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;
	font: 76% verdana, tahoma, sans-serif;
	background: #1A1A1A url(../img/bodybg.jpg) no-repeat top center;
	color: #444;
	border-top: 4px solid #444;
	text-align: center;
	line-height: 1.5em;
}
#wrap
{
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
#maincontent
{
	background: #FFF;
	text-align: left;
	border: 4px solid #666;
	padding: 15px 15px 5px;
	margin: 0 0 15px;
}
/*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;
	padding: 0;
	font-size: 2.6em;
	color: #EEE;
	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;
	padding: 12px 6px 12px 15px;
	background: #1A1A1A url(../img/bodybg.jpg) no-repeat top center;
	border-left: 4px solid #E49938;
	color: #DDD;
	font-size: 1.5em;
	font-weight: 400;
}
#sub_header
{
	margin: 0 0 12px 12px;
	padding: 12px 6px 12px 15px;
	background: #A7A7A7 top center;
	border-left: 4px solid #492E0C;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 400;
	width: 300px;
}
H2 A
{
	font-weight: 400;
}
H3
{
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 10px;
}
P
{
	margin: 0 0 15px;
}
UL
{
	margin: 0 0 15px 20px;
	padding: 0;
}
LI
{
	margin: 0;
	padding: 0 0 0 5px;
}
#examples UL
{
	margin: 0 0 15px 44px;
	padding: 0px;
	border-left: 2px solid #E5E5E5;
}
#examples LI
{
	margin: 1%;
	padding: 0 0 0 5px;
	font-size: 1.5em;
}
#examples #description
{
	font-size: 0.6em;
	color: #676767;
	padding: 5px;
}
/*Various classes*/
.slogan
{
	color: #CCC;
	font-size: 2.4em;
	margin: 0 0 15px;
	padding: 0;
}
.toptabs
{
	clear: both;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #AAA;
	margin: 0 0 15px;
}
.toptab
{
	padding: 3px 10px 5px;
	font-weight: 400;
	margin: 0 2px;
	color: #CCC;
}
.toptab:hover
{
	background-color: #889D19;
	color: #FFF;
	text-decoration: none;
}
.active
{
	background-color: #444;
	color: #FFF;
}
.active:hover
{
	background-color: #444;
	color: #FFF;
}
.bottomlinks, .bottomlinks A
{
	text-align: center;
	color: #888;
	font-size: 0.9em;
	font-weight: 400;
	margin: 5px auto;
}
.footer, .footer A
{
	color: #888;
	font-weight: 400;
}
.hide
{
	display: none;
}

