/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	height: 100%;
	width: 100%;
}
ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}


/* layout stylesheet */


	html, body {
		background: black url("wedding-photography-bg.jpg");
		background-repeat: repeat-x;
		background-attachment: fixed;
 		color: #ffffff;
		background-color: black;
		font-size: 13px;
		line-height: 16px;
		font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
		font-weight: normal;
	}

	body { padding-bottom: 30px; }


	.centered { width:936px; margin:0 auto; padding: 5px 0;}

	p { padding-top: 5px; }
	p, a { color: #fff; font-style: normal; text-decoration: none; line-height: 170%; }

	.capitalize { text-transform: capitalize; }

	h1, h2, h3, h4, h5, h6,
	h1 a, h2 a, h3 a, h4 a,
	h5 a, h6 a { 	padding: 0;
			margin: 0;
			font-weight: normal;
			line-height: 146.5%; }
	
	h1 { font-size: 155%; padding-bottom: 15px; }
	h2 { font-size: 150%; text-align: left; }
	.thumbnail-heading h2, .listarticles h2, .rightmenu h2 { font-size: 130%; }
	.thumbnail-heading h3,.listarticles h3, .rightmenu h3, .category-thumbnail h2 { font-size: 115%; }
	.rightmenu h4 { font-size: 100%; }

	.homepage-heading { font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-style: italic;
font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.6em; }

	ul a, li a { text-decoration:none; margin-left: 5px; }

	.no-margin { margin: 0; }

	.description { padding-bottom: 15px; }

	.post { clear: both; margin: 5px 0; overflow: hidden; }

	.post p a { border-bottom: 1px dotted white; }

	.post img { clear: both; padding: 1px; margin: 15px 0 15px 0; border: 1px solid #C9B9A6; }

	.about { padding-left: 15px; width: 850px; text-align: justify; }

	.about img { margin-left: 30px; }

	.entry ul li { list-style: disc inside; padding-top: 5px; }

	.entry h2 { padding-top: 30px; }

	.date { font-size: 0.75em; }

	.seriescorner { float: right;   }	
	.seriescorner a { text-decoration: none; font-size: 0.75em; }

 
	.more-link { border-bottom: 1px dotted white; }
	
	.listarticles { width: 800px; }

	.listarticles p a { border-bottom: 1px dotted white; }

	.narrow { width: 600px; margin-bottom: 0px; text-align: justify;  }
	
	.narrow700 { width: 700px; text-align: justify; }

	.listarticles img, .listarticles a img { float: left; margin-right: 15px; border: 1px solid #C9B9A6; padding: 1px; }

	.narrow-listarticles { width: 550px; }


	.articleblock {	clear: both;
			padding: 15px 0;
			margin: 0; }

	.articleblock img { margin-top: 0; }

	#recent-weddings .articleblock { padding-bottom: 45px }
	#recent-weddings .articleblock a { line-height: 20px; };

	.excerpt h3 { margin-bottom: 0; }

	.left { float:left;  }
	.right { float:right; }

	.entry img { margin-left: 15px; }

	.rightmenu { 	float: right;
			padding: 0 0 15px 15px; }

	.rightmenu img { border: 0; margin: 0; }

	.logo { width: 100%;
		background: #C9B9A6;
		position: relative; }

	.logo img { 	float: right;
			padding: 0 5px 5px; }

	.post-thumbnails { padding: 45px 0 15px 20px; }
	.post-thumbnails h3 { margin: 0; }

	.thumbnail-heading { 	background: #3D3832;
				color: #fff;
				padding: 5px; 
				width: 202px; }

	.thumbnail-heading h3, h4 { margin: 0px; }

	.thumbnail-heading a img { padding-top: 5px; }

	.category-thumbnail {	float: left;
				padding: 15px; }

	.category-thumbnail img, .rightmenu img { margin: 0; padding: 0; border: 0; }

	.horizontal { width: 936px; 	}

	#snippet-listing { clear: both; padding-top: 20px; }
	#snippet-listing .articleblock { clear: none; float: left; padding: 15px 15px 15px 0; width: 212px; height: 190px; }
	#snippet-listing .articleblock h2 { font-size: 115%; }
	#snippet-listing .category-thumbnail { clear: none; float: left; padding: 15px 15px 15px 0; width: 212px; height: 165px; }
	#snippet-listing img { border: 0; padding: 0; }

	#caption h1 { font-size: 100%; padding-top: 15px; }

	.gallery { padding-bottom: 45px; }

	.gallery p { clear: both; text-align: center; }

	.attachment { height: 545px; }

	.gallery-link { position: relative; width: 100%; }

	.gallery-link a {	position: absolute;
				bottom: 25px;				
				text-align: right;
				right: 0px;
				width: 285px;
				padding: 5px;
				font-size: 125%;
				background: #3D3832;
				color: #fff; }

	.tag { 	padding-top: 150px;
		text-align: justify; }

	.skinny { width: 300px; }

	.thumbnail-heading img { margin-left: -5px; }

	.no-border { border: 0; }

	.topstory img, .excerpt img { margin-top: 5px; }
	
	#navigation a { font-size: 100%; }

	.navigation img { padding: 0; margin: 0; }

	.current { color: #C9B9A6; }


	.menu-links { margin-top: 10px; font-size: 115%; }

	#footer { 	clear: both;
			/*height: 375px; */
			/*background: #C9B9A6;*/
			color: #787674;
			padding: 15px 0 15px;
			margin: 100px 0 15px;
			overflow: hidden; }
	
	#footer a { 	text-decoration: none; }
	#footer a:hover { color: #787674; }



	ul { padding-left: 0.5em; text-indent: -0.5em; }


	#footer ul { width:120px; float:left; margin-right:20px; padding: 5px 0 0 15px; }

	#footer li { display: block; width: 142px; margin: 0 0 1px 0; overflow: hidden; padding-left: 0.5em; text-indent: -0.5em; }

	li.heading { padding-left: 15px; }

	#footer img {  border: 0; }

	#footer a.column { font-size: 103%; color: #787674;  }

	.thumbnail-heading-small { width: 141px; padding: 0; }

	.thumnail-heading-small a { margin-left: -20px; }
	.thumnail-heading-small img { margin-left: -20px; }

	.prevnext {
		font-size: 110%;
		margin:20px 0;
		padding:0;
		text-align:center;
	}
	.prevnext li {
		margin:0;
		padding:0 10px;
		display:inline;
	}

		.indep li { margin-left:0px !important; display:block;
				margin-bottom:1px; width:142px; overflow:hidden; }


		.lbl { width:120px; float:left; margin-right:15px; padding-top:10px; padding-left:10px;}


		.categories		{ background-position:-768px 0px; }
		.categories:hover 	{ background-position:-768px -21px;}


.facebook {
	font-size: x-small;
}

.facebook img {
	vertical-align: middle;
}

/* Blog Layout */

.blog { width: 100%; margin: 25px 0; text-align: left; }

.blog img { padding: 1px; margin: 15px 0 15px 0; border: 1px solid white; }

/* Columns Layouts */
.one-half h3,
.one-third h3,
.two-third h3,
.one-fourth h3,
.three-fourth h3 { margin: 0 0 15px 0; padding: 0 0 5px 0; letter-spacing: -0.04em; }

.one-half { width: 435px; float: left; margin: 10px 30px 10px 0; }
.one-third { width: 280px; float: left; margin: 10px 30px 10px 0; }
.two-third { width: 590px; float: left; margin: 10px 30px 10px 0; }
.one-fourth { width: 202px; float: left; margin: 10px 30px 10px 0; height: 370px; }
.three-fourth { width: 667px; float: left; margin: 10px 30px 10px 0; }

.last { margin-right: 0; }

.clear { clear: both; }

.group { float: left; width: 100%;}
.block { float: left; width: 100%; margin-bottom: 40px; }

