/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
margin:0;
padding:30px 0;
font:80% arial, verdana,sans-serif;
background:#047 url(img/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(img/contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#5F0706;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:240px;
margin:0 20px 0 0;
padding:0 0 0px 0;
background:#eee;
border:4px solid #dde;
text-align:center;
color:#555;
overflow:auto;
scrollbars:none;
}

#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
font:tahoma,verdana,sans-serif;
text-align:center;
font-size:12px;
}
#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}
.headerstyle{
display:block;
margin:10px 0 10px 0;
padding:5px 0 5px 3px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
font-weight:bold;
}
.medium {
font-size:11px;
}
.largerfont {
font-size:12px;
}
#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:11px;
line-height:1.3em;
}

#sidebar p{
font-size:11px;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:11px;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}


.sidelink:hover,.menuheader{
background:#fff url(img/gradient2.png) repeat-x;
color:#5F0706;;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.sidelink  li ul a {
border-top:1px solid #ddd;
border-right: 4px solid #bbb;
border-bottom: 1px solid Blue;
border-left: 4px solid #FF3300;
}
#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(img/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4 {
margin:0 0 3px 0;
font-weight:normal;
}

h1{
font-size:18px;
}

h2{
margin:0 0 4px 0;
font-size:14px;
font-color=#5F0706;
}

h3{
margin:20px 0 8px 0;
font-size:12px;
}

h4{
margin:10px 0 5px 0;
font-size:10px;
}

h5 {
margin:5px 0 5px 0;
font-size:12px;
font-color=#5F0706;
}

h6{
margin:5px 0 5px 0;
font-size:10px;
color=#5F0706;
}
.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

hr {width:100%;
  border: 0px;
  border-bottom: 2px dotted #999999;
  text-align:center;
  color=#5F0706;
  height: 0px;
}
.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

.openbox { 
 margin: 4px 0px 4px 0px; padding: 8px;  width:90%; font-size: 98%; border-top: 1px solid #a99653; border-bottom: 1px solid #a99653; background: #faf1d0; FONT-WEIGHT: normal; COLOR: black;
}

.quote{ 
 margin: 4px 0px 8px 0px; padding: 8px;  width:95%; font-size: 98%; border-left: 2px  outset #5F0706; background: #ffffff; FONT-WEIGHT: normal; COLOR: black;
}
.darkredlarge {
color=#5F0706;
font-size:1.1em;
line-height:1.1em;
}
.darkredsmall {
color=#5F0706;
font-weight=bold;
font-size:76%;
}
.smallblack {
color=#222;
font:tahoma,verdana,sans-serif;
font-weight=normal;
font-size:9px;
}


/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */