/* This is a modified version of the GnomeBaker style
   sheet. See http://gnomebaker.sf.net/
   Also see http://www.math.umn.edu/~berg1116/about
   for more information about this page. The original
   headers were kept, in part, below. -- Andrew Berget
*/

/*  
Author: Milen Dzhumerov
Author URI: http://1nsp1r3d.co.uk/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

/* andreas02 - an open source xhtml/css website layout by Andreas
Viklund (http://andreasviklund.com). Made for OSWD.org, free to use
as-is for any purpose as long as the proper credits are given for the
original design work. For design assistance and support, contact me
through my website or through http://oswd.org/email.phtml?user=Andreas

Screen layout: */

body {
padding: 0;
margin: 0;
font: verdana sans-serif;
background: #2B60DE;
color: #000000;
}

a {
text-decoration: none;
color: #0000CC;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #FF0000;
}

#toptabs {
margin: 10px auto -11px auto;
font-size: 0.8em;
width: 760px;
}

#toptabs p {
text-align: right;
color: #808080;
}

.toptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #EEEEEE;
color: #000000;
border-bottom: 1px solid #999999;
}

.toptab:hover {
background: #fafafa;
border-bottom: 1px solid #ffffff;
text-decoration: none;
border-bottom: 4px solid #ffffff;
}

.activetoptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
color: #000000;
text-decoration: none;
background: #ffffff;
border-bottom: 4px solid #ffffff;
}

.activetoptab:hover {
text-decoration: none;
}

#container {
margin: 0 auto 0 auto ;
width: 760px;
padding: 5px 20px 20px 20px;
background: #FFFFFF;
}

#logo {
margin: 10px 0 0 0;
}

#logo h1 a {
color: #303030;
}

#logo h1 a:hover {
text-decoration: none;
}

#navitabs {
clear: both;
}

.navitab {
padding: 4px 8px 4px 8px;
text-decoration: none;
letter-spacing: 1px;
background: #999999;
}

.navitab:hover {
text-decoration: none;
background: #505050;
color: #ffffff;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: #505050;
}

.activenavitab:hover {
text-decoration: none;
}

#main {
float: left;
padding: 15px 15px 0 0;
}

.block {
background: #f0f0f0;
padding: 15px;
}

#sidebar {
width:140px;
float:right;
}

#sidebar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
}

.sidelink {
text-align: left;
display: block;
width: 120px;
background: #f0f0f0;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}

.sidelink:hover {
background: #CCCC99;
text-decoration: none;
}

#footer {
clear: both;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
}

#footer a {
color: #808080;
}

h1 {
margin: 0 0 20px 0;
font-size: 1.7em;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

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

.right {
text-align: right;
}

a img {
border: 0px none;
}

.hide {
display: none;
}