/*
Theme Name: Putting the R in Mrs.
Theme URI: http://mrs.allieandjosh.org/
Description: Custom theme.
Version: 1.0
Author: Allie Towers
Author URI: http://www.alliecreative.com/
Tags: grey, feminine, two columns, widgets
*/

/*----------------------------------------------------------------------
    Reset
----------------------------------------------------------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, img,
a, b, abbr, acronym, big, cite, code, del, em, i, ins, small, strike, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
}

/*----------------------------------------------------------------------
    Layout
----------------------------------------------------------------------*/

html {
	background: #ddd url("images/bg.gif") repeat left top;
}

body {
	color: #555;
	font: .813em/1.5em Georgia, "Times New Roman", Times, serif;
}

#container-inner {
	width: 860px;
	text-align: left;
	padding: 30px 0;
	margin: 0 0 0 auto;
}

	#header {
		background: transparent url("images/lace_top.gif") no-repeat 215px bottom;
		font-size: 3.308em;
		font-weight: bold;
		font-style: italic;
		letter-spacing: -.05em;
		line-height: 1.2em;
		text-align: center;
		padding: 0 108px 90px 212px;
	}
		
		#header a {
			color: #2b303b;
		}

	#content-sidebar {
		background: transparent url("images/lace.gif") repeat-y right -18px;
	}
	
		#sidebar {
			width: 175px;
			background: transparent url("images/sidebar.gif") repeat-y 0px 26px;
			float: left;
			font-size: .923em;
			line-height: 1.4em;
			text-align: center;
			padding: 15px 60px 15px 15px;
			margin-top: 110px;
		}
		
			#sidebar .widget {
				margin-bottom: 2em;
			}
		
				#sidebar h2 {
					height: 23px;
					color: #2b303b;
					font-size: 1.166em;
					font-variant: small-caps;
					padding-bottom: 3px;
				}
				
				#sidebar h2:before {
					content: "{ ";
					color: #798297;
					font-size: 1.6em;
					vertical-align: -2px;
				}
				
				#sidebar h2:after {
					content: " }";
					color: #798297;
					font-size: 1.6em;
					vertical-align: -2px;
				}

				#sidebar ul {
					list-style: none;
				}
					
					#sidebar ul li ul {
						border-top: 1px solid #9ba5b1
					}
				
					#sidebar ul li ul li a {
						display: block;
						color: #444;
						border-bottom: 1px solid #9ba5b1;
						padding: 3px 0;
					}
					
					#sidebar ul li ul li a:hover {
						background-color: #e2e7ee;
					}
				
		#content {
			width: 420px;
			float: right;
			padding-right: 172px;
		}
	
	#footer {
		clear: both;
		background: transparent url("images/lace_bottom.gif") no-repeat 215px top;
		text-align: right;
		padding: 90px 158px 20px 212px;
	}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/*----------------------------------------------------------------------
    Generic text styles
----------------------------------------------------------------------*/

a {
	color: #b37e79;
	text-decoration: none;
	outline: none;
}

#content a:hover,
#footer a:hover {
	text-decoration: underline;
}

.post {
	margin-bottom: 3em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#content h1,
#content h3.comments {
	clear: both;
	font: 1.692em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.03em;
	text-align: center;
	margin-bottom: .3em;
}

#content h1.archive {
	float: right;
	position: relative;
	top: -46px;
	color: #fff;
	background: #8395aa url("images/arrow.gif") no-repeat 6px 9px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: right;
	padding: 6px 6px 6px 20px;
	margin-bottom: -16px;
}

	#content h1.archive em {
		font-variant: normal;
	}

#content h2 {
	color: #2b303b;
	font-size: 1.077em;
	font-variant: small-caps;
	margin-bottom: .85em;
	margin-top: 1.5em;
}

#content p,
#content blockquote,
#content ul,
#content ol,
#content dd {
	margin-bottom: 1em;
}

