/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #000 url(../_images/background_content.gif) no-repeat 0 207px;
}

body#section_home {
	background: #000 url(../_images/background_content.gif) no-repeat 0 465px;
}

body#section_gin_mill {
	background: #000 url(../_images/background_content.gif) no-repeat 0 465px;
}

h1 {
	/* good place to define a font-family */
	font-size: 29px;
	font-weight: normal;
	color: #c1c1c1;
}

h2 {
	color: #cb801c;
	font-size: 28px;
	line-height: 1.6;
}

h3, h4, h5, h6 {
	color: #C0C0C0;
	font-size: 24px;
	font-style: italic;
	line-height: 1;
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	font-size: 16px;
	line-height: 1.6;
	color: #aaa;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #c58a29;
}

a:hover,
a:active {
	color: #eda631;
}



/* FORMS
====================================================================== */
form {
	width: 513px;
	padding: 15px 25px;
	margin: 30px 0;
	text-align: left;
	background: #1d1d1d;
}

form .Row {
	overflow: auto;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

input, textarea, select {
	margin-top: 3px;
	padding: 3px 5px;
	font-size: 12px;
	display: block;
	background: #000;
	border: 1px solid #6a6a6a;
	color: #cc7f17;
}

label {
	margin: 0;
	width: 395px;
	font-family: Georgia, serif;
	line-height: 1.2;
	display: block;
	padding-bottom: 15px;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
	float: left;
}

label.FieldLarge {
	width: 513px;
}

label.FieldLarge input,
label.FieldLarge textarea,
label.FieldLarge select {
	width: 500px;
}

label.FieldMedium {
	width: 245px;
}

label.FieldMedium input,
label.FieldMedium select {
	width: 234px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 60px;
}

label.FieldMedium,
label.FieldSmall {
	margin-right: 21px;
}

label.Last {
	margin-right: 0;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 25px;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 0;
}

#honeypot {
	display: none;
}

.Submit {
	padding: 5px;
	font-family: Georgia, serif;
	font-weight: bold;
	cursor: pointer;
	border-color: #5a3a10;
	background: #200f04;
}


/* CONTAINERS
====================================================================== */

#header_wrapper {
	min-width: 955px;
	background: url(../_images/background_header.jpg) repeat-x 0 0;
}

#header {
	width: 915px;
	height: 100px;
	padding: 0 20px;
	margin: 0 auto;
}

#banner_wrapper {
	min-width: 955px;
	background: url(../_images/background_banner.jpg) repeat-x center bottom;
}

#banner {
	width: 915px;
	padding: 0 20px;
	margin: 0 auto;
}

#content_wrapper {
}

#content {
	width: 915px;
	padding: 0 20px;
	margin: 0 auto;
}

#thick {
	width: 563px;
	float: left;
}

#thin {
	width: 322px;
	margin-left: 30px;
	float: left;
}

/* HEADER
====================================================================== */



#header h1 {
	position: relative;
	top: 30px;
}

#header h1 a {
	position: relative;
	z-index: 4;
	display: block;
	width: 219px;
	height: 54px;
	background: url(../_images/logo.gif) no-repeat 0 0;
}

#header h1 a span {
	display: none;
}

#header p,
#header address {
	font-family: Arial;
	font-size: 12px;
	color: #7f7f7f;
	text-align: right;
	line-height: 1;
	margin-bottom: 8px;
	position: relative;
	top: -23px;
}

#header address span {
	color: #fff;
	border-left: 1px solid #7f7f7f;
	margin-left: 8px;
	padding-left: 3px;
}

/* NAVIGATION
====================================================================== */

#nav_wrapper {
	border: 1px solid #5a3b12;
	border-width: 1px 0;
	background: #201005;
	min-width: 955px;
}

ul#nav {
	/* use this for centered navigation */
	margin: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
}

#nav li {
	/* use this for centered navigation */
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 40px;
	line-height: 1;
}

#nav li a:link,
#nav li a:visited {
	/* use this for centered navigation */
	display: block;
	display: inline-block;
	color: #cb801c;
	font-size: 20px;
	line-height: 1;
	padding: 8px 0 10px;
	text-transform: lowercase;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	
}

#nav li a:hover,
#nav li a:active,
#nav li.Current a:link,
#nav li.Current a:visited {
	color: #c1c1c1;
}

#trigger_holder {
	width: 915px;
	margin: 0 auto;
	position: relative;
}

