/**
 * website baker template: gorani03

 * 
 * @author     gorani.
 * @copyright  open source
 * @license    http://gorani.se/
 * @version    1.00
 * @platform   website baker 2.7
*/

/******** General tags ********/

body{
line-height: 100%;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 85%;
background:#e5ecf2 url(img/bg.gif) top repeat-x;
color:#404040;
margin:0 auto;
padding: 10px 0px 20px 0px;
}

p{line-height: 110%; font-size: 80%; margin:0 0 5px 1px;}

a{
text-decoration:none;
color:#4088b8;
}

a:hover{text-decoration: none;}

a img{ border-style: none;}
img{ border-style: none;}

ul,ol,dl{font-size: 90%; margin:2px 0 16px 35px;}
ul ul,ol ol{margin:4px 0 4px 35px;}



h1 {font-size: 150%; text-transform:none; color:#4088b8;}
h2{font-size: 130%;color:#4088b8;}
h3{ font-size: 120%; color: #4088b8;}
h4{font-size: 100%;color: #4088b8;}
h5{font-size: 90%;color: #4088b8;}


blockquote{
font-size:0.9em;
border:1px solid #dadada;
margin:20px 10px;
padding:8px;
}

/******** General tags ********/



#wrapper {
width: 905px;
padding:0px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 1px solid #dae6c4;
background:#ffffff;
}



#container {
padding: 0px;
margin: 10px 0px 0px 0px;
background-attachment: scroll;
background-image: url(back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;
height: 1%;
width: auto;
background:#ffffff;
}



#left {
margin: 0px;
width: 165px;
padding: 10px 10px 10px 1px;
float: left;
}



#right {
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
padding-top: 10px;
height: auto;
width: 160px;
float: left;
margin: 5px 0px 0px 5px;

}

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}




.footer {
font-size: 80%;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
padding-bottom: 2px;
border-top-style: none;
padding-top: 10px;
text-align: center;
}


.footer p {
font-size: 80%;
color: #999;
margin: 0px auto 0px auto;
padding: 0px;
}


.footer a:link, #footer a:visited, #footer a:active {
color: #275473;
text-decoration: none;
}


.footer a:hover {
color: #4088b8;
text-decoration: none;
}


.line{
width: 100%;
overflow: hidden;
border-bottom: 1px solid; /*bottom horizontal line that runs beneath tabs*/
border-bottom-color: #dae6c4;
}