/* CSS Document */

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	background: url(images/back.gif) top center repeat-y #b7b7b7;	
	height:100%;
	margin:0px;
	padding:0px;
}
a:link, a:active, a:visited{
	color:#444444;
	text-decoration:none;
}
a:hover{
	color:#888888;
	text-decoration:none;
}
.postlink{
	font-size:115%;
	color:#FFFFFF;
	font-weight:900;
	cursor:pointer;
}
.commentlink{
	font-size:16px;;
	color:#333333;
	font-weight:900;
	cursor:pointer;
}
.link{
	cursor:pointer;
}

#page{
	position:relative;
	width:850px;
	margin:0px auto;
}
#postdiv{
	position:absolute;
	top:120px;
	left:175px;
	width:500px;
	min-height:300px;
	padding:5px;
	display:none;
	z-index:25;
}
#iframe{
	font-size:12px;
	height:100%;
	width:100%;
}
#iframe, #iframe table{
	font-size:12px;
}

.main_table{
	background-color:#e4e4e4;
}
.header{
	background: #c30000 url(images/header-warm.gif) bottom no-repeat;

}
.header_td {
	color:#FFFFFF;
	padding-top:0px; padding-left:10px; padding-right:10px;
}
.header_td a:link, .header_td a:visited, .header_td a:active{
	color:#FFFFFF;
}
.header_td a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
.header_td input{
	font-size:12px;
	margin:1px;
}
.header_td form{
	margin:0px;
}

.menu{	
	background: #ff8800 url(images/menu-warm.gif) top no-repeat;
}
.menu_td {
	color:#FFFFFF;
	height:25px;
	padding-left:18px;
	padding-right:18px;
}
.menu_td a:link, .menu_td a:active, .menu_td a:visited{
	color:#FFFFFF;
} 
.menu_td a:hover{
	color:#999999;
} 

.blog_text{
}
.blog_text div{
}

.blog_text a:link, .blog_text a:active, .blog_text a:visited{
	color:#4455BB;
	text-decoration:none;
}
.blog_text a:hover{
	color:#888888;
	text-decoration:none;
}
.blog_comment{

}

.blog_comment textarea{
	width:450px;
	height:100px;
	margin:5px;
}

.blog_list{
}

.blog_search{
}

.blog_post{

}
.blog_post textarea{
	width:480px;
	height:180px;
	margin:5px;
}
.blog_post input{
	margin:1px;
}

.tag_cloud{
	height:200px;
	font-size:11px;

}
.tag_cloud input{
	margin:1px;
}

.tag_cloud a:link, .tag_cloud a:visited, .tag_cloud a:active{
	color:#444444;

}
.tag_cloud a:hover{
	background-color:#444444;
	color:#FFFFFF;
}

.subject a:link, .subject a:active, .subject a:visited{
	font-weight:900;
	color:#224466;
}
.subject a:hover{
	color:#6688AA;
}
.about_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#666666;
}

ul{
	padding-left:8px;
	margin-left:8px;
	margin-bottom:0px;
	margin-top:7px;
}

li{
	padding-left:0px;
	margin-left:0px;
	text-align:left;
}


.sidebar{
	font-size:11px;
}
#flagit{
 position:absolute; 
 right:0px; 
 top:0px; 
 height:16px; 
 width:180px; 
 padding:2px; 
 overflow:hidden
}
#post_comment{
	position:relative;
	top:0px;
	left:3px;
	width:523px;
	font-size:12px;
	height:60px;
	overflow:hidden;
	padding:4px;
}

.post_grobble1, .post_grobble2 {
	position:relative;
	top:0px;
	left:2px;
	height:50px;
	padding:4px;
	overflow:hidden;
	width:525px;
	font-size:14px;
}
.post_grobble1 {
	background-color:#FFFFFF;
}
.post_grobble1 input, .post_grobble1 select, .post_grobble2 input, .post_grobble2 select, #post_comment input, #post_comment select {
	border:1px solid #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#FFFFFF;
	margin:1px;
}

.post_grobble1 textarea, .post_grobble2 textarea{
	border:1px solid #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width:98%;
}
#post_comment textarea {
	border:1px solid #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:98%;
	height:40px;
}

#commentform{
	display:none;
	height:auto;
}
.text_links{
	font-size:12px;
}
.google_ad {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
}

