/*  
Theme Name: The Big Finish
Theme URI: http://www.bigfinishinteriors.com/
Description: Big Finish Interiors for WordPress.
Version: 1.0
Author: RoboRebel
Author URI: http://www.roborebel.com/
*/

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

a, a:visited {
	color: #000; /* #014d67; */
	text-decoration: none;
	}

a:hover {
	color: #9ccbd5;
	text-decoration: underline;
	}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d8eae0 url('images/background.jpg') repeat-x fixed top;
	color: #014d67;
	text-align: center;
	}

#page {
	background-color: #fff;
	margin:0 auto 0 auto;
	padding:0;
	width:700px;
	text-align: left;
	}

#header {
	width: 700px;
	height: 150px;
	background: #f0f url('images/header.jpg') no-repeat top center;
	margin: 0;
	padding: 0;
	overflow: hidden; // Clip overflow
	}

#header div { // tagline
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.5em;
	text-align: center;
	}

#headerimg {
	text-align: center;
	}

#headerimg img {
	border: 0;
	}

#mainnavigation {
	background-color: #d19b3b;
	display: block;
	padding: 1px;
	}

#mainnavigation ul {
	list-style-type: none;
	padding: 0 1px 0 1px;
	}

#mainnavigation li {
	padding: 0 15px 0 0;
	float: left;
	}

.clearfloat {
	clear: both;
	}

.current_page_item {
	font-weight: bold;
	}

#content {
	font-size: 1.2em
	margin: 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
	}

#footer {
	background: #f0f url('images/footer.jpg') no-repeat top;
	display: block;
	height: 75px;
	color: #fff;
	padding: 0 10px 0 10px;
	overflow: hidden;
	}

#footer p {
	vertical-align: 40%;
	}

.post {
	margin: 0;
	padding: 0;
	}

#gallery {
	border: 1px dashed #286b86;
	margin: 0 0 5px 0;
	text-align: center;
	}

#gallery img {
	vertical-align: top;
	border: 1px solid #000;
	background-color: #fff;
	padding: 4px;
	}

.gallerygroup {
	border: 1px dashed #d8eae0;
	background-color: #fffae5;
	margin: 4px;
	vertical-align: top;
	}

.gallerygroup description {
	}

/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
	}

.contactleft {
	width: 25%;
	text-align: right;
	text-size: small;
	clear: both;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 0 4px 0 4px;
	margin: 0;
	}

.contacterror {
	border: 1px solid #ff0000;
	}
/* End Contact Form */
