/*
Theme Name: Du-Wayne
Theme URI: http://www.creativelounge.co.za
Description: Photography Website
Version: v1
Author: Prettyfly
Author URI: http://www.creativelounge.co.za
*/

#wrapper{
	background: url(images/bg1.png) repeat-y;
	height:100%;
	width:1000px;
	padding-left:45px;
}

#header_splash h1 a{
	display: block;
	background:url(images/logo-1.jpg) top center no-repeat;
	height:180px;
}

#header h1 a span { display: none; }

#header_lifestyle h1 a{
	display: block;
	background:url(images/logo_lifestyle.jpg) top center no-repeat;
	height:170px;
}

#header_weddings h1 a{
	display:block;
	background:url(images/logo.jpg) top center no-repeat;
	height:180px;
}

#menu{
	height:40px;
	border-bottom: 1px #CCC solid;
	border-top: 1px #CCC solid;
}

#menu a{
	color: #666;
	text-decoration:none;
}

#menu a:hover{
	color:#000;
}


ul.menubar{
	text-align:center;
	list-style:none;
	text-transform:uppercase;
	padding:10px;
	font-size:12px;

}

.menubar li{
	display:inline;
	font-size:11px;
	padding-left:20px;
	padding-left:1em; 
	margin-left:1em; 
	border-left:1px solid #ccc;
	color:#666;

}

li:first-child {
	border-left:none
}
#splashweddings, #splashlifestyle, #splashblog {

}

#content{
	margin-top:30px;
	
}

#content img{
	padding:15px;
}

#content img.alignright{
			display: block;
			float: right;
			clear:both;
}

#content img.alignleft{
			display: block;
			float: left;
			clear:both;
}
#content img.aligncenter{
			display: block;
			float: none;
			margin:0 auto 0 auto;
			clear:both;
}

#footer{
	padding-top:30px;
	margin-left:20px;
}

#bloglink, #otherlink{
	text-align:center;
}

#bloglink{
	border-right:1px solid #ccc;
	width:219px;
}

#bloglinksplash{
	margin-left:-10px;
}

#gallery{
	margin-bottom:15px;
}

#bg_footer{
	background:url(images/bg_footer1.png) no-repeat;
	width:1000px;
	padding-left:45px;
	height:100px;
	text-align:center;
}