/*---- TAGS ----------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	border:0;
	}

body {
	background: #2c1f15 url('images/bg-tile2.jpg') repeat top left fixed;
	font-family: century gothic;
	color:#a19387;
	}



h2 {
	font-size:19px;
	font-weight:normal;
	color:#c3d2e9;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:2px;
	}

h4 {
	color:#95a3b8;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	}

h5 {
	font-size:12px;
	font-weight:normal;
	color:#c3d2e9;
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:1px;
	}

	h5 a {
		color:#c3d2e9;
		}

h6 {
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:1px;
	}

	h6 a {
		color:#fff;
		}

p {
	font-size:13px;
	line-height:20px;
	margin-bottom:15px;
	padding: 3px 25px;
	text-align:left;
	letter-spacing:1px;
	}

a {
	color:#746A8C;
	}

	a:hover {
		color:#5d5570;
		}

/*---- DIVS ----------------------------------------------------------*/

#wrapper {
	width:880px;
	margin:0 auto;
	}

#header {
	margin-top:40px;
	height:108px;
	width:880px;
	position: relative;
	overflow:hidden; 
	text-align:center;
	}

	#header .transparency {
		background: url(images/bg-banner.gif);
		height:108px;
		width:880px;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
		position: absolute;
		}

	.notransparency {
		position:relative;
width:880px;
		}

#mainNav {
	font-size:11px;
	margin:12px 0px 0px 8px;
	text-align:left;
	letter-spacing:1px;
        display:block;
	}

	.wedNav, .bouNav, .lifeNav, .blogNav, .engNav {
		float: left;
		height: 15px;
		overflow: hidden;
		}

	#mainNav h2 {
		margin: 0; 
		padding-right: 30px;
		font-size: 12px;
		display: block;
		height: 30px;
		text-align: left;
		float:left;
		color:#d7c9bf;
		}

	#mainNav li { 
		margin:10px 0px;
		text-align:left;
		}

	#mainNav ul { 
		margin: 10px 0px 15px 0px; 
		padding: 10px 0px; 
		list-style:none; 
		}

	#mainNav a {
		color:#d7c9bf;
		text-decoration:none;
		text-transform:uppercase;
		}

	#mainNav a:hover {
		text-decoration:underline;
		}

#post {
	width:880px;
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
	padding: 40px 0px 20px 0px;
	}

	#post .transparency, #postintro .transparency {
		opacity:0.5;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		background-color:#0e0906;
		width:880px;
		height:30000px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:-1;
		}

	#post p {
		width:830px;
		}

	#post img {
		margin-left:-25px;
		margin-right:-25px;
		}
	#post .centerImg {
		text-align:center;
		}

#postintro {width:880px; position:relative; margin-bottom:15px; overflow:hidden; padding: 12px 0px 10px 0px;}

	#postintro img {float:left; margin:0 15px 0 12px;}
	#postintro h1 {font-size: 13px; font-weight: normal; color: #c3d2e9; text-transform: uppercase; margin-bottom:15px; padding-top:10px; letter-spacing: 2px;}
	#postintro p {font-size:12px;}
	

#page {
	width:880px;
	position:relative;
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
	padding: 40px 0px 20px 0px;
	}

	#page .transparency {
		opacity:0.5;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		background-color:#0e0906;
		width:880px;
		height:8000px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:-1;
		}

	#page p {
		width:830px;
		}

	#page img {
		margin-left:-25px;
		margin-right:-25px;
		}
	#page .centerImg {
		text-align:center;
		}

	#page ul {font-size: 13px; line-height: 20px; margin-bottom: 15px; padding: 3px 25px 3px 40px; text-align: left; letter-spacing: 1px;}

	#page li {margin-bottom:10px}

#sharebox {
	padding:5px;
	margin-bottom:20px;
	font-size: 12px;
	width:170px;
	background:#B2C9ED;
	text-align:center;
		}

