/* global id's */

#leftcontent {
	position: absolute;
	left:10px;
	top:50px;
	width:200px;
}

#centercontent {
	background:#fff;
	margin-left: 201px;
	margin-right:201px;

	min-width: 825px;
	max-width: 1000px;
}
html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
}

#mainpanel {
	border:10px solid #ffd41c;
	border-radius: 15px 15px 0px 0px;
}

#titlepanel {
	background: #ffd41c;
	text-align: center;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
}

#innerpanel {
	border:5px solid #cc252f;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#disclaimer {
	border:2px solid #cc252f;
	border-radius: 15px;
	text-align: justify;
	font-family: "Arial", Arial, Sans-serif;
	font-style: italic;
	font-size: 0.75em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
}

/* page-specific id's */

#ingredients {
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

/* classes */

.dynamicimg img{
    max-width: 100%;
    height: 100%;
    width: auto\9; /* ie8 */
}

.clear {
  clear:both;
}

.menu {
	margin-top: 5px;
	margin-bottom: 15px;

	float:right;
	position: relative;
	left: -50%;	
}

.menu a {
	text-decoration: none;
	color: #fff;
}

.menu > .menuchild {
	position: relative;
	left: 50%;

	display: table;
	border-spacing: 10px;
	border-collapse: separate;
}

.menubutton {
	/*position: relative;*/
	background: #cc252f;
	width: 120px;
	height: 65px;
	font-family: "Arial", Arial, Sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;

	display: table-cell;
	vertical-align: middle;
}

.menubutton:hover {
	cursor: pointer;
}

.hvr-grow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.red_box {
	border:3px solid #cc252f;
	text-align: center;
	width: 550px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.red_banner {
	background: #cc252f;
	width: 100%;
	height: 45px;
	padding-top: 8px;
	color: #fff;
	font-size: 2em;
	font-family: "Arial", Arial, Sans-serif;
	text-align: center;
}

.left {
	float: left;
}

.centered {
	width: 700px;
	margin: 0 auto;
}

ul.ingredientslist {
    list-style-type: disc;
    color: #cc252f;
    margin-top: 5px;
    margin-left: 0px;
}

li.ingred {
	font-family: "Arial", Arial, Sans-serif;
}

li.ingred span {
	color: #000;
}

li.ingtable {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

li.ingtable span {
	color: #000;
}

/* MEDIA */

.adobereader {
	background-image: url(images/reader_full.png); 
	background-repeat: no-repeat; 
	background-position: center;
	background-size: contain;
	width: 40px;
	height: 39px;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	overflow: visible;
}
.lightbox_border {
	border:5px solid #cc252f;
}

.lightbox_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	border:10px solid #ffd41c;
	border-radius: 10px;
	z-index:1002;
	overflow: auto;
}

.lightbox_close {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:1003;
	width: 30px;
	height: 29px;
	overflow: visible;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtubeframe {
	frameborder: 0;
}

/* GRID OF LINKS, DOCUMENTS, ETC */

.grid {
	width: 95%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.grid_top {
	border-top: solid #134280;
	/*width: 90%;
	float: left;*/
}

.grid_entry {
	font-family: "Arial", Arial, Sans-serif;
	font-weight: bold;
	border-bottom: solid #134280;
	padding-left: 10px;
	padding-top: 10px;
	color: #134280;
	font-size: 1.25em;
	text-align: left;
	height: 32px;
	width: 83%;
	float: left;
}

.grid_entry_thin {
	border-bottom: solid #134280;
	padding-left: 10px;
	padding-top: 10px;
	height: 12px;
	width: 83%;
	float: left;
}

.grid_entry a {
	color: #134280;
}

.grid_doc {
	padding-top: 4px;
	margin-left: 15px;
	height: 45;
	width: 40px;
	float: left;
	clear: right;
}

.grid_doc_noclear {
	padding-top: 4px;
	margin-left: 15px;
	height: 45;
	width: 40px;
	float: left;
}

.yellow {
	background: #fefbc5;
}

.white {
	background: #fff;
}

.lang_header {
	font-family: "Arial", Arial, Sans-serif;
	font-weight: bold;
	color: #cc252f;
}

/* TABLE */

table.ingredients {
	border-spacing: 0;
	border: 1px solid black;
	width: 750px;
	table-layout: fixed;
	margin: 0 auto;
}

td.header {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #cc252f;
	border: 1px solid black;
}

td.entry {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: "Arial", Arial, Sans-serif;
	font-size: 0.9em;
	background: #fefbc5;
	border-bottom: #000;
	border-right: #000;
	border: 1px solid black;
	vertical-align: middle;
}

td.fixedw {
	width: 50px;
	font-size: 1.1em;
	padding-left: 0px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bolder;
}

/* TEXT VARIATIONS */

.text_center {
	text-align: center;
}

.text_black {
	font-family: "Arial", Arial, Sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.text_black_small {
	font-family: "Arial", Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.text_red {
	font-family: "Arial", Arial, Sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #cc252f;
}

.ingredient_header {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc252f;
}

.arial {
	font-family: "Arial", Arial, Sans-serif;
}

.title_large {
	font-size: 3.25em;
}

.title_medium {
	font-size: 2.5em;
}
