/*
 * Gnome09
 * Jason Murray Cole (champ_5_(at)msn(dot)com
 *  October - November 2006
 */

/* General */

*
{margin: 0;
 padding: 0;}
body
{background: #444 url("background.gif") top left repeat ;
 color: #EEE;
 font-family: "Trebuchet MS",arial,"bitstream vera sans",sans-serif;
 font-size: 80%;
 padding: 2% 8% 0;}

/* Headers */

h1
{color: #fffcfc;
 text-align: center;
 border-bottom: 1px solid #fffcfc;
 font-size: 600%;
 font-weight: bold;}
h2
{color: #fffcfc;
 font-size: 200%;
 font-weight: bold;
 text-align: left;}
h3
{color: #fffcfc;
 font-size: 175%;
 font-weight: bold;
 text-align: left;}
h4
{color: #fffcfc;
 font-size: 150%;
 font-weight: bold;
 text-align: left;}
h5
{color: #fffcfc;
 font-size: 125%;
 font-weight: bold;
 text-align: left;}
h6
{border-top: 1px solid #fffcfc;
 color: #eee;
 clear: both;
 font-size: 95%;
 padding-top: 1em;
 text-align: center;}

/* Other Tags */

p
{text-align: justify;}

li
{list-style: circle inside;}

blockquote
{border: 1px solid #fffcfc;
 color: #eee;
 font-size: 1.25em;
 margin: 1em;
 padding: 1em;}

/* The Menu */

#menu
{float: left;
 list-style: none;
 text-align: center;
 width: 15em;
 padding-top: 2em;
 border-right: 1px solid #fffcfc;}

#menu li
{list-style: none;}


#menu a
{border: 1px solid #fffcfc;
 color: #eee;
 display: block;
 font-size: 120%;
 font-weight: bold;
 margin: 2em 1em;
 padding: 1em;
 text-decoration: none;}
#menu a:hover
{color: #444;
background-color: #ffe87c;}

#content {

 margin-left: 16em;
 padding: 2em;}

/* Classes and Links */

img.left,img.right
{padding: 0;}

a
{color: #fffcfc;
 font-weight: bold;
 text-decoration: none;}
a:hover
{color: #444;
background-color: #ffe87c;}

.orange
{color: #ffe87c;}
.twitter
{color: #33ccff;}
.facebook
{color: #3b5998;}
.pink
{color: #e15846;}

.left
{float: left;
 border: 1px solid #fffcfc;
 margin: 1em;
 padding: 1em;}
.right
{float: right;
 border: 1px solid #fffcfc;
 margin: 1em;
 padding: 1em;}
.important
{border: 1px solid #fffcfc;
 color: #FFF;
 display: block;
 font-size: 1.25em;
 margin: 1em;
 padding: 1em;}