/* @override http://localhost:8888/wp-content/themes/blaa/style.css */


/*
Theme Name: Sigarett Publish
Theme URI: http://www.sigarett.com/
Description: Sigarett Publish pakke tilpasset kunde. Dette temaet ser ut som Wordpress default inntil man begynner &aring; jobbe p&aring; det
Version: 1.0
Author: Eivind Figenschau Skjellum
*/


/* Begin Typography & Colors */




body {
	font-size: 10px;
	background: black url(images/bg1.jpg) top center no-repeat;
	color: #333;
}


/* --------------------- MAIN CONTAINER ELEMENTS STYLING -------------------------- */

#outerwrap {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 50px;
	clear: both;
}

#innerwrao {
	border: 1px solid transparent; /* bugfix, layout breaks without this. Look into if you want */
}

#infoline {
	clear: both;
}


#bottomsection {
	clear: both;
}


/* --------------------- TYPOGRAPHY STYLING -------------------------- */

* a { color:#FFFFFF; }

h2 a, h3 a, h4 a { color:#000000; }

p {
	font-size: 1.2em;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}


.mainbox a:hover {
	color: #843636;
}

.mainbox a {
	color: #333;
}

/* --------------------- NAVIGATION STYLING -------------------------- */

#mainmenu {
	float: right;
}

#mainmenu .level1 {
	float:  right;
	width: auto;
	margin: 24px 14px 0 0;

}

#mainmenu .level1 li {
	float:  left;
	font-size: 11px;
	line-height: 16px;
	height: 14px;
	padding: 0 10px 0 0;
	color:  white;
}

#mainmenu .level1 li a { 
	color:  white; 
	display:block; 
	font-size: 11px; 
	line-height: 1.4em; 
	}

#mainmenu .level1 li a:hover { 
	text-decoration: underline;
}

#mainmenu .level1 li:first-child a { 
	border: none;
}


#mainmenu .level1 .sep { 
	border-left: 1px solid white;
	padding: 0 0 0 10px;
	float: left;
	opacity: 0.4;
}


#mainmenu .level2 {
	float:  right;
	width: auto;
	clear: right;
	margin: 8px 20px 0 0;
}

#mainmenu .level2 li {
	float: left;
}

#mainmenu .level2 li a, .views a span {
	background: url(images/mainmenu_bg.png);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 9px 5px 8px;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: white;
	height: 12px;
	line-height: 13px;
}



#mainmenu .level2 li a:hover {
	color: white;
	background-position: 0 -60px;
	}
	
#mainmenu .level2 li.active a , a.current_page_item span {
	background-position: 0 -60px;
	color: white;
}

/* --------------------- HEADER STYLING -------------------------- */

#logo {
	float: right;
	margin:  19px 4px 0 0;
}

#shoutbox {
	margin: 34px 0 -55px 0;
	display: none;
}

#shoutbox h1 {
	color: white;
	float: left;
	margin: 5px 0 30px 0;
	position: relative;
	padding: 0 62px 0 0;
	font-size: 5em;
}

#shoutbox h2 {
	margin: 0 0 0 2px;
	font-size: 18px;
	color: white;
}

#shoutbox #mainshout {
	float: left;
}

#shoutbox a {
	background: url(images/mainmenu_bg.png);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	padding:5px 10px 3px 12px;
	text-transform:uppercase;
	vertical-align:23%;
	color: white;
	position: absolute;
	right: 0;
	top: 22px;
}

#shoutbox a:hover {
	background-position: 0 -60px;
}

/* ------------------------ EVENTS STYLING ----------------------------- */

#comingevents {
	clear:  both;
	margin: 60px 0 0 0;
	overflow: hidden;
}

#comingevents .event {
	float: left;
	margin: 0 6px 0 0;
}

#comingevents .event h3.whatday {
	margin: 0 0 6px 3px;
	font-size: 18px;
	color: white;
	}

#comingevents .event .textbox {
	margin:  0 0 0 9px;
	width: 95%;
	height: 180px;
	line-height: 1.4em;
	}
	
#comingevents .event h3.above, #comingevents .event h3.below {
	color: #843636;
	margin:  0 0 4px 0;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 16px;
	}

#comingevents .event h3.above {
	width: 250px;
	}
	
#comingevents .event h3.below {
	margin: -2px 0 10px 0;
}
	
#comingevents .event h2 a {
	font-weight: bold;
	margin: 0 0 7px 0;
	line-height: 1.2em;
	width: 97%;
	display: block;
	}

#comingevents .event h2 a:hover {	
	color: #660f0f;
}

