/*  
Theme Name: Minutia
Version: 1.2
Tags: theme-options, translation-ready, two-columns, right-sidebar, fixed-width, threaded-comments, light
Author: Madeleine Bloom
Author URI: http://www.madeleinebloom.com

This theme is released under GPL: http://www.gnu.org/licenses/gpl.html
---
*/

/* reset
-------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* reset end
-------------------------------------------------*/

html {
	background: #f9dfbe url(img/paper-bg.jpg);
}
body {
	font: .9em/1.5em Georgia, "Times New Roman", Times, serif;
	background: url(img/top-illustration-trans.png) no-repeat center top;
	color: #2a1b0a;
	position: relative;
	word-wrap: break-word;
}
a {
	color: #b3081a;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #df933c;
}
small {
	font-size: .86em;
	color: #2a1b0a;
}
em, i {
	font: italic 1.4em Baskerville, "Times New Roman", Times, serif;
	letter-spacing: .02em;
}
ul, ol {
	
	padding: 0;
	line-height: 120%;
}
li {
	
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 2em;
	color: #44134b;
	text-shadow: 1px 1px 0 #f9dfbe;
}	
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
input, textarea, select {
	font: normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
}

input[type=text], input[type=password], textarea {
	background: #f7ead9;
	border: none;
	border-bottom: solid 1px #df933c;
	padding: 5px 7px;
	color: #523513;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	background: #fff;
	outline: none;
	color: #523513;
}
input[type=reset], input[type=submit] {
	background: #523513;
	border: none;
	border-bottom: solid 2px #df933c;
	color: #f7ead9;
	padding: 4px 15px;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #e50000;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}
/* header
-------------------------------------------------*/
#header {
	background: url(img/header-trans.png) no-repeat center;
	padding: 66px 0 50px 0;
	position: relative; top:192px;
}
#header #logo {
	font: bold 3em/1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	letter-spacing: -.05em;
	color: #9f7d54;
	text-shadow: 0 1px 0 #f7ead9;
}
#header #logo, #header #logo a {
	text-decoration: none;
	color: #9f7d54;
}
#header #logo a:hover {
	text-decoration: none;
	color: #e50000;
}
#header .description {
	font: italic 1.3em/1em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 20px;
	color: #865925;
}
#header .socialmedia a {
	text-decoration: none;
	margin-right: 10px;
	color: #523513;
}
#header .socialmedia a:hover {
	color: #e50000;
}
#header .socialmedia img {
	vertical-align: middle;
	margin: 0 6px 5px 0;
}

/* nav */
#nav {
	position: absolute; top: 11px; right: -20px;
	list-style: none;
	margin: 0;
	padding: 0;
	
}	
#nav li {
	float: left;
}
#nav a {
  display: block;
  color: #f9dfbe;
  outline: none;
}
#nav a:hover {
  background-position: left bottom;
}
#nav a:active {
  background-position: left bottom;
}
#nav li.page-item-300 {
  width: 80px;
  height: 5px;
  left: 400px;
}
#nav li.page-item-301 {
  width: 73px;
  height: 5px;
}
#nav li.page-item-302 {
  width: 75px;
  height: 5px;
}
#nav li.page-item-303 {
  width: 81px;
  height: 5px;
}
#nav li.page-item-292 {
  width: 51px;
  height: 5px;
}
#nav li.page-item-299 {
  width: 63px;
  height: 5px;
}
#nav li.page-item-305 {
  width: 70px;
  height: 5px;
}
#nav li.page-item-306 {
  width: 90px;
  height: 5px;
}
#nav li.current_page_item a, #nav li a:hover {
	color: #2a1b0a;
}
#nav ul li.current_page_item a {
	color: #2a1b0a;
}
#searchform {
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 266px;
}
#searchform #s {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	width: 152px;
	background: #f7ead9;
	border: none;
	padding: 4px 10px;
	margin: 0;
	float: left;
	border: 2px solid #f7ead9;
}
#searchform #s:focus {
	outline: none;
	border-color: #44134b;
}
#searchform #searchsubmit {
	background: #44134b;
	border: none;
	width: 90px;
	height: 26px;
	padding: 6px 10px;
	margin: 0;
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #f7ead9;
}
#searchform #searchsubmit:hover {
	background: #44134b;
}

