body, html { 
	padding : 0; 
	margin : 0; 
} 
body { 
	background: #eeeeee url() repeat;
	text-align: justify;
	font : 11px "Trebuchet MS", Sans-Serif;
	color : #777777;
} 


	/* CONTAINER SECTION */	
#container { 
	margin : 5px auto; 
	text-align : left; 
	width: 700px;
	background: #fbfbfb;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;

}
#header  { 
	font: 60px "georgia";
	color: #505050;
        font-style: italic;
	margin: 0px auto 5px;
	text-align : center; 
       	letter-spacing: 2px;
        background: url('http://i35.tinypic.com/nvzi0w.png') no-repeat;
	width: 480px;
	height: 150px;
	text-transform: lowercase;
	text-shadow: 2px 2px 3px #828282;
}
#headbg { 
	margin : 0 auto 0; 
	text-align : left; 
	width: 680px;
	padding: 5px;
} 
 
#content {
	width: 480px;
	padding: 4px;
	float: left;
	text-align: justify;
}
#sidebar {
	width: 180px;
	padding: 10px;
	float: right;
	text-align: justify;
}

#footer {
	clear:both;
	text-align:center;
	color: #ebeaea;
	padding:5px;
	height: 35px;
	background: #505050;
        background-repeat: repeat-x;
	font : 12px "Trebuchet MS", Sans-Serif;
	border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;

}

#footer a {
color: #cbcbcb;
width: 150px;
} 
#footer a:hover {
color: #FFF;
text-decoration: none;
}


	/* LINKS */
#title { 
	margin : 0 auto 0px; 
	text-align : left; 
	width: 600px;
} 



  /* NORMAL LINK */
a:link,a:visited {
	text-decoration: none;
	color: #505050;
	font-weight: bold;
	padding:0;
        letter-spacing: 1px;
} 
a:hover { 
	color: #777;
}


  /* MAIN NAVIGATION */
#navigation { 
width : auto;
background-color: #fbfbfb;
background-repeat: repeat-x;
text-align : center;
margin : 0;
padding: 10px;
} 

#navigation ul, #navigation li{ 
list-style-type : none;
list-style-image : none; 
display : inline;
} 
#navigation a:link, #navigation a:visited { 
float : inherit;
font-size: 16px;
font-family: Trebuchet MS;
color : #a7a7a7;
text-transform : uppercase;
width: auto;
text-decoration: none;
letter-spacing: 0px;
display : inline;
padding : 10px 20px;
} 

#navigation a:hover  {
text-decoration: none;
color : #cbcbcb;
} 



  /* CONTENT NAVIGATION */

a.content:link, a.content:active, a.content:visited
{

color: #777777;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
display: block;
line-height: 25px;
border-left: 2px solid #777777;
padding-left: 4px;

}


a.content:hover    {

color: #777777;
text-decoration: none;
font-weight: normal;
padding-left: 4px;
        display: block;
border-left: 0px solid #fff;
	line-height: 25px;


}


  /* Headers */
h1 {
margin : 0px;
color : #5c5b5b;
padding : 5px;
font-family : Trebuchet MS;
font-size: 22px;
font-weight : normal;
line-height : 25px ;
text-transform: lowercase;
letter-spacing : -1px;
border-bottom: 2px dotted #9e9e9e; 
text-align : left;
}

h2 {
margin : 0px;
background-color : #eeeeee;
color : #5c5b5b;
font-family : Trebuchet MS;
font-size : 12px;
letter-spacing : 2px;
line-height : 16pt;
padding: 4px;
font-weight: bold;
text-transform: uppercase;
text-align : left;
}

.leftalign {
	float:left;
}
.rightalign {
	float: right;
}




ul  {
	list-style-position : inside;
	padding : 0px 5px 0px;
	margin: 0px;
}

  /* TEXT AREAS */
textarea, input, select, submit {
	color:#777777;
	background-color:#eeeeee;
	font: 1em 'arial', sans-serif;
	text-align:left;
	border: 2px solid #d9d9d9;
	margin-bottom:4px;
	padding:2px;
	border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;

}

  /* Quotes */
blockquote {
	padding: 10px;
	border: 1px solid #505050;
	background-color: #eeeeee;
}











/*	====	FanUpdate 3.0	====	*/

div#fanupdate {}

h2 {}
h3 {}
p {}

/*	====	Entries	====	*/

div.post {}

p.catfile {padding: 0 0 0 3em;}

/*	====	Comments	====	*/

div#comments {}

div.comment {
	clear: both;
	padding: 0.5em;
}

div.comment p {padding: 0 0 0 3em;}

div.comment p.commenter {padding: 0;}

div.odd {}

div.author {}

div#newComment {}

img.gravatar {
	float: right;
	margin: 0 1em 1em 0;
}

/*	====	Comment Form	====	*/

div.comments-form {}

form#comments-form {}

p#cmt-rules {}
p#cmt-moderation {}

label {
	display: block;
	float: left;
	width: 9em;
	text-align: right;
	margin: 0 0.5em 0 0;
}

input, textarea, select, option {
	font-family: Arial, sans-serif;
	font-size: 1em;
}

textarea {
	width: 100%;
}

.wysiwygmenu {
	display: block;
}
.wysiwygmenu a {
	padding: 0.125em 0.25em;
}

/*	====	Footer	====	*/

a.rss {}

div.archivelink {
	text-align: right;	
	margin: 2em 0 0 0;
}

div.credit {
	clear: both;
	text-align: center;
	border-top: 6px solid #eee;
	margin: 1em 0 0 0;
}

div.credit p {margin: 0;}
