body {
	background: black;
	font-family:  'Lucida Grande', 'Verdana';
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

#header {
	/*// background: url('../images/logo.jpg') no-repeat; 
	// height: 112px;
	// width: 100%;*/
	margin: 45px 0;
	text-align: center;
	background-position: center top;
	color: white;
	
}

#header h1 {
	font-family: 'molengo', 'Lucida Grande', 'Verdana';
	font-size: 36px;
}

#header ul {
	margin-left: -40px;
}

#header li {
	display: inline;
	padding: 0 20px;
	font-size: 16px;
}

.current {
	color: white !important;
}

a {
	color: #06C !important;
	text-decoration: none !important;
	font-weight: bold;
}

a:hover {
	color: #fff !important;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

h2 {
	color: white;
	font-size: 18px;
}

h3 {
	color: white;
	font-size: 17px;
}

p {
	color: white;
}

p.caption {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

.intro {
	float: right;
	margin: 0 0 10px 10px;
	width: 350px;
}

.gallery_list {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 50px;
}

.gallery_list .gallery_listing {
	height: 40px !important;
}

.gallery_listing {
	float: left;
	margin: 0 8px;
	width: 155px;
	text-transform: capitalize;
	font-size: 14px;
	height: 170px;
}

.gallery_listing img {
	border: 2px solid white;
	width: 155px;
	height: 116px;
}

#cboxLoadedContent {
	background: black;
}

.entry img{
	margin: 15px;
}

.entry {
	border-bottom: 5px double white;
}
