body {
	background-color: #000;
	color: #fff;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body, h1, h2,
h3, h4, img,
form, p { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

a, a:visited { color: #BD35FC; }
a:hover { color: #fff; }

#header ul li a, #header ul li a:visited {
	font-size: 14pt;
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover { color: #BD35FC; }

h1 { 
	font-size: 20pt;
	font-weight: bold;
	clear: both;
}
h2 {
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	clear: both;	
	padding: 0 0 15px 0;
}
h3 {
	color: #BD35FC;
	font-size: 16pt;	
	clear: both;
	padding: 0 0 10px 0;	
}
h1 a { text-decoration: none; }
h2 a { text-decoration: none; }

h1#site_heading {
	padding: 20px 0 0px 20px;	
	color: #fff;
	width: 500px;
	text-decoration: none;
}
h1#site_heading a { color: #fff; }
h2#site_subheading a { color: #BD35FC; }
h2#site_subheading {
	width: 462px;	
	color: #ccc;
	font-size: 11pt;
	clear: both;
	padding: 5px 0 20px 60px;	
	font-style: italic;
}

 
#bg_wrapper { 
	background-image: url('../bg.jpg');
	background-repeat: repeat-x;	
}
#container {
	position: relative;
	height: 1000px;
	width: 800px;
	margin: 0 auto;
}

#primary_navigation {
	position: absolute;
	top: 20px;
	right: 0px;	
	width: 500px;
}
#primary_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}
#primary_navigation ul li {
	display: inline;
	background-image: url('../dotvr.png');
	background-position: right 2px;
	background-repeat: no-repeat;
	padding: 0 13px 0 8px;
	font-weight: bold;
}

#location_0 {
	width: 500px;
	padding: 80px 20px 20px 20px;
	float: left;
}
#location_1 {
	width: 240px;
	padding: 80px 0 20px 20px;	
	float: left;
	line-height: 14pt;
	font-size: 9pt;
}
#location_0 div.blog_post, #location_0 .custom_component {
	background-color: #000;
	background-image: url('../postbg.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px;
	margin: 0 0 20px 0;
}
#location_0 div.blog_post { margin: 0px; }
#location_1 div.blog_post { padding: 20px 0px; }
div.blog_post p {
	font-size: 10pt;
	color: #fff;
	line-height: 16pt;
}
div.blog_post h3 a {
	text-decoration: none;
	color: #BD35FC;
}
div.blog_post div.date {
	color: #5F1A8B;
	font-size: 9pt;
	line-height: normal;
	padding: 0 0 15px 0;
} 
div.comments {
	position: relative;
	left: -10px;
	background-image: url('../hr.png');
	background-repeat: no-repeat;
	height: 30px;
	padding: 8px 0 0 35px;
	font-size: 8pt;
	color: #BD35FC;
	margin: 20px 0 20px 0;
}

.comment.featured, .comment.owner {
  background-color: #22092c;
}

div.friend_component {
	padding: 0 0 20px 0;
}
div.friend_component ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
	zoom: 1;
}
div.friend_component ul li {
	margin: 0 1px 0 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
}
div.friend_component ul li a img { border: 5px solid #000000; }
div.friend_component ul li a:hover img { border: 5px solid #BD35FC; }
div.friend_component div.friend_name { font-size: 8pt; text-align: center; }

div.navigation_component ul {
	background-color: #000;
	padding: 10px 10px 10px 30px;
	margin: 0;
}

div.navigation_component,
div.custom_component {
	padding: 0 0 20px 0;
}
div.custom_component ul li,
div.navigation_component ul li {
	list-style-image: url('../bullet.png');
	font-weight: bold;
}

#footer {
	padding: 0px 0px 10px 0px;
	clear: both;
	font-size: 9pt;
	display: block;
	margin-bottom: 10px; 
}

.component { margin-top: 15px; }
.image_gallery_component .normal_images .image img { border: 3px solid #fff; }
.image_gallery_component .cropped_images .image img { border: 3px solid #fff; }
#location_1 .cropped_images.medium_images { margin-left: 20px; }
#location_0 .cropped_images.medium_images { margin-left: 60px; }
#location_0 .cropped_images.small_images { margin-left: 25px; }
#location_0 .cropped_images.large_images .image { float: none; border-width: 0px; }
#location_1 .cropped_images.small_images { margin-left: 30px; }

#comment_form_area {
  background-color: #000;
  padding: 10px;	
}

.comment_number { display: none; }
.comment { border-bottom-width: 0px; background-color: #000; padding: 10px; }
.comment .content { margin-top: 5px }