body, html {
	background-color: #000000;
	margin:0px 0px 0px 0px;
	height:100%;
	background-image:url(../images/background_candle.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	
}

/*DIV POSITIONS*/

#sidebar {
	width:240px;
	float:left;
}

#menu {
	text-align:right;
	padding:5px 25px 5px 30px;
	/**
	background-image:url(../images/line_down.gif);
	background-repeat:repeat-y;
	background-position:right;
	**/
	border-right: #321611 dotted 2px;
	
}

#content {
	position:absolute;
	left:260px;
	width:650px;
	padding-top:30px;
}

#contentitems {
	padding-left:5px;
	padding-bottom:5px;
}

#dottedline {
	border-bottom:#321611 dotted 2px;
	height:8px;
}



<!-- Start of Flickr Badge -->
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#321611;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/*FONT STYLES*/

.hidden {
	display: none;
	font-size: 1px;
	
}


a:link, a:visited, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BA502B;
	text-decoration:none;
}

a:hover {
	color:#C1924B;
}

.menuitems a:link, .menuitems a:visited, .menuitems a:active {
	font-size:12px;
	font-weight:bold;
	color:#BA502B;
	line-height:20px;
	text-decoration:none;
}

.menuitems a:hover {
	color:#C1924B;
	text-decoration:none;
}

.headings {
	font-size:12px;
	font-weight:bold;
	color:#C1924B;
	background-color:#321611;
	padding: 5px 20px 5px 10px;
}

.subheadings {
	font-weight:bold;
	color:#C1924B;
	line-height:20px;
}


.dark {
	color: #333333;
}

/*BLOG SHIT*/

.date {
	color:#C1924B;
	line-height:16px;
	font-style:italic;
	font-size:9px;
	padding-top:10px;
}

.post {
	padding-bottom:10px;
	border-bottom:#321611 dotted 2px;
}

.blogheadings {
	font-weight:bold;
	color:#C1924B;
	line-height:30px;
}

a img {
	border-width:0;
	background:none;
}
  
.post img {
  padding: 3px 3px 3px 3px;
  background-color:#321611;
  margin-top:5px;
  /**
  border:3px solid #321611;
  **/
}

a:hover img {
}

.image {
	float:left;
	padding-right:10px;
	padding-top:10px;
}

.comment-poster {
color:#FFFF00;
}