@charset "utf-8";

/* 
Theme Name: Mildly Mystical
Theme URI: http://www.mildlymystical.com
Description: Glimpsing the Eternal Through Ordinary Time
Version: 1.0
Author: David Michael Brown
Author URI: http://thelifeofdb.com/web-design/
*/

* {
	font-family: Verdana, Arial, sans-serif;
	line-height:1.5;
}

html{
margin-top:0; !important;
}
html, body, #container {
height:100%;
}
body > #container { height: auto; min-height: 100%; }

body {
margin:0; padding:0;
background:url(/images/MMrepeatingbg.jpg) repeat-y;
} 
#container {
	
	width:935px;
	padding:0;
	margin:0;	
}

img {
	border:none;
	display:block;
	margin:0 auto;
	padding:0;
}

#header{
width:935px;
height:85px;
}

h1 span{
	margin-left: -9999px;
}

h1{
margin:0; padding:0;
font-weight:100;
font-size:1.5em;
text-align:center;
}

.search-form {
height:20px;
padding:0 0 0 20px;
position:absolute;
float:right;
top:3px;
margin-left:660px;
}
.search-form input{
width:238px;
font-size:10px;
}

/*Sidebar Styles*/
#sidebar {
margin:0;
padding:0 0 0 25px;
float:left;
width:253px;
}
#sidebar h2
{
color:#630;
font-weight:100;
padding:0;
margin:5px 0;
font-size:18px;
}
#sidebar ul, #footer ul {
padding:0;
margin:0;
}
#sidebar li{
list-style:none;
text-align:center;
}
#sidebar li a, #sidebar li a:visited {
text-decoration:none;
color:#333;
}
#sidebar a:hover, #sidebar ul li a:hover {
color:#630;
}
ul.sb li {
font-size:small;
}
 ul.sb h2{
 font-size:25px;
 }

/* Blog*/
#blog{
	float:left;
	padding:0 0 0 30px;
	width:620px;
	font-size:1em;	
}
#blog a:link, #blog a:visited {
	text-decoration:none;
	color:#039;
}
#blog a:hover {
	color:#960;
}
#blog h2 a:link, #blog h2 a:visited {
color:#630;
font-weight:300;
font-size:36px;
text-align:left;
}
#blog h2 a:hover {
color:#960;
}
p {
letter-spacing:normal;
}

/*post content*/
.postcontent { 
padding:0 10px;
font-size:14px;
font-weight:normal;
color:#000;
}
.postcontent a:link, .postcontent a:visited {
color:#039;
text-decoration:underline;
}
.postcontent a:hover {
color:#ccc;
}

/*byline styling*/
.byline {
	margin: -12px 0 0 0;
	padding:0;
	font-size:.7em;
	text-align:left;
	color:#630;
}

/*post styling*/

.wp-caption-text{
text-align:center;
}

/*tag, category, meta*/
.meta { 
  font-size:.7em;
  text-align:center;
  margin-bottom:30px;
}
.meta a:link, .meta a:visited {
  text-decoration:none;
}
/*post viewer nav*/
.postviewer {
font-size:10px;
}

/*COMMENTS styling, to go with comments.php*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #960;
	padding: 0;
	font-size:12px;
}
.comments-template p{
	margin:0 0 0 22px; padding:10px 0;
}
.comments-template ol{
	margin-right: 0;
	padding:0 10px;
	list-style:inside decimal;
	font-size:12px;
}
.comments-template ol li{
	margin: 0 0;
	line-height: 18px;
	padding:5px 0 25px 25px;
	border-bottom: 1px solid #960;
	min-height:65px;
}
.comments-template h2, .comments-template h3{
	font-weight:100;
	text-align:center;
	font-size:1.5em;
	letter-spacing:.03em;
}
.commentmetadata{
	font-size: .8em;
	padding:5px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width:542px;
}
#commentform {
	margin:0 10px;
}
.commentmetadata {
	clear:right;
	float:right;
}

.avatar{
clear:both;
	float:right;
	padding:5px 10px;
	height:50px;
	width:50px;
}
.alt {/*every other styling in the comments*/
	background:#ffc;
}
.authorcomment{ /*styling for when author comments on post */
	color:#000;
	background:#cff;
}
/*END COMMENTS STYLING*/


#footer {
border-top:1px solid #630;
clear:both;
position:relative;
z-index:10;
text-align:left;
width:908px;
background:url(/images/MMfooter.jpg) no-repeat;
color:#000;
margin:-50px 0 0 0;padding:0 0 0 20px;
height:50px;

}
#footer a:link, #footer a:visited{
color:#630;
text-decoration:none;
}
#footer a:hover {
color:#960;
}
#footer ul li {
margin:10px 20px 0 0;
padding:0;
display:inline;
list-style:none;
}
#footer p
{margin:0; padding:0;}