#comingevents .event .whattime {
	background: url(images/transparent-black.png);
	padding: 6px 6px 6px 10px;
	color: white;		
	position: absolute;
	bottom: 0;
	left: 0;
	width: 284px;
	text-transform: uppercase;
}

#comingevents .event .boxwrap {
	float: left;
	width:  301px;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
    padding: 8px 10px;
}

#comingevents .event .boxwrap a:hover .whattime {
	padding-bottom: 12px;
}

#comingevents .event .image {
	background: url(images/thumbnail.jpg);
	height: 130px;
	position: relative;
	margin: 0 0 15px 0;
	overflow: hidden;
}

#comingevents .event.norightmarg {
/*	margin-right: 0; */
}

#comingevents .event .ingress {
	border-top: 1px dashed silver;
	padding-top: 13px;
}

#comingevents .event .ingress p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3em;
	width:  97%;
}

#comingevents .event .image .moreinfo {
    position: absolute;
    top: 93px;
    right: -170px;    
}


/* --------------------- CAROUSEL STYLING ------------------------ */

#carousel {
	margin: 0 0 20px 0;
	float: left;
	clear: left;
	width: 100%;
	overflow: hidden;
}

#carousel ul {
	width: 600px;
}

#carousel li {
	float: left;
	margin: 0 10px 0 0;
}




/* --------------------- SCROLL NAVIGATIOM STYLING ------------------------ */

#scrollnav {
	margin: 5px 0 5px 0;
	float: left;
	clear: left;
	width: 976px;
}

#scrollnav a {
	background: url(images/mainmenu_bg.png);	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	float: right;
	padding: 1px 14px 0px 14px;
	line-height: 1.2em;
	vertical-align: middle;
	color: white;
	font-size: 10px;
}

#scrollnav a.next {
	float: right;
}

#scrollnav a.prev {
	float: left;
}

#scrollnav a:hover {	
	background-position: 0 -60px;
}

#scrollnav a.disabled {
	display: none; 
}


/* --------------------- MAIN SECTION STYLING ------------------------ */


#infoline a {
	background: url(images/white-15.png);
	clear:  both;
	width: 100%;
	padding: 11px 10px 9px 15px;
	font-size: 19px;
	color: #ddd;
	width: 951px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	clear: left;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	display: block;
}


#infoline a:hover { 
	color: white;
}


/* --------------------- BOTTOM SECTION STYLING ------------------------ */

#bottomsection {
	background: transparent url(images/twocol_bg-bottom.png) bottom left no-repeat;
	width: 100%;
	float: left;
	clear: left;
	margin-left: 0px;
}

#bottomsection .innerwrap {
	background: transparent url(images/twocol_bg-top.png) top left no-repeat;
	margin: 21px 0 10px 0;
	padding: 10px 0 0px 0;
}

#highlighted_events .event h3 a:hover, #calendar dd h3 a:hover {	
	color: #660f0f;
}

div.mainbox {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background:white none repeat scroll 0 0;
	clear:both;
	padding:20px 40px 40px;
	margin:9px 0 0;
}

/* COLUMN ONE */

#bottomsection #highlighted_events {
	padding: 10px 15px;
	width: 455px;
	float: left;
}


#bottomsection #highlighted_events .textbox {
	float:left;
	height:auto;
	margin:3px 0 0 10px;
	width:280px;
}

#bottomsection h2 {
	font-size: 16px;
	padding-bottom: 8px;
	color: black;
}

#bottomsection .event {
	clear: left;
	border-top: 1px dashed #d5cebd;
	margin: 0 0 0 0;
	float: left;
	width: 99%;
	padding: 10px 0 10px 0;

}

#bottomsection .event img {
	float:  left;
}


#bottomsection .event .textbox h3 {
	font-size: 18px;
	font-weight: normal;
	margin-left: -1px;
	line-height: 1.3em;
	width:  98%;
	}

#bottomsection .event .textbox h4 {
	color: #843636;
	font-size:14px;
	font-weight:normal;
	margin: 5px 0 4px;
	font-family: georgia, times, "times new roman", serif;
	text-transform: none;
	font-style: italic;
	display:  none;
}

#bottomsection .event .textbox h4.datetime {
	color: #686868;
	margin-top: 0;
	text-transform:uppercase;
	font-style: normal;
	font-family: myriad, "myriad pro", "trebuchet ms", trebuchet, tahoma, lucida, arial, sans-serif;
	font-size: 11px;
	display: block;
}


.lesmer {
	float: left;
	clear: left;
	color: black;
	width: 100%;
	border-top: 1px dashed silver;
}

.lesmer a {
	color: gray;
	font-size: 11px;
	float: right;
	margin: 10px 5px 0 0;
}

