/* andreas01 - 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: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#ffffff url(img/bg.gif) top center repeat-y;  /*  was f4f4f4  */
color:#303030;  /*  was #303030  */
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:760px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:normal;
color: #3333ff;    /*  was #286ea0 - then gold */
background-color:inherit;
text-decoration: none;
/* border-bottom: 1px dashed #000000; */

}

a:hover {
text-decoration: none;     /* was underline  */
color: #286ea0;    /* was #286ea0  */
background-color:inherit;
border-bottom: 1px dashed #000000;
}

a img {
border:0;
}

/***** Header *****/
#header {
margin:10px 0 0;
padding:0;
height:118px;
background: transparent url("img/legion_banner.gif") no-repeat;}
}

#header h1 {
color:#ffffff;   
background-color:inherit;
width:250px;
margin:0 0 10px;
font-size:18pt;
float:left;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:500px;
float:right;
text-align:center;   /* was center */
color:#ffffff;
margin:8px 0 0;
font-size:18px;
font-weight:normal;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;  /* was 1.3em  */
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:normal;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:normal;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color: #eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Right sidebar *****/
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:normal;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color: #333366;        /*  was #505050 - then red */
background-color:inherit;
font-size:1.2em;  
margin:0 0 10px;
padding:0;
}

/***** Main content *****/
#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:normal;
}

#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:normal;
}

#content h2,#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

#content img,#contentwide img {
padding:1px;
display:inline;
background:#ffffff;  /* was #cccccc  */
color:#303030;
/* border:1px solid #ff0000;  /* was #f0f0f0  */ */
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.normal {
font-weight:normal;
}

.hide {
display:none;
}

/* My addons  */


/***** Left sidebar *****/
#commander {
width: 320px;
float: left;
border-top: 1px solid #660000; */
border-left: 2px solid #ff0000;
/*
border-right: 1px dashed #ff0000;
border-bottom: 1px dashed #ff0000;
*/
margin: 0;
padding: 1em;
margin-left: 10px;

}


.smclick {
font-family: Arial;
color: #3333ff;
font-size: x-small;
text-decoration: none;
border-bottom: 1px dashed #000000;
}



.thumbnail_right
{
float: right;
/* width: 47px; */
margin: 10px 4px 4px 0;
padding: 2px;
background-color: #ffffff;
text-align: center;
}

.clearboth { clear: both; }


.dropcap
{
float: left;
width: .7em;
font-size: 4em;
line-height: 83%;
}

.mainpg
{
float:right;
width:140px;
background-color: #f4f4f4;   /* was #99ccff - then #eaeaea */
line-height:normal;
font-family: Arial;
color: #000000;
font-size: 10pt; 
margin:0 0 5px;
padding:0; 
text-align: left;
}


.acrob
{
float:right;
width:140px;
background-color: #f4f4f4;   /* was #99ccff - then #eaeaea */
line-height:normal;
font-family: Arial;
color: #000000;
font-size: 10pt; 
margin:0 0 5px;
padding:0; 
text-align: center;
}

.arch
{
float:right;
width:140px;
background-color: #f4f4f4;  
line-height:normal;
font-family: Arial;
color: #ffffff;
font-size: 10pt; 
padding:0; 
text-align: left;
}

.timecenter {font-family: Arial;text-align:right;font-size: x-small; color: #000000;}
.gotopsmall {font-family: Arial;text-align:center;font-size: x-small; color: #3333ff;}


.artcenter {text-align: center; font-size: xx-small;color: red;}
a.smcenter {text-align: center;font-size: x-small;color: #3333ff;}
p.smcenter {text-align: center;font-size: x-small;color: #000000;}
.smcenter {text-align: center;font-size: x-small;color: #000000;}
.artright {text-align: right; font-size: xx-small;margin:10px 10px 15px 15px;

}


.brdr 
{
  border-top: 1px solid #3300cc;
  border-left: 3px solid #3300cc;
  border-right: 3px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  padding: .2cm;
}

.Partial_brdr 
{
  border-top: 1px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  padding: 5px;
}



.dobold
{
color: #000000;        /*  was #505050 - then red */
border-left: 3px solid #a4a4a4;
background-color: #eaeaea;
font-size: small;  
margin-left: 14px;
padding: 5;
font-family: Arial;
text-align: center;
}


  
.xxsm 
{
   font-family: Arial;
   font-size: xx-small;
   text-align: center;
   color: #000000;
}


.stars_small 
{
   font-family: Arial;
   font-size: small;
   font-weight: bold;
   text-align: center;
   color: #000000;
}

.bluestar {text-align: center;font-size: x-small;color: blue;}
.goldstar {text-align: center;font-size: x-small;color: gold;}


#p-1 
{ border: 8px ridge #eeee77;
  background-color: #e6e673;
  color: #000000;
  font-family: Arial;
  font-size: small;
  font-style: italic;
  margin:0 0 10px;
  padding: 5px;
  text-align:center;
}

#p-10 
{ 
  border-top: 1px solid blue;
  border-left: 3px solid blue;
  border-right: 1px solid red;
  border-bottom: 3px solid red;
  background-color: #ffffff;
  color: #0000cc;
  text-align:center;
}
  
/* My addons  10-19-07 */
.floatright
{
float: right;
width: 78px;
margin: 0 0 10px 10px;
background-color: #ffff;
padding: 10px;
border-top: 1px dashed #999;
border-right: 1px dashed #555;
border-bottom: 1px dashed #555;
border-left: 1px dashed #999;
text-align: center;
}

div.floatright img
{
border-top: 1px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #555;
}

p { margin-top: 0; }

.gsfloatright
{
float: right;
width: 166px;
margin: 0 0 1px 1px;
background-color: #fff;
padding: 5px;
border-top: 1px solid blue;
border-right: 1px solid blue;
border-bottom: 2px solid blue;
border-left: 2px solid blue;
text-align: center;
}