/*
 * Author: 	Erik Nilsson
 * Date: 	23/06-2009
 *
 * Do not edit without
 * authors permission.
 *
 * Last edited
 * Author: Erik nilsson
 * Date: 24/07-2009
 *
 */

* {
	padding: 0;
	margin: 0;
}

html {
	background: url('../img/bg.gif') repeat-x #1e140c;
}

/*
 * MAIN
 *
 */
#container {
	width: 940px;
	
	/* Center the container */
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 12px;
}

/*
 *
 * HEADER
 *
 */ 
#header {
	float: left;
	
	width: inherit;
	height: 220px;
	
	position: relative;
}

#header #text {
	float: right;
	width: 676px;
	margin-top: 80px;
	
	text-align: right;
}

#header img {
	float: left;
	width: 264px;
	height: 239px;
	
	margin-left: -65px;
}

#header h1 {
	
	float: right;
	
	text-align: right;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}

#header h1 strong {
	color: #ffd200;
	text-align: right;
	font-weight: normal;
}

#header h2 {
	clear: right;
	
	text-align: right;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	color: #e7dfd6;
	font-weight: normal;
	font-size: 14px;
}

#header h2 a {
	color: #e7dfd6;
	text-decoration: none;
}

#header h2 a:hover {
	color: #e7dfd6;
	text-decoration: underline;
}

/*
 *
 * NAVIGATION
 *
 */ 
#nav {
	float: right;
	display: inline;
	
	line-height: 25px;
	
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 13px;
	
	color: #aa957f;
	
	position: absolute;
	bottom: 0px;
	right: 12px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav li {
	display: inline;
	padding-left: 12px;
}

#nav li a {
	color: #aa957f;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#nav li .current {
	padding: 4px 8px 4px 8px;
	background: #ffc300;
	color: #ffffff;
	text-decoration: none;
}

#nav li .book {
	color: #ffffff;
	text-decoration: none;
}

/*
 *
 * WIDGETS
 *
 */
 
.widget {
	float: left;
	
	width: inherit;
	min-height: 331px;
	
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	color: #ffffff;
	
	padding: 35px 0px 10px 0px;
	
	background: url('../img/widget.png') no-repeat;
}

.widget h1 {
	font-size: 16px;
	color: #ffffff;
}

.widget h2,h3,h4 {
	font-size: 14px;
	color: #ffffff;
}

.widget h5 {
	font-weight: normal;	
	font-size: 18px;
	color: #ffffff;
}

.widget p {
	padding: 10px 0px 10px 0px;
	
	font-size: 12px;
	
	color: #8e7d6a
}

.widget strong {
	font-weight: normal;
	font-size: 12px;
	color: #cfc0b0;
}

/* TITLE */
.widget .title {
	float: left;
	
	width: 210px;
	
	margin-left: 5px;
}

.widget .title .box {
	float: left;
	width: 210px;
	
	min-height: 58px;
	padding: 30px 4px 4px 4px;
	
	background: url('../img/title_line.png') no-repeat top left;
	
	font-size: 13px;
	font-weight: bold;
}

.widget .title .sub-box {
	float: left;
	width: inherit;
	min-height: 11px;
	
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	
	background: url('../img/title_line_end.png') no-repeat top left;
}

.widget .large{
	color: #9d907f;
	font-size: 9px;
	
	text-decoration: none;
	margin-right: 5px;
	padding: 5px;
	padding-right: 15px;
	background: #000000 url('../img/a_large_arrow.png') right no-repeat;
}

.widget .large:hover {
	text-decoration: underline;
}

.widget .title input {
	float: left;
	
	width: 210px;
	
	margin-left: -4px;
	margin-top: 6px;
	padding: 3px;
	
	border: 1px #4c3724 solid;
	background-color: #271c11;
	
	color: #cfc0b0;
}

.widget .title .box p {
	font-weight: normal;
	font-size: 13px;
	color: #8e7d6a;
	line-height: 17px;
}

.widget .title .box span {
	font-weight: normal;
	font-size: 13px;
	color: #8e7d6a;
	line-height: 17px;
}

.widget .title .box strong {
	font-size: 14px;
	color: #8e7d6a;
}


.widget .title .box p.dark {	
	padding-top: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #dark;
}

.widget .title h1 {
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
}

.widget .title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #ffd200;
}

.widget .title h3 {
	font-size: 12px;
	font-weight: normal;
	color: #d97e12;
}

.widget .title h4 {
	display: inline;
	font-weight: normal;
	font-size: 12px;
	color: #cfc0b0;
}

.widget .title ul {
	padding: 10px 0px 10px 20px;
	list-style-image: url('../img/title_li.png');
}

