body { 
	font-family:Georgia, arial, serif; 
	background: transparent url(../images/bg.jpg) repeat-y top left;
	font-size: 13px; 
	line-height: 20px; 
	background-color: #F4F4F5; 
	color: #878787; }

html, body{
	height: 100%;
}

html{
	overflow: -moz-scrollbars-vertical;
}

#page-holder{
	margin: 0 0 -80px 60px;
	min-height: 100%;
	height: auto !important;
}

div.header{
	overflow: auto;
	margin: 0 0 30px 0;
}

div.logo{
	margin: 30px 0 20px 0;
}

/* 2) General typography
------------------------------------------------ */

p, ul, dl, ol { 
	margin-bottom: 10px; }
	
ul { 
	list-style: none; }
	
ul li { 
	list-style: none;
	background: transparent url(../images/bullet.jpg) no-repeat 0 5px;
	padding-left: 18px;
	margin-bottom: 6px;
	font-style: italic;
	color: #a5a5a5; }
	
ol { 
	list-style: decimal; }
	
ol li { 
	margin-left: 18px; 
	margin-bottom: 6px; }
	
	
blockquote {
	border-left: 1px dotted #999;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
	font-style: italic; }
	
blockquote.large_blockquote {
	min-height: 50px;
	border: none;
	padding: 10px 0 0 50px;
	background: transparent url(../images/quotemark.jpg) no-repeat 0 0px;
	margin: 10px 0 5px  -15px;
	margin-top: 10px;
	font-size: 19px;
	line-height: 25px;
}
	
blockquote.large_blockquote span {
	font-size: 12px;
	display: block;
	color: #006fb7;
	clear: left;
}

.intro {
	font-size: 16px;
	line-height: 23px; }



/* 3) Headers
------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, arial, serif; 
}

h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #006fb7; 
	font-style: italic;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 10px;
	color: #878787; }

h3 {
	font-style: italic;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 10px;
	color: #006fb7; }

h4 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 2px; 
	color: #006fb7; }

h5 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 2px;
	color: #006fb7; }

h6 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 12px;
	color: #006fb7; }




/* 4) Links
------------------------------------------------- */

a {
	color: #006fb7;
	text-decoration: none;
}

a:hover, a:active {
	color: #758730;
}

/* 5) Images
------------------------------------------------- */

img {
	display: block; } /* fix whitespace after */

footer.project_info {
	color: #fff;
	padding: 5px 15px 0px 15px;
	background-color: rgb(179,202,72);
	background-color: rgba(179,202,72,0.8);
	position: absolute;
	bottom: 24px;
	right: 0px;
	width: 270px;
	overflow: hidden; }
	
footer.brown {
	background-color: rgb(198,130,85,);
	}

footer.yellow {
	background-color: rgb(207,199,38);
	}

footer.orange {
	background-color: rgb(240,84,59);
	}	

footer.brown {
	background-color: rgba(198,130,85,0.8);
}

footer.yellow {
	background-color: rgba(207,199,38,0.8);
}

footer.orange {
	background-color: rgba(240,84,59,0.8);
}

footer h4 {
	color: #fff;
	margin-top: 4px;
}


h4.project_name {
	color: #fff;
	margin-top: 5px;
}

.small {
	font-style: italic;
	font-size: 11px;
}

nav p.small {
	float: right;
	margin-top: 0px;
	color: #CCCCCC;
}

.project_client {
	font-style: italic;
}

footer.project_info p {
	opacity:1;
	filter:alpha(opacity=100);
}

div.pics div {
	position: relative;
}

a.zoom {
	position: absolute;
	bottom: 10px;
	left: 12px;
	background: transparent url(../images/mag.png) no-repeat;	
	width: 17px;
	display: block;
	height: 14px;}
	
a.zoom:hover {
	background: transparent url(../images/mag-over.png) no-repeat;}

.pointer {
	position: absolute;
	bottom: -8;
	left: 30px;
	z-index: 100;
}

/* 6) Layout
------------------------------------------------- */

.entry-content {
	padding: 5px 30px 15px 30px;
}

div.box {
	width: 380px;
	margin: 0 20px 0 0;
	padding-bottom: 24px;
	float: left;
	background: #fff url(../images/curl.jpg) no-repeat bottom;	
}

div.box.wide{
	width: 600px;
	background: #fff url(../images/curl_wide.jpg) no-repeat bottom;	
}

div.box div.photo{
	width: 380px;
	margin: -5px 0 0 -30px;
	position: relative;
	background: #323232;
}

div.box div.photo.bottom{
	margin: 15px 0 -15px -30px;
}

div.box div.embed{
	width: 380px;
	height: 300px;
	margin: -5px 0 0 -30px;
	position: relative;
	background: #323232;
}

div.box div.embed embed, div.box div.embed object{
	width: 380px;
	height: 300px;
	display: block;
}

div.box div.photo img{
	display: block;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

div.box div.photo img:hover{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div.box div.photo div.photo-tip{
	height: 0;
	width: 0;
	left: 10%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	border-top: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #FFFFFF;
}

div.box div.photo.bottom div.photo-tip{
	left: 10%;
	top: 0;
	border-top: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 0;
}

#content {
	margin-left: 103px;
	margin-top: 50px;
}

#wrapper {
	margin: 0 auto 0 auto; }

#skip_to {
	position: absolute;
	left: -9999px; }

.hidden {
	display: none; }

.clear_it {
	clear: both;
	height: 0; 
    margin: 0;
    font-size: 1px;
    line-height: 0; }

.wrap {
	background: #F4F4F5;
	border: 0px solid #456;
	margin: 24px 0 0 0;
	clear: both; 
	padding-bottom: 10px;
}


/* 8) Nav
------------------------------------------------- */


.menu .all { background-color: #FFF;}

.menu li {
	background: none;
	float: left;
	padding: 0px; }

.menu li.email {
	padding: 10px 10px;
	display: block;
	background-color: #fff; }

.menu {
  	padding: 0;
  	margin: 0 0 0 10px; }

.menu li, li#none-filtering {
	margin-bottom: 0; }
	
.menu li a, li#none-filtering {
	font-size: 12px;
	text-transform: uppercase;
  	list-style: none;
	font-style: normal;
  	float: left;
	background-color: #fff;
  	background-image: -moz-linear-gradient(-90deg, hsla(0,0%,100%,.4) , hsla(0,0%,100%,.0) );
  	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( hsla(0,0%,100%,.4) ), to( hsla(0,0%,100%,.0) ));
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

	display:block;
	margin-right:5px;
	padding: 10px 10px;
	color: #878787;
	text-decoration: none;
}


.menu li a:hover, li#none-filtering:hover {
	background-color: #fff;
	background-image: -moz-linear-gradient(-90deg, hsla(0,0%,0%,.0) , hsla(0,0%,0%,.1) );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( hsla(0,0%,0%,.0) ), to( hsla(0,0%,0%,.1) ));
}

.menu li.active a{
	background: #323232;
	color: #FFFFFF;
}

/**** Clearfixes ****/

.wrap:after,
#tumblelog:after,
.menu:after { 
  content: ''; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}



/* 9) Footer
------------------------------------------------- */

footer#page_footer {
	margin-left: 103px;
	margin-top: 40px;
	margin-bottom: 30px;
	width: 380px;
	display: block;
	padding-top: 30px;
}


/* 10) Contact
------------------------------------------------- */

#contact_pop {
	 background-image:url('../images/form-bg.jpg');
	background-position: top left;
background-repeat:no-repeat;
	clear: both;
	padding: 10px 0 10px 20px;
	margin-left: 103px;
	margin-right: 100px;
	margin-top: 40px;
	overflow: hidden; }

#contact_pop form {
	width: auto;
	float: left; 
	max-width: 500px;}
	
	
#contact_info {
	margin: 68px 5px 5px 0;
	width: 300px;
	float: left; }
	
#contact_info p{
	padding-left: 44px;
	width: 300px;
}
	
#contact_pop input, #contact_pop textarea {
	float: none;
	width: auto;
	min-height: 10px;
	border: 1px dotted #999999;
	padding: 10px;
	margin: 0 5px 5px 0px;
	background-color: #fff;
	width: 339px; }


#contact_pop input:not([type=submit]):focus, #contact_pop textarea:focus {
background: #eaeaea; }


#contact_pop TEXTAREA {
}

#contact_pop LABEL {
	display: block;
	margin: 0 5px 5px 0px; }
	
#contact_pop .submit_button {
	border: none;
	width: 100px;
	display: block;
	background-color: #B3CA4A;
	color: #fff; 
	margin: 5px 0 0 0 ;
	font-size: 14px;
	font-family: Georgia, arial, serif; }

/* 11) Twitter
------------------------------------------------- */

ul#twitter_update_list li {
	background:url("../images/twitter.jpg") no-repeat scroll 0 5px transparent;
	padding-left: 35px;
	
}

ul#twitter_update_list li span {
	display: block;
	
}

ul#twitter_update_list li span a {
	color: #878787;
}

	
/* MORE ADDED STUFF */
a h2, h2 span{
	color: #006fb7;
	font-style: italic;
}

/* GENERAL CLASSES */

.left{
	float: left;
	margin-right: 5px;
}

.right{
	float: right;
	margin-right: 5px;
}

.pdf-holder{
	text-align: center;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}

hr{
	border: 0;
	background-color: #e2e2e2;
	height: 1px;
	margin: 5px 0 10px 0;
}

/* SPRÅK HÅLLAREN */

div.language-holder{
	margin: -25px 0 0;
	position: absolute;
	right: 128px;
}

div.language-holder div.flag{
	float: left;
	margin: 0 3px;
}

div.language-holder div.flag.active{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5
}

/* FOOTER */

.push {
	height: 80px;
}

div#foot{
	margin-top: 40px;
	height: 20px;
	padding: 10px 0;
}

div#foot a {
	color: #3790dc;
}

.foot-item{
	float: left;
	margin: 0 15px;
}

.foot-item.right{
	float: right;
	margin: 12px 10px 0 0;
}


