@charset "utf-8";
/* CSS Document */

/*
	Theme Name:Living Spirit Radio
	Theme URI: http://www.livingspiritradio.com
	Description: Special Template For Living Spirit Radio
	Version: 1.0
	Author: Gus Dwi
	Author URI:http://stilbali.blogspot.com
	Tags:purple, fixed width, two columns, widget ready,
*/

/* ---------------------------------------------------------------------------------- */

/***** general *****/
body {
	margin:40px auto;
	font-size: 12px;
	font-family: "Georgia", Times New Roman, Times, serif;
	background: /*#000000*/ #240919 ;
	color:#000000;
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#003399;text-decoration: none;}
a:hover {color: #003300;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 10px 0px 12px 0px;
	line-height:1.5em;}
hr {height:1px;border:none;border-top:1px dashed #71174c; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #71174c;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family:"Georgia", Times New Roman, Times, serif;
}
code{
	font: 1.1em "Georgia", Times New Roman, Times, serif;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}
/***** layout *****/
#base{
	width:780px;
	margin:0px auto;
	background: url(images/content-bg.jpg) repeat-y center;
}
#base2{
	width:780px;	
	background: url(images/footer2.jpg) no-repeat center bottom;
}
#header{
	position:relative;
	width: 780px;
	height: 232px;
	background:url('images/header.jpg') no-repeat center;
}
#container{
	position:relative;
	width:780px;
	overflow:hidden;
	/*background:url('images/container_bg.jpg') no-repeat 0 0;*/
}

#content{ /*width=698px*/
	float:right;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:550px;
	min-height:614px; /*ie6 not support*/
	padding: 0px 15px 0px 25px;
		
}
#sidebar{ /*width=190px*/
	float:left;
	display:inline; 
	overflow:hidden;
	width: 180px;
	margin:0 0 0 0;
	padding: 0px 0px 0px 8px;
	color:#ffffff;
	/*background: url(images/sidebar-bg.jpg) no-repeat bottom ;*/
}
#footer {
	clear:both;
	margin:0px;	
	color: #6600FF;
	font-size: 11px;
	height:100px;	
	text-align:center;
	position:relative;
	top:65px;
	left:70px;
}
#footer a {color: #ffffff; font-weight:bold;}

/***** header *****/
#blogtitle {font-family:"Georgia", Times New Roman, Times, serif; position:absolute; width:80%; float:left; left:430px; top:160px; text-align:left; font-size:26px; color:#65018e; font-weight:bold; font-style:italic; letter-spacing:2px;}
#blogtitle a, #blogtitle a:hover {font-family:"Georgia", Times New Roman, Times, serif; color:#65018e; text-decoration:none;}
#subtitle {font-family:"Georgia", Times New Roman, Times, serif; position:absolute; width:80%; float:left; left:490px; top:190px; text-align:left; font-size:12px; color:#71174c; font-weight:bold; font-style:italic;}

#header ul {
	position: relative;
	height: 22px;
	float:left;
	top: -82px;
	right:35px;
	margin:0px;
}
#header ul li {
	display: block;
	font-size: 13px;
	font-weight:bold;
}

#header ul li a {
	display: block;
	float: left;
	line-height: 50px;
	color: #240919;
	padding: 0 10px;
	text-decoration:none;
	font-size:16px;
	/*border-left:#b24284 1px solid;*/
}

#header ul li a:hover, #header ul li.current_page_item a {
	/*background: #572109;*/
	color:#240919;
}

#header img.home {
	
	position: absolute;
	margin:0px;padding:0px;
	right:100px;
	top: 50px;
	width:100px;
	height:100px;
}

/***** content *****/

.archivetitle {
	color: #000000;
	font-size: 14px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
.title, .title a {
	color: #000000;
	font-size: 20px;
}

.date {
	font-size: 10px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #71174c;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 8px 0px 0px 0px;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 2px solid #71174c;
	border-bottom: 1px solid #71174c;
}

.info {
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
	margin: 0px 1px 50px 0px;
	padding: 4px 0px 1px 1px;
	border-top: 1px solid #71174c;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4Px 20px;
	background: url('images/category.gif') no-repeat top left transparent;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.gif') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size: 11px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 2px solid #71174c;
	border-bottom: 1px solid #71174c;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #71174c;
	border-bottom: 1px solid #71174c;
}
#postmetadata {
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #71174c;
	border-bottom: 2px solid #71174c;
}

.nocomments {background: none; color: #000000;}
.commenttitle {
	color: #000000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px solid #80b608;
}
.commentlist {list-style: none;}
.commentbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #80b608;
}

.adminbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #80b608;
}
.commenthead {
	color: #000000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #80b608;
	background:#ffffff;
}


.adminhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 1px dotted #80b608;
	background:#ffffff;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:"Georgia", Times New Roman, Times, serif;
}
.authorlink {color: #000000; font-size: 11px; font-weight: bold;}
.authorlink a {color: #000000; font-size: 11px; font-weight: bold;}
.commentlink {font-size: 10px; color: #000000;}
.trackhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #80b608;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #80b608;
}
.trackbody p a {color: #000000;}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #71174c;
	font-family:"Georgia", Times New Roman, Times, serif;
}
#comment {
	width: 400px;
	color: #000000;
	font-size: 12px;
	font-family:"Georgia", Times New Roman, Times, serif;
	border: 1px solid #80b608;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #80b608;
	font-family:"Georgia", Times New Roman, Times, serif;
}

/***** search *****/
#searchform{
	margin:0 0 15px 14px;
	padding:0 0 0 0;
}
.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:150px;
	height:28px;
	
}	
.search-field input {
	position:relative;
	float:left;
	top:8px;
	left:0;
	width:122px; 
	height:13px; 
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:2px 3px 1px 3px;
	border:1px #ae377d solid;
	background:#f0f0f0;
}
.search-but input {
	float:right;
	position:relative;
	top:7px;
	right:-5px;
	width:20px; 
	height:20px;
}
/***** sidebar *****/
#sidebar a{color:#c87c5b;}
#sidebar a:hover {color:#d0541e;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 24px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #71174c;	
	/*background: url(images/trans_bg.png);*/
}


#sidebar ul ul li {
	color: #c8c8c8;
	line-height: 1.6em;
	list-style-type: none;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 16px;
	border:0px;
	background:url('images/titlearrow2.gif') no-repeat 0px 3px;
}
#sidebar ul ul ul li {
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 1px; 
	padding: 0px 0px 0px 12px;
	line-height: 1.5em; 
	background:url('images/arrow.gif') no-repeat 0px 5px;
	color: #ffffff;
}

#sidebar h1 {
	color:#d0541e;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 3px 0px;
	border-top: 3px solid #71174c;
	border-bottom: 1px solid #71174c;
   background:url('images/sidetitle2.gif') no-repeat right;
}
#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}

/***** widget *****/
#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #71174c;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}

#akismetwrap{
	margin:2px 0 2px 25px;
}
.rsswidget img {
	padding:1px;
	background:#ff0 fixed;
}

#listenButton {
	margin:0;
	position:relative;
	bottom:5px;
	right:5px;
	}
