/* ------------------------------- Body ---------------------------------------- */

body{
 	text-align:center;
	margin-top: 20px;
	padding: 0;
	background-color: #1f1f1f;
	color:#aaaaaa;
	font-family:arial,sans-serif;
	font-size:0.8em;
}

#content{
	width:885px;
	margin:0px auto;
	text-align:left;
	background-color:inherit;
}

#leftside{
	float: left;
	width: 315px;
	height: 500px;
}

#rightside{
	float: right;
	width: 550px;
	height: 500px;
}
#post{
	padding: 10px 20px 10px 10px; 
	height: 300px; 
	border-right: 1px solid #666666;
}

#post .title{
	font-size: 120%;
	font-weight: bold;
	margin: 6px 0 6px 0; 
}
#post .date{
	font-size: 80%;
	margin: 0 0 4px 0; 
}
#post .story{
	font-size: 100%;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
}
	/* end hide */


/* GENERAL STYLING */

hr {
   border: 0;
   height: 1px;
   color: #666666;
   background-color: #666666;
}

a { 
	color: #000000;
	background: inherit; 
	text-decoration:none;
}

a:hover { 
	background: inherit;
	text-decoration: underline;

}

h1 { 
	color:#BC6247; 
	font-size:150%; 
	font-weight:bold; 
	margin: 10px 0 10px 0; 
	padding:0; 
}

h2 { 
	color:#A0B8CF; 
	font-size:150%; 
	font-weight:bold; 
	margin: 10px 0 10px 0; 
	padding:0; 
}

h3 { 
	color:#A0B8CF; 
	font-size:110%; 
	font-weight:bold; 
	margin: 6px 0 6px 0; 
	padding:0; 
}

h4 { 
	color:#BC6247; 
	font-size:110%; 
	font-weight:bold; 
	margin: 6px 0 6px 0; 
	padding:0; 
}

ul { 
	margin: 0 0 10px 0; 
	padding : 0; 
	list-style : none; 
}
	
li { 
	float: left;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
}