@charset "UTF-8";
/* CSS Document */

body 
	{
		background-image: url(images/DragonSkaleBKGD.jpg);
		background-position:top;
		margin:0;
		padding:0;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h1,
h1 a
	{
		color:#ba000d;
		font-weight:normal;
		font-size:24px;
		text-decoration:none;
	}
	
h1 a:hover
	{
		text-decoration:underline;
	}
	
p,
.post-body
	{
		font-size:14px;
		line-height:20px;
	}
	
#allContentHolder
	{
		margin:0 5px;
	}
	
#leftColumn
	{
		float:left;
		width:175px;
	}
	
#leftColumn ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}

#leftColumn ul li
	{
		margin:0 10px 5px 15px;
		padding:0;
		font-size:12px;
	}

#leftColumn ul li a
	{
		color:#ba000d;
	}
	
#leftColumn ul li a:hover
	{
		color:#ce863c;
	}
	


#leftColumn h2.sidebar-title,
#rightColumn h2
	{
		font-size:12px;
		margin-left:15px;
		margin-right:10px;
		margin-bottom:0;
		font-weight:bold;
		font-style:italic;
		
	}

#centerColumn
	{
		float:left;
		width:450px;
	}

#centerColumnContent
	{
		padding:0 20px 20px;
		border-left:1px solid #ce863c;
		border-right:1px solid #ce863c;
	}
	
#centerColumnContent h2
	{
		font-size:16px;
		font-style:italic;
		font-weight:bold;
		font-weight:normal;
		color:#ce863c;
	}

#centerColumnContent h5
	{
		font-size:14px;
		font-style:italic;
		font-weight:normal;
		color:#ce863c;
	}
	
p.post-footer,
p.post-footer a,
#comments a,
.post-body a
	{
		color:#ce863c;
	}
	
p.post-footer a:hover,
#comments a:hover,
.post-body a:hover
	{
		color:#ba000d;
	}

#rightColumn
	{
		float:left;
		width:175px;
		text-align:center;
	}

#backgroundHolder
	{
		background-image:url(images/paperBKGD.jpg);
		width:810px;
		margin:0 auto;
	}
	
#header
	{
		width:810px;
		height:235px;
		background-image:url(images/header.jpg);
	}

#header span
	{
		position:relative;
		left:-2000px;
	}

#footer
	{
		background-image:url(images/footer.jpg);
		background-repeat:no-repeat;
		width:810px;
		height:135px;
		clear:both;
	}
	
#footerContent
	{
		text-align:center;
		padding:30px;
		font-size:12px;
		color:#ce863c;
	}
