/*
Screen Style Sheet
By: Jason Cole
*/

*
{border: 0px solid #000;
 margin: 0;
 padding: 0;}
body
{background-color: #DDD;
 color: #222;
 font-family: "Trebuchet MS",arial,"bitstream vera sans",sans-serif; /* Third font makes it look decent in Linux. */
 font-size: 80%;}
#menu
{background: #333 url(../img/corner.gif) bottom right no-repeat;
 color: #DDD;
 float: left;
 padding: 2em;
 text-align: center;
 width: auto;}
#menu ul
{font-weight: bold;
 line-height: 2em;}
#menu li
{list-style: none;}
#menu  a
{color: #FFF;
 text-decoration: none;}
#menu  a:hover
{color: #E0710C;
 text-decoration: none;}
#container
{background: url(../img/bg.png) repeat-y top center;
 margin: 0 auto;
 padding-top: 1em;
 width: 800px;}
h1
{font-size: 200%;
 font-weight: normal;
 line-height: 2em;
 padding-left: 2em;}
h1 span
{display: block;
 float: right;
 font-size: 50%;
 text-align: right;}
h1 a
{color: #FFF;
 padding-right: 2em;
 text-decoration: none;}
h1 a:hover
{text-decoration: underline;}
#content
{margin: 2em;}
blockquote
{border: solid #E0710C;
 border-width: 2px 0;
 background-color: #FBE3CC;
 padding: 1em;}
.tabs
{background: #FFF url(../img/tabed.png) repeat-x bottom left;
 padding-bottom: 2px;}	/* border-bottom: 2px solid #CCC; */
.tabs a
{background: #e3f2fb url(../img/tab.png) repeat-x bottom left;
 border: solid #CCC;
 border-width: 2px 2px 0px;
 color: #048;
 font-weight: bolder;
 margin-left: 1em;
 padding: 0 1em;
 text-decoration: none;}
.tabs a:hover
{padding-bottom: 2px;
 text-decoration: none;}
.tabs a.here
{padding-bottom: 2px;}
.tabs a.here:hover
{padding-bottom: 2px;
 text-decoration: none;}
br
{clear: right;}
a
{color: #048;
 text-decoration: none;}
a:hover
{text-decoration: underline;}
h6
{clear: both;
 font-size: 80%;
 font-weight: normal;
 line-height: 2em;
 text-align: center;}
#footer
{background: url(../img/foot.png) no-repeat bottom center;
 padding-bottom: 25px;}
.box
{background-color: #E0710C;
 border: 2px solid #bb5e0a;
 color: #FFF;}
.date
{float: left;
 border: 1px solid #bb5e0a;
 margin:  20px;
 text-align: center;}
.date h3
{border-bottom: 1px solid #bb5e0a;}