body {
background:  #7777dd;

width: 98%;
}

.wrapper {
margin: 5px auto;
width: 950px;
}

.top {
font: 90% Georgia, Arial, sanserif;
background: #5555ee;
padding: 10px;
float: left;
margin-bottom: 10px;
}

.comment {
    background: #555500;
}
.editcomment {
margin-bottom: .5em;
}

li
{
    list-style: none;
}

#register table {
    clear: both;
    width: 50%;
}

#sidecontainer {
text-align: center;
clear: right;
width: 930px;
padding: 0px 0px 32px 0px;
background: #cc99aa;
border-top: solid 1px black;
}

#sidecontainer li {
float: left;
margin-bottom: 5px;
}

.login table {
    width: 80%;

}

.box {
    float: right;
    width: 40%;
}

.articleintro, .articlebody {
    float: left;
    width: 900px;    
}

.login {
    padding: 10px;
    text-align: left;
}


.crumb {
font-size: 120%;
font-weight: bold;
}


.quotecontainer {
font: italic 80% Verdana;
width: 500px;
}

.quotecontainer a {
color: #001144;
font-weight: bold;
}


#loginlink a {
color: #001144;
}

#loginlink a:hover {
color: #fff;
}

.quotecontainer a:hover, .login a:hover {
color: #fff;
font-weight: bold;
}

.nowevents {
    float: left;
    width: 20%;
    
}

.pastevents li, .nowevents li {
    border-bottom: dotted 1px gray;
}

.pastevents {
    float: left;
    width: 20%;
    margin-right: 20px;
}

.Order td {
    width: 80%;
}

td.time {
    width: 140px;
    font-weight: bold;
}

.Order caption {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 5px;
}

.logo {
    float: left;
    width: 6em;
}

.all_tags {

    line-height: 3.5em;
}

.tagleft {

    float: left;
}

.tagright {
    margin-left: 10em;
    float: left;
}

.all_tags span {
    padding: 15px;
}

.crumb {
    font-size: 120%;
}

img {
    border: 0;
}

#loginlink {
    float: left;
    height: 6.5em;
    text-align: left;
}

a {
    text-decoration: none;
    
}


.container {
    background-color: #fff;
    min-height: 500px;
    padding: 10px;
    border-top: solid black 1px;
    float: left;
    width: 910px;
}


#sidecontainer a, .login a {
    color: #001155;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
}

#sidecontainer a {
    padding: 14px 30px 10px 30px;
}

.login a {
    padding: 0px 10px 3px 10px;
    margin: 5px 0px 0px 0px;
}




#sidecontainer li a:hover {
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    background-color: #9922ee;
}

#moveform li {
    float: left;
    padding: 5px;
}

h4 {
    padding: 0px;
    margin: 0px;
}

.content {
    text-align: left;
}

.all_tags {
    clear: both;
    text-align: center;
    margin-top: 3em;
}

.yellow {
background-color: #ffff00;
}

.myhover {
background-color: #ffcc33;
}

.ltblue {
    background-color: #ccffcc;
}

.ltblhover {
    background-color: #99ccff;
}

.editcontainer {
    float: left;
    width: 50%;
    font-size: 120%;
}
.editcontainer li {
    background-color: #ffff00;
    line-height: 1.5em;
    margin-bottom: .3em;
}

.editcontainer table {
    text-align: left;
}

.blogentry {
    float: right;
    width: 40%;
}

/* Hover Menu */


ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
background: #ee99aa;

}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
xright: 560px;
xtop: 280px; 
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

/*Schedule grid classes*/

#schedule table{
    clear: right;
	width: 100%;
        text-align: center;
}

td.sch_coltitle, td.sch_rowtitle{
	font-weight: bold;
	background-color: #ccc;
}

td.sch_rowtitle{
	width: 50px;
}

td.sch_eventcell{
	background-color: #9f9;
	height: 80px;
	width: 80px;
}

td.sch_active{
	background-color: #eea1a1;
}

td.sch_locked{
	background-color: #999;
}

.delete_link{
	padding:.3em;
	margin-bottom:1em;
	border:2px solid #c00;
	background:#FBE3E4;
	color:#8a1f11 !important;
}


.bottom {
clear: both;
text-align: center;
}

 .footer {
 font-size: 85%;
text-align: center;
 }

.footer a {
color: #000044;
}

 .footer li {
list-style: none;
margin: 2px;
 }
 
 #rss {
    background-image: url(images/rss.png);
    background-repeat: no-repeat;
 }
 
 #atom {
    background-image: url(images/rss_blue.png);
     background-repeat: no-repeat;
 }
 
 .basictab{

font: bold 12px Verdana;
list-style-type: none;

line-height: 1em !important;
}
.basictab li{
display: inline;
margin: 0;
}
.basictab li a{
text-decoration: none;
padding: 3px 17px;
margin-left: 3px;
background-color: #ddd;
color: black !important;

}
.basictab li a:visited{
color: black;
}
.basictab li a:hover{
background-color: #3c78b5;
color: white !important;
}
.basictab li a:active{
color: black;
}
 
#bottom {
text-align: center;
}

#bottom .basictab li a{
font: bold 12px Verdana;
list-style-type: none;
border: 1px solid gray;
border-top: none;
background-color: #F2F2F2;
color: black !important;
line-height: 1em !important;
}


#bottom li{
display: inline;

}
