@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(../images/background-medium.jpg);
	margin: 0 auto;
	background-position: top center ;
	background-repeat: no-repeat ;
	background-color: #6A4A08;*/
	font-family: helvetica, arial, sans-serif;
	color:#666666;
	background: url(../images/background-image.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#logo {
	background: url(../images/meat-mythcrushers-logo.png);
	position:absolute;
	left:141px;
	top:-100px;
	background-repeat:no-repeat;
	width:517px;
	height:89px;
	
}



#cow {
	background: url(../images/cow.png);
	position:absolute;
	left: 727px;
        width:300px;
	background-repeat:no-repeat;
	height:264px;
        top: 330px;

}

#content {
  position:relative;
	margin: 112px auto;
	width: 800px;
}

#nav {
	width: 800px;
	background: #A6C8BB	;
	height: 40px;
	text-transform:uppercase;
}

#nav {
    /* left: -100%; */
    position: relative;
    width: 100%;
}
#nav ul, #nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul {
	text-align: center;
	padding-top: 12px;
}

#nav ul li {
	display: inline;
	padding: 0 0.5em 0 0.5em;
}

#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#nav ul li a:hover {
	color: #e3000b;
}

#main {
	padding: 40px;
	background: rgba(239, 237, 217, 0.9) none repeat scroll 0 0;
	/* opacity: 0.9; */
	margin-top:10px;
}

#home-main {
	margin-top:10px;

}

#tagline h1 {
	display:none
}

#tagline {
  position:absolute;
  left: 720px;
	background:url(../images/crushing-meat-myths-one-at-a-time.png);
	width:260px;
	height:53px;
	display:block;

}

#home-content, #home-rotator {
	background: #efedd9;
	opacity: 0.9;
	border:medium #996;
	padding: 30px;
}

/*
#home-content {
	height:344px;
}
  */

#home-rotator {
	margin-top:40px;
}

#home-content iframe {
	z-index:1;
}


#footer {
	border-top: 1px dotted #aaa;
	padding: 5px 0 5px 30px;
	font-size: 75%;
	background: #efedd9;
	opacity: 0.9;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
}


/*font and header styles*/

h1,h2 {
	color:#cd2027;
	margin: 0 0 2px;
    padding: 6px 0 3px;
	letter-spacing:-0.02em;
        font-weight: normal;
}


iframe {
	margin-bottom:20px;
}


	
p {
	color:#666666;
  	line-height:140%;
	padding-bottom:10px;
	
}

/*links and list styles*/

a:link {
	color: #558D97;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #558D97;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #37717b;
}

/*
ul li {
	list-style:square;
	color:#7db5b9;
}
*/

ul li {
  padding: 3px 0;
}

/*footnote styles*/





p img {
	  vertical-align:middle;
	  border:0;
}

/*video page styles*/


.thumbnail2 {
	padding-top:20px;
	margin:0px;
	
}

.thumbnail2:hover {
  opacity: 0.67;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=67);
}

.mythtitle_thumbs {
	padding-top:4px;
	padding-bottom:2px;
	width:340px;
        vertical-align: top;
}

.spacer {
	width:25px;
}

td.mythtitle_thumbs {
	border-bottom: dotted #558D97 1px;
}


/*contact styles*/

.vcard {
	color:#666666;
	margin:20px 0;
}
	
.fn {
	color:#CD2027;
	font-size:18px;
}

#carousel li p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 140%;
}
.new {
	color:red;
	font-weight:bold;
	}
/*a.footnote {
  padding: 7px;
  color: #fff;
  font-weight: normal;
  background-image: url(/images/footnote.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size:90%;
}*/
a.footnote {
 	bottom: 5px;
    font-size: 70%;
    font-weight: normal;
    position: relative;
    }
a.footnote::after {
  content: "]";
}
a.footnote::before {
  content: "[";
}
a.footnote2 {
  padding: 3px;
  color: #fff;
  font-weight: normal;
  background-image: url(/images/footnote.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size:90%;
}

ol {
  padding-top: 20px;
  border-top: 1px dotted #aaa;
}


#home-content iframe {
  margin-right: 20px;
}

#home-content p {
  line-height: 120%;
  margin-top: 0;
}

.periodical {
  font-style: italic;
}

.brochure-titles {
	border-bottom: 1px dotted #558D97;
	padding-bottom: 2px;
    padding-top: 4px;
    vertical-align: top;
}

.brochure-thumb:hover {
  opacity: 0.67;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=67);
}

#consumer-brochures {
	padding-bottom: 20px;
}

.jcarousel-item img {
	border:none;
}

.underline {
	text-decoration: underline;
}