html,body{
margin:0;
padding:0;
color:#333;
background:#69c;
}
body{
font:80%/140% 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
//font:76%/135% Verdana, Helvetica, Arial, sans-serif;
}
/*------[Links]------*/
a{
color:#993333;
font-weight:bold;
text-decoration:none;
}
a:visited{
color:#c66; 
}
a:hover{
color:#69c;
text-decoration:underline;
}
a.more{
padding-right:7px;
background:url(../images/more.png) no-repeat 100% 6px;
}
a.more:hover{
background:url(../images/moreh.png) no-repeat 100% 6px;
}
/*------[Common Elements]------*/
h2{
font-weight:bold;
color:#933;
}
h3{
margin:5px 0 5px 0;
font-weight:bold;
color:#933;
}
h5{
color:#993333;
}
/*-----[Layout]-----*/
#logo{
margin-left:auto;
margin-right:auto;
width:460px;
height:150px;
background:url(../images/logo.jpg) no-repeat;
}
#nav{
height:23px;
width:100%;
margin:0;
padding:0;
background:#933;
}
#nav li {
float:left;
margin:0;
padding:0;
border-right:1px solid #a66;
list-style:none;
}
#nav a {
float:left;
padding:3px 7px 3px 7px;
font-weight:normal;
text-decoration:none;
color:#fff;
}
#nav a:hover{
color:#fff;
background:#69c;
text-decoration:underline;
}
#content{
clear:both;
padding:10px;
background:#fff;
}
div.post{
padding-top:0;
}
div.meta{
font-size:80%;
margin-bottom:10px;
}
#content img{
margin:5px;
padding:5px;
border:0px solid #ccc;
}
#footer{
clear:both;
width:100%;
background:#933;
color:#fff;
}
#footer img{
border:0;
}
#footer a:visited{
color:#933; 
}
/*------[Forms]------*/
form{
color:#333;
padding:2px;
margin:0;
}
input, textarea{
background:#fff;
border:1px #333 solid;
color:#333;
padding: 0;
margin: 2px 2px 2px 0;
}
.postbutton{
background:#933;
border:1px #333 solid;
color:#fff;
font-weight: bold;
padding:0;
margin:2px 2px 2px 0;
}
/*------[Tables]------*/
table.schedule{
text-align:center;
background:#fafafa;
border:2px solid #000;
margin-bottom:10px;
width:100%;
border-collapse:collapse;
}
table.schedule tr{ 
border:none;
}
table.schedule tr td{ 
border:1px solid #666;
}
table.schedule tr.head{
font-weight:bold;
}
table.schedule tbody tr td.training{
background:#0cf;
}
table.schedule tbody tr td.tournie{
background:#ff0;
}
table.schedule tbody tr td.tuesday{
background:#0f0;
}
table.schedule tbody tr td.social{
background:#f00;
}
