/*
Theme Name: Date Vertical
Theme URI: http://d8.nu/
Description: Tema för D8's Wordpress-installation
Version: 2.0
Author: emgee
Author URI: http://nobless.se/
Tags: date
*/

/*  Start of Reset  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #DDD;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  End of Reset  */

body
{
	background: url(images/wallpaper.jpg) top left;
	margin-bottom: 80px;
}

#outer-container
{
	margin: 30px auto;
	width: 766px;
	background: url(images/wallpaper_top.png) top left repeat-x;
}

#top
{
	position: relative;
	background: url(images/top.png) top left no-repeat;
	width: 766px;
	height: 461px;
}

#logo h1 a
{
	position: absolute;
	left: 37px;
	top: 37px;
	width: 200px;
	height: 100px;
	text-indent: -1000px;
}

#links
{
	position: absolute;
	left: 27px;
	top: 243px;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 395px;
	height: 50px;
	width: 766px;
	text-align: center;
}

#menu ul
{
}

#menu ul li
{
	display: inline-block;
	height: 32px;
	margin-top: -25px;
}

#menu ul li a
{
	height: 32px;
	display: inline-block;
	text-indent: -1000000px;
}

#menu ul li img {
	position: relative;
	top: 25px;
	display: inline-block;
	margin: 0 -5px;
}

#menu a#nyheter {
	width: 72px;
	background: url(images/menu.png) 0 0 no-repeat;
}

#menu a#blogg {
	width: 57px;
	background: url(images/menu.png) -86px 0 no-repeat;
}

#menu a#turneplan {
	width: 84px;
	background: url(images/menu.png) -152px 0 no-repeat;
}

#menu a#bandet {
	width: 66px;
	background: url(images/menu.png) -244px 0 no-repeat;
}

#menu a#media {
	width: 63px;
	background: url(images/menu.png) -318px 0 no-repeat;
}

#menu a#sponsorer {
	width: 86px;
	background: url(images/menu.png) -397px 0 no-repeat;
}

#menu a#kontakt {
	width: 69px;
	background: url(images/menu.png) -497px 0 no-repeat;
}

#menu a#fanclub {
	width: 71px;
	background: url(images/menu.png) -582px 0 no-repeat;
}

#facebook, #myspace, #youtube
{
	display: block;
	margin-top: -6px;
}

#middle
{
	position: relative;
	background: url(images/middle.png) top left repeat-y;
	width: 766px;
	min-height: 500px;
}

#bottom
{
	position: relative;
	background: url(images/bottom.png) top left no-repeat;
	width: 766px;
	padding-top: 34px;
	color: #4C4C4C;
	font-style: italic;
	text-align: center;
}

/* End of Structural style */

#main
{
	margin: 0 35px;
	padding: 0 0 40px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	line-height: 160%;
	text-align: justify;
}

#main p {
	padding: 4px 12px;
	font-size: 110%;
}

#main p fieldset {
	padding: 10px;
}

a {
	color: #A8A8A8;
	text-decoration: none;
}
a:hover {
	color: #B7B7B7;
}

#main ul, #main ol, #main dl {
	margin-left: 30px;
}

#main ul li {
	list-style: disc;
	margin-left: 26px;
}

#main ol li {
	list-style: decimal-leading-zero;
	margin-left: 10px;
}

#main h1 {
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size:30px;
	padding: 10px 0 10px 10px;
}

#main h2 {
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size:25px;
	padding: 30px 0 5px 10px;
}

#main h3 {
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size:22px;
	padding: 30px 0 5px 10px;
}

#main h4 {
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size:20px;
	padding: 30px 0 5px 10px;
}

#main h5 {
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size:18px;
	padding: 30px 0 5px 10px;
}

#main h6 {
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	padding: 30px 0 5px 10px;
}

#main table {
	margin: 10px;
}
#main th {
	padding: 5px 10px;
	background: #515151;
	border-bottom: 1px dashed #626262;
	border-left: 1px dashed #3D3D3D;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	border-top-left-radius: 10px;
}
#main td {
	padding: 5px 10px;
}

