/*  
Theme Name: Holy Solar Theme
Author URI: http://www.holysolar.com
Version: 1
Author: Amana Mission Publishing Ink Alternative Press
Description: Custom theme designed by Amana Mission for Holy Solar
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#CCCCFF;
	margin: 0;
	align: center
	}

a, a:visited{
	color: #99ff33;
	text-decoration: none;
	}
	
a:hover{
	color: #FFCC00;
	text-decoration: bold;
	}

#container { 
	width: 100%; 
	background:#000000;
	text-align: left; 
	padding:0; 
	align: center
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer { 
	background:#000000 );
	color:#CCCCFF;	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 0;
	font-size:12px;
	text-transform:bold;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	}

#footer a { 
	color:#3366FF;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	}

#footer a:hover{
	color: #FFCC00;
	text-decoration: bold;
	}

.clear {
	clear:both;
}



/* ----------- HEADER ---------------- */
#header { 
	background:#000000 url(images/solar-header-big.gif) no-repeat;
	margin-left:18px;
	padding-top:8px;
}

#header h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFCC66;
	margin:170px 0px 0px 10px;
	text-align: left; 
}

#header h1 a {
	color:#FFCC66;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#header h1 a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

#header h3 {
	font: 14px Georgia, Times New Roman, Times, Serif; 
	color: #FFCC66;
	margin:0px 85px 0px 400px;
	font-weight: bold;
	text-align: left; 
}
/* ---------- END HEADER -------------- */




/* ---------- MAIN NAVIGATION MENU CODE ---------------- */

#menu h2 {
	margin: 0;
	padding: 10px 25px 12px 25px;
	}
	
#menu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
	}

#menu {
	position:relative;
	height:43px;
	font-size:10px;
	text-transform:uppercase;
	background:transparent url(images/nav-bar.gif) no-repeat;
	margin-left:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:16px;
	font-weight:bold;
	}
	
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
	
#menu ul li{
	display:block;
	float:left;
	margin:0 2px;
	}
	
#menu ul li a{
	display:block;
	float:left;
	color:#00CC00;
	text-decoration:none;
	padding:0  25px 0 25px;
	height:43px;
	line-height:50px;
	background:transparent;
	}
	
#menu ul li a:hover {
	color:#FFFF99;
	background:transparent url(images/solar-tab-big.gif) no-repeat;
	width:inherit
	}

#menu ul li.current_page_item a,#menu ul li.current_page_item a:hover {
	color:#ffffff;
	background:transparent url(images/light-solar-tab.gif) no-repeat;
	width:inherit
	}
	
*html #menu ul li a, #menu ul li a.current, #menu ul li a span {
	height:1%;
	line-height:43px;
	}
/* -------------- END OF MAIN NAVIGATION MENU CODE --------------------- */


/* -------------- MAIN CONTENT OR MIDDLE COLUMN ------------------------ */
#content { 
	float:left;
	width: 468px; 
	margin:0 0 20px 0;
	padding: 5px 25px 15px;
	min-height:600px;
	}
*html #content {
	height:600px;
	width:500px;
	w\idth:450px;
	}

#content p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	}
#content p img {
	float:left;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}
#content h1, #content h2 {
	font: bold 22px Georgia, "Times New Roman", Times, Serif; 
	color: #0099CC;
	margin: 0;
	line-height: 120%;
	}
#content h1 a, #content h2 a  {
	color: #0099CC;
	text-decoration: none;
	}

#content h1 a:hover, #content h2 a:hover {
	color: #009900;
	text-decoration: none;
	}

#content h3 {
	font: bold 15px Georgia, "Times New Roman", Times, Serif;
	color: #0066CC;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px solid #cccccc;padding-bottom:5px;
	}

#content h3 a  {
	color: #0066CC;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #009900;
	text-decoration: none;
	}

#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
	
#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content li {
	margin: 0;
	padding: 0;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#content ul li a {
	color: #FFCC00;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #3366ff;
	text-decoration: underline;
	}
	
blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content p.bloglinks {
	border:1px solid #ddd;
	background:#000000;
	margin-bottom:10px;
	line-height: 18px;
	padding:5px 8px;
}

.postspace {
	background: #000000;
	width: 470px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
.postspace2 {
	background: #000000;
	width: 470px;
	height: 0;
	margin: 0;
	padding: 0;
	}
	
.postspace3 {
	background: #000000;
	width: 470px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
/* ------------- END OF MAIN CONTENT OR MIDDLE COLUMN CODE -------------- */


/* ------------- LEFT SIDEBAR CODE -------------------------------------- */
#l_sidebar { 
	background: transparent url(images/sidebar.gif) repeat-y left bottom;
	color: #ffffff;
	width:185px;
	float:left; 
	margin:0 0 20px 15px;
	padding:10px 15px 15px;
	min-height: 660px;
	display:inline;
	border-bottom: 1px solid #cccccc;padding-bottom:5px;
	}

*html #l_sidebar {
	height:660px;
	width:215px;
	w\idth:185px;
	}

