/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
*/

body
	{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:10px;
	}

img
	{
	border:0;
	}

a
	{
	color:#333333;
	text-decoration:none;
	}
	
a:hover
	{
	color:#666666;
	}

#header
	{
	position:relative;
	}
	
#container
	 {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:750px;
	position:relative;
	}

a:hover img 
	{
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
	}

#header img
	{
	position:static;
	top:10px;
	left:40px;
	}

.header-text
	{
	position:absolute;
	top:20px;
	left:375px;
	font-size:12px;
	text-align:right;
	width:375px;
	}
	
.nav
	{
	text-align:center;
	}
	
.nav ul
	{
	margin-top:0px;
	padding-top:0px;
	}

.nav li
	{
	list-style:none;
	float:left;
	}

.top
	{
	clear:both;
	}
	
.post
	{
	position:relative;
	margin-top:10px;
	height:130px;
	}
	
.post_text
	{
	position:absolute;
	top:17px;
	left:129px;
	font-size:12px;
	height:89px;
	width:600px;
	overflow-y:scroll;

	}
	
.post_text p
	{

	margin:5px 0 5px 5px;

	}
.main
	{
	position:relative;
	height:415px;
	}
	
.main_left
	{
	position:relative;
	margin:20px 0 0px 260px;
	}

.main_left ul
	{
	list-style:none;
	}

.main_short
	{
	font-size:12px;
	width:200px;
	margin:0 0 10px 5px;
	float:left;
	}

.main_long
	{
	font-size:12px;
	width:400px;
	margin:0 0 10px 5px;
	}

.main_right
	{
	position:absolute;
	left:10px;
	top:0px;
	}
	
#footer
	{
	clear:both;
	padding-top:10px;
	}

#footer hr
	{
	width:750px;
	size:0.5;
	color:#CCCCCC;
	}

#footer ul
	{
	margin-top:0px;
	padding-top:0px;
	}

#footer li
	{
	float:right;
	list-style:none;
	font-size:12px;
	text-align:right;
	margin-left:20px;
	}
	
#footer p
	{
	clear:both;
	font-size:12px;
	text-align:center;
	padding-top:20px;
	}

.table
	{
	border: 1px #1666666 solid; 
	border-collapse: collapse; 
	}

.table td
	{
	border: 1px #666666 solid; 
	}