/* content
-------------------------------------------------*/
#content {
	float: left;
	position: relative; top: 110px;
	padding: 5px;
	width: 652px;
	margin: 0 0 150px;
}
.post {
	clear: both;
	padding: 0 0 0 107px;
	margin-bottom: 60px;
	min-height: 100px;
}
.post-date {
	position: absolute;
	margin-left: -107px;
	margin-top: -26px;
	width: 95px;
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #df933c;
	text-shadow: 1px 1px 1px #f9dfbe;
}
.post-date span {
	display: block;
}
.post-date .day {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.05em;
	padding: 0 0 6px;
}
.post-date .month {
	font-size: .9em;
	line-height: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-date .year {
	font-size: .9em;
	line-height: .8em;
}
.post-date a {
	color: #865925;
	text-decoration: none;
}
.post-date a:hover {
	text-decoration: underline;
}
.post-date .postcomment {
	border-top: solid 1px #523513;
	margin-top: 8px;
	padding-top: 5px;
	font: .86em/1em Georgia, "Times New Roman", Times, serif;
}
.postcomment a {
	font-weight: bold;
	color: #44134b;
}

.post-data {
	font-size: .9em;
	line-height: 1.2em;
	color: #c84800;
	font-style: italic;
	margin: 3px 0 10px;
}
.post-data span {
	margin-right: 10px;
}
.post-data a {
	color: #44134b;
	text-decoration: none;
	font-style: normal;
}
.post-data a:hover {
	text-decoration: underline;
}

.post-title {
	color: #44134b;
	font: bold 2em/1em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}
.post-title a {
	color: #44134b;
	text-decoration: none;
}
.post-title a:hover {
	color: #df933c;
	text-decoration: none;
}

.more-link {
	background: url(img/more-trans.png) no-repeat 0 0;
	font: 10px/100%  Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px 18px 3px 12px;
	margin-left: 5px;
	color: #5fdbea;
}
a.more-link:hover {
	background-position: 0 -83px;
	text-decoration: underline;
}


/* post nav */
.post-nav {
	margin: 50px 0 35px;
	background: url(img/post-nav-rule-trans.png) no-repeat center 7px;
	xwidth: 540px;
	overflow: hidden;
	position: relative;
	margin-left: 107px;
}
.post .post-nav {
	margin-left: 0;
}
.post-nav span em {
	font: 0.8em/1.1em Baskerville, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #b3081a;
	width: 80px;
	text-align: center;
	position: absolute;
	top: 0;
}
.post-nav .previous em {
	left: 2px;
}
.post-nav .next em {
	right: 0;
	letter-spacing: 1px;
}
.post-nav a {
	display: block;
	background: url(img/post-nav-bg-trans.png) no-repeat;
	width: 246px;
	padding: 28px 0 4px;
	font: bold 115%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	color: #44134b;
	text-decoration: none;
	text-shadow: 1px 1px 0 #f9dfbe;
}
.post-nav a:hover {
	color: #df933c;
	text-decoration: none;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	background-position: right -430px;
	padding-left: 20px;
}
.post-nav .next a:hover {
	background-position: right -645px;
}
.post-nav .previous {
	float: left;
	text-align: left;
}
.post-nav .previous a {
	background-position: left -0;
	padding-right: 20px;
}
.post-nav .previous a:hover {
	background-position: left -215px;
}

/* commentlist */
#comments, #respond h4 {
	font: bold 1.6em/1em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 25px 0 15px;
	letter-spacing: -.04em;
	color: #44134b;
	text-shadow: 1px 1px 0 #f9dfbe;
}
#comments em, #respond h4 em {
	font-size: .9em;
	text-shadow: none;
}
#comments {
	border-bottom: 3px double #b3081a;
	margin: 35px 0 5px;
	padding-bottom: 10px;
}

.comment-nav {
	font: .8em/1.4em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.comment-nav a {
	text-decoration: none;
	color: #523513;
	font-weight: bold;
}
.comment-nav a:hover {
	color: #b3081a;
}
.comment-nav .previous {
	margin-right: 10px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
}

.commentlist .timestamp {
	position: absolute;
	top: 68px;
	left: -117px;
	width: 105px;
	font: 75%/100% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #2a1b0a;
	padding: 0;
	margin: 0;
}
.commentlist .timestamp strong {
	display: block;
	padding: 0 0 2px;
	color: #2a1b0a;
}
.comment-author {
	padding: 0;
	margin: 0 0 8px;
}
.commentlist ul .comment-author {
	padding: 0 0 5px;
}
.comment-author small {
	font: .8em/1.3em Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
}
.comment-author cite {
	font: bold 1.3em/1.3em Georgia, "Times New Roman", Times, serif;
}
.comment-author cite a {
	text-decoration: none;
}
.comment-author cite a:hover {
	text-decoration: underline;
}
.comment-author .avatar {
	position: absolute;
	top: 14px;
	left: -62px;
	background: #f9dfbe;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 1px;
	border-bottom: 2px solid #b3081a;
}
.commentlist ul .avatar {
	position: relative;
	left: auto;
	top: auto;
	width: 38px;
	height: 38px;
	float: left;
	margin: 0 10px 0 0;
}
.commententry {
	clear: both;
	font-size: 95%;
	border-bottom: solid 1px #2a1b0a;
}
.commententry p {
	margin: 0 0 .8em;
	padding: 0;
}

.commentlist .reply {
	position: absolute;
	top: 14px;
	right: 0;
}
.commentlist .comment-reply-link {
	background: url(img/reply-trans.png) no-repeat;
	display: block;
	width: 50px;
	height: 17px;
	text-align: center;
	color: #f7ead9;
	font: italic 1em/1.1em Baskerville, "Times New Roman", Times, serif;
	padding: 3px 0 0 6px;
	color: #b3081a;
}
.commentlist .comment-reply-link:hover {
	background-position: 0 -43px;
	color: #f7ead9;
}

.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ul ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}

