/* 
		Amber Elbon
		http://www.amberlinedesign.com
		
		Background color: #ffffed
		Dark Red: #5e242e
		Dark Tan: #c9bf97
		Dark Grey: #373737
		
/*

/* RESET */

*				{ margin: 0; padding: 0; }
html			{ overflow-y: scroll; }
html, body 		{ height: 100%; }
body			{ font-family: Arial, sans-serif; color: #373737;
				  background: url(images/background.jpg) top center repeat #ffffed; }
ul 				{ list-style: square inside; }
ol				{ list-style: decimal inside; }
a				{ text-decoration: none; color: #5e242e;}
a:visited 		{ color: #5e242e; }
a img 			{ border: none; }
table			{ border-collapse: collapse; }

/* UTILITY */

.alignleft		{ float: left; margin-right: 10px; }
.alignright		{ float: right; margin-left: 10px; }
.aligncenter 	{ margin: auto; }
.clear			{ clear: both; }
.button 		{ border: 1px solid #272727; background: white; padding: 3px 5px; -moz-border-radius: 5px; 
				  -webkit-border-radius: 5px; color: #272727; }
.button:hover 	{background: #5e242e; color: white; }
.size-thumbnail { background: #fff; border: #c9bf97 1px solid; padding: 5px; }
.size-medium 	{ background: #fff; border: #c9bf97 1px solid; padding: 5px; }
.wp-caption 	{ background: #fff; border: #c9bf97 1px solid; padding: 5px; text-align: center; }
.wp-caption img { border: 0px; }

/* CONTAINER */
#container { 
			width: 960px;
			margin: 0 auto;
			height: auto;
			min-height: 100%;
			}
			
/* LEFT COLUMN */
#leftCol {
			width: 280px;
			float: left;
			}
			
#header {
			margin-top: 20px;
			}
			
#header h1 {
			height: 473px;
			width: 280px;
			background: url(images/mrandmrswonderful.jpg) no-repeat;
			text-indent: -9999px;
			display: block;
			}
			
#header h2 {
			display: none;
			}
			
#outerSidebar {
			width: 260px;
			background: #c9bf97;
			margin: 20px 20px 0px 0px;
			padding: 10px;
			}

#sidebar {
			width: 240px;
			padding: 5px 10px 20px 10px;
			background: #c9bf97;
			border: 1px solid #ffffed;
			margin: auto;
			}
			
#sidebar a:hover {
			border-bottom: 2px solid #ffffed;
			}
 
#leftCol #sidebar .sidebar  { 
			font-family: Arial, Helvetica, sans-serif;
			color: #5e242e;
			font-size: 12px;		
			}

.widgettitle {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #5e242e;
			font-size: 18px;
			margin-top: 10px;
			margin-bottom: 5px;
			}
			
.cat-item {
			text-indent: 20px;
			line-height: 1.4em;
			}
			
#s input { width:20em; }

#footer { font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			padding: 20px; 
			margin-top: 20px;
			clear: both;
			}
 
/* RIGHT COLUMN */
#rightCol {
			width: 660px;
			float: right;
			padding-left: 20px;
			}
			
#outerNav {
		width: 660px;
		background: #c9bf97;
		height: 40px;
		padding: 0 10px 10px 10px;
		}
		
#nav {
		width: 640px;
		border-left: 1px solid #ffffed;
		border-right: 1px solid #ffffed;
		border-bottom: 1px solid #ffffed;
		padding: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #5e242e;
		font-size: 18px;
		}
		
#navlist li {
		display: inline;
		list-style-type: none;
		padding-right: 15px;
		}
		
#nav a:hover {
		color: #ffffed;
		}
		
		
#outerPost {
		width: 660px;
		margin-top: 20px;
		background: #fff;
		padding: 10px;
		}
		
#post {
		width: 600px;
		border: 1px solid #ddd;
		padding: 30px;
		font-family: Arial, Helvetica, sans-serif;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.8em;
		color: #373737;
		}
		
#post p {
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
#post p.wp-caption-text { padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; 
					font-weight: bold; font-size: 12px;}

		
#post h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		}
		
#post .postfooter {
		line-height: 1.5em;
		font-size: 11px;
		color: #666666;
		border-top: 1px dashed #CCCCCC;
		border-bottom: 1px dashed #CCCCCC;
		padding: 10px;
		background: #f5f5f5;
		}
		
#post .postsearchfooter {
		line-height: 1.5em;
		font-size: 11px;
		color: #666666;
		border-bottom: 1px dashed #CCCCCC;
		padding-bottom: 10px;
		}

		
#post .post {
		margin-bottom: 60px;
		}
		
/* COMMENTS */

p.commentdate { color: #666666; text-align: right;}

.commentlist li {
		padding: 20px;
		border-bottom: 1px solid #CCCCCC;
		}

.commentlist cite {
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 0px;
		}
		
li.alt {
		background: #f5f5f5;
		padding: 20px;
		border-bottom: 1px solid #CCCCCC;
		}


@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";