/* v1.0 | 20080212 */

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;
}

/*---------------------------basic styles--------------------------------*/

* {
	margin: 0;
	padding: 0;	
}

html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #000000;
	background: #000000;
}

.clear {
	clear: both;
}

.email-button {
	background: url(images/emailus.png) no-repeat top left;
	height: 25px;
	width: 87px;
	display: block;
	text-indent: -9000px;
	margin: 10px 50px 0 0;
}

#content p.open {
	width: 500px;
}

.email-button:hover {
	background: url(images/emailus.png) no-repeat bottom left;
}

h3 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}
/*----------------------HEADER------------------------*/

#headerwrapper {
	width:  100%;
	margin: 0;
	background: #000000 url(images/pig-headerphoto.jpg) no-repeat center top;
	min-height: 700px;
	background-size: cover;
	position: relative;
	
}

.cattle #headerwrapper {
	background: #000000 url(images/cattle-headerphoto.jpg) no-repeat center top;
	background-size: cover;
}
.header-bar {
	height: 80px;;
	background: #000000;
	width: 100%
}

#header {
	width: 1200px;
	margin: 0 auto;
	height: 80px;;
	background: #000000;
}

#logo {
	background: #000000;
	float: left;
	margin: 0 auto;
	padding: 15px 40px 10px 45px;
	text-decoration: none;
	border: none;
}

#logo a {
	text-decoration: none;
}

#logo img {
	border: none;
}

#nav {
	float: right;
	margin-top: 30px;
	padding-right: 55px;
}

#nav li {
	float: left;
	padding-left: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	list-style-type: none;
	position: relative;
	text-transform: uppercase;
}

#nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#nav .active a {
	background: url(images/pageselector.png) no-repeat bottom center;
	padding-bottom: 31px;
	display: block;
}

#nav li a:hover {
	color: #00B8DD;
}

#nav li ul {
	position: absolute;
	background: #000000;
	padding-top: 30px;
	left: 40px;
	top: 18px;
	display: none;
}

#nav li ul li {
	float: none;
	padding: 8px 10px 8px 9px;
}

#nav li:hover ul {
	display: block;
}

#nav li.active li a {
	background: none;
	padding-bottom: 8px;
}
.header-text {
	clear: both;
	font-size: 4.5em;
	font-family: 'Mr Dafoe', cursive;
	color: #000000;
	text-align: left;
	line-height: 1;
	padding: 130px 0 0 150px;
	width: 530px;
}
/*---------------------------CONTENT-------------------------*/

#contentwrapper {
	width:  100%;
	margin: 0;
	background: #ffffff;
	overflow: hidden;
}

#content, #content2 {
	width: 1000px;
	margin: 0 auto;
	padding-left: 100px;
}

#content h1, #content2 h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 32px;
	padding: 30px 70px 30px 0;
	text-align: center;
	
}

#content h2, #details h2, #footer h2, #content2 h2 {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}

#details p {
	width: 400px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	padding-bottom: 10px;
	line-height: 26px;
	padding-bottom: 15px;
}

.grunge {
	background: url(images/headergrunge.png) no-repeat top left;
	padding: 13px 3px 15px 0;
	margin-top: 50px;
	text-align: center;
	width: 335px;
}


#welcome {
	float: left;
	width: 575px;
	padding-bottom: 28px;
}

#upcomingevents {
	float: right;
	background: #f3f3f3;
	padding: 15px 0px 15px 25px;
	width: 245px;
	margin: 21px 90px 15px 0;
	border: solid 1px #a5a4a4;
}

#upcomingevents a {
	color: #00B8DD;
}

#upcomingevents h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

#upcomingevents p {
	font-size: 13px;
	color: #454444;
	font-style: italic;
	width: 225px;
}

#details li {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}

table td {
	padding: 10px 10px 20px 10px;
	width: 500px;
}

table td img {
	border: solid 3px #a5a4a4;
	padding: 3px 3px 3px 3px;
	margin-bottom: 6px;
}

table h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	width: 383px;
}

table a.link {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	width: 383px;
	text-decoration: underline;
	color: #000000;
}

table a.link:hover {
	color: #a5a4a4;
}

table h4, .description {
	font-style: italic;
	font-weight: normal;
	color: #5e5e5e;
	font-size: 18px;
}

#soontocome h1 {
	padding-left: 40px;
}
 
/*------------------------------FOOTER--------------------------*/

#footerwrapper {
	width:  100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 0;
	background: #000000 url(images/grungeborder.png) repeat-x top left;
	overflow: hidden;
	color: #ffffff;
	padding: 20px 0 20px 0;
	
}

#footer {
	width: 955px;
	margin: 0 auto;
	padding-left: 100px;
}

#footer li {
	list-style-type: none;
}

#footer h2 {
	padding: 20px 0 10px 0;
}

#footer h4 {
	font-style: italic;
	font-weight: normal;
	color: #bbb9b9;
}

#footer h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

#contact {
	float: left;
	padding: 15px 150px 0 0;
}

#upcomingevents2 {
	float: left;
	padding: 15px 80px 0 0; 
	width: 220px;
}
#upcomingevents2 a {
	color: #00B8DD;
}


#location {
	float: right;
	width: 510px;
}

#askus a {
	float: right;
}

#details a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #000000;	
}

#details h3 {
	font-weight: normal;
}

#details h4 {
	font-weight: normal;
	font-style: italic;	
	color: #a5a4a4;
}


#map {
	float: right;
	padding-right: 97px;
}

#details {
	float: left;
	padding-bottom: 50px;
}

#askus h2 {
	padding-top: 32px;
}
#photos{
	padding-bottom: 20px;
}