.widget .title li {
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

/* TOOLS */
.widget .spacer {	
	float: left;
	width: 70px;
	
	/* Spacer div does 
	 * not work without 
	 * 1px height! */
	height: 1px; 
}

.widget .container {
	float: right;
}

/* PREODER */
.preorder {
	padding: 0px;
	margin: 0px;
	margin-left: -15px;
	margin-right: -15px;
	
	width: 416px;
	float: left;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
}

.preorder .header {
	height: 40px;
	background: #1e140c;
	border-bottom: 1px solid #4c3b1c;
}

.preorder h1 {
	line-height: 40px;
	
	font-size: 19px;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	color: #ffffff;
	
	text-align: center;
	font-weight: normal;
}

.preorder h3 {
	font-size: 19px;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	font-weight: normal;
	color: #ffd200;
	
	padding-top: 7px;
	padding-bottom: 7px;
}


.preorder .box {
	background: url('../img/popupbg.gif') no-repeat #1e140c;
	min-height: 256px;
	padding: 20px;
	padding-top: 13px;
}

.preorder .course {
	padding-bottom: 4px;
	
	overflow: hidden;
}

.preorder .name {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.preorder .price {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.preorder input {
	color: #cfc0b0;
	border: 1px solid #4c3724;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	background: #261b10;
	
	line-height: 20px;
	font-size: 13px;
	width: 100px;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
}

.preorder .contact input {
	color: #cfc0b0;
	border: 1px solid #4c3724;
	background: #261b10;
	
	line-height: 20px;
	font-size: 13px;
	width: 184px;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 11px;
	margin-bottom: 4px
}

.preorder .contact .date {
	color: #cfc0b0;
	border: 1px solid #4c3724;
	background: #261b10;
	
	width: 388px;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	
	margin-left: 11px;
	margin-bottom: 4px;
}

.preorder input[type="submit"] {
	color: #cfc0b0;
	font-size: 9px;
	
	text-decoration: none;
	padding-left: 4px;
	margin: 15px 5px 0px 0px;
	
	border: 0px;	
	background: #000000 url('../img/a_large_arrow.png') right center no-repeat;
	
	width: 129px;
	height: 25px;
	
	text-align: left;
}

.preorder input[type="submit"]:hover {
	cursor:pointer;
}

.preorder .contact textarea {
	color: #cfc0b0;
	border: 1px solid #4c3724;
	background: #261b10;
	
	width: 388px;
	height: 50px;
	padding-left: 2px;
	padding-right: 2px;
	
	margin-left: 11px;
}

.preorder .line {
	height: 2px;
	width: 100%;
	background: url('../img/line.png') center center no-repeat;
}

/* CONTAINING INFO */
.widget .full {
	float: right;
	width: 670px;
	
	padding-top: 39px;
}

.widget .full p {
	line-height: 19px;
}


.widget .full em strong {
	color: #ae9b86;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
}

.widget .full .box {
	float: left;
	width: 670px;
	
	min-height: 11px;
	padding-top: 30px;
	padding-bottom: 9px;
	
	background: url('../img/full_line.png') no-repeat top right;
	
	font-size: 13px;
}

.widget .full .comedian {
	float: left;
	
	width: 160px;
	height: 122px;
	padding-left: 6px;
	padding-bottom: 10px;
}

.widget .full .comedian img {
	border: 6px #150d06 solid;
}

.widget .full .comedian a {
	padding-left: 6px;
	
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
	color: #cfc0b0;
	text-decoration: none;
}

.widget .full .comedian a:hover {
	text-decoration: underline;
}

.widget .full .box .food-container {
	float: left;
	
	width: 453px;
}

.widget .full .box .img {
	float: right;
	width: 217px;
}

.widget .full .box .img img {
	border: 6px #150d06 solid;
	
	margin-bottom: 16px;
}

.widget .title .box h4 {
	color: #cfc0b0;
}

.widget .title .box p {	
	padding-top: 0px;
	color: #8e7d6a;
	line-height: 15px;
}

.widget .full h3 {
	font-size: 19px;
	font-weight: normal;
	color: #ffd200;
	
	padding-bottom: 18px;
}

.widget .full h5 {
	font-size: 19px;
	font-weight: normal;
	color: #ffffff;
	
	padding-bottom: 18px;
}
.widget .full input {
	color: #cfc0b0;
	border: 1px solid #4c3724;
	background: #261b10;
	
	line-height: 20px;
	font-size: 13px;
	
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
	width: 140px;
}

.widget .full .full-input {
	display: block;
	width: 294px;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 4px
}

.widget .full input[type="submit"] {
	color: #cfc0b0;
	font-size: 9px;
	
	text-decoration: none;
	padding-left: 4px;
	margin: 15px 5px 0px 0px;
	
	border: 0px;	
	background: #000000 url('../img/a_large_arrow.png') right center no-repeat;
	
	width: 129px;
	height: 25px;
	
	text-align: left;
}

.widget .full input[type="submit"]:hover {
	cursor:pointer;
}

.widget .full textarea {
	color: #cfc0b0;
	border: 1px solid #4c3724;
	background: #261b10;
	
	width: 294px;
	height: 50px;
	padding-left: 2px;
	padding-right: 2px;
}

.widget .full .course {
	padding-bottom: 21px;
	
	overflow: hidden;
}

.widget .full .name {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.widget .full .price {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.widget .full .description {
	clear: both;
	float: left;
	font-size: 14px;
	color: #8e7d6a;
}

.widget .full .day {	
	float: left;
	width: 106px;
	
	font-weight: bold;
	font-size: 14px;
	color: #8e7d6a;
	line-height: 22px;
}

.widget .full .date {
	float: left;
	width: 121px;
	
	font-weight: normal;
	font-size: 14px;
	color: #8e7d6a;
	line-height: 22px;
}

.widget .full .artists {
	float: left;
	width: 443px;
	
	font-weight: normal;
	font-size: 14px;
	color: #cfc0b0;
	line-height: 22px;
}
.widget #player {
	width: 690px;
	float: right;
}

.widget #player img{
	float: left;
}
.widget #player #playercontainer {
	border: 7px solid #140d06;
	float: right;
}
.widget .text {
	float: left;
	
	width: 300px;
	padding-top: 51px;
}

.widget .img {
	float: left;
	text-align: center;
	
	width: 300px;
}

.widget .artist-text {
	float: left;
	
	width: 300px;
	padding-top: 51px;
}

.widget .artist-text p {
	padding-top: 0px;
	margin-top: -18px;
	color: #cfc0b0;
	line-height: 18px;
	font-size: 13px;
}

.widget .artist {
	float: right;
	
	width: 300px;
	
	font-weight: normal;
	font-size: 14px;
	color: #8e7d6a;
	line-height: 24px;
}

.widget .artist strong {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

.widget .artist img {
	border: 6px #150d06 solid;
}

.widget .artist .even {
	float: left;
	
	padding-left: 27px;
	width: 273px;
	
	background: url('../img/material_arrow.png') left center no-repeat #281b10;
}

.widget .artist .odd {
	float: left;
	
	padding-left: 27px;
	width: 273px;
	
	background: url('../img/material_arrow.png') left center no-repeat;
}

.widget .artist .even a {
	color: #8e7d6a;
	font-size: 12px;
	text-decoration: none;

}

.widget .artist .even a:hover {
	text-decoration: underline;
}

.widget .artist .odd a {
	color: #8e7d6a;
	font-size: 12px;
	text-decoration: none;

}

.widget .artist .odd a:hover {
	text-decoration: underline;
}

.widget .imgtext {
	float: left;
	
	width: 300px;
	padding-top: 27px;
}

.widget .imgtext img {
	border: 6px #150d06 solid;
}

.widget a {
	color: #cfc0b0;
	text-decoration: underline;
}

.widget a:hover {
	text-decoration: none;
}

.widget ul {
	padding: 0px 0px 10px 20px;
	list-style-image: url('../img/li.png');
}

.widget li {
	color: #8e7d6a;
	font-size: 13px;
	font-weight: normal;
}

.widget .historia {
	float: right;
	border: 6px #150d06 solid;
	margin: 0 0 10px 10px;
}

.widget .col1 {
	float: left;
	width: 223px;
	padding-right: 37px;
	
	font-size: 13px;
	color: #ffffff;
}

.widget .col1 .description {
	float: left;
}

.widget .col1 .price {
	float: right;
}

.widget .col2 {
	float: left;
	width: 220px;
	
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.widget .col3 {
	float: left;
	width: 190px;
	
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/*
 *
 * FOOTER
 *
 */

#footer {
	float: left;	
	width: 940px;
	min-height: 150px;
	
	background: url('../img/line.gif') no-repeat top left;
	
	text-align: center;
}

#footer p {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-top: 18px;
	
	color: #8e7d6a;
	font-family: Arial, Myriad Pro, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
}

#footer p a {
	color: #8e7d6a;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*
 * Searchbox
 */
 
.suggestionsBox {
	clear: both;
	
	position: absolute;
	left: 0;
	margin-top: 30px;
	width: 210px;
	background-color: #271C11;
	border: 1px solid #4C3724;
	border-top: 0;
	color: #CFC0B0;
	
	padding: 3px;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	font-size: 10px !important;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
}

.suggestionList li:hover {
	background-color: #4C3724;
}

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



.autocomplete-history-dropmarker {

display: none !important;

}