/************************
 
 * MASTER STYLESHEET 
 * Blekinge UPP
 * 2009-02-22
 * By High Graphics
 
 * Colors used:
 * 
 
************************/

/*********************
	HTML
*********************/

body {
	width: 1020px;
	margin: 0 auto;
	padding: 0px;	
	font: 14px "Arial", Verdana, sans-serif;
	color: #58585a;
	line-height: 22px;
}

p, blockquote, em, strong, cite, del, ins, sup, sub {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/*********************
	DIV UNIQUE ID's
*********************/

div#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

div#wrapper {
	width: 100%;
	margin: 60px 0 0 0;
}

/*********************
	DIV CLASS ID's
*********************/

div.column_small, div.column_middle, div.column_middle_footer, div.logo_row_top, div.logo_row_bottom, div.main_post {
	float: left;
	padding: 0;
}

div.column_small {
	width: 215px;
	margin: 0 0 20px 0;
}

div.widget_left {
	float: left;
	width: 215px;
	margin: 0 0 15px 0;
}

div.column_middle {
	width: 520px;
	margin: 0 35px;
}

div.column_middle_footer {
	width: 520px;
	margin: 5px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 2px solid #abadb0;
}

div.logo_row_top {
	width: 130px;
	margin: 0 0 20px 0;
}

div.logo_row_bottom {
	width: 104px;
	margin: 0 0 10px 0;
}

div.main_post {
	width: 100%;
	margin: 2px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #abadb0;
}

div.textwidget {
	float: left;
	width: 215px;
}

.logo {
	background: url(images/logo.png) no-repeat top left;
	height: 636px;
	display: block;
}

.top_spacer {
	border-top: 2px solid #abadb0;
	border-bottom: 2px solid #abadb0;
	margin: 0;
}

.sidebar_entry {
	font: 13px "Arial", Verdana, sans-serif;
	color: #58585a;
	line-height: 20px;
}

div.news_list_archive {
	float: left;
	width: 215px;
	margin: 0 0 15px 0;
}

.reaktor em, .eu em, .mib em, .regble em, .netport em, .kvinnor em, .bth em, .bbi em, .lansstyr em { visibility: hidden; }

.reaktor a, .eu a, .mib a, .regble a { display: block; width: 130px; height: 60px; }
.netport a, .kvinnor a, .bth a, .bbi a, .lansstyr a { display: block; width: 104px; height: 50px; }

.reaktor { background: url(images/logo_reaktor.png) no-repeat top left; }
.eu { background: url(images/logo_eu.png) no-repeat top left; }
.mib { background: url(images/logo_musikible.png) no-repeat top left; }
.regble { background: url(images/logo_regble.png) no-repeat top left; }

.netport { background: url(images/logo_netport.png) no-repeat top left; }
.kvinnor { background: url(images/logo_kvinnors.png) no-repeat top left; }
.bth { background: url(images/logo_bth.png) no-repeat top left; }
.bbi { background: url(images/logo_bbi.png) no-repeat top left; }
.lansstyr { background: url(images/logo_lansstyr.png) no-repeat top left; }

.reaktor a:hover, .eu a:hover, .mib a:hover, .regble a:hover, .netport a:hover, .kvinnor a:hover, .bth a:hover, .bbi a:hover, .lansstyr a:hover { text-decoration: none; border: 0px; }

/*********************
	TYPOGRAPHY
*********************/

h1 {
	font-size: 50px;
	letter-spacing: -0.06em;
	margin: 0;
	color: #373637;
}

div.column_small h1 {
	visibility: hidden;
	height: 636px;
}

h2 {
	font-size: 50px;
	letter-spacing: -0.06em;
	margin: 8px 0 25px 0;
	color: #373637;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 24px;
	color: #373637;
}

h4 {
	font-size: 20px;
	letter-spacing: -0.06em;
	margin: 2px 0 6px 0;
	color: #373637;
}

h5 {
	font-size: 34px;
	letter-spacing: -0.06em;
	margin: 3px 0 10px 0;
	color: #373637;
}

p {
	margin: 0 0 15px 0;
}

span.post_date {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #abadb0;
	letter-spacing: 0;
}

