/* 
Theme Name: Nuptial Nuances
Theme URI: http://www.micahleedesigns.com
Author: Micah Lee
*/

a { color: #555555; text-decoration: underline; }
a:visited { color: #555555; }
a:hover { color: #444444; }

h1, h2, h3, h4, h5, h6 {margin: 5px 0px;}

blockquote {
	margin: 10px 30px; 
	padding: 10px; 
	border: 1px solid #379CB3;
	background: #f3f3f3;
	font-size: 1.2em;
	line-height: 1.3em;
}
ol {
	margin: 10px 40px;
	padding: 0px;
	list-style: upper-roman;
}
input, textarea {
	margin: 1px; 
	border: 1px solid #cccccc; 
	background: #ffffff; 
	color: #444444;
}
img {
	border: 0;
}

/* --------------------------------- */
/* ---------- PAGE LAYOUT ---------- */
/* --------------------------------- */

html {margin: 0px; padding: 0px;}

body {
	margin: 0px; 
	padding: 0px; 
	background: url(images/background.jpg) top center repeat #fafafa;
	color: #444444;
	font-size: 0.7em;
	font-family: georgia, "times new roman", serif;
	line-height: 1.7em;
	text-align: center; 
} 

#wrapper {
	width: 900px;
	margin: 0px auto; padding: 0px;
	text-align: left;
	border-left: 2px solid #4a7250;
	border-right: 2px solid #4a7250;
	background-color: #ffffff;
	background-image: url(images/sidebar_background.png);
	background-position: top right;
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	height: 152px;
}

#nav {
	height: 58px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#content {
	padding: 0 30px;
	width: 640px;
	float: left;
}

#sidebar {
	width: 200px;
	float: left;
}

#footer {
	clear: both;
	width: 700px;
	text-align: center;
	margin-right: 200px;
	padding: 20px 0;
}

/* ----------------------------- */
/* ---------- SIDEBAR ---------- */
/* ----------------------------- */

#sidebar ul {
	list-style: none;
	padding: 0;
}

#sidebar ul#widgets {
	padding: 0 10px 0 15px;
	color: #000000;
}

#sidebar ul#widgets li {
	margin-bottom: 2em;
}

#sidebar ul#widgets a:link, #sidebar ul#widgets a:visited {
	text-decoration: none;
	color: #1D2C2F;
}

#sidebar ul#widgets a:hover, #sidebar ul#widgets a:active {
	color: #314A4F;
	text-decoration: underline;
}

#sidebar ul#widgets ul {
	padding-left: 20px;
	list-style-type: circle;
}

#sidebar ul#widgets ul li {
	margin: 0;
}

#sidebar h2.widgettitle {
	font-size: 1.8em;
	font-style: italic;
	font-variant: small-caps;
	background-image: url('images/bullet.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 12px;
	height: 32px;
}

/* ----------------------------- */
/* ---------- CONTENT ---------- */
/* ----------------------------- */

h2.pagetitle {text-align:right;
font-weight:normal;
color:#888;
}

.entry-content {
	position: static; 
	clear: both; 
	}

.entry-content li {
	margin: 10px 0px; 
	}

.content-nav {
	margin: 10px 0px 10px 10px; 
	text-align: right;
	}

div.content-nav a, div.content-nav a:link {color: #379CB3; 
text-decoration: none;}
div.content-nav a:hover {color: #444444;}

h2.date-header {
	margin: 10px 0 0 0; 
	color: #bbbbbb;
	clear: both;
	font-size: 1.3em;
}

h2.entry-header {
	font-variant: small-caps;
	padding: 10px 0;
	border-bottom: 3px double #cccccc;
	color: #508C68;
	font-size: 2em;
	font-family: georgia;
	}

.entry-body a:link, 
.entry-body a:visited, 
.entry-body a:active {
	color: #379CB3;
	text-decoration: none;
	}


.entry-body a:hover {
	color: #444444;
	}

.metadata {
	margin: 10px 0px;
	line-height: 1.2em;
	}

.metadata img {display: none;}

.tags {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.tags a:hover, dl a:hover {color: #379CB3;}

.entry-footer a, 
.entry-footer a:link,
.entry-footer a:visited,
.entry-footer a:active {color: #999999; text-decoration: none;}
.entry-footer a:hover {color: #379CB3;}

.post-footers {
	display: block; 
	margin: 3px 0px 0px 0px; 
	}

div.entry-footer {
	margin: 0px 0px 20px 0px;
	padding: 10px 90px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #eeeeee;
	color: #999999;
	text-align: center;
	}

span.archive-permalink {display:block;
margin:-10px 0 30px 0}

span.separator {
	padding: 8px;
	background: url(images/15_separator.gif) 4px 2px no-repeat;
	color: #eee;
	font-size: 1px !important; 
	line-height: 1px;
	text-indent: -999px;
	}

.comment {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	background: #e9e9e9;
	}

.comment-content {
	padding: 10px;
	}

.comments, .comments-open-header {
	padding: 15px 0px 0px 0px;
	}

.comment-footer {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #e3e3e3;
	}

.entry,
.trackbacks,
.comments,
.archive {position: static; overflow: hidden; clear: both; width: 100%; margin-bottom: 0px;}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {clear: both; margin: 0px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer, 
.archive-content {clear: both; margin: 5px 0px 15px 0px;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {width: 240px;}
#comment-post {font-weight: bold;}
