/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("nav.css");

/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }

html {overflow-y: scroll;}

body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.7em;
	line-height: 16px;
	color: #444;
	background: #f5f5ec;
	}

h1 {
	font-size: 12px;
	padding-bottom: 5px;
	color: #000;
	}
h1.subheader {
	font-size: 12px;
	padding: 10px 0 5px 0;
	margin: 5px 0 0 0;
	/*border-top: #000 2px dashed;*/
	}

h2 { }

h3 { }

h4 { }

h5 { }

ul, ol, li { list-style-type: none; }

img {
	border: 0;
	}

fieldset { }

hr { }

a { text-decoration: none; outline: none; }
a:link, a:visited { color: #ff7f00; }
a:link.navpage { color: #33cc00; }
a:hover { color: #000; }
a:active {  }

/* --- General Layout
-------------------------------------------------------*/
.tiny {
	font-size: 9px;
	color: #777;
	}
	
/* --- Container
-------------------------------------------------------*/

#container {
	width: 760px;
	margin: 20px auto 0;
	padding: 0px;
	background: transparent url('../pics/bg_wrap_top.gif') no-repeat top center;
	}

/* --- Header
-------------------------------------------------------*/

#header {
	position: relative;
	width: 696px;
	margin-bottom: 0px;
	padding: 10px;
	background: #fff;
	}

#frontimg {
	clear: both;
	float: none;
	position: relative;
	width: 716px;
	height: 150px;
	padding: 0 0 10px 0;
	margin: 0;
	background: #fff;
	}

/* --- Subnav
-------------------------------------------------------*/

ul#subnav {
	position: relative;
	float: left;
	clear: both;
	width: 716px;
	padding: 0;
	text-align: center;
	margin-left: 12px;
	margin-bottom: 15px;
	background: #fff;
	border-bottom: 3px double #000;
	}

ul#subnav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	color: #000;
	}

ul#subnav li a {
	float: left;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	}

#kat-page ul#subnav li a.chosen, ul#subnav li a:hover {
	color: #777;
	background: #eee;
	}

ul#subnav li.programpunkter {
	float: left;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: #000;
	}


/* --- Content
-------------------------------------------------------*/

#contents {
	clear: both;
	float: left;
	width: 740px;
	padding: 0 10px 30px 10px;
	height: auto;
	background: transparent url(../pics/bg_wrap_end.gif) no-repeat bottom;
	}
	
#middle-theme {
	clear: both;
	float: left;
	position: relative;
	width: 696px;
	left: 22px;
	padding: 0;
	margin: 0;
	height: auto;
	}
	
/* --- INDEX
-------------------------------------------------------*/

#starpuff {
	position: relative;
	text-align: center;
	top: -10px;
	padding: 10px;
	background: transparent url(../pics/starpuff_img.jpg) no-repeat center;
	color: #fff;
	}
#starpuff a:hover { color: #fff; }
#starpuff p { padding: 40px 30px 40px 20px; }

#starpuff2 {
	position: relative;
	width: 340px;
	height: 166px;
	text-align: center;
	padding: 0;
	left: -40px;
	}
	
#starpuff2 p {
	padding: 40px 30px 40px 20px;
	}
	
#star {
	position: relative;
	float: left;
	width: 162px;
	height: 166px;
	text-align: center;
	padding: 0;
	background: transparent url(../pics/starpuff5.gif) no-repeat left;
	}
	
#maillist {
	position: relative;
	display: inline;
	float: left;
	width: 150px;
	vertical-align: bottom;
	text-align: left;
	list-style-type: none;
	padding: 30px 10px 20px 10px;
	}
	
#maillist ul {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	}
	
#maillist li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	}

#fronttable td {
	width:224px;
	padding:5px;
	text-align:left;
	vertical-align:top;
	}
	
#mid-section {
	position:relative;
	clear:none;
	width: 716px;
	border: 1px #33cc00 solid;
	}

.col {
	float: left;
	width: 33%;
	text-align: left;
	margin: 0 5px 0 5px;
	}
p.scenarkivet {
	margin-top: 10px;
	padding: 20px 0;
	border-top: #000 1px dashed;
	text-align: center;
	}

/* --- middle 3 columns
-------------------------------------------------------*/

#mid-col-1, #mid-col-2, #mid-col-3 {
	float: left;
	text-align: left;
	}
	
#mid-col-1 {
	width: 200px;
	margin: 0 10px 0 0;
	}
#mid-col-2 {
	width: 234px;
	margin: 0 10px 0 10px;
	}
#mid-col-3 {
	width: 220px;
	margin: 0 0 0 10px;
	}
	
/* --- middle 2 columns
-------------------------------------------------------*/

#middle-col-1, #middle-col-2 {
	float: left;
	text-align: left;
	}
	
#middle-col-1 {
	margin: 0 5px 0 0;
	width: 343px;
	}
	
#middle-col-2 {
	margin: 0 0 0 5px;
	width: 343px;
	}
	
/* --- contents left & right
-------------------------------------------------------*/
#content_left {
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	width: 400px;
	}

