/* CSS Document */
body {
	margin: 10px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;

background-color:#000;
/*background-image: url(images2/burn.jpg);
background-repeat: no-repeat; /*TESTA hur det ser ut med att inte ha med no-repeat*/ 
background-position: 30% 20%;
background-attachment: fixed;
}



#center {background-color:black;width:933px;margin:auto;margin-bottom:150px;}
#footer {font-size:9px;text-align:center;margin-right:14px;padding-bottom:10px;text-decoration:none;color:#BBBEC7;}
#footer a {text-decoration:none;color:#BBBEC7;}

#wrapper {
	width: 790px;
	height:800px;
	margin: auto;
	padding: 1px; /*denna styr storleken på ramen*/
	background:#000;
}
#holder {
	width: 792px;
	height:802px;
	margin: auto;
	padding: 1px; /*denna styr storleken på ramen*/
	background:#FFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

/*---denna styr sidobarens text*/
a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	color:#CCCCCC;
}

a:hover {
	background: none;
}

#dots{
	list-style-type:none;
	
}

#flashcontent {
		height: 95%;
	}

#header {
	width: 790px;
	height: 181px;
	margin: 0 auto;
		background-image:url(images2/bannerscenic1.jpg);
}

/* Logo */


#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}





/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #565F68;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0; margin: 0; /* båda behövs! */
}

#menu2 ul {
    list-style: none;
	padding: 0; margin: 0; /* båda behövs! */
	float: left; }
	
#menu2 li.indikation a {
	padding: 0; margin: 0; /* båda behövs! */
	background: none;
	padding: 0 12px;
	color:#999;
}
#menu2 a {
	padding: 0; margin: 0; /* båda behövs! */
	display: block;
	padding: 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#999;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color:#000000;
}

#menu a:hover {
	text-decoration: underline;
}


/*---menu2------*/
#menu2 {
    width:788px;
    height: 32px;
	padding-bottom:25px;
	
	
}


#menu2 ul li {
    float:left;
    display: block;
    margin: 0 6px 0 0;
	
}

#menu2 ul li a {
    display: block;
    padding: 0 12px;
    font: bold 13px/32px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#CCC;
    background: #26221A;
}

#menu2 ul li a:hover, #menu ul li a.active {
    text-decoration: none;
	padding: 0 12px;
    color:#CCC;
    background: #524532;
}


/*----slut på menu2---/*




/* Content*/

#content {
	float: right;
	width: 505px;
	margin: 0;
	padding: 10px 25px 15px 20px;
}

.post {
	padding: 0px 0 0 0;
}

.title {
	border-left: 6px solid #2E2E2E;
	padding: 0 20px 0 10px;
	font-size: 24px;

}

.title1 {
	border-left: 6px solid #2E2E2E;
	padding: 0 20px 0 10px;
	font-size: 24px;

}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 17px;
	color:#FFFFFF;
}


.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-left: 17px;
	
}

.last {
	border: none;
}

.post .title {
	color: #000000;
}



/*--denna styr att a href inte får röd underline på rubirkerna---*/
.post .title a {
	background: none;
	color:#FFFFFF;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
	color:#787878;
}

/*för att inte få rödunderline i innehållstexten*/

.entry .nored a {
	background: none;
	color:#FFFFFF;
	border: none;
}

.entry .nored a:hover {
	text-decoration: underline;
	color:#787878;
}

/*--news som blinkar*/
.blinkar {text-decoration:blink;}

/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
	padding: 10px 0 0 10px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

/*----färgen till underline sidebar----*/
#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color:#FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#visited a:visited 
{
text-decoration: none;
color:#333333;
}



/* Content1 padding 400px styr rutan till mitten*/

#content1 {
	float:none;
	width: 770px;
	height:580px;
	
}

#wrapperfoot {
width: 803px;
height:14px;
margin: auto;
background:#000;
Line-height: 14px;
border-bottom: 2px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
border-top:2px solid #000;
clear: both;
position:inherit;
bottom: 2px;
text-align: center;
padding-top: 0px;
}
