/*
THEME NAME: Bolt
THEME URI: 
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Anders Wiredal
AUTHOR URI:
TAGS:
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*@import url('examples/2c-r.css');*/

/* Reset */
body, h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial;
	font-size: 15px;
	background-color: #dfdfdf;
	background-image: url("images/bg-paper.jpg");
	background-repeat: repeat-x;
	text-align: left;
	
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}


#wrapper {
	padding: 0 0 0 30px;
}


/* Header header header header header header header header header */
.header {
	width: 1040px;
}
.header .logo {
	float: left;
	margin-top: 15px;
	width: 540px;
}
.header .logo a {
	display: block;
	margin-left: 20px;
	text-indent: -999px;
	height: 180px;
}
.header .menu {
	float: right;
	margin-top: 167px;
	width: 480px;
	
	/* Temp - Årets byrå */
	
	position: relative;
	z-index: 100;
	
	/* Temp - Årets byrå */
}
.header .menu ul {
	float: right;
}
.header .menu ul li {
	float: left;
	list-style-type: none;
}
.header .menu ul li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.header .menu ul li.current_page_item a {
	background-color: #fbf800;
}
.header .menu ul li.current_page_item a:hover {
	background-color: #F0ED07;
}


.header #splash-wrapper {
	background-image: url("images/splash-bg.png");
	background-repeat: none;
	float: left;
	height: 122px;
	left: 550px;
	position: absolute;
	top: 0px;     
	width: 481px;
}
.header #splash-content {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 22px 30px;
}
.header #splash-content h2 {
	font-family: "alpha-echo-1","alpha-echo-2", sans-serif;
	font-weight: normal;
	font-size: 28px;
}
.header #splash-content p {
	color: #000;
	font-size: 14px;
	letter-spacing: 0px;
}
.header #splash-content h2 a { color: #be0953; }
.header #splash-content h2 a:hover { color: #333; }
.header #splash-content p a { color: #5d3041; }



/* Background background background background background background */
.bg-wrapper-top {
	background-image: url("images/bg-shadow-top.png");
	background-repeat: no-repeat;
	height: 42px;
	width: 1050px;
}
.bg-wrapper {
	background-image: url("images/bg-shadow-mid.png");
	background-repeat: repeat-y;
	width: 1300px;
}
.bg-wrapper-bot {
	background-image: url("images/bg-shadow-bot.png");
	background-repeat: no-repeat;
	height: 67px;
	width: 1050px;
}
.bg-wrapper-ie6 {
	background-image: url("images/bg-no-shadow.png");
	background-repeat: repeat-y;
}

/* Main main main main main main main main main main main main main */
#container {
	float: left;
	padding: 0 30px 0 55px;
	width: 620px;
}


/* Sidebar sidebar sidebar sidebar sidebar sidebar sidebar sidebar */
#sidebar {
	float: left;
	margin-left: 20px;
	padding: 10px 30px;
	width: 240px;
}
#sidebar p.info-text {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}
#sidebar p.info-text span.contact,
#sidebar p.info-text span.contact a {
	color: #666;
	text-decoration: none;
}
#sidebar h3 {
	border-top: 1px solid #aaa;
	color: #ec008c;
	margin-bottom: .3em;
	margin-top: 1.5em;
	padding-top: 1.5em;
	text-transform: uppercase;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	line-height: 1.5em;
}

#sidebar ul li a {
	-webkit-transition: all .4s ;
	-moz-transition: all .4s ;
	-o-transition: all .4s ;
	transition: all .4s ;
}
#sidebar ul li a:hover {
	color: #888;
}

#sidebar .twitter-image {
	margin-left: 4px;
	position: relative;
	top: 2px;
}


