/* MAIN STYLES */
body
	{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	}
	
table
	{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	}
	
table a
	{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}
	
table a:hover
	{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
	
form
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
input
	{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	}
	
/* TEXT FORMATTING STYLES */

h1
	{
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	}

/* TILE STYLES */
.main
	{
	width: 100%;
	height: 100%;
	}

.logo
	{
	width: 700px;
	text-align: center;
	padding-bottom: 50px;
	}

.logo img
	{
	border: 0px;
	width: 700px;
	height: 258px;
	}
	
.center
	{
	width: 700px;
	text-align: left;
	}
	
.footer
	{
	font-family: Tahoma;
	font-size: 7pt;
	color: #808080;
	text-align: center;
	padding-bottom: 10px;
	}
	
/* POST STYLES */

.post_title
	{
	width: 100%;
	text-align: left;
	}
	
.post_text
	{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	}
	
.post_footer
	{
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
/* ARCHIVE STYLE */
.center_arch
	{
	width: 700px;
	text-align: left;
	}
	
.center_arch a
	{
	font-weight: regular;
	text-decoration: none;
	}
	
.center_arch a:hover
	{
	font-weight: regular;
	text-decoration: none;
	}
	
.center_arch .arch_footer
	{
	color: #808080;
	}
	
.arch_pager
	{
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	}

/* SIDEBAR STYLE */

.sidebar
	{
	width: 120px;
	text-align: center;
/*	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;*/
	}
	
.sidebar div
	{
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}
	
.sidebar div a
	{
	text-decoration: none;
	}
	
.sidebar div a:hover
	{
	text-decoration: none;
	}
	
.sidebar div img
	{
	border: 0px;
	width: 9px;
	height:8px;
	}
	
#dropdown
	{
	visibility: hidden;
	display: none;
	padding-left: 20px;
white-space:nowrap;
	}
	
/* COMMENTS STYLE */

.comment_title
	{
	width: 100%;
	text-align: left;
	}
	
.comment
	{
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	}
	
.comment_l0
	{
	background-color: #f3f3f3;
	}
	
.comment_l1
	{
	background-color: #ffffff;
	}
	
.comment h1
	{
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 10px;
	}
	
.comment h2
	{
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 10px;
	}

.comments_new
	{
	margin-top: 20px;
	padding-bottom: 100px;
	font-weight: bold;
	}
	
.comments_new textarea
	{
	background-color: white;
	border: 1px solid #808080;
	font-family: Tahoma;
	font-size: 7pt;
	width: 360px;
	height: 190px;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	}
	
.comments_new input
	{
	background-color: white;
	border: 1px solid #808080;
	font-family: Tahoma;
	font-size: 7pt;
	padding: 2px 2px 2px 2px;
	margin-bottom: 2px;
	width: 150px;
	height: 20px;
	}
	
.comments_new .sm
	{
	width: 65px;
	margin-left: 5px;
	}
	
.comments_new img
	{
	width: 140px;
	height: 40px;
	border: 0px;
	}
	
.comments_new .submit
	{
	background-color: #f3f3f3;
	border: 1px solid #bbbbbb;
	font-family: Tahoma;
	font-size: 8pt;
	width: 100px;
	height: 25px;
	font-weight: bold;
	}
	
.comments_new .checkbox
	{
	background-color: white;
	border: 0px;
	margin-top: 5px;
	padding: 2px 2px 2px 2px;
	width: 20px;
	height: 15px;
	}
