/* CSS Document */

/* GENERAL 
********************* */

* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6em;
}

body {
	margin: 0; 
	background: #F2F0CF url(images/bg_stripes3.gif) top center repeat; 
	text-align: center;
}

#outer {margin:0; padding:0; width: 100%; height: 100%; background: url(images/bg_stripes2.gif) top center repeat-x; }

a img {border: 0;}

.clearer {clear: both;}



/* LAYOUT 
********************** */

/* Header */

#banner {
	margin: 0 auto; 
	background: transparent url(images/banner.png) top center no-repeat; 
	text-align: left; 
	width: 869px; 
	 height: 209px; 
	overflow: hidden;

	}
	
	#wedding #banner {
		height: 234px;
		background: transparent url(images/banner_wedding.png) top center no-repeat;
	}

	#wedding-bio #banner {
		height: 234px;
		background: transparent url(images/banner_weddingbio.png) top center no-repeat;
	}

	#banner #logo {
		float: right;
		margin: 25px 50px 0px 0px;
		clear:both;
		
		color: #600F45;
		text-align: right;
		width: 819px;
		
	}
	
	
		#banner #logo p {
			margin-top: 15px; 
			line-height: 1.4em;
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}

	#banner #topnav {
		float: right;
		margin: 28px 20px 0px 0px;
		width: 849px;
		height: 24px;
		clear:none;
		
		color: #600F45;
		text-align: right;
	}
	
	 /*#banner #topnav img {display: inline;} */
	
	#banner #topnav a {}

#home #top_edge {height: 25px; margin: 27px auto 0 auto; text-align: left; width: 869px; background: transparent url(images/top_edge.png) no-repeat;}
#top_edge {height: 25px; margin: 0 auto; text-align: left; width: 869px; background: transparent url(images/top_edge.png) no-repeat;}

#subnav {
	margin: 0 auto;
	width: 819px;	
	color: #000000;
	height: 24px;
	text-align: right;
	padding-right: 50px;
	padding-top: 3px;
}

#subnav a {text-decoration: none; color: #5A0839; font-weight: bold; margin-left: 20px; padding: 1px 0px 2px 17px;}
#subnav a:hover {color: #721553;}
#subnav a.active {color: #721553; background: url(images/sm_leaf.png) left center no-repeat;}

#homelink {
		float: right;
		height: 20px;
		margin: 0px 50px 0px 0px;
		padding-top: 5px;
		clear:both;
		color: #E0EAB1;
		text-align: right;
		width: 819px;
	}

#homelink a {color: #E0EAB1; text-decoration: none; font-weight: bold;}
#homelink a:hover {color: #ffffff;}

/* Content */

#main {
	margin: 0 auto; 
	text-align: left; 
	background: #ffffff; 
	min-height: 250px; 
	width: 789px; /*819 */
	padding: 10px 40px 40px 40px;
	overflow: auto;
	}

	#wedding #main #content, #wedding-bio #main #content {
		width: 575px;
		float: left;
		margin-left: 10px;
		display: inline;
		clear: none;
	}
	
	#wedding-bio #main #content img {float: left; margin: 0px 5px 5px 0px; display: inline; clear: none;}
	
	#wedding #main #sidenav, #wedding-bio #main #sidenav {
		width: 200px;
		float: left;
		display: inline;
		clear: none;
		color: #E0EAB2;
	}
		
		#wedding #sidenav li, #wedding-bio #sidenav li {line-height: 2.5em;}
	
		#wedding #sidenav a, #wedding-bio #sidenav a {
			text-decoration: none;
			font-size: 11pt;
		}

#main a {color: #731654;}
#main a:hover {color: #8A9D56;}

#main p {
	margin: 0 0 1em 0;
	color: #333333;
	line-height: 1.8em;
}

.pullquote {
	color: #600F45 !important;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em !important;
	background: url(images/flourish.gif) left top no-repeat;
	padding-left: 45px;
}

h1 {
	color: #600F45 !important;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-align: left;
	line-height: 1.4em !important;
	font-size: 11pt !important;
	background: url(images/flourish.gif) left top no-repeat;
	padding-left: 45px;
	height: 23px;
	padding-top: 4px;
	margin-bottom: 1em;
}

#main img {padding: 4px; border: 1px solid #E4E1B6;}
#main a:hover img {padding: 4px; border: 1px solid #9EB04C;}

#sidebar {
	float:right; 
	width: 250px; 
	border: 1px dashed #E4E1B6; 
	background: #F2F0CF;
	margin: 0px 0px 15px 25px;
	padding: 10px;
	color: #650F49;
	clear: none;
}

#sidebar p {color: #650F49 !important;}

.screenshot {float: left; position: relative; width: 210px; padding-right: 25px; height: 175px; clear: none;}
.description {float: left; line-height: 2em; width: 400px; height: 175px; clear: none;}

	.description a {font-weight: bold; color: #8A9D56 !important; text-decoration: none;}
	.description a:hover {color: #333333 !important;}
	.description a:visited {color: #8A9D56 !important;}
	.description span {color: #721553; }
	.description p {padding-top: 10px; line-height: 1.6em;}
	
/* Footer*/

#footer {
	border-top: 1px dashed #9EB04C; 
	border-bottom: 1px dashed #9EB04C;
	width: 853px; 
	padding: 5px 8px; 
	margin: 0 auto; 
	background: #E0EAB2;
	text-align: center;
}

	#footer div {
		color: #600F45;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}
	
	#footer div a {
		color: #600F45;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		margin: 0px 5px;
		text-decoration: none;
		border-bottom: none;
	}
	
	#footer div a:hover {border-bottom: 1px dashed #600F45;}
	
/* BLOG
********************* */

.post h1, .post h1 a {
	color: #600F45 !important;
	font-weight: bold;
	text-transform: none;
	font-size: 11pt;
	text-decoration: none;
}

.post h1 a {padding-top: 4px;}

.post h1 a:visited {color: #600F45 !important;}

.postmetadata {padding-bottom: 30px;}

.postmetadata small {color: #600F45; font-weight: bold;}

#sidebar ul {list-style-type: none;}

#sidebar ul li ul {list-style-type: square;}
#sidebar ul li ul li {margin-left: 15px;}

#sidebar p.smalltext {font-size: 8pt; line-height: 1.4em; color:#891548;}

#sidebar li h2 {margin-top: 15px;}

.widecolumn .navigation a, .narrowcolumn .navigation a {text-decoration: none; color: #891548;}
.widecolumn .navigation a:hover, .narrowcolumn .navigation a:hover  {text-decoration: underline;}