@charset "UTF-8";
/* CSS Document */
/* Authored by Ryan Ray Neff 03-19-2014*/

/*This is a univeral reset, to negate any margin and padding settings the browser may have*/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }


body {
  	background: #D1D3D4;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}
@media (min-width: 767px) {
  body {
    background: #D1D3D4 url(images/edited_szarvas_erd.jpg) 50% 0 fixed;
  }
}

h1,
h2 {
	font-family: "Amatic SC",'Open Sans Condensed', sans-serif;
	color:#E84431;
	text-transform:uppercase;
	font-size:3em;	
	}

h3 {
	font-family:'Open Sans Condensed', sans-serif;
	text-align:left;
	font-size:1.7em;
	}
	
p{
	font-size:1.2em;
	}

table{
	font-size:1.2em;

}

.infoentryright{
	text-align:right;
}

#tbltop{
	font-size:1em;
}

hr{
	clear:both;
	color:rgba(0,0,0,0.5);
	background-color:rgba(0,0,0,0.5);
}

.page-wrapper { 
	margin:1em;
	width:960px;
	background-color:rgba(255,255,255,0.88);
	margin-left:auto; /*this keeps the wrapper centered in the window*/
	margin-right:auto; /*this keeps the wrapper centered in the window*/
}

header{
	text-align: center;
	}
	
header p{
	text-align:left;
	}
	
#socialmediabar{
	width:auto;
	color:white;
	padding:.7em .1em .8em .7em;
	background-color:black;
	height:2em;
	}

#socialmediabar p{
	float:left;
	line-height:1em;
	font-weight:400;
	}

#socialmediabar ul{
	float: right;
}

#socialmediabar li {
	float:right;
}

#socialmediabar li a {
	padding-right:1em;
	opacity:.85;
}

/*this makes the social media icons glow on hover*/
#socialmediabar li a:hover {
	opacity:1;
}	

#banner{
	padding-top:2em;
	}
	
#statusbar{
	text-align:center; 
	}
nav{
	width:auto;
	background-color:rgba(0,0,0,0.1);
	margin:1.8em 1.8em .3em 1.8em;
	border-top:thick double rgba(0,0,0,0.1);
	border-bottom:thick double rgba(0,0,0,0.1);
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	}

#currentpageindicator a{
	color:grey;
	}

nav ul{
   color:#E84431;
}

nav li {
	font-size:2em;
	display:inline;
}

nav li a{
		color:black;
	}

nav li a:hover{
		color:#9A9334;
	}

#content{
	margin-left: auto;
    margin-right: auto;
	width:100%;
	}

#center{
	width:60%;
	height:auto;
	//border:thin solid blue;
	float:left;
	padding:0em 1.8em;	
	border-right:thick rgba(0,0,0,0.1) double;
	}
	
.optionwrapper {
	text-align:center;	
	clear:both;
	display:block;
}

.optionset {
	float:left;
	width:32%;
	padding-top:.5em;
	padding-bottom:.5em;
}

#toppingPicker{
	text-align:left;
}

#toppingPicker img{
	width: 80%;
    height: auto;
}

#toppingPicker .optionset{
	width: 16.3%;
	text-align:center;
	font-size:.7em;
}


#custylabels{
	width:auto;
	float:left;
	font-weight:800;
	//border:thin red dashed;
	text-align:right;
}

#custyinfo{
	float:left;
	width:auto;
	//border:thin blue solid;
	text-align:left;
	padding-left:.25em;
}

#rightSidebar{
	width:27%;
	height:500px;
	//border:thin green solid;
	float:right;
	padding:0em 1.8em;	
}

span{
	text-align:right;
	float:right;
}

#messages{
	height:300px;
	//border:thin orange dotted;
	text-align:left;
}

.toppingmessage{
	font-size: 1em;
}
	
#total{
	text-align:right;
	//border:thin yellow dashed;
}

#deliveryTime{
	clear:both;
	//border:thin yellow solid;
	padding:0em 1.8em 2em 1.8em;
	}

em {
	font-style:italic;
	color:#9A9334;
	font-size:3em;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height:1em;
	}
#warningbox em {
	color:#9B2220;
	font-size:2em;
	line-height:1.5em;
}

#total em {
	font-size:1.5em;
	font-style: normal;
}

footer {
	clear:both;
	width:auto;
	color:white;
	padding:.25em;
	background-color:black;
	height:auto;
	text-align:center;

	}
footer ul{
	text-transform:uppercase;
}

footer li {
display:inline;
}

footer li a {
	color:white;
}

footer li a:hover {
	color:#9A9334;
}

footer small a{
	color:#E84431;
}
	
input[type=text] {
	padding:5px; 
	border:2px solid #ccc; 
}

input[type=text]:focus {
	border-color:#E84431; 
}

input[type=submit] {
	color:black;
	width:100px;
	font-size:1.2em;
	padding:5px 15px; 
	margin-bottom:15px;
	margin-left:15px;
	background:rgba(154,147,52,0.2); 
	border:2px solid #ccc; 
	cursor:pointer;
	font-weight:800;
}
	
input[type=submit]:hover {
	background:rgba(154,147,52,0.8); 
	color:white;
} 

input[type=reset] {
	margin-top:10px;
	width:100px;
	font-weight:800;
	color:black;
	font-size:1.2em;
	padding:5px 15px; 
	background:rgba(232,68,39,0.2); 
	border:2px solid #ccc; 
	cursor:pointer;
}

input[type=reset]:hover {
background:rgba(232,68,39,.8);
color:white;
}

a[href^="tel:"] {
    color:#9A9334;
}

.radio label:after {
color:red;
}