/* commentform */
#respond {
	position: relative;
	margin-bottom: 40px;
}
.commentlist #respond {
	border-top: solid 1px #2a1b0a;
	margin-top: 2px;
}
#respond .cancel-comment-reply {
	position: absolute;
	top: 5px;
	right: 0;
}
#respond #cancel-comment-reply-link {
	font: italic 1em/1.1em Baskerville, "Times New Roman", Times, serif;
	color: #b3081a;
	background: url(img/cancel-reply-trans.png) no-repeat right center;
	padding: 4px 16px 2px 0;
	text-decoration: none;
	color: #2a1b0a;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

#commentform input[type=text] {
	width: 210px;
	margin-right: 5px;
	padding: 5px 7px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 180px;
	padding: 10px 7px;
}

#commentform input#submit {
	background: url(img/submit-btn-trans.png) no-repeat;
	width: 172px;
	height: 32px;
	font: italic 1em/1.1em Baskerville, "Times New Roman", Times, serif;
	color: #b3081a;
	border: none;
	padding: 2px 0 6px;
}
#commentform input#submit:hover {
	background-position: 0 bottom;
}


/* content end
-------------------------------------------------*/

/* sidebar
-------------------------------------------------*/
#sidebar {
	float: right; 
	position: relative; top: 120px;
	width: 266px;
	margin: 5px 0 120px 5px;
	font-size: .9em;
	line-height: 1.4em;
	color: #2a1b0a;
}

#sidebar h4, #sidebar .widgettitle {
	color: #44134b;
	font: bold 1.35em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	margin: 0 0 7px;
	padding: 0 0 7px;
	position: relative;
	border-bottom: double 3px #b3081a;
	text-transform: none;
	text-shadow: 1px 1px 0 #f9dfbe;
}
#sidebar h4 a, #sidebar .widgettitle a {
	text-decoration: none;
	color: #44134b;
	text-shadow: 1px 1px 0 #f9dfbe;
}
#sidebar h4 a:hover, #sidebar .widgettitle a:hover {
	text-decoration: none;
	color: #5fdbea;
	text-shadow: 1px 1px 0 #f9dfbe;
}


#sidebar ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
#sidebar ul ul {
	margin: 0 0 0 15px;
	list-style: circle;
}
#sidebar ul li {
	margin: 8px 0;
	padding: 0;
}
#sidebar ul ul li {
	margin: 5px 0;
}
#sidebar ul a {
	color: #b3081a;
	text-decoration: none;
}
#sidebar ul a:hover {
	color: #44134b;
}

/* widgets */
#sidebar .widget {
	margin: 0 0 35px;
}
#sidebar #searchform {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}
#sidebar #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
#sidebar #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}
/* sidebar end
-------------------------------------------------*/

/* footer
-------------------------------------------------*/
#footer {
	clear: both;
	background: url(img/footer-trans.png) no-repeat center bottom;
	border-top: double 3px #b3081a;
	padding: 20px 0 20px;
	position: relative; bottom: 0px;
	width: 100%;
	overflow: hidden;
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #2a1b0a;
}
#footer a {
	text-decoration: none;
	color: #b3081a;
}
#footer a:hover {
	color: #9d87b9;
}	
#footer .footer1 {
	float: left; 
	width: 270px;
	margin-right: 100px;
}
#footer .footer1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer1 ul li {
	width: 100%;
	padding: 0 0 15px;
	margin: 0;
	overflow: hidden;
}
#footer .footer1 em {
	font: italic 1.4em/1em Baskerville, "Times New Roman", Times, serif;
	color: #2a1b0a;
}
#footer .footer2 {
	float: left;
	width: 270px;
	margin-left: 30px;
}
#footer .footer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer2 ul li {
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	overflow: hidden;
}
#footer .footer2 cite {
	font: italic 1em/1em Georgia, "Times New Roman", Times, serif;
	display: block;
	float: right;
	color: #2a1b0a;
}
#footer .footer3 {
	float: right;
	width: 360px;
	margin-right: -90px;
	margin-bottom: 20px;
}
#footer .footer3 .widget {
	margin-bottom: 20px;
}

#footer h4 {
	font: bold 1.5em/1em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	color: #44134b;
}
#footer .credits {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: 12px;
	right: 0;
	margin: 0;
	padding: 0;
	color: #f9f2ea;
}
#footer .credits a {
	color: #b3081a;
}
#footer .credits a:hover {
	color: #9d87b9;
}
#footer .credits span {
	margin: 0 6px;
}
/* footer end
-------------------------------------------------*/

/* wordpress post formating, etc.
-------------------------------------------------*/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	padding: 5px;
	background: #fff;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
}
.wp-caption img {
	padding: 5px;
	background: #fff;
}
.wp-caption-text {
	font: italic 1.2em/1.1em Georgia, "Times New Roman", Times, serif;
	margin: 3px 0 10px;
	padding: 0 15px;
	color: #2a1b0a;
}
/* wordpress post formating end
-------------------------------------------------*/