#trigger {
	width: 915px;
	margin: 0 auto;
	position: absolute;
	display: none;
	z-index: 3;
}

#trigger ul {
	list-style: none;
	position: relative;
	z-index: 3;
	left: 145px;
	margin: 0;
	padding: 0;
	width: 170px;
	text-align: center;
	background: #200f04;
	border: 1px solid #5a3a10;
	border-width: 0 1px;
}

#trigger ul strong {
	position: relative;
	top: 5px;
}

#trigger ul a {
	color: #cc7f17;
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #5a3a10;
}

#trigger ul a:hover,
#trigger ul a:active {
	color: #c1c1c1;
}

/* BANNER
====================================================================== */

#banner_wrapper {
	min-width: 955px;
	border-bottom: 5px solid #242424;
}

body#section_home #banner {
	height: 320px;
}	

body#section_gin_mill #banner {
	height: 320px;
}	

#banner {
	height: 62px;
}	

#banner img {
	float: left;
	border: 2px solid #333;
}

img#main {
	position: relative;
	top: 33px;
}

#banner h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#banner h1 span {
	display: none
}

#call_out {
	width: 350px;
	float: left;
	padding-top: 27px;
}

#call_out img {
	margin:6px 10px 50px 30px;
}

#call_out p {
	font-family: Verdana, Arial;
	font-size: 12px;
}

/* CONTENT
====================================================================== */

#content {
	padding: 25px 20px 50px;
}

#thin h3 {
	height: 35px;
	width: 296px;
	margin-bottom: 20px;
}

#thin h3 a:link,
#thin h3 a:visited {
	display: block;
	margin: 0!;
	height: 35px;
	width: 296px;
}

#thin h3 {

}



#thin {
	padding-top: 10px;
}

#thin h3 span {
	display: none;
}

#thin ul {
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial;
	color: #C0C0C0;
	font-size: 12px;
	width: 288px;
}

#thin li {
	margin-bottom: 10px;
}

/* FOOTER
====================================================================== */
/* un-comment below for typical cgCraft credit colors */

#footer_wrapper {
	background: url(../_images/footer.gif) no-repeat center top;
}

#footer {
	display: block;
	width: 915px;
	margin: 0 auto;
		padding: 0 20px;

	padding-top: 20px;
}


/* INTERIOR
====================================================================== */

#banner h1 {
	position: relative;
	top: 20px;
}

#thick img {
	border: 2px solid #333;
	margin: 10px 0;
	max-width: 559px;
}


/* ABOUT
====================================================================== */

body#section_about_us #banner h1 {
	height: 24px;
	width: 147px;
	background: url(../_images/h1_about_us.gif) no-repeat 0 0;
}



/* CONTACT
====================================================================== */

body#section_contact #banner h1 {
	height: 24px;
	width: 147px;
	background: url(../_images/h1_contact.gif) no-repeat 0 0;
}

#thin p {
	margin-bottom: 20px;
}

#thin strong {
	color: #d9d9d9;
}

p.Msg {
	color: #d9d9d9;
	font-weight: bold;
	margin-top: 30px;	
}

p.Msg strong {
	color: #cc7f17;
	font-size: 16px;
}

/* TWITTER
====================================================================== */

.tweet_join {
	display: none;
}

.tweet_list li {
	position: relative;
	padding-bottom: 17px;
}

.tweet_list a:link,
.tweet_list a:visited {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
	font-size: 9px;
	font-family: Verdana, Arial;
}

.tweet_list a:hover,
.tweet_list a:active {
	color: #d8d8d8;
}

.tweet_list span.tweet_text a {
	position: static;
	color: #a87723;
	font-size: 12px;
	font-family: Verdana, Arial;
}


/* CUSTOM CLASSES
====================================================================== */


.ClearBoth {
	clear: both;
}

p.callout {
	background: #222;
	padding: 10px;
	margin: 15px 0 15px 0;
	font-color: #fff;
	font-size: 20px;
}

#thick img.FloatLeft {
	float: left;
	margin: 0 20px 15px 0;
}

#thick img.FloatRight {
	float: right;
	margin: 0 0px 15px 20px;
}

.Hidden {
	display: none;
}

body#section_catering #banner h1 {
	height: 37px;
	width: 119px;
	background: url(../_images/h1_catering.gif) no-repeat 0 0;
}