.lesmer a:hover {
	color: #843636;
}

/* COLUMN TWO */

#bottomsection  #calendar {
	float: left;
	padding: 10px 5px 10px 20px;
	width: 455px;
}

#bottomsection #calendar dl {
	padding: 0px 2px 0px 0px;	
}

#bottomsection #calendar dt {
	color: #686868;
	float: left;
	width: 130px;
	clear: left;
	height:  10px;
	display: block;
	font-size: 11px;
	padding: 14px 0 0 4px;
	text-transform: uppercase;
	font-family: myriad, "myriad pro", "trebuchet ms", trebuchet, tahoma, lucida, arial, sans-serif;
}

#bottomsection #calendar dd {
	padding: 9px 0 8px 140px;
	border-top: 1px dashed #d5cebd;
}

#bottomsection #calendar dd h3, h3 {
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 2px 0 0 -1px;
	width: 95%;
	vertical-align: middle;
	}
	
#bottomsection #calendar dd h3 {
	margin-top: 6px;
}

#bottomsection #calendar dd h4, h4 {
	color: #843636;
	font-size:11px;
	font-weight:normal;
	margin: 4px 0 4px;
	text-transform: uppercase;
}

#bottomsection #calendar dd h4.below, h4.below {
	margin: 4px 0 2px;
	line-height: 1.4em;
	width: 95%;
}

/* ------------------------- FOOTER STYLING --------------------------- */

#footer {
	color: white;
	float: left;
	clear: left;
	margin: 9px 0 0 13px;
	opacity: 0.75;
}

#footer .sep {
	margin: 0 5px;
	color: gray;
}

#footer a:hover {
	text-decoration: underline;
	}


/* ------------------------- SIDEBAR STYLING --------------------------- */

#sidebar {
	margin: 31px 4px 0 0;
	float: right;
	color: #4d4d4d;
}


#sidebar p {
	line-height: 1.3em;
}

#sidebar .sidebar_box {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: white;
	padding: 35px 30px 30px 25px;
	width: 263px;
	margin: 0 0 6px 0;
}

#sidebar li {
	border-top: 1px dashed #c7c7c7;
/*	margin-top: 15px; */
	font-size: 14px;
}

#sidebar li a {
	padding: 19px 0;
	font-size: 14px;
	color: #333;
	display: block;
}

#sidebar h3 a {
	font-size: 16px;
	margin-right: 5px;
	display: block;
	line-height: 1.3em;
	color: black;
}


#sidebar h2 {
	color: black;
	font-weight: bold;
	font-size: 18px;
}


#sidebar #mailinglist h2 {
	border-bottom: 1px dashed #c7c7c7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.sidebar_box form {
	margin: 16px 15px 5px 0;
	
}

.sidebar_box form label {
	float: left;
	font-size: 12px;
	clear: left;
	padding-bottom: 2px;
}


#sidebar .sidebar_box form label {
	padding-bottom: 0;
}


.sidebar_box form input {
	float:  left;
	clear: left;
	border:  1px solid silver;
	padding: 4px;
	width:  100%;
	margin-bottom: 15px;
}

.sidebar_box form .submit {
	width: 100px;
	margin: 5px 0 0 0;
}


#sidebar #about_blaa {
	padding-bottom: 35px;
}

#sidebar #about_blaa ul {
	padding-top: 15px;
}

#sidebar #about_blaa ul a:hover {
	color: #843636;
}


/* NEWS PAGE CSS */
#page h1.news-title { color:#3F3F3F; font-size:36px; margin-left:0; }
#page #maintext { padding-bottom:20px; border-bottom:1px dashed #c7c7c7; }


/* ------------------------- EVENTS LISTE --------------------------- */
.full-page { width:980px; }


/* ------------------------- GENERAL STYLING --------------------------- */



/* ------------------------- REMEMBER LIST --------------------------- */
/*                                                                     */
/*              Create reset.css, subpage.css, core.css                */
/*                                                                     */
/* ------------------------- REMEMBER LIST --------------------------- */


#ie6_warning {
	display: none;
	border-bottom: 3px solid white;
}

#ie6_warning p {
	line-height: 1.4em;
}

#ie6_warning a {
	text-decoration: underline;
	font-weight: bold;
}

#ie6_warning a:hover {
	text-decoration: none;
}

div#comingevents div.boxwrap a.thumbnail {
	position: relative;
	display: block;
	height: 130px;
	width: 300px;
	margin-bottom: 10px;
}

div#comingevents div.boxwrap a.thumbnail div.image {
	position: absolute;
	width: 300px;
	height: 130px;
}


