/*
Theme Name: Bada
Theme URI: http://www.badabingbuffalo.com
Description: Bada Bing Bar & Grill.
Author: Justin Mejak
Author URI: http://www.paragonadvertising.com/
Version: 1.0
Tags: dark, full screen background, widgets, custom menu

License:
License URI:

General comments (optional).
*/

@font-face {
    font-family: 'tradegothicroman';
    src: url('tradegothic-webfont.eot');
    src: url('tradegothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('tradegothic-webfont.woff') format('woff'),
         url('tradegothic-webfont.ttf') format('truetype'),
         url('tradegothic-webfont.svg#tradegothicroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@charset "UTF-8";
/* CSS Document */


/*Reset*/
body,div,span,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,label,input,textarea,p,th,td {margin:0;padding:0;}



/*General Styles */

html { 
	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin:0;
	padding:0;
	color:#fff;
}

.clear {
	clear:both;
}

h2 {
	font-family: 'tradegothicroman';
	font-size:35px;
	font-weight:lighter;
	text-shadow:2px 2px 2px #000;
}



#header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:250px;
}

#logo {
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	background:url(images/logo.png);
	top:-20px;
	left:-55px;
}

#facebook {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	background:url(images/facebook.png);
	top:105px;
	right:10px;
	transition: opacity 0.5s linear;
}

#twitter_logo {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	background:url(images/twitter.png);
	top:45px;
	right:10px;
	transition: opacity 0.5s linear;
}


#facebook:hover {
	opacity:0.75;
}

#twitter_logo:hover {
	opacity:0.75;
}

#hours {
	position:absolute;
	left:240px;
	top:30px;
}

#slideshow {
	position:relative;
	margin:20px auto;
	width:960px;
	height:340px;
	background:url(images/trans_bg.png) repeat;
}

.advanced-slider {
        height:340px !important;
}

#food_slide {
	position:relative;
	margin:20px auto;
	width:960px;
	height:200px;
	background:url(images/trans_bg.png) repeat;
}

#foodslide_desc {
	position:absolute;
	font-size:12px;
	color:#fff;
	font-family: 'tradegothicroman';
	text-shadow:0px 1px 1px #000;
	left:60px;
	bottom:12px;
}
	

#content {
	position:relative;
	margin:20px auto;
	background:url(images/trans_bg.png) repeat;
	width:960px;
}

#copy {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:590px;
	padding:20px;
	float:left;
}

#copy a {
	color:#fff;
	text-decoration:underline;
}

#copy a:hover {
	text-decoration:none;
}

#copy_menu {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:900px;
	padding:20px;
	float:left;
}

#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	width:275px;
	padding:20px;
	float:right;
}

#footer {
	width:95%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:20px 0px;
	border-top:1px solid #fff;
	text-align:center;
	clear:both;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.phone {
	font-family: 'tradegothicroman';
	color:#000;
	font-size:40px;
	text-shadow:0px 0px 1px #fff;
}

.address {
	font-family: 'tradegothicroman';
	color:#000;
	font-size:35px;
	text-shadow:0px 0px 1px #fff;
}

.schedule {
	font-family: 'tradegothicroman';
	font-size:25px;
	color:#000;
	text-shadow:0px 0px 1px #fff;
}

#slider_wrapper {
	position:relative;
	height:320px;
	margin:0 auto;
	padding:10px;
}

.slider_title {
	font-family: 'bebas_neueregular';
	font-size:70px;
	text-align:center;
	color:#c61a2a;
	line-height:60px;
	text-shadow:2px 2px 2px #000;
}

.slider_copy {
	font-family: 'bebas_neueregular';
	font-size:35px;
	color:#fff;
	text-align:center;
	text-shadow:2px 2px 2px #000;
}

/* Menu Styles */

.nav {
	position:absolute;
	right:0px;
	bottom:10px;
	background:url(images/trans_bg.png) repeat;
}

