@charset "utf-8";
/* CSS Document */

#blog-container
{
	position: relative;
	width: 972px;
	background-image: url(../images/blog-header_03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #e8dec4;
	min-height:500px;
  	height:auto !important; /* the min-height fast hack */
  	height:500px;
}


#blog-left
{
	width: 880px;
	float: left;
	border: 0px;
	margin-left: 20px;
}

#blog-left-entry
{
	width: 880px;
	float: left;
	border: 0px;
	margin-left: 20px;
}

#blog-right
{
	width: 470px;
	height: 320px;
	border: 0px;
	left: 30px;
	float: right;
	margin: 0px 0px 0px 30px;
}

#comments-form label {
	display: block;
}

#comment-form-remember-me label {
	display: inline;
}

#blog-bottom
{
	width: 972px;
	height: 20px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#blog-footer
{
	clear: both;
	margin: 0px;
	width: 972px;
	background-color: #98051b;
	background-image: url(../images/footer-bg_17.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 50px;
	color: #ffffff;
	text-align: center;
}

#blog-footer
{
	text-align: -moz-center;
}

#blog-left-two
{
	width: 100%;
	margin: 180px 0px 0px 0px;
	border: 0px;
	text-align: left;
}

#blog-right-two
{
	width: 100%;
	margin: 0px;
	border: 0px;
	text-align: left;
}

#blog-wedding-gallery-link
{
	position: absolute;
	top: 70px;
	left: 30px;
	width: 260px;
	height: auto;
	text-align: center;
}

ul.archivelist
{
	color: #e8dec4;
	list-style: none;
	float: left;
	font-weight: bold;
	margin: 0px;
}


#archivelist
{
	float: left;
	width: 100px;
}

#catlist
{
	float: left;
}

.bloglink
{
	color: #e8dec4;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	line-height: 1.5em;
}

.bloglink:hover
{
	color: #e8dec4;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	text-decoration: underline;
	line-height: 1.5em;
}



