/* 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:0;
font:76% verdana,sans-serif;
background:#003367 url(img/bodybg.png) repeat-x fixed;
color:#333;
}

#thetop{
width:760px;
height:113px;
margin:0 auto;
background:#fff;
}

#container{
width:720px;
margin:auto;
padding:20px 20px 0 20px;
background:#fff url(img/contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}


h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
color:#cc0000;
font-size:2.8em;
}

h2{
color:#cc0000;
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
color:#cc0000;
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
color:#cc0000;
margin:10px 0 5px 0;
font-size:1.2em;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:280px;
padding:0 0 25px 0;
text-align:center;
}

#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{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

.bookmarklet , .bookmarklet:hover {

    background-image:url(bookmarklet.gif);
    border: none;
    display:block;
    float:right;
    height:113px;
    width:360px;
	margin-right:10px;
	text-indent:-9999px;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#cc0000;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

form { margin: 0; }
input.search { 
width: 380px; 
height:18px; 
background:#fff;
border: none;  
padding: 6px 10px; 
margin:8px 0px 10px 17px; 
color: #1E67A8; 
font-weight: bold; 
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari, Chrome */
border-radius: 5px; /* CSS3 */
}
input.button { padding: 3px;margin-left:15px; }

/* search form */
#search {
	clear: both;
	background: #fff url(images/form.gif) no-repeat;
	width: 530px;
	height:52px;
}
	#search p { padding: 0; margin: 0; }


/* grey subheader */
.gbox { 
background: #cecece; 
color: #333; 
width:530px;
padding: 10px 13px 10px 13px; 
margin: 0 0 20px 0; 
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
border-radius: 10px; /* CSS3 */

}
.gbox p { padding: 10px 0 10px 0; margin: 0;}

.gbox p a{ text-decoration:underline;font-weight:bold;}


.src-textbox {
    width: 530px;
    margin-left: 0px;
    height: 200px;
}

.textbox
{
font: 16px Verdana, Arial, Helvetica, sans-serif;
width:431px;
color: #FEFEFE;
margin-left:16px;
background: transparent;
border: 0px solid #000000;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
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:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#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;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.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;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */