/*
Theme Name: Olivbyrån 
Description: Wordpress Olivbyrån.
Author: peteralm.se
Version: 0.1
*/


@import url( "css/jScrollPane.css" );
@import url( "css/wp-stuff.css" );
@import url( "css/text.css" );
@import url( "css/menu.css" );
@import url( "css/contactForm.css" );



* {
   padding: 0;
   margin: 0;
   line-height: 1em;
   
   border: 0;
   
   text-indent: 0px;

}


.clearer {
   line-height: 0px;
   height: 0px;
   overflow: hidden;
   display: block;
   clear: both;
   float: none;

}


.text_green {
   color: #9E9A21;
}





ul {

   list-style-type: none;
}



.custom-scroller {
   height: 480px;
   padding-right: 20px;
}

#container {

   margin: 2.5em auto;
   margin-bottom: 0.5em;
   
   text-align: left;
   
   
   width: 960px;
   height: 650px;
   
   
   overflow: hidden;
   background-color: #fff;
   
   position: relative;
   
}


#header, #main {
   padding: 30px;
}

#header {
   height: 60px;
}

#logo { 
   
   position: absolute;
   right: 0.4em;
   top: 0.5em;

}



#main {
   padding-top: 0px;
   height: 480px;
   
   position: relative;
}

#inner_main {
   
   width: 100%; 
   height: 510px; 
   padding-top: 20px;
   
   
   position: relative;
   
   z-index: 4;
}


#main.image-gallery #inner_main {
   background: none;
}

#main.image-gallery {
   background-color: #eee;
}
   


#footer {
   color: #fff;
   position: relative;
   
   width: 960px;
   margin: 0 auto;
   
}

#footer p {
   margin-bottom: 0;
}

#content {
   float: left; 
   width: 510px;
   
   height: 100%;
}

.block_green {
   background-color: #9E9A21;
   color: #fff;
   
   padding: 1.5em;
   padding-bottom: 2em;
   margin-bottom: 1em;
   
   font-size: 1.25em;
   
   /*
   -webkit-border-radius: 1em;
   -moz-border-radius: 1em;
   */
   
}

.block_green p {
   line-height: 1.2em;
}



ul.blog-roll li {
   
   padding-bottom: 0.5em;
}

ul.blog-roll li h3 {
   padding-top: 0.5em;
}

.blog-roll a, #content a {
   
   color: #F16C30;
   text-decoration: none;
   
}





#portfolio-container {
   text-align: center;
   position: relative;
   overflow: auto;
   
   margin-left: -100px;
}


#portfolio {
   width: 650px;
   
   margin: 0 auto;
   position: relative;
   
   /*
   height: 400px;
   overflow: hidden;
   */
}

/*

#portfolio ul {
}

#portfolio li {
   float: left;
   width: 499px;
   height: 400px;
}
*/

#next-portfolio, #prev-portfolio {
   position: absolute;
   top: 200px;
   
   z-index: 100;
   
   font-size: 5em;
   
   color: #F16C30;
   text-decoration: none;
   
   cursor: pointer;
}


#next-portfolio a, #prev-portfolio a {
   
   color: #F16C30;
   text-decoration: none;
   
}


#next-portfolio {
   right: 140px;
}


#prev-portfolio {
   left: 140px;
}


#portfolio-information {
   text-align: left;
}

.portfolio-images {
   height: 320px;
   overflow: hidden;
   
   /*border: 1px solid #ff0000;*/
}

.portfolio-image {
   display: none;
   margin: 1em;
}

.portfolio-image.active {
   display: block;
}


.portfolio-image img {
   -webkit-box-shadow: 1px 1px 10px #aaa;
   -moz-box-shadow: 1px 1px 10px #aaa;
}



#background {
   
   background-repeat: no-repeat;
   background-position: right center;
   
   position: absolute;
   right: 0px;
   top: 0px;
   z-index: 2;
   
   
   
   width: 400px;
   height: 510px;

}


#train {
   
   position: absolute;
   right: 0px;
   top: 0px;
   
   z-index: 1;
   
   width: 400px;
   height: 400px;
   
   overflow: hidden;
}

#train img {
   
   position: absolute;
   right: -500px;
   top: 150px;
   
}



#footer-functions {

   position: absolute;
   right: 1.5em;
   top: 0.1em;
   z-index: 100;
   
   cursor: pointer;
   
}

#footer-functions img {

   vertical-align: middle;
}



.user-list .user {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}


