/*
Theme Name: Mona's Musings
Description: A Wordpress theme made specifically for the blog "Mona's Musings" curated by Ramona Zabriskie
Version: 2 (WP 2.9)
Author: Grant Dale Zabriskie
*/

/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
fieldset, img { border: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0;}

/* Wordpress Styles */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* Site Styles */
body {
	background:#BBA5AB url(images/body_bg.jpg);
	font-family:Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:0.875em;
	line-height:1.5;
}

#mona { background:url(images/mona.jpg) no-repeat top left; }
#burn { background:url(images/burn.png) repeat-x top left; }
#glow { background:url(images/glow.png) no-repeat 5% -300px; }

.container {
	width:700px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
h1 {
	margin-bottom:-3.1em;
	z-index:100;
	position:relative;
}
h1 a {
	background:url(images/mm_title.png) no-repeat top left;
	height:126px; width:664px;
	display:block;
	text-indent:-9999em;
	margin:0 auto;
}
h1 a:hover { border:none; }
a {
	color:#6c3636;
	font-weight:bold; 
	text-decoration:none;
}
a:hover { border-bottom:1px dotted #6c3636; }
p { margin-bottom:1em; }
ul, ol { margin-bottom:1em; }
em { font-style:italic; }
blockquote {
	font-size:0.9em;
	font-weight:normal;
	padding:0 2em; 
	color:#75595C;
}

#intro {
	padding-top:2em; 
	color:#6C3636; 
	font-weight:bold; 
	text-align:center;
}
#intro span {
	display:block;
	color:#875253;
	font-size:0.75em;
	margin-bottom:3em;
}

#post {
	margin-bottom:4em;
	background:#C9BABC;
	background:rgba(255,255,255,0.3);
	padding:30px 30px 20px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	z-index:50; 
	overflow:hidden; 
}
#post .header { border-bottom:1px solid #966a62; text-align:center; }
#post .date { color:#6a4c4c; font-weight:bold; text-transform:uppercase; letter-spacing:2px; font-size:0.75em; }
#post h2.title { font-family:Georgia, Times, 'Times New Roman', serif; color:#461616; font-size:2em; line-height:1.5em; text-shadow:1px 1px 6px #945b5b; }
#post .entry { 
	border-top:1px solid #e3d2d7;
	padding:1.5em 0 0;
	overflow:hidden;
}
#post .entry img { border:10px solid #B69A9A; -moz-border-radius:5px; -webkit-border-radius:5px; }
#post .entry img.alignright { margin:0 0 1em 1.5em; }
#post .entry img.alignleft { margin:0 1.5em 1em 0; }
#post #responses { font-size:0.65em; text-shadow:none; text-align:center; }
#post #responses span { display:block; color:#75595c; text-transform:lowercase; letter-spacing:0; line-height:0.9em; }
.controls {
	clear:both;
	border-top:1px solid #e3d2d7;
	padding:1em 0;
	font-size:0.9em;
}
.controls em {
	display:block;
	font-style:normal;
	color:#6A4C4C;
}
.controls a {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	text-transform:uppercase;
}

.controls .previous { float:left; text-align:left; }
.controls .next { float:right; text-align:right; }
#post h3 { font-family:Georgia, Times, 'Times New Roman', serif; color:#461616; font-size:1.4em; margin-bottom:0.5em; }

#features { margin:2em 0; }
#features .col1, #features .col2 { float:left;  }
#features .col1 { width:260px; margin-right:20px; }
#features .col2 { width:360px; }
#features .feature { border:2px solid #B69A9A; background:#DCD1D4; background:rgba(255,255,255,0.3); padding:0.8em; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow:0 0 5px #945b5b; }
#features .feature img { width:75px; height:75px; float:left; }
#features h3 { color:#461616; text-shadow:1px 1px 6px #945b5b; }

#post .hint {
	color:#FFFFFF;
	border:1px solid #7E4B4E;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
	padding:1em 1em 0.5em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:0.93em;
	background:#7E4B4E;
	background:-moz-linear-gradient(#895B5E, #7E4B4E);
	margin:2em;
}
#post .hint h3 {
	width:50%;
	border-bottom:1px dotted rgba(255,255,255,0.3);
	color:#fdd7a1;
	font-size:2em;
	font-style:italic;
	padding-left:3px;
	line-height:1em;
}


/*------------
	Comments
------------------------*/
#comment-panel {
	border-bottom:1px solid #966a62;
	height:85px;
	padding:1em 0;
}

#comment-invite { text-align:center; }
#comment-invite h3 { margin:0; }
#comment-invite a {
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-weight:normal;
	font-size:2em;
	font-style:italic;
	text-shadow:0 1px 0 rgba(255,255,255,0.6);
}
#comment-invite p {	margin-bottom:0; }

#comments {
	color:#461616;
	position:relative;
}
#comments h3 {
	font-size:2em;
	margin-bottom:0.5em;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
#comments ol li {
	background:#DCD1D4;
	background:rgba(255,255,255,0.3);
	padding:1em 1em 2em 65px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	margin-bottom:1em;
	position:relative;
}
#comments ol li img {
	position:absolute; top:1em; left:1em;
	border:1px solid #B69A9A;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 4px #B69A9A;
	-webkit-box-shadow:0 0 4px #B69A9A;
}
#comments li.byuser {
	border:4px solid #EFEFEF;
	-moz-box-shadow:0 0 8px #B69A9A;
	-webkit-box-shadow:0 0 8px #B69A9A;
}
#comments p { font-size:13px; }
#comments .comment-author {font-size:1.1em;}
#comments .comment-author cite { font-weight:bold; }
#comments .comment-meta {
	position:absolute;
	top:1em; right:1em;
	font-size:0.7em;
}
#comments .comment-meta a {
	color:#B9A0A4;
	font-weight:normal;
 }