#commentBox {
	padding:5px 0px;
	margin:15px 0 0 0;
	position:relative;
	overflow:hidden;
width:880px;
		}
	
	#commentBox p {
		margin-bottom:0;
		}

	#commentBox .transparency {
		background: #30261f;
		height:125px;
		width:880px;
		filter:alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;
		position: absolute;
		}

	#commentBox p {
		line-height:14px;
		color:#b0c8ed;
		font-size:11px;
		}

#comments {
	padding:20px;
	}

	#comments h1 {
		color:#706a81;
		font-size:20px;
		font-weight:normal;
		display:block;
		width: 350px;
		text-indent:0px;
		margin-bottom:20px;
		}



#footer p{
	text-align:center;
	font-size:11px;
	color:#706a81;
	}

	#footer a{
		color:#706a81;
		}

#blogFooter {
	margin:0;
	position:relative;
	overflow:hidden;
	font-size:11px;
	}

	#blogFooter .transparency {
		background: #0e0906;
		height:100%;
		width:880px;
		filter:alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;
		position: absolute;
		}

	#blogBox1 {
		width:280px;
		float:left;
		text-align:left;
		margin:25px 0px 25px 25px;
		}

	#blogBox2 {
		width:230px;
		float:left;
		text-align:center;
		margin:25px 10px 25px 25px;
		}

	#blogBox3 {
		width:280px;
		float:left;
		text-align:right;
		margin:25px 0;
		}

/*---- GALLERY ----------------------------------------------------------*/


	.galleryImg {
	   	position: relative;
   		width: 100%; /* for IE 6 */
		}

#galleryImage {
	width: 880px;
	height: 587px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	}

.bar1 {
	opacity:.50;filter:
	alpha(opacity=50);
	-moz-opacity: 0.50;
	width: 880px;
	height: 30px;
	background: #0e0906;
	float: none;
	margin-top: -771px;
	position: relative;
	z-index: 50;
	}

.bar1bou {
	opacity:.50;filter:
	alpha(opacity=50);
	-moz-opacity: 0.50;
	width: 880px;
	height: 30px;
	background: #0e0906;
	float: none;
	margin-top: -684px;
	position: relative;
	z-index: 50;
	}

.bar2 {
	opacity:.50;filter:
	alpha(opacity=50);
	-moz-opacity: 0.50;
	width: 880px;
	height: 30px;
	background: #0e0906;
	float: none;
	margin-top: 527px;
	position: relative;
	z-index: 50;
	}

#gallery {
	margin-bottom:190px;
	}

.slideshowContainer {
	width: 880px;
	height: 587px;
	margin-bottom: 10px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 4px;
	width:75px;
	height:75px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #c3d2e9;
	padding: 3px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #B2C9ED;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 90px;
	float: left;*/
}


/*---- CLASSES ----------------------------------------------------------*/


.clear {
	clear:both;
	}

.newerPosts a{
	display:inline;
	color:#d7c9bf;
	font-size:11px;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:15px;
	}

	.newerPosts a:hover {
		text-decoration:underline;
		}

.olderPosts a{
	display:inline;
	color:#d7c9bf;
	font-size:11px;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:15px;
	}

	.olderPosts a:hover {
		text-decoration:underline;
		}
	
.comments {
	background: url('images/comments_swirl.gif') no-repeat right bottom;
	padding-bottom:77px;
	padding-right: 160px;
	display:inline;
	vertical-align:38px;
	color:#797487;
	}

.dotLine {
border-top:dotted 1px #95A3B8;
margin-top:10px;
padding-bottom:10px;
}

.bold {
	text:bold;
	}

.uppercase {
	text-transform:uppercase;
	}

.tags {
	text-align:center;
	color:#746A8C;
	text-transform:uppercase;
	font-size:10px;
	margin: 0px 0px 5px;
	}

.quote {color:#746A8C; font-style:italic; font-size:25px; line-height:1.4em; font-family: georgia, serif; padding:0px 60px 30px; text-align:left;}