.entry-content {
	margin-top: 5px;
}
/* Post post post post post post post post post post post post post */
.post {
	margin-bottom: 20px;
}
.post-border {
	margin-top: 40px;
	border-bottom: 1px solid #aaa;
}
.post h1 {
	font-size: 1.5em;
	margin: 15px 0 10px 0;
	padding: 0;
}
.post h2 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	padding: 0;
}
.post p {
	line-height: 1.5em;
}
.post p span {
	padding: 2px;
	margin-bottom: 2em;
}
.post a {
	color: #ec008c;
}
.post a.blocklink,
.post a.more-link {
	background-color: #ec008c;
	color: #fff;
	display: block;
	float: right;
	margin-top: 20px;
	padding: 10px;
	text-transform: uppercase;
	
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
}
.post a.blocklink:hover,
.post a.more-link:hover {
	background-color: #F553B3;
	color: #fff;
}
.post img.readmore-img {
	margin-top: 1em;
}
.post .post-header {
	margin-bottom: 15px;
}
.post .post-header span.brand-title,
.post .post-header span.brand-title a,
.post .post-header span.date-title {
	color: #ec008c;
	text-decoration: none;
	text-transform: uppercase;
}

p.brand-text {
	border-bottom: 1px solid #aaa;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-bottom: 30px;
}



.postid-374 p {
	margin-bottom: 1em;
}
#more-374 {
	margin: 0;
	padding: 0;
}



/* Page page page page page page page page page page page page page */
.page h1 {
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	padding: 0;
}
.page p {
	margin: 0 0 2em 0;
	line-height: 1.5em;
	padding: 0;
}
.page div.contact-box img {
	margin-bottom: 10px;
}
.page div.contact-box {
	float: left;
	height: 340px;
	line-height: 1.4em;
	width: 310px;
}
.page div.even.contact-box {
	
}
.page div.odd.contact-box {
	width: 290px;
	margin-left: 20px;
}
.page div.contact-box strong {
	
}
.page div.contact-box span {
}
.page div.contact-box a {
	color: #EC008C;
}

.page ul {
	margin-left: 20px;
}
.page ul li {
	line-height: 1.5em;
}

/* Pager pager pager pager pager pager pager pager pager pager pager */
.pager a {
	/*background-color: #ec008c;*/
	color: #fff;
	color: #000;
	display: block;
	font-size: .9em;
	letter-spacing: 0.09em;
	padding: 10px 10px;
	text-transform: uppercase;
}


/* Footer footer footer footer footer footer footer footer footer footer */
.footer {
	margin-bottom: 40px;
	text-align: center;
	width: 1000px;
}
.footer p {
	color: #666;
	font-size: .9em;
}





.header .menu ul li a {
	-webkit-transition: all .4s ;
	-moz-transition: all .4s ;
	-o-transition: all .4s ;
	transition: all .4s ;
}

/* Themes themes themes themes themes themes themes themes themes themes */
/* About page */
body.pageid-3,
body.parent-pageid-3 {
	background-image: url("images/bg-squares.jpg");
}
body.pageid-3 .header .menu ul li a,
body.parent-pageid-3 .header .menu ul li a {
	color: #fff;
}
body.pageid-3 .header .menu ul li.current_page_item a,
body.parent-pageid-3 .menu ul li.current_page_parent a {
	background-color: #e06c17;
}
body.pageid-3 .header .menu ul li.current_page_item a:hover,
body.parent-pageid-3 .menu ul li.current_page_parent a:hover {
	background-color: #D16719;
}

/* Contact page */
body.pageid-5 {
	background-image: url("images/bg-flower.jpg");
}
body.pageid-5 .header .menu ul li a {
	color: #fff;
}
body.pageid-5 .header .menu ul li.current_page_item a {
	background-color: #ec008c;
}
body.pageid-5 .header .menu ul li.current_page_item a:hover {
	background-color: #D90F87;
}

/* Archive page */
body.archive {
	background-image: url("images/bg-lights.jpg");
}
body.archive .header .menu ul li a {
	color: #fff;
}
body.archive .header .menu ul li.current_page_item a {
	background-color: #0d2390;
}
body.archive .header .menu ul li.current_page_item a:hover {
	background-color: #0E207D;
}

/* Christmas theme */
/*
body.home {
	background-image: url("images/bg-christmas.jpg");
}
body.home .header .menu ul li a {
	color: #000;
}
body.home .header .menu ul li.current_page_item a {
	background-color: #fff;
}
*/



/* Misc misc misc misc misc misc misc misc misc misc misc misc misc */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}




/*******************************************************************/
/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

/*
div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}
*/
/*
div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}
*/
.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
/*margin-top:2em;*/
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar ul {
	margin-bottom: 10px;
}

div.sidebar li {
	list-style-type: none;
	
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

/*
div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}
*/

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