#comments .comment-meta a:hover {
	color:#6C3655;
	border:none;
}
#comments .reply {
	position:absolute;
	bottom:6px; right:6px;
	text-shadow:0 1px 0 rgba(255,255,255,0.6);
}
#respond {
	margin-bottom:8px;
	overflow:hidden;
}
#respond div {
	margin-bottom:8px;
	color:#6A4C4C;
	position:relative;
}
#respond input[type="text"],
#respond textarea,
#respond input[type="submit"] {
	font:14px Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	padding:5px;
	background:#E5DDDF;
	background:rgba(255, 255, 255, 0.3);
	border:1px solid #E3D2D7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#6C3636;
}
#respond input[type="text"]:focus, #respond textarea:focus, #respond input[type="submit"]:focus { background:rgba(255, 255, 255, 0.5);
}
#respond input[type="text"] { width:250px; }
#respond label {
	font-weight:bold;
	margin-left:6px;
}
#respond textarea { width:628px; }
#respond input[type="submit"] {
	background-image:url(images/button_bg.png);
	background-repeat:repeat-x;
	background-position:0 15px;
}
#respond input[type="submit"]:hover {
	background-color:rgba(255, 255, 255, 0.5);
	cursor:pointer;
}
#respond #cancel-comment-reply-link {
	margin-left:1em;
	font-size:0.9em;
}
#close-comments { text-align:right; }


/*#archives, #search-results, #archive-results { padding:1.5em 0; border-top:1px solid #e3d2d7; }
#archives ul { margin-bottom:2em; overflow:hidden; }
#archives .col { width:320px; float:left; }*/

#search-results .post, #archive-results .post { margin-bottom:1.5em; }
#search-results .date, #archive-results .date { margin-bottom:0.3em; }

p.back { margin-bottom:0; font-size:0.8em; }

/*------------
	Features
------------------------*/
#features { overflow:hidden; }
#real-romance {
	float:left;
	width:210px;
	margin:0 40px 0 0;
}
#real-romance .inside {
	background:rgba(255,255,255,0.3);
	border:10px solid rgba(255,255,255,0.4);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
}
#real-romance span {
	display:block;
	position:absolute;
	bottom:0; left:0; right:0;
	padding:4px;
	background:rgba(0,0,0,0.75);
	text-shadow:1px 1px 3px #000;
	color:#E1D7DA;
	font-family:Georgia,Times,'Times New Roman',serif;
	font-size:1.3em;
	text-align:center;
}
#real-romance img {
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
}
#related-posts {
	float:right;
	width:450px;
}


/*------------
	Fotter
------------------------*/
#footer {
	background:#8F6970;
	background:rgba(126,75,78,0.3) url(images/burn.png) repeat-x top left;
	padding:40px 0 20px; 
	color:#fff; 
	overflow:hidden; 
	border-top:6px solid #D4C3C6;
	font-size:0.93em;
}
#footer .container { width:960px; }
#footer h3 {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	color:#fdd7a1;
	margin:0 0 0.3em 0;
	font-size:1.1em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
#footer a { 
	color:#efe4ec; 
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	border-bottom:1px dotted #D7C3C6;
}
#footer a:hover {
	color:#FFFFFF;
}
#about { 
	float:left;
	width:360px; 
}
#archives  {
	float:right;
	width:560px;
	position:relative;
}
#about > div { margin: 0 0 1.5em; }
#elsewhere { 
	background:#B99FA3;
	background:rgba(255,255,255,0.2);
	overflow:hidden;
	padding:1.1em;
	-moz-border-radius:8px;
}
#elsewhere > div { 
	float:left;
	margin:0 20px 0 0;
}
#elsewhere > div a { display:block; }
.copyright { 
	font-size:0.9em;
	color:#C8B8BB; 
}
#toc {
	border-top:1px solid #63494E; 
	border-bottom:1px solid #B89FA4;
}
#toc li { 
	background:rgba(255,255,255,0.05);
	border-bottom:1px solid #63494E;
	border-top:1px solid #B89FA4;
	padding:0 8px;
}
#toc li.current { background:rgba(255,255,255,0.1); }
#toc a { 
	display:block; 
	line-height:2em; 
	overflow:hidden;
	border:none;
}
#toc span {
	float:left;
	width:80%;
}
#toc em {
	float:right;
	width:20%;
	text-shadow:none;
	color:#C0ABAF;
	font-weight:bold;
	font-style:normal;
	text-align:right;
}
#toc .excerpt {
	font-size:0.9em;
}
#toc .readon { text-align:right; }
#toc .readon a, .button {
	background:#81656A;
	background:rgba(0,0,0,0.1);
	display:inline-block;
	padding:0 6px;
	-moz-border-radius:8px;
	line-height:2em;
	border:none !important;
}
#toc .readon a:hover, .button:hover { background:rgba(0,0,0,0.2); }
#toc .see-all { 
	background:rgba(255,255,255,0.05);
	font-size:0.85em;
}

#searchform {
	background:rgba(0,0,0,0.1);
	padding:3px 6px;
}
#searchform label {
	color:rgba(0,0,0,0.8);;
}
#searchform input[type="text"] {
	background:transparent;
	border:none;
	font-family:Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color:#ffffff;
}