#content_left p {
	margin: 0 0 20px 0;
	}
	
#content_right {
	float: right;
	clear: none;
	text-align: left;
	width: 286px;
	}
	
#content_all {
	float: none;
	clear: both;
	text-align: left;
	width: 696px;
	}
	
/* --- kalender
-------------------------------------------------------*/
	
ul.kalender, li.kalender {
	float: left;
	}	
	
li.kalender {
	list-style-type: none;
	padding: 5px;
	margin: 0 0 5px 0;
	background: #ebe4b0;
	}
li.kalendersunday {
	list-style-type: none;
	padding: 5px;
	margin: 0 0 5px 0;
	background: #e8d498;
	}
.kalenderdatum {
	font-weight: normal;
	font-size: 11px;
	color: #777;
	}
.kalender_daymonth {
	font: 10px Sans-serif;
	text-align: center;
	color: #777;
	}
	
.kalender_li_date, .kalender_li_date_sunday {
	list-style-type: none;
	font: bold 15px/10px Sans-serif;
	text-align: right;
	}
.kalender_li_date {
	color: #000;
	}	
.kalender_li_date_sunday {
	color: #ff0000;
	}	
.kalender_li_day {
	list-style-type: none;
	font: bold 10px Sans-serif;
	text-align: center;
	color: #777;
	}
.kalender_li_month {
	list-style-type: none;
	font: bold 10px/10px Sans-serif;
	text-align: center;
	color: #999;
	}
.calendar_table {
	width: 696px;
	padding:0;
	}
.calendar_row {
	padding: 2px 0 2px 0;
	}
.calendar_cell_date, .calendar_cell_date_numbers, .calendar_cell_date_numbers_sunday {
	width: 16px;
	background: #fff;
	padding: 0 2px 0 2px;
	border-top: 1px solid #ddd;
	}
.calendar_cell_date {
	text-align: center;
	font: bold 10px/10px Sans-serif;
	text-align: center;
	color: #555;
	}
.calendar_cell_date_numbers {
	text-align: right;
	font: bold 15px Sans-serif;
	text-align: center;
	color: #000;
	}
.calendar_cell_date_numbers_sunday {
	text-align: right;
	font: bold 15px Sans-serif;
	text-align: right;
	color: #ff0000;
	}
.calendar_cell_time {
	text-align: center;
	font: bold 10px/10px Sans-serif;
	color: #bbb;
	width: 33px;
	padding: 0 2px 0 2px;
	background: #fff;
	border-top: 1px solid #ddd;
	}
/*
.calendar_cell_repertoar {
	padding: 0 5px 0 5px;
	border-top: 2px solid #000;
	background: #fff;
	}
*/
.calendar_cell_repertoar a {
	display: block;
	padding: 10px;
	margin: 0;
	background: #fff;
	border-top: 1px solid #ddd;
	}
.calendar_cell_repertoar a:hover {
	color: #555;
	background: #eee;
	}

.calendar_cell_ticket_boka, .calendar_cell_ticket {
	width: 40px;
	text-align: center;
	background: #000;
	}
.calendar_cell_ticket_utsalt {
	width: 40px;
	text-align: center;
	background: #ff0000;
	}
.calendar_cell_ticket_fri {
	width: 40px;
	text-align: center;
	background: #fff;
	}
.calendar_cell_ticket_repertoar {
	width: 40px;
	text-align: center;
	padding: 0 0 0 2px;
	}
a.boka, .boka {
	background: #000;
	padding: 2px;
	color: #fff;
	font: bold 10px Sans-serif;
	}
.slutsald {
	background: #d5cd8d;
	padding: 2px;
	color: #fff;
	font: bold 10px Sans-serif;
	}


/* --- Lists
-------------------------------------------------------*/

#blogg-page #content_left h1 a, #blogg-page #content_left h1 a:visited {
	color: #000;
	}

#blogg-page #content_left {
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
	width: 450px;
	}	
	
#blogg-page #content_left .blogg_post, #blogg-page #content_left .blogg_comment, #blogg-page #content_left .blogg_comment_write {
	position: relative;
	float: left;
	width: 450px;
	line-height: 17px;
	padding: 5px 0 5px 0;
	border-top: #000 1px dashed;
	}

#blogg-page #content_left .blogg_comment {
	color: #999;
	}

#blogg-page #content_left .blogg_comment_write {
	position: relative;
	float: left;
	width: 450px;
	line-height: 17px;
	padding: 5px 0 5px 0;
	border-top: #000 2px dashed;
	}

#blogg-page #content_left .blogg_comment_write_left  {
	position: relative;
	float: left;
	width: 210px;
	line-height: 17px;
	padding: 5px 5px 5px 0;
	}
#blogg-page #content_left .blogg_comment_write_left .black {
	width: 200px;
	}
#blogg-page #content_left .blogg_comment_write_right  {
	position: relative;
	float: left;
	width: 230px;
	line-height: 17px;
	padding: 5px 0 5px 5px;
	}
#blogg-page #content_left .blogg_comment_write_right .black {
	width: 220px;
	}