#l_sidebar p {
	margin: 0;
	line-height: 16px;
	padding: 5px 0 10px 0;
	border:1px solid #ddd;
	}
	
#l_sidebar h2 {
	font: 14px Georgia, "Times New Roman", Times, Serif; 
	margin:0;
	text-align: center;
	font-weight: bold;
	}
	
#l_sidebar ul {
	background: transparent;
	margin:0 0 10px;
	border:1px solid #ddd;
	}
	
#l_sidebar ul li, #l_sidebar li ul li {
	width:100%;
	}
	
#l_sidebar h2 {
	color:#FF9900;
	padding:0 15px 10px 15px;
	}

#l_sidebar ul {
	list-style: none;
	padding:0;
	border:1px solid #ddd;
	}
	
#l_sidebar li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
	
#l_sidebar ul li a {
	display: block;
	color:#66FF66;
	text-decoration: none;
	padding:10px 15px;
	line-height:1.5;
	}

#l_sidebar ul li a:hover {
	color: #ffffff;
	background: #3366ff;
	}
	
#l_sidebar ul.children {
	margin-left: 20px;
	}
	
/* ------------ END OF LEFT SIDEBAR CODE ---------------------------- */




/* ------------ RIGHT SIDEBAR CODE ---------------------------------- */
#r_sidebar { 
	background: transparent url(images/sidebar.gif) repeat-y left bottom;
	color:#ffffff;
	width: 185px;
	float:left; 
	margin:0 0 20px 30px;
	padding:10px 15px 15px; 
	min-height:660px;
	border-bottom: 1px solid #cccccc;padding-bottom:5px;
	}
	
*html #r_sidebar {
	width:215px;
	w\idth:185px;
	}
	
#r_sidebar p {
	background: transparent;
	margin:0 0 10px;
	line-height: 16px;
	padding: 5px 15px 10px;
	color:#9999FF;
	border:1px solid #ddd;
	}
	
#r_sidebar h2 {
	font: 14px Georgia, "Times New Roman", Times, Serif; 
	margin: 0;
	font-weight: bold;
	text-align: center;
	color:#FF9900;
	padding:0 15px 10px 15px;
	}
	
#r_sidebar li h2 {
	padding-top:0;
	}

#r_sidebar ul {
	background: transparent;
	padding:0;
	margin:0 0 10px 0;
	border:1px solid #ddd;
	}

#r_sidebar li {
	list-style-type:none;
	}

#r_sidebar li ul li, #r_sidebar ul li {
	width:100%;
	}

#r_sidebar ul li ul li a {
	display: block;
	color: #66FF66;
	text-decoration: none;
	padding:10px 0pt 10px 15px;
	margin:0;
	}

#r_sidebar ul li a {
	display: block;
	color: #66FF66;
	text-decoration: none;
	padding:10px 0pt 10px 15px;
	margin:0;
	}

#r_sidebar ul li ul li a:hover {
	color: #ffffff;
	background: #3366ff;
	}
	
#r_sidebar ul li a:hover {
	color: #ffffff;
	background: #3366ff;
}

#r_sidebar form {
	padding:0 15px 20px;
	margin:0;
	}

#r_sidebar form input {
	margin-bottom:10px;
	}
#r_sidebar ul#recentcomments {
	padding:10px;
	}

#r_sidebar ul#recentcomments li.recentcomments {
	background:url(images/blue-arrow.png) no-repeat 0 2px;
	padding-left:16px;
	line-height:1.4;
	margin:0 0 10px;
	width:auto;
	}
/* ------------ END OF RIGHT SIDEBAR CODE ----------------------- */





/* ------------ STYLING FOR CALENDAR WIDGET -------------------- */
#calendar_wrap table, #calendar_wrap caption {
	margin:0 auto;
	}
/* ------------ END OF STYLING FOR CALENDAR WIDGET -------------- */





/* ---------------- CONTENT COMMENTS SECTION -------------------- */
#content ol.commentlist {
	list-style: decimal; 
	line-height:1.6;
	margin:0;
	padding:0 0 10px 0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist li .avatar {
	float:right; 
	background: inherit; 
	border: 0px
	padding:5px;
	margin: 5px 15px
	}

.commentlist cite {
	padding: 15px;
	display:block;
	font-style:normal;
	background:#fcfcfc;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}
#content h3#comments {
	border-bottom:none;
	}
.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
#content .commenttext p {
	padding:0;
	margin:0;
	}

.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}
	
.commenttext {
	background: #516B2D url(images/comment-gr.png) repeat-x;
	border-top:1px solid #c5f386;
	padding:15px 20px;
	color:#fafcf6;margin-bottom:15px;
	}
/* -------------- END OF CONTENT COMMENTS SECTION -------------------------- */
