/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

body {
	font-size: 14px;
	line-height: 1.4em;
	font-family: arial, sans-serif;
	background: #fff;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4, h5, h6 { font-size: 16px; }
h1, h2 { margin: 0 0 24px 0; }
h3, h4, h5 h6 { margin: 20px 0 10px; }
p { margin: 10px 0; }


div#wrapper {
	margin: 0 auto;
	width: 900px;
}

div#container {
	float: left;
	width: 600px;
}

#header {
	float: left;
	width: 320px;
}

#access {
	float: right;
	display: inline;
	margin-bottom: 40px;
}

#content { margin: 0; }

#blog-title {
	margin: 23px 0 0 0;
}

#menu {
	width: 100%;
	margin-top: 36px;
	overflow: hidden;
}

#menu li a {
	font-weight: bold;
	color: #000;
}

#menu li a:hover {
	color: #666666;
}

#menu li.current_page_item a {
	color: #666666;
	cursor: default;
}

#menu li.current_page_item a:active {
	margin-top: 0;
	color: #666666;
}

#menu li.current_page_item li a {
	color: #000;
}

#menu li.current_page_item li a:hover {
	color: #666666;
}

#menu li a:active {
	color: #000;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}

a:active {
	color: #666666;
}

/* Just some example content */
div.skip-link {
display: none;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin:0 0 0 18px;
text-decoration:none;
font-size: 16px;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-9999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

.entry-meta {
	display: none;
}


/* Puffs 
----------------------------------- */

.mainpuff {
	width: 600px;
	min-height: 420px;
}

.mainpuff span {
	display: block;
}

.mainpuff p {
	padding: 20px 0 0 0
}

.mainpuff img {
	display: none;
}

.pufflist h3 {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.pufflist ul {
	margin: 0 auto;
}

.pufflist li {
	width: 150px;
	height: 120px;
	float: left;
	background: #eee;
	margin: 10px 0 0 10px;
	overflow: hidden;
}

.pufflist li a {
	display: block;
}

.pufflist li p, .pufflist li object, .pufflist li span {
	display: none;
}

#content .pufflist img {
	width: 130px;
	height: 100px;
	margin: 10px;
	padding: 0;
	display: block;
	background: #fff;
}

.pufflist li.selected {
	background: #666;
}

.leftarrow {
	background: url("images/arrow-left.png") no-repeat 0 0;
	margin-left: -40px;
}

.rightarrow {
	background: url("images/arrow-right.png") no-repeat 0 0;
	margin-left: 620px;
}

.leftarrow, .rightarrow {
	position: absolute;
	width: 20px;
	height: 40px;
	margin-top: 155px;
	cursor: pointer;
	background-position: bottom center;
}

.leftarrow:hover, .rightarrow:hover {
	background-position: top center;
}

.leftarrow:active, .rightarrow:active {
	background-position: bottom center;
}

/* EVENTS
---------------------------------------- */

.list_of_events {
	float: right;
	width: 200px;
	margin-top: 20px;
}

.list_of_events li {
	margin-bottom: 5px;
}

.events, .cases {
	margin-bottom: 80px;
}

/* CASES
---------------------------------------- */

/* innan js laddat, vänsterjustera bilden så att den inte hoppar */
.cases ul:first-child {
	position: absolute;
	left: 0;
	top: 0;
}
.cases ul:first-child li {
	display: none;
}
.cases .window:first-child li {
	display: block;
}

.cases .slider {
	height: 400px;
	width: 600px;
	margin-bottom: 80px;
	float: left;
}

.cases .slider li {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 400px;
	overflow: hidden;
	background: #000;
}

.cases .leftarrow, .cases .rightarrow {
	margin-top: 180px;
}

.window {
	position: relative;
	width: 600px;
	height: 400px;
	overflow: hidden;
}

.cases .wrapper {
	position: absolute;
	list-style: none;
	height: 400px;
	width: 460px;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.cases ul {
	list-style-image: url("images/bullet.png");
}

.cases li {
	margin-bottom: 8px;
	padding-left: 5px;
}

.cases ul:first-child li {
	float: left;
}

.cases ul:first-child li a {
	display: block;
	height: 400px;
	overflow: hidden;
}

.cases .slider li img {
	margin: 0;
	padding: 0;
}

.cases .entry-content {
	position: relative;
}

.nav {
	width: 100%;
	position: relative;
	top: 15px;
}

.nav .dots {
	position: absolute;
	left: 50%;
	display: block;
}

.nav .dots span {
	display: block;
	width: 20px;
	height: 20px;
	background: url("images/slide_dot.png");
	cursor: pointer;
	float: left;
	margin: 0 5px;
}

.nav .dots span:hover {
	background: url("images/slide_dot_hover.png");
}

.nav .dots .active {
	background: url("images/slide_dot_active.png");
}

.nav .dots .active:hover {
	background: url("images/slide_dot_active.png");
}


.active_event a {
	color: #000;
	cursor: default;
}

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:4em;
}

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 {
	float: right;
	width: 280px;
}

div.sidebar h3 {
font-size:1.2em;
padding: 0 10px;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style: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.sidebar p.q {
	margin-bottom: 0;
	font-weight: bold;
}

div.sidebar p.a {
	margin-top: 0;
}

div.sidebar p.a strong {
	font-weight: normal;
	font-style: italic;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

div#menu ul ul li {
	clear: left;
	padding: 5px 0;
	background: #fff;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

div#sidelogo a {
	display: block;
	width: 100%;
	height: 390px;
	background: url(images/logo-savethedate.png) no-repeat 0 0;
}

div#footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

.facebook iframe { 
	margin: 20px 0;
}

.puff a {
	font: 42px/1.2em arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 40px 0;
	color: #000;
}

.puff a:hover {
	color: #666666;
}

#q1, #q3 {
	text-align: left;
}
#q2, #q4 {
	text-align: right;
}