span.read_more {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
}

/* Old one
p.post_date {
	font-size: 12px;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #abadb0;
}
*/

.main_post_entry p {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 3px 0;
}

blockquote {
	margin: 10px;
	padding: 0;
	font-size: 110%;
	font-style: italic;
	line-height: 23px;
}

/*********************
	CLASSES
*********************/

.alignleft { float: left; display: block; margin: 3px 10px 20px 0; /*padding: 7px 0 7px 0; border-top: 2px solid #abadb0; border-bottom: 2px solid #abadb0;*/ }
.alignright { float: right; display: block; margin: 3px 0 5px 10px; /*padding: 7px 0 7px 0; border-top: 2px solid #abadb0; border-bottom: 2px solid #abadb0;*/ }
.aligncenter { text-align: center; }
.alignnone { float: left; display: block; margin: 0 0 10px 0; }

hr { margin: 0 0 25px 0; border: 1px solid #abadb0; }

/*********************
	MENU LIST
*********************/

ul#menu {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 215px;
}

ul#menu li {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 24px;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

ul#menu li em {
	visibility: hidden;
}

ul#menu li a {
	display: block;
	height: 24px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

ul#menu li.start a { width: 120px; background: url(images/startsida_btn.png) no-repeat left top; }
ul#menu li.blekingeupp a { width: 155px; background: url(images/blekingeupp_btn.png) no-repeat left top; }
ul#menu li.tjanst a { width: 110px; background: url(images/tjanster_btn.png) no-repeat left top; }
ul#menu li.klienter a { width: 106px; background: url(images/klienter_btn.png) no-repeat left top; }
ul#menu li.natverk a { width: 109px; background: url(images/natverk_btn.png) no-repeat left top; }

ul#menu li.upplevelse a { width: 122px; background: url(images/upplevelsewebb_btn.png) no-repeat left top; }
ul#menu li.pressrum a { width: 119px; background: url(images/pressrum_btn.png) no-repeat left top; }
ul#menu li.kontakt a { width: 110px; background: url(images/kontakt_btn.png) no-repeat left top; }

ul#menu li a:hover {
	text-decoration: none;
	background-position: left bottom;
}

div.widget_left ul {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 19px;
	color: #abadb0;
	font-style: italic;
	border-bottom: 2px solid #abadb0;
	list-style-type: none;
}

div.widget_left li {
	margin: 0 0 10px 0;
	padding: 0;
}

div.widget_left h6 {
	display: none;
	margin: 0;
	padding: 0;
}

div.news_list_archive ul {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 19px;
	color: #abadb0;
	font-style: italic;
	border-bottom: 2px solid #abadb0;
	list-style-type: none;
}

div.news_list_archive li {
	margin: 0 0 5px 0;
	padding: 0;
}

div.news_list_archive h4 {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 0;
}

/*********************
	LINKS
*********************/

a {
	font-style: normal;
	text-decoration: none;
	color: #a6bf26;
}

a:link, a:visited {
	color: #a6bf26;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #abadb0;
}

a:active {
	color: #a6bf26;
	/* color: #bed62f; light green */
}

/*********************
	LISTS
*********************/


/*********************
	FORMS
*********************/

.wpcf7-form {
	margin: 0;
	padding: 0;
}

.wpcf7-form label {
	font-style: italic;
	color: #999;
	font-size: 14px;
	margin: 10px 0;
}

.wpcf7-form input.text {
	width: 300px;
	height: 16px;
	padding: 8px 6px;
	font-size: 14px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}

.wpcf7-form .aka-buss-dit {
	margin-bottom: 20px;
}

.wpcf7-form .wpcf7-list-item-label {
	font-size: 13px;
	margin-bottom: 20px;
}

.wpcf7-form input.radio {
	float: right;
	color: #999;
	margin-bottom: 20px;
}

.wpcf7-form select {
	margin-bottom: 15px;
}

.wpcf7-form input#send_form {
	background: #58595b;
	width: 100px;
	height: 30px;
	padding: 0 10px;
	margin: 15px 0;
	color: #fff;
	font: 15px 'Helvetica', Arial, sans-serif;
	border: 0;
}