/*
Theme Name: b*smiths catering - smiths
Theme URI: 
Description: 
Version: 1.0
Author: Charles Forster & Caleb Stauffer
Author URI: http://charlesforster.com/
Tags: 
*/



* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

html {
	/*background-image: url(images/bg_body.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	background-color: #b5b300;
}

body {
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 15px;
}

a {
	color: #683E1D;
}

a img {
	border: none;
}

p.homequote {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	padding: 0 10px 0 10px;
	font-size: 19px;
}

p.caption {
	font-size: 11px;
	font-style: italic;
}

#bottomBar {
	position: absolute;
	display: none;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
}

#shadow {
	width: 990px;
	margin: auto;
}

#header {
	float: left;
	display: inline;
	width: 960px;
	height: 128px;
	margin: 0px 0px 0px 15px;
}

#logo {
	float: left;
	display: inline;
	width: 231px;
	height: 96px;
	margin: 27px 0px 0px 0px;
	background-image: url(images/logo.png);
}

#phone {
	float: left;
	display: inline;
	width: 183px;
	height: 14px;
	margin: 45px 0px 0px 545px;
	background-image: url(images/phone.png);
}

#nav {
	float: left;
	display: inline;
	margin: 40px 0px 0px 80px;
}

	#nav li {
		float: left;
		display: inline;
		margin: 0px 45px 0px 0px;
		list-style-type: none;
	}
	
	#nav a {
		float: left;
		display: inline;
		height: 8px;
		background-position: top;
	}
	
		#nav a:hover,
		#nav a.cur {
			background-position: bottom;
		}
		
#dropshadow {
	float: left;
	display: inline;
	width: 990px;
	height: 9px;
	background-image: url(images/bg_content_top.png);
}
		
#content {
	float: left;
	display: inline;
	width: 990px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
}

.contain {
	float: left;
	display: inline;
	width: 940px;
	margin: 0px 0px 0px 25px;
}

#sidebar {
	float: left;
	display: inline;
	width: 301px;
}

	#sidebar .mod {
		float: left;
		display: inline;
		width: 301px;
		margin: 0px 0px 6px 0px;
	}
	
	#sidebar .mod p {
		margin-bottom: 0px;
	}

#copy {
	float: left;
	display: inline;
	width: 610px;
	margin: 0px 0px 0px 19px;
}

#breadcrumbs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0px;
}

	#breadcrumbs li {
		float: left;
		display: inline;
		margin: 0px 10px 5px 0px;
		padding: 0px 10px 0px 0px;
		border-right: 1px solid #000000;
		list-style-type: none;
		text-transform: uppercase;
		font-size: 12px;
	}
	
	#breadcrumbs a {
		color: #978b1f;
	}
	
.post {
	float: left;
	display: inline;
}

#index .post {
	margin-bottom: 40px;
}

#page .post {
	float: left;
	display: inline;
	width: 610px;
	margin: 0px;
}

.post h1 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #978b1f;
}

.post h1 a {
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	text-decoration: none;
}

.entry {
	line-height: 22px;
}

	.entry h1 {
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #978b1f;
	}
	
	.entry a {
		font-weight: bold;
		color: #978b1f;
	}

#footer {
	float: left;
	display: inline;
	width: 940px;
	height: 84px;
	margin: 6px 0px 0px 0px;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11px;
	color: #b5a300;
}

#footer a {
	color: inherit;
}

#footer p {
	margin-bottom: 10px;
}

#footer_bot {
	float: left;
	display: inline;
	width: 990px;
	height: 21px;
	background-image: url(images/bg_footer_bot.png);
}

#gallery a {
	float: left;
	display: inline;
	margin: 0px 3px 0px 0px;
	padding: 10px;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #683E1D;
}

	#gallery a:hover {
		color: #B5A200;
	}

#gallery h1 {
	float: left;
	display: inline;
	width: 75px;
	margin: 7px 0px 0px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 18px;
	color: inherit;
	text-align: center;
	letter-spacing: normal;
}

#gallery img {
	border: 1px solid #683E1D;
}

#gallery .numPhotos {
	float: left;
	display: inline;
	width: 75px;
	margin: 5px 0px 0px 0px;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
}

#gallery .gallery-row {
	float: left;
	display: inline;
	margin: 0px 0px 3px 0px;
	background-image: url(images/bg_gallery.png);
	background-repeat: repeat-y;
}

.alignleft {
	float: left;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
}

.tagline {
	margin: 30px 0px 40px 30px;
}

.alt {
	color: #b5a300;
}

.last {
	margin-bottom: 0px;
}

.navigation {
	position: absolute;
	margin: -31px 0px 0px 321px;
}

.navigation .next,
.navigation .next a {
	float: left;
	display: inline;
	width: 57px;
	height: 19px;
	background-image: url(images/news_next.png);
}

.navigation .prev,
.navigation .prev a {
	float: left;
	display: inline;
	width: 84px;
	height: 19px;
	background-image: url(images/news_prev.png);
}

.navigation a {
	background-position: bottom;
}

.date {
	float: left;
	display: inline;
	width: 100%;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
