/*  
text removed temp for easyer editing of the document
Lets get started, with the body Fonts, size and color. 
*/

					/* Default font aspects for default text */
body
	{
	background: #7C6F5C url(images/images.jpg); 
	background-attachment:fixed;
	font-family:Georgia,serif;
	font-size:12px;
	color:#B68E22;
	margin:0;
	padding:0;
	}

					/* Default font aspects for h2 and h3 text */
h2,h3
	{
	font-size:16px;
	line-height:16px;
	color:#8D6622;
	margin:0;
	padding:0;
	}

					/* Unused/unknown font... (Arial, Helvetica, sans-serif) */
.h2
	{
	font-family:Georgia,serif;
	line-height:14px;
	font-size:8px;
	color:#FF00F0;
	font-weight:700;
	}

					/* Defines Color for visited links */
a:link,a:visited,a:active
	{
	color:#FFFFFF;
	text-decoration:none;
	}

					/* Unknown color setting set to pink */
a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}

					/* Headersize */
#header
	{
	width:980px;
	height:69px;
	margin:0 auto;
	padding:0;
	}

					/* Title Font in header (Arial, Helvetica, sans-serif)*/ 
#header h1.blogtitle
	{
	font-family:Georgia,serif;
	margin:0;
	padding:10px 0 0;
	}

					/* The smaller font in header (Verdana, Arial, Helvetica, sans-serif) */
#header p.desc
	{
	font-family:Georgia,serif;
	font-size:11px;
	margin:0;
	padding:0;
	}

					/* Removed ;
	background-image:url(images/topbck.gif);
					images/topbck.gif defines the repeted image under title area and menu buttons */
#top
	{
	background-color:#000000;
	background-repeat:repeat-x;
	height:5px;
	}

					/* Defines size and color of ddnav bar("home" and "about" button navigation) */
#ddnav
	{
	height:35px;
	margin:0;
	padding:0;
	}

					/* Defines size of Size of menu below title */
#nav
	{
	left: 600px;
	height:25px;
	width:800px;
	font-weight:700;
	margin:0 auto;
	padding:10px 0 0;
	}

					/*  */
ul.nav
	{
	height:25px;
	line-height:25px;
	float:left;
	list-style:none;
	font-size:11px;
	text-transform:inherit;
	margin:0;padding:0;
	}

					/* Defines the color on the right og etch button in top-nav menu */
ul.nav li
	{
	float:left !important;
	list-style-type:none;
	border-right:2px solid #312e2e;
	margin:0;
	padding:0;
	}


					/* 
					(images/navsilver.gif) defines navigation buttons background, see title
					Color of text 000000 = black
					  */

ul.nav li a,ul.nav li a:link,ul.nav li a:visited
	{
	background:url(images/navsilver.gif) 
	repeat-x;
	color:#FFFFFF;
	float:left;
	display:block;
	text-decoration:none;
	padding:0 15px;
	}

					/* 
					(images/navblue.gif) Defines rollover image of nav buttons 
					
					 */
ul.nav li a:hover,ul.nav li a:active
	{
	background:url(images/navblue.gif) repeat-x;
	color:#205387;
	text-decoration:none;
	}

					/*  */
ul.nav li.current_page_item a
	{
	text-decoration:none;
	background:url(images/navblue.gif) repeat-x;
	color:#D6000F;
	}

					/*  */
ul.nav li ul
	{
	float:left;
	margin:0;
	padding:0;
	}

					/*  */
#main
	{
	width:980px;
	margin:0 auto;
	padding:0;
	}

					/* 
					
					 */
#content
	{
	float: left;
	width:660px;
	margin:10px;
	padding:0;
	}

					/* 
					(width:620px;) defines size of blog entry content 
					Background:#000000 = black background. 
					*/
.entry
	{
	float:left;
	width:650px;
	border:2px solid #DFDFDF;
	background:#000000;
	margin:0 0 10px;
	padding:10px;
	}

					/*  */
#sidebar
	{
	float:right;
	width:300px;
	margin:0;
	padding:0;
	}


					/* 
					width:310px = size of sidebar (menu on the right) 
					 url(images/box.gif)
					*/
.rsidebar
	{
	position: absolute;
	left: 700px;
	width:250px;
	border:2px solid #8A8168;
	background:#000000 repeat-x left top;
	margin: 10px; 
	padding:10px;
	}

					/*  */
.rsidebar h2
	{
	font-size:10px;
	border-bottom:#eee 1px solid;
	margin:0 0 5px;
	padding:0;
	}

					/*  */
