@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0px; padding:0px;
	/* text-align:center; */
	background-color:#FFFFFF;
	}
	
#Container{
	width:763px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#FFFFFF}

#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:733px;
	height:87px;
	float:left;
	padding:80px 0px 0px 30px;
	}
#header h1 a{
	color:#810b0b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	}
#header p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#810b0b;
	}
#contentBG{
	background-color:#FFFFFF;
	width:703px;
	height:auto;
	float:left;
	background-image:url(images/contentBG.gif);
	background-repeat:repeat-y;
	padding: 0px 30px 0px 30px;
	
	}
#content{
	width:500px;
	height:auto;
	float:left;
	}

#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;

	}
	
#content span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	
#post{
	
	width:500px;
	height:auto;
	float:left;
	}
#post-title{
	width:500px;
	height:auto;
	float:left;
	}
#post-title h2 a{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:3px;
	color:#810b0b;
	text-decoration:none;
	}
#post-title span i{
	color:#810b0b;
	}

#entry{
	width:500px;
	height:auto;
	float:left;
	}
	
#entry p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:25px;
	text-align:left;
	}

#entry ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}

#entry hr{
	color:#810b0b;
	width:450px;
	}
	
.post-cat{
	background-image:url(images/categoryBG.gif);
	background-repeat:no-repeat;
	width:228px;
	height:20px;
	float:left;
	padding-left:22px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
.post-cat a{
	text-decoration:none;
	}
.post-cat a:hover{
	text-decoration:underline;
	}
	
.post-comment{
	background-image:url(images/commentsBG.gif);
	background-repeat:no-repeat;
	width:100px;
	height:20px;
	float:right;
	padding-left:22px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
.post-comment a{
	text-decoration:none;
	}
.post-comment a:hover{
	text-decoration:underline;
	}
	
#sidebar{
	width:183px;
	height:auto;
	padding-left:20px;
	float:right;
	}
	
#sidebar h3{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:-3px;
	color:#810b0b;
	}
#sidebar span{
	color:#810b0b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#sidebar ul{
	list-style-image:url(images/bullet.gif);
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar ul li{
	margin-left:-10px;

}

#sidebar ul li a{
	text-decoration:none;
}

#sidebar ul li a:hover{
	text-decoration:underline;
}


#sign-up p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	text-align:left;
	}


	
#footer{
	background-image:url(images/footer.gif);
	width:763px;
	height:35px;
	float:left;
	}
	
.copyright p{
	font-size:11px; 
	font-weight:bold; 
	color:#000000; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}

.copyright p a{
	font-size:11px; 
	font-weight:bold; 
	color:#000000;
	text-decoration:none;
	
	}
.copyright p a:hover{
	font-size:11px; 
	font-weight:bold; 
	color:#000000;
	text-decoration:underline;
	}
	
#commentform textarea{
	width: 400px;
	height: 115px;
	}
	