#blogg-page #content_right {
	position: relative;
	float: right;
	clear: none;
	text-align: left;
	width: 236px;
	}

#blogg-page #content_left .bloggbild {
	padding: 5px;
	margin: 5px 0;
	font-size: 10px;
	color: #98956f;
	}

#blogg-page #content_left .video {
	text-align: center;
	padding: 5px;
	margin: 5px 0;
	}	

#blogg-page #content_left .bloggbild img {
	padding: 5px;
	margin: 5px 0;
	background: #fff;
	}

#blogg-page #content_left .perma {
	float: left;
	width: 438px;
	background: #fff;
	color: #000;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #000;
	}

.blogg_li_year {
	list-style-type: none;
	padding: 5px 0 0 0;
	border-top: #000 1px dashed;
	color: #a983a7;
	}
.blogg_li_month {
	list-style-type: none;
	text-transform: uppercase;
	padding: 5px 0 0 7px;
	color: #a983a7;
	}
.blogg_li_post {
	/*list-style-type: none;*/
	margin: 0 0 0 20px;
	color: #000;
	}
.blogg_li_post a {
	/*display: block;*/
	}




/* --- Lists
-------------------------------------------------------*/
	
.list1 {
	list-style-type: none;
	padding: 5px 0 5px 0;
	border-top: #000 1px dashed;
	}
	
.list1_justify {
	text-align: justify;
	list-style-type: none;
	padding: 5px 0 5px 0;
	border-top: #000 1px dashed;
	}
	
.list2 {
	list-style-type:none;
	margin: 5px 0 0 0;
	padding: 10px 0 5px 0;
	border-top: #000 2px dashed;
	}
	
.list3 {
	list-style-type: none;
	padding: 2px 0 2px 0;
	border-top: #6d4d6b 1px dashed;
	}
	
.list4 {
	list-style-type:none;
	margin: 5px 0 5px 0;
	padding: 10px 0 5px 0;
	border-top: #000 1px dashed;
	}
	
.prislist {
	list-style-type:none;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: #000 1px dashed;
	border-bottom: #000 1px dashed;
	}
	
/* --- REPERTOAR & BILJETTER
-------------------------------------------------------*/

.repertoar_table {
	width: 300px;
	padding:0;
	}
.pris {
	list-style-type: none;
	padding: 0 0 5px 0;
	border-top: #000 1px dashed;
	background: #fff;
	}
	
/* --- KAT
-------------------------------------------------------*/

#kat-page table {
	width: 696px;
	}
#kat-page table td.infocell {
	vertical-align: top;
	padding: 10px 0 10px 0;
	}
#kat-page table td.infocell p {
	padding-bottom: 10px;
	}

#kat-page table td.bildcell {
	vertical-align: top;
	padding: 10px 10px 10px 0;
	background: none;
	text-align: center;
	}
#kat-page table td.breakercell {
	position: relative;
	height: 1px;
	background: #000;
	}


/* --- LANKAR
-------------------------------------------------------*/

.cell_lankar {
	list-style-type: none;
	padding: 2px 2px 2px 0;
	}


/* --- Pics
-------------------------------------------------------*/
.repertoarbild {
	padding: 0 5px 5px 0;
	float: left;
	}
.hogerjusterad {
	padding: 0 0 5px 5px;
	float: right;
	}
.pressbild {
	padding: 0 5px 5px 0;
	}
	
/* --- Footer
-------------------------------------------------------*/

#footer {
	font: bold 10px/14px Sans-serif;
	clear: both;
	float: left;
	width: 716px;
	margin: 0 23px;
	position: relative;
	padding-bottom: 20px;
	background: #f5f5ec;
	color: #bbb;
	}

	#footer a {  }
	#footer a:link, #footer a:visited { color: #bbb; }
	#footer a:hover { color: #ff7f00; }

#footer #logo {
	float: left;
	width: 112px;
	height: 30px;
	padding: 0;
	background: transparent url('../pics/footer.gif') top left no-repeat;
	}

#footer #ataadress {
	float: left;
	position: relative;
	padding: 0 17px;
	margin-left: 17px;
	border-left: 1px solid #ddd;
	text-align:left;
	}
#footer #atainfo {
	float: left;
	position: relative;
	padding: 0 17px;
	border-left: 1px solid #ddd;
	text-align:left;
	}

#footer #cred {
	float: left;
	position: relative;
	padding: 0 17px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align:left;
	}
	
#footer #copy {
	float: left;
	position: relative;
	padding: 0 17px;
	border-left: 1px solid #ddd;
	text-align:left;
	}

#footer #validate {
	float: left;
	position: relative;
	padding-left: 17px;
	}
	
	#footer #copyright {
		color: #a1a5a6;
		position: absolute;
		left: 26px;
		top: 35px;
		}
		
/* --- Forms & Inputs
-------------------------------------------------------*/

.black {
	font-size: 0.8em;
	font-weight: normal;
	color: #444;
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
	}
	
.liteluftovan {
	margin: 5px 0;
	}