/*
 * Style sheet for trofejakt.no
 *
 * Site programming and design:
 * Kim Tore Jensen <http://www.kimtore.no>
 *
 */

body
{
	background: #C9AE83 url('grafikk/background.png') repeat-y top center;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 1em Helvetica,Arial,sans-serif;
}

#body
{
	background: transparent;
	background: white url('grafikk/sau.jpg') no-repeat center 40px;
	color: black;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header
{
}

#header .bilde
{
	float: right;
	margin-top: -1.5em;
}

#header .header
{
	margin-top: 78px;
}

h1
{
	text-align: left;
	font-family: Georgia,sans-serif;
	font-size: 3em;
	margin: 0.5em 0;
	color: #2B4B18;
	letter-spacing: 0.2em;
}

a
{
	color: #795B2B;
	text-decoration: underline;
}

a img
{
	border: 0;
}

.clear
{
	clear: both;
}




/*
 * The video box
 */
#videobox
{
	padding: 0 0 0.5em;
}

#videobox .left
{
	float: left;
	width: 340px;
}

#videobox .left ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#videobox .left ul li
{
	padding: 0;
	display: block;
	height: 24px;
	border-bottom: 1px solid #F4EDE3;
}

#videobox .left ul li.incomplete a
{
	color: #aaa !important;
}

#videobox .left ul li a
{
	display: block;
	padding: 2px 0;
	height: 19px;
	text-decoration: none;
}

#videobox .left ul li a:hover
{
	background: #ECDFCE;
}

#videobox .left ul li.active a
{
	background: transparent url('grafikk/arrow.png') no-repeat left center;
	padding: 2px 0.4em 2px 32px !important;
	font-weight: bold;
	color: #795B2B;
}

#videobox .right
{
	float: right;
	width: 425px;
}

img.right
{
	float: right;
	width: 190px !important;
	margin: 0 0 5px 5px;
	clear: right;
}

img.rnc
{
	clear: none !important;
}


/*
 * Footer
 */
#footer
{
	 margin: 2em 0 0;
	 border-top: 1px solid #F4EDE3;
	 padding-top: 0.8em;
	 font-size: 0.7em;
	 color: #A09784;
	 text-align: right;
}


/*
 * Tabs layout
 */

.tabs
{
	height: 22px;
	border-bottom: 1px solid #795B2B;
	margin: 0 0 1.8em;
	padding: 0;
}

.tabs li
{
	display: inline;
	list-style: none;
}

.tabs li a
{
	line-height: 12px;
	background: transparent url('grafikk/bullet.gif') no-repeat top center;
	color: white;
	width: 98px;
	font-size: 12px;
	line-height: 19px;
	padding-left: 10px;
	margin: 0 3px 0 0;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

.tabs li a:hover,
.tabs li a.hover
{
	background-image: url('grafikk/bullet-hover.gif');
	color: black;
}

.tabs li.active a
{
	background-image: url('grafikk/bullet-hover.gif');
	color: black;
}