#main pre {
	margin: 10px;
}

#main fieldset .post-meta {
	display: block;
	border-top: 1px solid #555;
	padding: 10px;
	font-size: 85%;
	background: #444;
	margin-top: 20px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

ol.commentlist img.avatar {
	display: none;
}

ol.commentlist .comment-body {
	padding: 5px;
	margin: 10px 0;
	background: #666;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
ol.commentlist p {
	font-size: 130%;
}

ol.commentlist .comment-author cite.fn {
	font-size: 150%;
}
#respond {
	margin-top: 40px;
}
#respond h3 {
	font-size: 140%;
}
#commentform textarea {
	width: 100%;
	height: 200px;
}
h3#comments {
	font-size: 140%;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



blockquote {
	font-style: italic;
	margin: 0 10px 0 20px;
	padding: 10px;
	background: #222 url(images/blockquote.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

/* Newsblock stuff */

td.newsblock
{
	width: 330px;
	height: 150px;
}
td fieldset.newsblock
{
	height: 100%;
	width: 330px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
fieldset.newsblock
{
	background: #222;
	-ms-background-position-y: 10px;
	display: block;
	margin: 5px;
	padding: 0;
	border: 1px solid #292929;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

fieldset.newsblock legend
{
	background: #222 url(images/fieldset_background.png) top left no-repeat;
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 10px;
	padding: 3px 10px;
}

#main fieldset.newsblock ul
{
	margin: 10px 0 10px 30px;
}

fieldset.newsblock ul li
{
	padding: 0;
	text-indent: 0;
	height: 18px;
}

#big-event
{
	border: 1px solid #424242;
	background: #323232 url(images/fieldset_background.png) top left no-repeat;
	padding: 10px;
	margin: 10px;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#big-event legend {
	margin-right: 10%;
	background: #323232 url(images/fieldset_background.png) top left no-repeat;
	padding: 0px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size: 20px;
	right: 30px;
}
#main #big-event p {
	padding: 4px 0;
}
#main #big-event img {
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
}



.blogitem
{
	border: 1px solid #424242;
	background: #323232;
	padding: 0;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.blogitem legend
{
	margin-right: 10%;
	background: #323232 url(images/fieldset_background.png) top left no-repeat;
	padding: 4px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size: 20px;
	right: 30px;
}
#main .blogitem img
{
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
}

#main table#tourplan {
	width: 100%;
}
.tourplan-month
{
	border: 1px solid #424242;
	background: #323232;
	padding: 10px;
	margin: 10px;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	height: 100%;
}
.tourplan-month legend
{
	margin-right: 10%;
	background: #323232 url(images/fieldset_background.png) top left no-repeat;
	padding: 4px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size: 20px;
	right: 30px;
}
#main .tourplan-month ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
#main .tourplan-month img
{
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
}

#main .wp-caption {
	color: #000;
}



fieldset
{
	border: 1px solid #424242;
	background: #323232;
	padding: 7px;
	margin: 10px;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	height: 100%;
}
fieldset legend
{
	margin-right: 10%;
	margin-left: 10px;
	background: #323232 url(images/fieldset_background.png) top left no-repeat;
	padding: 4px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font-family:"Baskerville","Times New Roman",Georgia,serif;
	font-size: 20px;
	right: 30px;
}
fieldset legend small {
	font-size: 75%;
	color: #AAA;
	margin-left: 20px;
	font-style: italic;
}
#main fieldset ul {
	margin: 0;
	padding: 0;
}
#main fieldset img
{
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
}

table.sponsors {
	position: relative;
	left: 24px;
	background: #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
table.sponsors td {
	padding: 3px;
	padding-left: 2px;
	margin: 0;
	text-align: center;
}
table.sponsors td a {
	display: block;
	margin: 2px;
}
#prebook {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:153px;
	left:81px;
	position:absolute;
	top: 202px;
	width:300px;
}