.rsidebar ul
	{
	list-style-type:none;
	margin:0;
	padding:0;
	}

					/*  */
.rsidebar ul li
	{
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	}

					/*  */
.rsidebar ul li ul
	{
	list-style-type:square;
	margin:0;
	padding:0 3px;
	}

					/* (images/li.gif) defines look of listing dott in right side menu */
.rsidebar ul li ul li
	{
	list-style-type:none;
	background:transparent url(images/li.gif) no-repeat;
	border:0;
	margin:0;
	padding:0 0 5px 20px;
	}

					/*  */
.navigation
	{
	width:600px;
	float:left;
	color:#666;
	}

					/*  */
.alignright
	{
	float:right;
	margin-top:10px;
	}

					/*  */
.alignleft
	{
	float:left;
	margin-top:10px;
	}

					/* 
					(images/comment.gif) defines the button in a post left of the comment link 
					you press to make a comment */
span.cmt
	{
	background:transparent url(images/comment.gif) no-repeat;
	border:0;
	margin:0;
	padding:0 0 5px 20px;
	}

					/* 
					(images/category.gif) defines the image in a post next to where it tells 
					the reader the category */
span.cty
	{
	background:transparent url(images/category.gif) no-repeat;
	border:0;
	margin:0;
	padding:0 0 5px 20px;
	}

					/* (images/next.gif) defines the image that will be used as next button */
span.next
	{
	background:transparent url(images/next.gif) no-repeat;
	border:0;
	margin:0;
	padding:0 0 5px 20px;
	}

					/* (images/prev.gif) defines the image that will be used as previous button */
span.prev
	{
	background:transparent url(images/prev.gif) no-repeat;
	border:0;
	margin:0;
	padding:0 0 5px 20px;
	}

					/*  */
.postmetadata
	{
	border-top:1px #eee solid;
	font-size:10px;
	margin:0;
	padding:5px;
	}

					/*  */
.boxcomments
	{
	border-top:5px solid #ddd;
	border-bottom:5px solid #ddd;
	margin-bottom:20px;
	width:600px;
	}

					/*  */
#commentform
	{
	border-top:1px solid #eee;
	margin:0;
	padding:15px 15px 1px;
	}

					/*  */
#commentform label
	{
	display:block;
	margin:0;
	}

					/*  */
#commentform input
	{
	width:170px;
	margin:0 5px 10px 0;
	padding:1px;
	}

					/*  */
#commentform textarea
	{
	width:400px;
	margin:0 0 10px;
	padding:0;
	}

					/*  */
#commentform #submit
	{
	margin:0 0 20px;
	}

					/*  */
#commentform p
	{
	margin:5px 0;
	}

					/*  */
ol.commentlist
	{
	margin:0 0 1px;
	padding:0;
	}

					/*  */
ol.commentlist :hover
	{
	background:#eee;
	}

					/*  */
ol.commentlist li
	{
	border-top:1px solid #eee;
	display:block;
	list-style:none;
	margin:0;
	padding:15px 15px 1px;
	}

					/*  */
ol.commentlist li :hover
	{
	background:none;
	}

					/*  */
ol.commentlist li.commenthead
	{
	display:block;
	list-style:none;
	margin:0;
	padding:5px 15px;
	}

					/*  */
ol.commentlist li.commenthead h2
	{
	margin:0;
	}

					/*  */
ol.tblist
	{
	border-top:1px solid #fff;
	list-style:none;
	margin:0 0 1px;
	padding:15px;
	}

					/*  */
ol.tblist li
	{
	display:block;
	list-style:none;
	background:transparent url(images/c.gif) 0 2px no-repeat;
	padding-left:15px;
	margin:0 0 5px;
	}

					/*  */
#footer
	{
	clear:both;
	height:15px;
	margin:0;
	padding:0;
	}

					/*  */
#footerbox
	{
	color:#fff;
	background-color:#000000;
	height:20px;
	line-height:20px !important;
	margin:0;
	padding:0;
	}

					/*  */
.footer
	{
	width:980px;
	color:#fff;
	height:20px;
	line-height:20px !important;
	margin:0 auto;
	padding:0;
	}

					/*  */
.footer a:hover
	{
	text-decoration:underline;
	color:#fff;
	border:none;
	}

					/* Font color of Link <color:#xxx> */
.footer a:link,.footer a:active,.footer a:visited
	{
	text-decoration:underline;
	color:#DFCB5A;
	border:none;
	}
