/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description:
Author: Andreas Tollaksen
Author URI: http://atconsulting.no
Version: 1
*/

@media screen {


/* 
**********************************************************************************************/

* {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
body { background: white; font: 11px Verdana, Arial, sans-serif; line-height: 16px; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
a img { border: 0; }


#header { margin: 0 auto; width: 960px; clear: both;}
	#logo {float: left;width: 210px; padding: 10px 0}
		#links {float: right; width: 750px}
		#facebook, #norwegian, #english {float: right}

#page-wrap { width: 960px; margin: 20px auto; }

#footer {border-top: 1px solid #E6E5E5; margin-top: 10px; padding-top: 10px; clear: both }

h1, h2, h3 { font-weight: normal; font-family: 'Droid Serif', serif; margin: 20px 0 10px 0;  }
h1 { font-size: 24px  }
h2 { font-size: 18px; }
h3 { font-size: 12px }

th {text-align: left; border-bottom: 1px solid black}

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

ul, ol { margin: 0 0 10px 0; }
li {margin-left: 20px}

#featured-home {
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding: 20px 0;
-webkit-box-shadow:inset 0px 0px 10px  #333;-moz-box-shadow:inset 0px 0px 10px #333;	box-shadow:inset 0px 0px 10px #333;
-webkit-transition: background .5s;-moz-transition: background .5s;-o-transition: background .5s;transition: background .5s;	background-attachment: scroll;
	background-color: #8C5B9E;
	background-image: url(images/feature_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#featured-home-wrap { width: 960px;margin: 0 auto;}
.pagetitle {font-size: 36px; color: white;text-transform: uppercase; margin: 20px 0; text-rendering: optimizeLegibility; font-family:  Arial, sans-serif;}

#home-left {width: 580px; height: 30px;float: left;  border-right: 1px solid #000;}
#home-right {width: 378px; height: 30px; float: right;}
#home-left-tekst { font-size: 26px; color: #333; text-transform: uppercase; padding: 20px; padding-top: 40px; line-height: 36px; text-align: center }
#home-right-tekst { font-size: 24px; color: #333; text-transform: uppercase; padding: 20px; padding-top: 80px; line-height: 42px; }
#home-right-tekst span {color: #b31300 }
#home-banner {float: left; -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);<}

.btn{
background:#ED1B35;
color:#FFF;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;-o-transition:all 300ms ease;
transition:all 300ms ease;
font-size:12px;
text-decoration:none;
text-align:center;
text-transform:uppercase;
margin:0 0 0 20px;
padding-top:8px;
display:inline-block;
height:22px;
min-width:125px;}



.btn:hover{background:#b31300;color:#fff;}

.features {float: left; width: 960px;}
.box {float: left;width: 320px; margin-right: 0px }
.last {margin-right: 0}

.features-crespine {float: left; width: 620px; margin-bottom: 20px}
.box-crespine {float: left;width: 200px; margin-right: 10px }

.list-home {list-style-image:url(images/ul.png) }


.testimonial {padding: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; background: #F4F0E1;}

.citehome { text-align: center; padding-top: 10px; background:url(images/bubble.png) top center no-repeat; margin-bottom: 20px }

.last {margin-right: 0}

.wp-image-38 {border: 1px solid #E6E5E5; margin-bottom: 20px}

.alignleft {float: left; margin: 0 10px 0px 0}
.alignright {float: right; margin: 0 0 10px 10px}


/* 3.  NAVIGATION
**********************************************************************************************/
#navmenu {
	margin: 0 auto;
	float: right;
	text-align: right;
	width: 850px;
	padding-top: 5px;
	padding-bottom:5px;
}

#navmenu ul {
	margin: 0; 
	padding:0; 
	list-style-type: none; 
	list-style-image: none;
	}
	
#navmenu li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0px 0 5px;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	}
	
	
#navmenu ul li:first-child { 
	margin-left: 0;
	}
#navmenu ul li:last-child {
     margin-right: 0; 
	}
	
#navmenu ul li a {
	text-decoration:none;  
	color:#333333;
	}
	
#navmenu ul li a:hover {
	color: #9162a2;
	}

#navmenu ul li.current-menu-item a, #navmenu ul li.current-menu-item a:visited,
#navmenu ul li.current-menu-ancestor a, #navmenu ul li.current-menu-ancestor a:visited {
	color: #9162a2;
	}

#menu-item-27 {border-left: 2px solid #333}

/* 
**********************************************************************************************/

.post { }

.entry { width: 600px; float: left; margin-right: 10px}
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { width: 300px; float: right; }
.widget {clear: both; float: left; width: 100%}
form { }
input[type=text] { }
textarea { }


/* TABS
**********************************************************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	border-bottom: 1px solid #E6E5E5;
	border-left: 1px solid #E6E5E5;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #E6E5E5;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #D0BED8;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ECE4EF;
	
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:0px;
}

/*  TOGGLE
**********************************************************************************************/

h2.trigger {
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	float: left;
	padding-left: 10px;
	margin: 0 0 10px 0;
	border: thin dotted #8C5B9E;
	color: #6D6E72;
}

h2.trigger:hover{ /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
} 

h2.trigger:visited {border: none}


h2.trigger a {
    color: #000000;
    text-decoration: none;
    display: block;
}
h2.trigger a:hover {
    
}


h2.active {background-position: left bottom;}

.toggle_container {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
}
.toggle_container .block {
}


/*  CONTACT FORM
**********************************************************************************************/
.kontakt {
float: left;
width: 660px;}
.kontakt-right {
float: right;
width: 280px;}

div.wpcf7 {
    margin-top:25px !important;
    float:left;
}

.wpcf7 input {
    border: solid 1px #ddd;
    padding:10px;
    font-size:12px;
    color:#444;
    background:url(images/texture-2.png);
    width: 165px;
    margin-right: 15px;
}
.wpcf7 textarea {
    margin:0;
    border: solid 1px #ddd;
    padding:10px;
    font-size:12px;
    width:159px;
    width:569px;
    color:#444;
    background:url(images/texture-2.png);
}
.wpcf7 p {
	font-family: 'Droid Serif', arial, serif;
    font-size:1em;
    font-weight: normal;
    float:left;
}
.wpcf7 br {
    margin-bottom:10px;
}
.wpcf7-submit {
    border: none;
    padding: 8px 16px !important;
    width:auto !important;
    background: #ddd;
    font-size: 11px;
    color: #777 !important;
    text-shadow: 0 1px 1px #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc !important;
    -moz-box-shadow: 1px 1px 0px #f4f4f4;
    -webkit-box-shadow: 1px 1px 0px #f4f4f4;
    box-shadow: 1px 1px 0px #f4f4f4;
}

div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    float: left;
    width: 556px;
    margin: 0px !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398F14;
    float: left;
    width: 556px;
    margin: 0px !important;
}




} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
