@import "reset.css";

h1, h2, h3, h4, h5, h6 {
	color: #52001a;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	clear: both;
	padding: 0;
	margin: 5px;
	font-size: 1.6em;
	text-align: center;
}

a {
	color: #52001a;
}

/* =structural */
#header, #body, #footer, #navigation {
	width: 910px;
	margin: 0 auto;
}

#body {
	padding-top: 1em;
	overflow: hidden;
	background: #fff url("../images/shadow.gif") repeat-y 84.5%;
	border-bottom: 1px solid #ccc;
}

	#body #content {
		width: 687px;
		float: left;
	}
	
	#body #sidebar {
		float: right;
		width: 20%;
	}

#header {
	overflow: hidden;
}

#logo {
	width: 305px;
	height: 53px;
	float: left;
	margin-top: 1.3em;
}

	#logo img {
		display: block;
	}

#side {
	float: right;
	width: 500px;
	text-align: right;
	margin: 0;
	list-style: none;
	font-size: 1.3em;
}
	#side li {
		line-height: 1em;
		margin-top: 5px;
	}

	#side a {
		text-decoration: none;
		font-weight: bold;
	}

	#side strong {
		font-size: 1.3em;
	}

#navigation-container {
	background-color: #8c002d;
	width: 100%;
	overflow: hidden;
}

	#navigation {
		list-style: none;
		margin: 0 auto;
		overflow: hidden;
	}
	
		#navigation li {
			float: left;

		}
		
			#navigation li a {
				display: block;
				float: left;
				border: 1px solid #8c002d;
				border-width: 0 1px;
				padding: .5em 1.5em .5em 1.5em;
				text-transform: uppercase;
				color: #fff;
				font-weight: bold;
				font-size: 1.2em;
				text-decoration: none;
				line-height: 120%;
			}
			
				#navigation li.current a,
				#navigation li a:hover {
					background-color: #5f001f;
					border: 1px solid #5f001f;
					border-width: 0 1px;
				}
				
				#navigation li.current a {
					border: 1px solid #430016;
					border-width: 0 1px;
				}
			
				#navigation li a span {
					display: block;
					font-weight: normal;
					text-transform: none;
					font-size: .9em;
				}
				
#sidebar div.section {
	margin: 0 0 1.5em 0;
}

	#sidebar h3 {
	font-size: 1.6em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: .2em;
	padding-bottom: .1em;
	font-weight: normal;
	text-align: left;
	}

	#sidebar h4 {
		font-weight: normal;
		margin-bottom: .2em;
		font-size: 1.2em;
	}
	
	#sidebar div.location {
		margin-bottom: .5em;
	}
	
		#sidebar div.location div.get-directions {
			padding: .5em .3em;
		}
		
			#sidebar div.get-directions a {
				color: #222;
				text-decoration: none;
			}
	
		#sidebar div.get-directions img {
			vertical-align: middle;
			margin-right: .3em;
		}
	
	#sidebar address {
		font-style: normal;
		margin-bottom: 0;
		line-height: 135%;
	}
	
	#sidebar ul {
		list-style: none;
		margin: 0;
	}
	
		#sidebar ul a {
			text-decoration: none;
		}
	

#footer ul {
	list-style: none;
	margin: 2em 0;
	text-align: center;
}

	#footer ul li {
		display: inline;
		margin: 0 1em;
	}
	
		#footer ul li img {
			vertical-align: middle;
		}

/* =products */

#content div.section {
	float: left;
	width: 45%;
	padding: 0 2%;
	border-right: 1px dotted #aaa;
}

	#content div.section.last {
		border-right-width: 0;
	}
	
#content div.section h2 {
	border-bottom: 1px solid #ddd;
}

	#content div.section h3 {
		margin-bottom: .2em;
	}
	
	#content div.section p {
		margin-bottom: .4em;
	}
	
	#content div.section ul {
		list-style: circle;
	}
	#content ul.columns {
		width: 40%; 
		float: left; 
		padding-left: 0; 
		margin-left: 0;
	}

#horizontalgallery {
	float: left;
} 

	#horizontalgallery img {
		float: left;
		padding: 23px;
	} 

dl dt {
	font-size: 1.2em;
}

dl dd {
	margin: 0 0 1em 0;
}

/* =slideshow */

#slideshow {
	width: 687px;
	height: 288px;
	margin: 0 0 1em 0;
	list-style: none;
	overflow: hidden;    
}

#slideshow {
	display:block;
	width: 687px;
	height: 288px;
	overflow: hidden;
}

#slideshow img {
	position: relative;
	top: -200px;
}

#slideshow li {
	display:none;
}

p.tag {
	font-size: 1.6em;
	color: #222;
	padding: .4em;
	background-color: #eee;
	border-bottom: 1px dotted #ccc;
	margin-bottom: .6em;
}

