body {
	padding: 0;
	margin: 0;
	background: #000014;
}

.sweeper {
    content: ".";
    display: block;
    clear: both;
	height: 0;
    visibility: hidden;
	overflow: hidden;
}

a, a:active, a:focus, a img {
	border: none;
	outline: none;
	color: #aaa;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 760px;
	margin: 0 auto;
}

#menu {
	/*width: 690px;*/
	margin: 0 auto;
}

#menu ul {
	padding: 0;
	margin: 0;
	background: #00001f;
}

#menu ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 10px 40px;
}

#menu ul li a {	
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ccc;
}

#menu ul li a:hover {	
	/*text-decoration: underline;*/
	color: #fff;
}

#logo {
	text-align: center;
}

#content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0 20px;
	color: #ccc;
}

#content h1, #page h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 5px 10px;
	color: #999;
	text-align: center;
}

#gallery-box h3 {
}

#cat-nav {
	width: 280px;
	padding-bottom: 10px;
	margin: 0 auto;
}

#cat-nav a {
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 10px 10px;
	color: #999;
	text-align: center;
}

#cat-nav a:hover {
	color: #fff;
}

#cat-nav a.current {
	color: #fff;
	border-bottom: solid 1px #fff;
}

#social-buttons {
	width: 300px;
	padding: 10px;
	margin: 0 auto;
/*	border: solid 1px #ccc;
*/
}

.post, #page {
	padding: 10px;
	margin: 0 0 30px 0;
}

.post h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #aaa;
}

.post h1 a, #page h1 a {
	text-decoration: none;
}

.post h1 a:hover, #page h1 a:hover {
	text-decoration: underline;
}

.post_info, #page_info {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ccc;
}

.post_date, .post_author, .post_category {
	padding: 0;
	margin: 0;
	color: #ccc;
}

.post_category a {
	color: #ccc;
	text-decoration: none;
}

.post_category a:hover {
	text-decoration: underline;
}

.post_image, #page_image {
	float: left;
}

.post_image img, .post_body img, #page_image img, #page_body img {
	padding: 2px;
	margin: 5px 15px 5px 5px;
	border: 1px solid #ccc;
}

.post_body, #page_body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #ccc;
}

.post_body p, #page_body p {
	padding: 0;
	margin: 0;
}

#price_inquiry {
	color: #fff;
	text-decoration: none;
}

#photos ul {
	list-style: none;
}

#photobox {
	text-align: center;
}

#contact-form {
	float: left;
	width: 400px;
}

#contact-form input, #contact-form textarea {
	border: solid 1px #00004f;
	background: #000014;
	color: #ccc;
}

#contact-info {
	width: 450px;
	padding: 10px 20px;
	background: #00001a;
	margin: 0 auto;
}

#contact-info h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #00004f;
}

#footer {
	height: 60px;
	margin-top: 20px;
}

#footer-links {
	/*width: 155px;*/
	width: 100px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #ccc;
	margin: 0 auto;
}

#footer-links a {
	text-decoration: none;
	color: #ccc;
}
