/* 
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.

- Heavily modified by Peter 'iridium' Waller, Dec 2005
- Comments were by me

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body 
{
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 30px 0px; /* give some space at the top of the page */
  background: #047 url(../images/bodybg.png) repeat-x fixed;
  font: 90% tahoma,verdana,sans-serif;
  color: #222;
}

#container
{
  width: 720px;
  margin: 0 auto 0 auto;
  padding: 20px 20px 0 20px; /* required for visible boarder */
  background: #fff url(../images/contbg.png) no-repeat;
  color: #222;
}

#main
{
  float: left;
  width: 530px;
  padding: 0 0 0 0;
  margin: 0 20px 0 0;
}

#logo
{
  height: 88px;
  width: 240px;
  letter-spacing: -3px;
  float: left;
  margin: 0px 0px 20px 0;   /* Leave a 20px gap before the content follows */
  padding: 12px 5px 0px 0px; /* Position the text correctly */
  background: #eee url(../images/board-sm.gif) no-repeat left center;
  border: 4px solid #dde;
  font-size: 3em;
  text-align: right;
  color: #555;
}
#logo a { color:#26a; text-decoration:none; }
#logo a:hover { color:#69e; }
#tagline { letter-spacing: 0; font-size: 0.3em; }
#intro   { text-align: center;  margin-top: 20px; }

#sidebar
{
  width: 155px;
  float: right;
  margin-top: 20px;
}

.menuheader, .sidelink, .sidelink_selected, .sublink, .sublink_selected
{
  width: 140px;
  cursor: default;
  display: block;
  margin: 3px 10px 2px 0;
  padding: 5px 5px 5px 8px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  background: #eee url(../images/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;
  text-decoration: none !important;
}

.sublink, .sublink_selected
{
  margin-right: 0px; 
  padding: 0px 2px 0px 2px; 
  font-size: 11px; 
  width: 135px;
  background: #eee url(../images/gradient1-sm.png) repeat-x;
}

.sublink_selected, .sublink:hover
{
  background: #fff url(../images/gradient2-sm.png) repeat-x;  
  text-decoration: none !important;
}

/* Current page's sidelink */
.sublink_selected, .sidelink_selected
{
  color:#234;
}

.menuheader, .sidelink:hover { background: #fff url(../images/gradient2.png) repeat-x; color: #222; text-decoration: none !important; }
.menupawn, .menupawn_selected { background: no-repeat left center; }
.menupawn          { background-image: url(../images/menupawn.gif); }
.menupawn_selected { background-image: url(../images/menupawnsel.gif); }

#footer
{
  margin: 0 auto 0 auto; /* Position centre */
  width: 760px;
  background:#fff url(../images/footerbg.png) bottom left no-repeat;
  color:#888;	
}

.clear { clear: both; }
.right { text-align: right; }
.hide  { display: none; }

/*
body
{
  font: 90% tahoma,verdana,sans-serif;
  color: #222;
}
*/

p 
{
  text-align: justify;
  padding:0 0 0 10px; /* indent on the right slightly */
  margin: 0 0 0 0;
  line-height: 1.2em;
  font-size: 1.1em;
}

#sidebar ul
{
  margin-left: 0px;
  padding-left: 15px;
}

.sidetext
{
  text-align: left;
  font-size: 0.75em;
}

.headerstyle 
{
  cursor: default;
  font-size: 1.5em;
  display: block;
  padding: 2px 0 2px 5px;
  margin: 0 0 0.5em 0;
  background: #eee url(../images/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;
}

.smalltext {
  font-size: 0.8em;
  text-align: left;
}

.block
{
  background:#eee;
  color:#222;
  border:2px solid #ddd;
}

hr
{ 
  border-top:    1px solid #ddd;
  border-right:  1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left:   1px solid #ddd;
  color: #eee;
  background-color: #eee;
  height: 3px;
  width: 80%;
}


a { text-decoration: none !important; color:#26c !important; }
a:hover { text-decoration: underline !important; }
a img { border: 0; }