#frontpage p.updates {
	background-color: #ffe898;
	color: #544100;
	padding: .3em;
	font-size: 1.2em;
}

/* =gallery */

#maingallery {
	width: 100%;
	height: 288px;
	margin: 0 0 1em 0;
	overflow: hidden;
}

#gallery {
	width: 100%;
	margin: 0 0 1em 0;
	overflow: hidden;
	list-style: none;
}

	#gallery li {
		
		float: left;
		text-align: center;
		margin: 0 .4em 1em 0;
		text-decoration: none;
	}
		
		#gallery li a {
			outline: 0;
			text-decoration: none;
		}
	
		#gallery li span {

		}
	
		#gallery li img {
			width: 220px;
			height: 94px;
			border: 2px solid #fff;
		}
		
		#gallery li.current img {
			border: 2px solid orange;
		}

#gallery-pager {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

	#gallery-pager li {
		overflow: hidden;
		float: left;
		text-align: center;
		margin: 0 .4em 1em 0;
		text-decoration: none;
	}
		
		#gallery-pager li a {
			outline: 0;
			text-decoration: none;
		}
	
		#gallery-pager li span {

		}
	
		#gallery-pager li img {
			width: 220px;
			height: 94px;
			border: 2px solid #fff;
		}
		
		#gallery-pager li.current img {
			border: 2px solid orange;
		}

		#gallery-pager li.split img {
			width: 105px;
		}
		
/* =kitchen planner */

#planner {
	clear: both;
	position: relative;
}

	#planner-tabs {
		list-style: none;
		margin: 0 0 1em 0;
		width: 100%;
		background-color: #8c002d;
		text-align: center;
		-moz-border-radius: .4em;
		padding: .4em 0;
	}
	
		#planner-tabs li {
			display: inline;
			margin: 0 .3em;
		}
			
			#planner-tabs li a {
				outline: 0;
			}
		
	
	
		#planner-tab-content div.planner-description {
			font-size: 1.45em;
			color: #666;
		}
	
		#planner-tab-content h2 {
			margin: 0 0 .2em 0;
			border-bottom: 1px solid #ddd;
		}
		
#planner-pagnation {
	list-style: none;
	width: 99%;
	overflow: hidden;
	margin: .7em auto;
	padding: .4em 0;
	display: none;
}

	#planner-pagnation a {
		font-size: 1.4em;
		color: #444;
		font-weight: bold;
		outline: 0;
		text-decoration: none;
	}
	
	#planner-pagnation a:hover {
		color: #8c002d;
	}

	#planner-pagnation li {
		padding: .2em 0;
		width: 45%;
	}
	
	#planner-pagnation #planner-previous {
		float: left;
	}
	
	#planner-pagnation #planner-next {
		float: right;
		text-align: right;
	}


	#kitchen-planner-pdf {
		float: right;
		padding: 0;
	}
	
		#kitchen-planner-pdf img {
			vertical-align: middle;
			margin-right: .3em;
		}
		
		#kitchen-planner-pdf a {
			color: #333;
			text-decoration: none;
			font-size: 1.3em;
		}

/* =contact us */

#contact div.timely {
	float:right; 
	clear:none; 
	padding-right:10px;
}
#contact dl dd {
	margin: .1em 0 1em 0;
}

#contactnumbers {
	text-align: left;
	margin: 0;
	list-style: none;
	font-size: 1.3em;
}
	#contactnumbers li {
		line-height: .75em;
		margin-bottom: 14px;
	}

	#contactnumbers a {
		text-decoration: none;
		font-weight: bold;
	}

	#contactnumbers strong {
		font-size: 1.3em;
	}

fieldset {
	padding: .7em;
}

	fieldset legend {
		font-size: 1.7em;
	}

	fieldset label {
		font-size: 1.2em;
	}
	
	fieldset input,
	fieldset textarea {
		font-size: 1.3em;
	}

/* =locations */

div.map {
	width: 98%;
	height: 250px;
	margin: 0 0 1em 0;
	border: 2px double #ddd;
}

#content div.location {
	float: left;
	width: 47%;
	padding: 0 1%;
	border-right: 1px dotted #ccc;
}

	#content div.location.last {
		border-right-width: 0;
	}
	
#directions {
	clear: both;
	text-align: center;
}

	#directions #address {
		width: 90%;
		display: block;
		font-size: 1.4em;
		padding: .2em;
		text-align: center;
		margin: 0 auto .1em 0;
	}
	
	#directions #address.example {
		color: #666;
	}
	
	#directions p {
		color: #888;
		margin-bottom: .5em;
		font-style: italic;
	}

#maps {
	clear: both;
}

	#maps a {
		padding: 10px;
		float: left;
	}

	#maps ul {
		list-style: none;
		float: left;
		padding: 0;
		margin: 0;
	}


