html
{
	/* For Google Chrome, among others */
	height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: none;
    background-color: #000;
    height: 100%;
}
textarea
{
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

/* MAIN LAYOUT */

#top
{
    position: relative;
    background-image: url(../img/back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 365px;
    text-align: center;
}
#mainlinks
{
    margin: auto;
    padding-top: 164px;
    height: 34px;
    width: 965px;
    text-align: center;
}
#middle
{
    position: relative;
    top: 0px;
    margin: auto;
    width: 100%;
    height: 125px;
	overflow: hidden;
}
#bottom
{
    position: absolute;
    top: 348px;
    width: 100%;
}
#bottom_wrap
{
	width: 965px;
	margin: auto;
}
#content
{
	float: left;
	width: 690px;
	min-height: 150px;
	background-image: url(../img/shadow.png);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #fff;
	color: #222;
	padding: 10px 10px 0 10px;
}
#news
{
	position: relative;
	float: left;
	min-height: 150px;
	width: 245px;
	background-color: #2b2b2b;
	color: #fff;
	padding: 5px;
}
#news_top_right, #news_bottom_right
{
	position: absolute;
	right: 0px;
	display: block;
}
#news_top_right{top: 0px;}
#news_bottom_right{bottom: 0px;}

.news_link
{
	float: left;
	clear: both;
	color: #fff;
	padding: 2px;
	width: 100%;
	background-color: #2b2b2b;
}
.news_link:hover
{
	background-color: #000;
	text-decoration: none;
}
.news_link_odd{background-color: #333;}

.written
{
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

/* MAIN MENU */

#mainlinks a span
{
    cursor: pointer;
    margin-right: 35px;
    width: 51px;
    height: 27px;
    background-color: transparent;
    float: left;
}
#mainlinks a:hover span, #mainlinks a .active
{
    border-bottom: 2px solid white;
}
#mainlinks a #mainlink_hem
{
    margin-left: 100px;
    background-image: url(../img/start.png);
    width: 60px;
}
#mainlinks a #mainlink_gastbok
{
    background-image: url(../img/gastbok.png);
    width: 87px;
}
#mainlinks a #mainlink_bandet
{
    background-image: url(../img/bandet.png);
    width: 76px;
}
#mainlinks a #mainlink_foto
{
    background-image: url(../img/foto.png);
    width: 48px;
}
#mainlinks a #mainlink_film
{
    background-image: url(../img/film.png);
    width: 48px;
}
#mainlinks a #mainlink_kontakt
{
    background-image: url(../img/kontakt.png);
    width: 81px;
}
#mainlinks a #mainlink_gig
{
    background-image: url(../img/gig.png);
    width: 42px;
    height: 33px;
}
#mainlinks a #mainlink_lankar
{
    background-image: url(../img/lankar.png);
    width: 75px;
}
#mainlinks a #mainlink_tillbaka
{
    background-image: url(../img/tillbaka.png);
    width: 226px;
    height: 24px;
}

/* BASE TAG STYLES */

h1, h2, h3, h4
{
	font-family: "Century Gothic", Century, Garamond, Verdana, sans-serif;
	color: #000;
	margin: 5px 0 5px 0;
	text-align: center;
}
h1
{
	font-size: 40px;
	/* This is for hiding Adblock Plus */
	overflow: hidden;
}
h2
{
	font-size: 30px;
	/* This is for hiding Adblock Plus */
	overflow: hidden;
}
h3
{
	font-size: 20px;
	font-weight: bold;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
.news
{
	padding-bottom: 5px;
	margin-bottom: 10px;
}

table{border: none;}

a{text-decoration: none;}

a:hover{text-decoration: underline;}

img{border: none;}

/* SPECIFIC CLASSES */

.white{color: #fff;}

.silver{color: #aaa;}

.light_black{color: #555;}

.float_left{float: left;}

.float_right{float: right;}

.text_left{text-align: left;}

.text_center{text-align: center;}

.text_right{text-align: right;}

/* THE BOX */

#box
{
	background-color: transparent;
	margin: auto;
    height: 105px;
}
#box_content
{
    color: #fff;
    height: 105px;
	width: 880px;
	overflow: hidden;
    font-size: 12px;
    text-align: center;
}
#box_content a
{
	color: #ccc;
}
#box_content a:hover
{
	color: #fff;
}
.box_contentpane
{
    float: left;
    clear: both;
    height: 105px;
	width: 880px;
}
.box_contentpane .two{width: 50%;}

.box_contentpane .three{width: 33%;}

.box_contentpane .four{width: 25%;}

.box_contentpane .five{width: 20%;}

.box_contentpane .six{width: 16.6%;}

/* THE BOX - TOP */

#box_t
{
	height: 12px;
	font-size: 1px;
}
#box_tl
{
	background-image: url(../img/box/tl.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 46px;
}
#box_tc
{
	background-image: url(../img/box/tc.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 12px;
}
#box_tr
{
	background-image: url(../img/box/tr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 44px;
}

/* THE BOX - CENTER */

#box_cl
{
	background-image: url(../img/box/cl.png);
	background-position: right center;
	background-repeat: repeat-y;
	width: 46px;
}
#box_cl div
{
	position: relative;
	background-image: url(../img/box/arrow_left.png);
	background-position: top;
	cursor: pointer;
	width: 46px;
	height: 43px;
	top: 0px;
}
#box_cl div:hover
{
	background-position: center;
}
#box_cc
{
	background-image: url(../img/box/cc.png);
	background-position: center center;
	background-repeat: repeat;
}
#box_cr
{
	background-image: url(../img/box/cr.png);
	background-position: left center;
	background-repeat: repeat-y;
	width: 44px;
}
#box_cr div
{
	position: relative;
	background-image: url(../img/box/arrow_right.png);
	background-position: top;
	cursor: pointer;
	width: 44px;
	height: 43px;
	top: 0px;
}
#box_cr div:hover
{
	background-position: center;
}

/* THE BOX - BOTTOM */

#box_bl
{
	background-image: url(../img/box/bl.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 11px;
	width: 46px;
}
#box_bc
{
	background-image: url(../img/box/bc.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 11px;
}
#box_br
{
	background-image: url(../img/box/br.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 11px;
	width: 44px;
}

/* THE BOX - MODAL STYLE */

.modal-overlay
{
	position:absolute;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	z-index:101;
	opacity:.90;
	-moz-opacity:0.9;
}
.modal-window
{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
.close-window
{
	padding: 8px;
	float: right;
	background-color:#fff;
	color: #000;
	cursor:pointer;
	border: 2px solid transparent;
}
.close-window:hover
{
	background-color:#000;
	color: #fff;
	text-decoration: none;
	border: 2px solid white;
}

/* GUESTBOOK */

div#new
{
	width: 50%;
	padding: 0 1.5em 0 1.5em;
	margin: 4em auto;
	border: 2px solid #eee;
}
div#new:hover
{
	border-color: #b0efb0;
}
div#new label
{
	margin: 0.2em;
	cursor: pointer;
	font-weight: bold;
	font-size: 10pt;
}
div#new h3
{
	margin: 0.2em;
	padding: 0.2em;
	font-weight: normal;
}
input.text, textarea#comment
{
	width: 97%;
	font-size: 10pt;
	padding: 0.2em;
	border: 2px solid #ccc;
}
textarea#comment
{
	height: 10em;
	overflow: auto;
}
input.text:hover, textarea#comment:hover
{
	border-color: #14e204;
}
input.button
{
	background-color: #fff;
	border: 2px solid #bbb;
	padding-left: 0.2em;
	padding-right: 0.2em;
	cursor: pointer;
	font-size: 9pt;
	margin: 1em;
	float: right;
}
input.button:hover
{
	border-color: #000;
}
div.post, div.pagehandling
{
	border-top: 1px solid #ccc;
	padding: 0.5em;
	margin: 0.5em auto 1em auto;
	background-color: #fff;
	width: 70%;
	font-size: 10pt;
	line-height: 1.1em;
}
div.post:hover
{
	background-color: #f5faf5;
}
span.name, span.datetime
{
	display: block;
	font-weight: bold;
	font-size: 8pt;
	margin: 0 0 0 0.2em;
}
span.name
{
	float: left;
}
span.datetime
{
	float: right;
	font-style: italic;
}
div.pagehandling
{
	font-weight: bold;
}
div.pagehandling a
{
	color: #0055cc;
}
div.pagehandling a:hover
{
	color: #002288;
}
div.pagehandling a:visited
{
	color: #005588;
}
span.curpage
{
	float: left;
}
span.pages
{
	float: right;
	color: #888;
}
#post_success, #post_not_success
{
	font-weight: bold;
	font-size: 14px;
	padding: 1em;
	text-align: center;
}
#post_success
{
	background-color: #f0fff0;
	color: #00bb00;
	border: 2px solid green;
}
#post_not_success
{
	background-color: #fff0f0;
	color: #bb0000;
	border: 2px solid red;
}

/* GIG */

.gig
{
	width: 600px;
	margin: auto;
	padding: 12px 4px;
	clear: both;
}
.gig_date
{
	border-top: 1px solid #aaa;
	border-bottom: 1px dotted #ccc;
	padding: 1px;
	font-weight: bold;
	width: 600px;
	float: left;
	clear: both;
}
.gig_where
{
	padding: 1px;
	float: left;
	margin-left: 1em;
	width: 40%;
}
.gig_what
{
	padding: 1px;
	font-weight: bold;
	float: left;
	margin-left: 3em;
}

/* MEMBER */

#member_questions
{
	width: 425px;
	float: left;
	padding-left: 5px;
}
#member_pics
{
	width: 260px;
	float: right;
}
#member_pics img
{
	margin: 5px;
	float: left;
}
#member_questions div
{
	clear: both;
	padding: 10px;
}
.member_question
{
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	background-image: url(../img/arrow.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
}
.member_answer
{
	padding-top: 2px;
	padding-left: 10px;
	display: block;
	color: #000;
	font-size: 12px;
	float: left;
}

/* MISC */

#footer
{
	height: 17px;
	background-image: url(../img/footer.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 710px;
	margin-left: -10px;
	margin-right: -10px;
	float: right;
}
.spacer
{
	display: block;
	clear: both;
	height: 1px;
}