#content p.timestamp {
	background: transparent url("images/lines.gif") no-repeat center center;
	font-variant: small-caps;
	text-align: center;
	padding: 3px 0 5px 0;
}

	#content p.timestamp em {
		color: #777;
		font-size: .923em;
		font-variant: normal;
	}
	
#content p.details {
	font-size: .923em;
	color: #777;
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#content a.responses {
background: transparent url("images/responses.gif") no-repeat left center;
padding-left: 16px;
}

#content span.byline {
	display: block;
	color: #777;
	font-variant: small-caps;
	text-align: right;
	margin-top: .3em;
}

#content blockquote p {
	margin-bottom: 0;
}

#content ul {
	margin-left: 14px;
}

#content ol {
	margin-left: 18px;
}

	#content li {
		margin-bottom: .5em;
	}

#content img {
	display: block;
	padding: 8px;
	border: 2px dotted #ccc;
}

#content .commentlist img {
	display: inline;
	border: none;
	padding: 0 0 0 4px;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin: 2em 0;
}

.amp {
	font: italic 1em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
}

/*----------------------------------------------------------------------
    Comment Styles & Forms
----------------------------------------------------------------------*/

#content h3.comments {
	margin-left: 170px;
	text-align: left;
}

	#content h3.comments span {
		color: #b37e79;
		font: italic 1.5em Georgia, "Times New Roman", Times, serif;
		padding-right: .1em;
	}

#content ol.commentlist {
	list-style: none;
	margin-bottom: 2em;
}

	#content ol.commentlist li {
		clear: both;
		overflow: auto;
		border-bottom: 1px dotted #ccc;
	}
	
	#content ol.commentlist li.alt {
		background-color: #f7f7f7;
		padding: 8px 0;
		margin-bottom: 1em;
	}
	
		#content ol.commentlist .who-when {
			overflow: hidden;
			float: left;
			width: 150px;
			font-family: Georgia, "Times New Roman", Times, serif;
			line-height: 1.3em;
			text-align: right;
			padding-bottom: 1.2em;
		}
		
		#content ol.commentlist li.alt .who-when {
			padding-left: 8px;
			width: 142px;
		}
		
			#content ol.commentlist .when {
				color: #999;
				font-variant: small-caps;
				font-size: .923em;
				letter-spacing: .1em;
			}
			
			#content ol.commentlist .when a {
				color: #999;
				text-decoration: none;
			}
						
			#content ol.commentlist .when a:hover {
				background-color: transparent;
				text-decoration: underline;
			}
			
			#content ol.commentlist cite {
				font-style: italic;
				font-weight: bold;
			}
		
		#content ol.commentlist .what {
			margin-left: 170px;
		}

		#content ol.commentlist li.alt .what {
			padding-right: 8px;
		}

#content form dl {
	clear: both;
	padding-top: .7em;
}

	#content form dl dt {
		float: left;
		width: 150px;
		font-style: italic;
		text-align: right;
	}
	
	#content form dl dt,
	#content form dl dd {
		line-height: 1.3em;
		padding-top: .3em;
	}
	
		#content form dl dt small {
			color: #999;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-weight: normal;
			font-size: .923em;
		}
		
		#content form dl.error dt label {
			color: #bc2809;
		}
	
	#content form dl dd {
		margin-left: 170px;
	}

#content form p {
	clear: both;
	padding-top: .7em;
	margin-left: 170px;
}

#content input,
#content textarea,
#content select {
	width: 230px;
	font: .923em Verdana, Tahoma, sans-serif;
	padding: 1px 3px;
	border: 1px solid #ccc;
}

#content textarea {
	height: 120px;
}

#content #submit {
	width: auto;
	padding: 0;
}

#content p.error {
	background: transparent url("images/x.gif") no-repeat 0px 2px;
	line-height: 1.3em;
	padding-left: 24px;
}

	#content p.error strong {
		color: #bc2809;
	}

#content p.success {
	background: transparent url("images/check.gif") no-repeat 0px 2px;
	line-height: 1.3em;
	padding-left: 24px;
}

	#content p.success strong {
		color: #608e24;
	}
	