#container.whole {
	width: 100%;
}

#comments {
	margin-top: 40px;
}

#footer, #footer a, #footer a:visited {
	color: #4a4a4a;
	font-size: 13px;
}
#footer p { margin: 4px 0; }

.contactform input, .contactform textarea {
	font-family: Arial, sans-serif;
	font-size: 120%;
}

.contactform textarea {
	width: 592px;
	height: 200px;
}

.contactform p {
	font-weight: bold;
	margin: 0 0 20px 0;
}

.contactform .your-phone input {
	width: 200px;
}

.contactform input[type=submit] {
	width: 150px;
	height: 34px;
	font-weight: bold;
	float: right;
}

#partnerscol { 
	float: right;
	width: 200px;
	list-style: none;
}

#partnerscol h3 {
	margin-bottom: 20px;
}

#partnerscol li {
	margin: 0 auto 15px;
}

#contactcol {
	float: left;
	width: 200px;
	list-style: none;
}

#container {
	clear: left;
}

#container, .list_of_events, #primary, #partnerscol {
	margin-top: 40px;
}

body.home #primary, body.home #secondary, div.sidebar {
	width: 200px;
}

/*
#container.wide {
	width: 660px;
}
*/

input, textarea {
	font-family: arial, sans-serif;
	padding: 3px;
}

#partnerscol li {
	text-align: center;
}

.entry-title, .first a, #q1 { margin-top: 0; }

.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.full { width: 100%; }
div#container.full { width: 100%; }

/* Jquery.tipsy
--------------------------------- */

.tipsy { padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url("images/tipsy.gif"); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


#tweets, #fb-root {
    margin-top: 40px;
}
.twitter-header{
    margin-bottom: 10px;
}
#tweets li {
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
}
#tweets li.tweet_first{
    border-top: none;
}
.tweet_avatar img{
    float: left;
}
#tweets .tweet_time{
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}
#tweets .tweet_text{
    float: left;
    clear:both;
    margin-top: 6px;
}
#icons{
    margin-top: 40px;
}
