/*

Theme Name: Fairfield Cheese

Theme URI: http://fairfieldcheese.com/

Description: Template for Fairfieldcheese.com.

Version: 1.0

Author: Quill Communications

Author URI: http://www.quilldetroit.com/

Tags: black, white, green, simple



	This theme was designed and built by Quill Communications,

	whose website you will find at http://www.quilldetroit.com/



*/



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}



/* remember to highlight inserts somehow! */

ins {

	text-decoration: none;

}

del {

	text-decoration: line-through;

}



/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/* End CSS Reset */

a {

	color: #9fbe73;

}

	a:hover {

		text-decoration: none;

	}

body {

	background-color: #231f20;

	font-family: Arial, Helvetica, sans-serif;

}



.container {

	float: left;

	width: 80%;

	padding: 0 10%;

	clear: left;

}

#header {

	padding: 11px 10% 12px;

	background-color: #fff;

}

	#header p {

		width: 338px;

		height: 121px;

		text-indent: -9999px;

		background-image: url(images/fairfieldcheese-logo.jpg);

		background-repeat: no-repeat;

		background-position: left top;

	}

	#header p a {

		display: block;

		width: 338px;

		height: 121px;

	}

	#header .description {

		display: none;

	}

#main-navigation {

	background-color: #231f20;

	border-top: 1px solid #8b8889;

	border-bottom: 1px solid #8b8889;

}

	#main-navigation ul {

		border-left: 1px solid #8b8889;

		float: left;

		height: 52px;

	}

	#main-navigation li {

		float: left;

	}

	#main-navigation li a {

		display: block;

		line-height: 52px;

		font-size: 16px;

		font-weight: bold;

		padding: 0px 23px;

		text-decoration: none;

		color: #fff;

		border-right: 1px solid #8b8889;

	}

	#main-navigation li a:hover {

		color: #9fbe73;

	}

	#main-navigation li.current_page_item a {

		color: #9fbe73;

	}

	

#main-content {

	background-color: #fff;

	padding: 55px 10%;

}

	#main-content h2 { font-size: 18px; padding-bottom: 5px; font-weight: bold; padding-top: 15px; }

	#main-content h3 {

		font-size: 12px;

		padding: 15px 0px 2px;

		font-weight: bold;

	}

	#main-content p { font-size: 13px; line-height: 150%; padding-top: 15px; }

#footer {

	padding: 25px 10%;

	font-size: 13px;

	color: #9fbe73;

}

	#footer p {

		float: left;

		padding-right: 10px;

	}

	#footer p.phone {

		color: #fff;

	}

img.alignright {

float: right;

margin: 50px 0px 0px 50px;

}