/* CSS Document */
@import url("form_style.css");

body {
	margin: 0;
	padding: 0; 
	font: normal 0.8em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #000;
	text-align: center;
	background-color: #CCCCCC;
}

.root{
	margin: 0px auto;
	padding: 0;
	width: 700px;
	text-align: left;
	padding-bottom: 0px;
	background-color: #fff;
	border: 2px solid #000000;
}

.header{
	display: block;
	text-align:center;
}

.footer{
	clear: both;
	text-align: center;
}

.top{
	/*height: 100px;*/
	background-color:#000;
	color:#FFFFFF;
	padding: 10px;
}

#main{
	float: left;
	width: 490px;
}

.post, .comments{
	padding: 10px;
	border: 1px dashed #ccc;
	margin: 10px;
}

.comments{
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post_small, .blog_small, .post_comment_link, .comments_small, .login_small{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;

}

.comments_small{
	padding-top: 10px;
}

.post_comment_link{
	text-align: right;

}

.post_content, .blog_desc{
	line-height: 1.6em;
	padding-top: 5px;
}

.post_title, .blog_title, .heading{
	line-height: 1.6em;
	font-weight: bold;
	
}

.heading{
	padding-left: 10px;
	font-weight:bold;

}
.blogs{
	padding: 10px;
	border: 1px dashed #ccc;
	margin: 10px;
}

.blog_latest{
	padding: 10px;
}

a, a:visited {
	text-decoration: none;
	color: #0066FF;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}

#main a, #main a:visited {
	text-decoration: none;
	color: #0066FF;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}

#main a:hover {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}

#right {	
	border: 0;
	width:185px;
	float:right;
	text-align: left;
	/*border: 1px dashed #ccc;*/
	padding: 10px;
	padding-bottom: 0px;
	
}

.main_menu, .login{
	padding: 10px;
	border: 1px dashed #ccc;
	margin-bottom: 10px;
}

.blog_list{
	background-color:#FFF;
	color:#000;
	padding: 10px;
	padding-bottom: 0px;	
}

.menu_element{
	display: block;
	padding-right: 10px;
	padding-left: 10px;

}

.blog_name{
	display:inline;
	padding-right: 10px;
}

.blog_list a, .blog_list a:visited{
	text-decoration: none;
	color: #FF0000;
	font-size: 1.1em;
	font-weight:bold;
	border: 0;
}

.blog_list a:hover{
	text-decoration: none;
	color: #0066FF;
	font-weight:bold;
}

.main_menu a, .main_menu a:visited {
	text-decoration: none;
	color: #0066FF;
	font-weight:bold;
	border: 0;
}

.main_menu a:hover {
	text-decoration: none;
	color: #D7661C;
	font-weight:bold;
}

.menu{
    padding: 10px;
}

h1, h2, h3 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

img{
	text-align: center;
	border: 1px solid #000000;
	padding: 5px;
	margin: 0;
	background-color: #CCCCFF;
}

.page_nav{
	padding: 10px;
	text-align: center;

}