.menu ul {
	margin:0;
	padding:0;
}

.menu li {
	float:left;
	list-style:none;
	padding:15px;
}

.menu a {
	color:#fff;
	text-decoration:none;
	font-family: 'tradegothicroman';
	font-size:16px;
	text-transform:uppercase;
	padding:15px;
	transition: background 0.5s linear;
	text-shadow:1px 1px 1px #000;
}

.menu a:hover {
	
background:#c61a2a;


}


/* Calendar Styles */

.fc-header-title h2 {
	font-size:18px;
}

#aec-quickselect .ui-datepicker-title {
	display:none;
}

.fc-state-highlight {
	background:#000 !important;
}


/* Food Slider Styles */

.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:12px 40px !important;
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-container {
	background:none !important;
	border:0px !important;
}


/* Form Styles */

form.iwacontact ol.iwacontactform li {
	padding:10px 0px !important;
}

form.iwacontact ol.iwacontactform label {
	font-family: 'tradegothicroman' !important;
	font-size:18px;
	font-weight:lighter;
}

form.iwacontact ol.iwacontactform input.input {
	width:400px !important;
	height:20px;
	padding:5px;
	border:1px solid #fff;
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px;
background-image: linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.37, rgb(255,255,255)),
	color-stop(0.9, rgb(222,222,222))
);
}

form.iwacontact ol.iwacontactform input.input:focus {
	-moz-box-shadow: 0 0 10px #CCC;
-webkit-box-shadow: 0 0 10px#CCC;
box-shadow: 0 0 10px #CCC;
}

textarea {
	width:400px !important;
	padding:5px;
	border:1px solid #fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
background-image: linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(222,222,222) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.37, rgb(255,255,255)),
	color-stop(0.9, rgb(222,222,222))
);
}

textarea:focus {
	-moz-box-shadow: 0 0 10px #CCC;
-webkit-box-shadow: 0 0 10px#CCC;
box-shadow: 0 0 10px #CCC;
}

.ajax-submit {
	padding:5px 25px;
	background:#c61a2a;
	color:#fff;
	font-size:12px;
	font-family: 'tradegothicroman';
	border:1px solid #c61a2a
}

.ajax-submit:hover {
	background:#000;
	border:1px solid #c61a2a;
	cursor:pointer;
}


/* Google Map Styles */

.cgmp-directions-hint {
	background:none !important;
	border:none !important;
	font-size:14px !important;
	font-weight:lighter !important;
}

.rendered-directions-placeholder {
	background:#fff !important;
	color:#000 !important;
	height:auto !important;
}

#d_options {
	background:#999 !important;
}
	
	

/* Food Menu Styles */

.food_title {
	font-family: 'tradegothicroman';
	color:#fff;
	font-size:20px;
	padding:2px 10px;
	float:left;
	width:650px;
}

.price {
	color:#F00;
	font-family: 'tradegothicroman';
	font-size:20px;
	float:right;
	padding:2px 10px;
	margin-right:100px;
	clear:none;
}

.food_desc {
	font-family: 'tradegothicroman';
	color:#AAA;
	font-size:16px;
	float:left;
	width:650px;
	padding:0px 10px;
}

.section_title {
	color:#FFF;
	font-family: 'bebas_neueregular';
	font-size:40px;
	padding:40px 10px 10px;
	clear:both;
	width:650px;
	text-shadow:2px 2px 2px #000;
}

.delivery_title {
	color:#FFF;
	font-family: 'bebas_neueregular';
	font-size:30px;
	padding:10px 10px 10px;
	clear:both;
	width:650px;
	text-shadow:2px 2px 2px #000;
	letter-spacing:0.06em;
}

/* Calendar Styles */

.aec-eventlist {
	width:65% !important;
}

.fc-event {
	margin:7px 0px !important;
}

#aec-modal .duration {
	display:none !important;
}
	
	

