/*
Theme Name: Oat Willie's Custom Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for Oat Willie's
Author: CreativePickle
Version: 1.0
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:100%/1.25 arial, helvetica, sans-serif;
}
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font:2em arial, helvetica, sans-serif;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em arial, helvetica, sans-serif;
}
h3 {
	font:1em arial, helvetica, sans-serif;
	font-weight:bold;
}
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	list-style:none;
	padding:0 0 0 40px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

/************STYLES**********/

html, body, #container {height: 100%; width:100%;}

body > #container {height: auto; min-height: 100%;}
body > #container {height: auto; min-height: 100%;}

body{
	position:relative;
	background:url(images/bg.png) repeat 0 0;}

body.splash{
	overflow-x:hidden;}

#main {
	padding-bottom: 220px;
width:960px;
margin:0px auto;
position:relative;
z-index:150;}  /* must be same height as the footer */


a{
	color:#718e40;}
	
a:hover{
	color:#e9142b;}

	
/***********CLOUDS*********/
#clouds-bottom{
	position:absolute;
	width:100%;
	height:250px;
	top:0;
	left:0;
	z-index:10;
	background:url(images/movers/clouds-2.png) repeat-x 0 0;}

#clouds-top{
	position:absolute;
	width:100%;
	height:250px;
	top:0;
	left:0;
	z-index:30;
	background:url(images/movers/clouds-1.png) repeat-x 0 0;}
	
#plane{
	position:absolute;
	width:100%;
	height:75px;
	top:40px;
	left:0;
	z-index:50;
	background:url(images/movers/plane.png) repeat-x 0 0;}
	
#rocket{
	position:absolute;
	width:100%;
	height:65px;
	top:40px;
	left:0;
	z-index:50;
	background:url(images/movers/rocket.png) repeat-x 0 0;}
	
#face-balloon{
	position:absolute;
	width:91px;
	height:129px;
	right:30px;
	top:35px;
	z-index:50;
	background:url(images/movers/face-balloon.png) repeat-x 0 0;}
	
#armadillo-balloon{
	position:absolute;
	width:105px;
	height:84px;
	top:65px;
	left:30px;
	z-index:50;
	background:url(images/movers/armadillo-balloon.png) repeat-x 0 0;}
	
#ufo{
	position:absolute;
	width:100%;
	height:35px;
	top:60px;
	left:0;
	z-index:50;
	background:url(images/movers/ufo.png) repeat-x 0 0;}
	
/************INTRO CLOUDS*********/

#whiteout{
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:500;}
	
#tiny-willie{width:150px;
height:200px;
top:50%;
margin-top:-100px;
left:50%;
margin-left:-75px;
background:url(images/tiny-willie.png) no-repeat 0 0;
position:absolute;}

.intro-cloud{
	position:absolute;
	top:8%;
	}
	
#cloud4{
	width:1736px;
	height:814px;
	background:url(images/clouds/cloud4.png) no-repeat 0 0;
	left:0;
	z-index:200;}
	
#cloud3{
	width:1736px;
	height:814px;
	background:url(images/clouds/cloud3.png) no-repeat 0 0;
	left:0;
	z-index:150;}

	
#cloud2{
	width:1800px;
	height:826px;
	background:url(images/clouds/cloud2.png) no-repeat 0 0;
	right:0;
	z-index:100;}
	
#cloud1{
	width:957px;
	height:447px;
	background:url(images/clouds/cloud1.png) no-repeat 0 0;
	right:0;
	z-index:100;}
	
#splash{
	width:660px;
	margin:0px auto;
	text-align:center;

	position:absolute;
	top:35%;
	left:50%;
	margin-left:-330px;
	z-index:20;
	display:none}	


/***********GLOBAL STYLES**********/

ul{
	list-style:disc;
	padding:10px 0 10px 15px;
	margin:0;}
	
ul li{
	padding:0 0 0 5px;
	margin:0 0 6px 0;}
	
p{
	padding:0 0 12px 0;}
	
ul li ul{
	padding-bottom:0;}
		


/***********HEADER**********/
#header{
	padding-bottom:30px;
	padding-top:25px;
	text-align:center;
	position:relative;}
	
img.logo{
	margin:0;
	padding:0;}

span.tagline{
	font-family: "cooper-black-std",sans-serif;
	text-transform: uppercase;
	color:#718f3f;
	display: inline-block;
	margin:15px 0 20px 0;
	border-top:1px solid #000;
	border-bottom: 1px solid #000;
	padding:8px 0 8px 0;
		text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
     letter-spacing: .1em;
     font-size: 20px;
	}

.top-box{
	width:400px;
	height:100px;
	position:absolute;
	top:0;
	right:0;
	background:#CCC;}	

	
/***********NAVIGATION*********/

ul#menu-main-navigation{
	list-style:none;
	margin:0;
	padding:25px 0 0 0;
	width:960px;
	display:inline-block;
	height:120px;
	background:url(images/nav-bg.png) no-repeat 0 0;}
	
ul#menu-main-navigation li{
	padding:0;
	display:inline-block;}

ul#menu-main-navigation li a{
	padding:0;
	text-align:left;
	text-indent:-9999px;
	height:60px;
	display:block;
	margin:0;}

ul#menu-main-navigation li.about a{
	width:107px;
	background:url(images/nav/about.png) no-repeat 0 0;}
	
ul#menu-main-navigation li.contact a{
	width:136px;
	background:url(images/nav/contact.png) no-repeat 0 0;}
	
ul#menu-main-navigation li.events a{
	width:209px;
	background:url(images/nav/events.png) no-repeat 0 0;}
	
ul#menu-main-navigation li.shop a{
	width:93px;
	background:url(images/nav/shop.png) no-repeat 0 0;}
	
ul#menu-main-navigation li.links a{
	width:207px;
	background:url(images/nav/links.png) no-repeat 0 0;}
	
ul#menu-main-navigation li a:hover, ul#menu-main-navigation li.current-menu-item a{
	background-position:0 -59px!important;}
	
ul#menu-home-navigation{
	list-style:none;
	margin:0;
	padding:20px 0 0 0;
	}
	
ul#menu-home-navigation li{
	padding:0;
	display:block;}

ul#menu-home-navigation li a{
	padding:0;
	width:410px;
	text-align:left;
	text-indent:-9999px;
	height:110px;
	display:block;
	margin:0;}
	
ul#menu-home-navigation li.email a{
	background:url(images/home-buttons/email.png) no-repeat 0 0}
	
ul#menu-home-navigation li.locations a{
	background:url(images/home-buttons/locations.png) no-repeat 0 0}
	
ul#menu-home-navigation li.shop a{
	background:url(images/home-buttons/shop.png) no-repeat 0 0}

ul#menu-home-navigation li a:hover{
	background-position:0 -110px!important;}
/***********CONTENT*********/

#content{
	
	padding:0 20px 380px 20px;
	width:920px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.6;
	color:#2a2929;}
	
#content.home{
	padding:0 0 90px 550px;
	width:410px;
	}
	
#left{
	width:600px;
	float:left;
	margin-right:30px;
	padding:0;}
	
#left img, #map-content img{
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);}
	
#map-content img{
	border:4px solid #718e3f;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	}
	
#right{
	width:275px;
	float:left;
	padding:0;}


#footer {position: relative;
	margin-top: -220px; /* negative value of footer height */
	height: 220px;
	clear:both;
	width:100%;
	background:url(images/footer-bg.png) repeat-x 0 0;} 
	
#footer-content{
	margin:0px auto;
	height:220px;
	width:1100px;
	position:relative;}
	
#footer-text{
	width:650px;
	position:relative;
	z-index:200;
	left:550px;
	top:50px;
	text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
	color:#d0e2ef;
	text-align:right;}
	
#footer-bottom{
	bottom:8px;
	right:0px;
	text-align:right;
	position:absolute;
	color:#d0e2ef;
	font-size:11px;
	z-index:200;}
	
#footer-bottom a{
	color:#e9132b!important;}

#footer-bottom a:hover{
	color:#ccd2c1!important;}
	
span.big-text{
	display:block;
	font-family: "cooper-black-std",sans-serif;
	color:#ccd2c1;
	font-size:19px;
	letter-spacing:.06em;
	line-height:1.5;
	}
	
span.blue{
	color:#d0e2ef;}
	
#footer a{
	color:#d0e2ef;}
	
#footer a:hover{
	color:#e9132b;}
	
a.facebook{
	position:relative;
	top:-10px;
	display:inline-block;
	height:40px;
	width:40px;
	background:url(images/facebook.png) no-repeat 0 0;
	text-align:left;
	text-indent:-9999px;}
	
a.facebook:hover{
	background-position:0 -40px;}
	
#city-comic{
	width:1100px;
	height:210px;
	position:absolute;
	top:-190px;
	z-index:-1;
	background:url(images/city-footer.png) no-repeat 0 0;
	}
	
#willie{
	height:770px;
	width:650px;
	position:absolute;
	top:-630px;
	left:-50px;
	background:url(images/willie.png) no-repeat 0 0;
	z-index:100;}
	
#willie-glow{
	content:"";
	display:block;
	height:770px;
	width:630px;
	position:absolute;
	top:-660px;
	left:-50px;
	background:url(images/willie-glow.png) no-repeat 0 0;
	z-index:-2;}
	
#willie.small{
	height:435px;
	width:340px;
	position:absolute;
	top:-295px;
	left:0px;
	background:url(images/willie-sm.png) no-repeat 0 0;
	z-index:100;}
	
#willie-glow.small{
	content:"";
	display:block;
	height:435px;
	width:340px;
	position:absolute;
	top:-295px;
	left:0px;
	background:url(images/willie-glow-sm.png) no-repeat 0 0;
	z-index:-2;}
	
#slideshow-container{
	width:100%;
	height:835px;
	position:relative;}

ul#comic.slideshow{
	list-style:none!important;
	padding:0;
	display:block;
	margin:0px auto;
	width:590px;
	height:875px;
	background:#fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);}
	
ul#comic.slideshow li{
	width:550px;
	height:835px;
	padding:20px;
	text-align:center;
	}

ul#comic.slideshow li:first-child{
	padding-top:60px;
	height:795px;}	

	
#map_canvas{
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);}
	
a.maplink{
	display:inline-block;
	width:250px;
	height:70px;
	background:url(images/directions.png) no-repeat 0 0;
	text-align:left;
	text-indent:-9999px;}
	
a.maplink:hover{
	background-position:0 -70px;}
	
#next, #prev{
	display:block;
	height:110px;
	width:100px;
	position:absolute;
	top:340px;
}

#next{
	background:url(images/next.png) no-repeat 0 0;
	right:50px;}
	
#prev{
	background:url(images/prev.png) no-repeat 0 0;
	left:50px;}
	
#next:hover, #prev:hover{
	cursor:pointer;
	background-position:0 -110px;}

#comicnav{
	padding:10px 0 10px 0;
	text-align:center;}
	
#comicnav a{
	font-family: "cooper-black-std",sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:4px;
	display:inline-block;
	height:29px;
	width:30px;
	background:url(images/comic-nav-bg.png) no-repeat 0 -33px;
	color:#fff;
	margin-right:2px;
	}
	
#comicnav a:hover, #comicnav a.activeSlide{
	background-position:0 0;}
	
a.origin{
	text-align:left;
	text-indent:-9999px;
	display:block;
	width:300px;
	height:300px;
	background:url(images/origin.png) no-repeat 0 0;}
	
a.origin:hover{
	background-position:0 -300px;}
	
ul.locations{
	list-style:none;
	padding:0;
	text-align:center;
	}
	
ul.locations li{
	width:300px;
	display:inline-block;
	text-align:center;
	padding-bottom:35px;
	vertical-align: top;
	}
	
ul.locations:after{
	content:'';
	clear:both;}
	
#blockquote{
	
	font-family: "lint-mccree",sans-serif;
	font-size:20px;
	padding:20px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;}
	
#blockquote.left{
	width:250px;
	float:left;
	margin:0 20px 20px 0;}
	
#blockquote.right{
	width:250px;
	float:right;
	margin:0 0 20px 20px;}
	
#blockquote.center{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:100%;
	margin:10px 0 10px 0;}
	
span.comic{
	font-family: "lint-mccree",sans-serif;
	font-size:18px;}
	
ul.bookmarks{
	font-family: "lint-mccree",sans-serif;
	font-size:18px;
	list-style:none;
	text-align:center;}
	
ul.bookmarks li{
	display:inline-block;
	padding:5px 10px 5px 10px;}

/*****************SHOP ONLINE***********/
ul.merchandise{
	font-family: "lint-mccree",sans-serif;
	list-style:none;
	padding:15px 0 15px 0;
	text-align:center;
	}
	
ul.merchandise li{
	display:inline-block;
	padding:5px 15px 5px 15px;
	}


ul.product-list{
	font-family: "lint-mccree",sans-serif;
	font-size:18px;
	list-style:none;
	text-align:center;}
	
ul.product-list li{
	width:240px;
	display:inline-block;
	margin:0 30px 30px 0;}

ul.product-list li h3{
	font-family: "lint-mccree",sans-serif;
	font-size:16px;
	color:#718e3f;
	padding-bottom:16px;
	}
	
ul.product-list li h4{
	letter-spacing:.12em;}
	
ul.product-list li img{
	height:240px;
	width:180px;
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);}


ul.product-categories{
	font-family: "lint-mccree",sans-serif;
	font-size:18px;
	list-style:none;
	text-align:center;
	margin-top:20px;}
	
ul.product-categories li{
	text-align:center;
	width:240px;
	display:inline-block;
	margin:0 50px 30px 0;}

ul.product-categories li h3{
	font-family: "lint-mccree",sans-serif;
	font-size:16px;
	color:#718e3f;
	padding-bottom:16px;
	}
	
ul.product-categories li img{
	height:240px;
	width:180px;
	border:10px solid #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 5px rgba(0,0,0,0.75);}	
	
ul.product-categories li:hover img{
	border:10px solid #e9132b;}

/***********BANNER ROTATOR**********/

#banner{
	margin:20px 0 20px;}
	
/***********HEADER STYLES***********/

h1{
	font-family: "cooper-black-std",sans-serif;
	font-size:44px;
	padding:0 0 12px 0;
	color:#e9132b;
	letter-spacing:.06em;
	-webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: black;
	}
	
.center{
	text-align:center;}
	
body.firefox h1, body.ie h1, body.firefox h2, body.ie h2, body.firefox h3, body.ie h3, body.safari h3, body.chrome h3{
	text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;}
	
h1.blogtitle{
	font-size:40px;
	padding:0 0 12px 0;}
	
h2{
	font-family: "cooper-black-std",sans-serif;
	font-size:36px;
	text-transform:uppercase;
	padding:0 0 10px 0;
	color:#718e40;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   letter-spacing:.06em;}
	
h2.widget-title{
	font-size:24px;}

h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:32px;
	font-weight:bold;
	padding:0 0 6px 0;
	color:#e9132b;
	text-transform:uppercase;
	}
   
h4{
	font-family: "cooper-black-std",sans-serif;
	font-size:28px;
	padding:0 0 12px 0;
	color:#e9132b;
	text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	}
	
h5{
	font-family: "cooper-black-std",sans-serif;
	font-size:20px;
	text-transform:uppercase;
	padding:0 0 4px 0;
	color:#fff;
	text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;}
   
span.block{
	font-family: "cooper-black-std",sans-serif;
	font-size:20px;
	color:#000;}
/***********BLOG STYLES************/

div.blogitem{
	margin-bottom:30px;}
	
#commentform label{
	display:inline;}

	
#commentform input[type=text], #commentform textarea{
	display:block;
	background:#fff;
	color:#666;
	padding:5px;
	font-size:14px;
	border:1px solid #999;
	width:500px;
  	margin-top:8px;
	}
  
 #commentform input[type=text]:focus, #commentform textarea:focus{
	color:#fbfbfb;
	background:#fff;
	border:1px solid #999;}
	
ol.commentlist{
	list-style:none;
	padding:10px 0 0 0;}
	
ol.commentlist li{
	padding-bottom:15px;}
	
ol.commentlist li ul{
	list-style:none;
	background:none;
	padding:0 0 0 25px;}
	
ol.commentlist li ul li{
	background:none;
	padding:15px 0 0 0;}
	
div.reply a{
	display:block;
	background:#fff;
	color:#666;
	border:1px solid #999;
	padding:10px;
	text-align:center;
	margin-top:5px;
	}

div.reply a:hover{
	background-position:0 -25px;}
	
div.commentmetadata{
	font-size:13px;
	font-style:italic;}
	
ol.commentlist cite{
  font-size:14px;
  color:#666;
  text-transform:uppercase;
  padding:0 0 0 0;
  font-weight:bold;
  font-style:normal;}
  
 div.comment-body p{
	 padding-bottom:6px;
	 }
	

	
/***********WIDGET STYLES**********/

#searchform input[type=text]{
	padding:2px;
	font-size:13px;
	color:#30464d;
	width:250px;
	}
	
div.widget{
	margin-bottom:30px;}
	
div.widget ul{
	list-style:disc;
	padding:10px 0 10px 15px;
	margin:0;}
	
div.widget ul li{
	font-family: "lint-mccree",sans-serif;
	padding:0 0 0 5px;
	margin:0 0 6px 0;}
	
/***********BUTTON STYLES**********/


a.button{
	display:block;
	text-align:left;
	background:url(images/button-bg.png) no-repeat 0 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:25px 0 0 80px;
	color:#e9132b;
	text-transform:uppercase;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
	text-transform:uppercase;
	width:200px;
	height:50px;
	text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 letter-spacing:.1em;
	}
	
a.button:hover{
	background-position:0 -75px;}
	
a.button-sm, div.eStore_empty_cart_block a, .eStore-button-form input.eStore_button[type=submit], input.eStore_checkout_click_here_button[type=submit]{
	border:none!important;
	border-radius:0!important;
	box-shadow:none!important;
	width:170px!important;
	display:inline-block;
	height:35px;
	padding-top:10px;
	background:url(images/button-bg-sm.png) no-repeat 0 -45px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	
	text-transform:uppercase;
	text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 letter-spacing:.2em;
	 text-indent:0!important;}
	 
a.button-sm:hover, div.eStore_empty_cart_block a:hover{
	background-position:0 0;
	color:#e9132b;}
	
.eStore-button-form input.eStore_button[type=submit],input.eStore_checkout_click_here_button[type=submit]{
	height:45px!important;
	padding-top:0!important;
	letter-spacing:.16em;
	}
	
.eStore-button-form input.eStore_button[type=submit]:hover,input.eStore_checkout_click_here_button[type=submit]:hover{
	background-position:0 0!important;
	opacity:1!important;
	letter-spacing:.16em;
	color:#fff;}
	
form.eStore-button-form{
	font-family: "lint-mccree",sans-serif;
	font-size:13px;}
	
form.eStore-button-form select{
	display:block;
	font-family: "lint-mccree",sans-serif;
	background:#fff;
	font-size:11px;}
	
div.shopping_cart{
		font-family: "lint-mccree",sans-serif;
		font-size:11px;
}

.eStore_paypal_checkout_button{
	border:none!important;}
	
.shopping_cart table tr td, .shopping_cart table tr th{
	padding:7px!important;}
	
div.redirection_header{
	font-family: "lint-mccree",sans-serif;
	color:#e9132b;}
	
#redirection_canvas form#gateway_form{
	position:relative;
	top:-30px;}
	
	
	
/*************GALLERY AND IMAGE STYLES*********/

div.gallery{
	padding:20px 0 0 0;
	position:relative;
	margin-left:-14px;}
	
div.gallery dl{
	padding:0;
	background:none;
	float:left;
	margin:0 0 14px 14px;}
	
div.gallery dt.gallery-icon{
	width:152px;
	height:152px;}
	
div.alignleft, img.alignleft{
	float:left;
	margin:0 15px 15px 0;
	}
	
div.alignright, img.alignright{
	float:right;
	margin:0 0 15px 15px;
	}
	
p.wp-caption-text{
	font-style:italic;
	font-size:13px;
	text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
	padding-bottom:0;}
	
div.wp-caption.aligncenter{
	padding:0 0 12px 0;}
	
div.navigation div.alignright, div.navigation div.alignleft{
	width:280px;}

	
/***********SLIDERS AND FADERS*********/

a.slider{
	padding:0;}
	
div.fader{
	position:relative;}
	
/*************MAILCHIMP FORM***********/

input#mc-embedded-subscribe.btn[type=submit]{
	float:right;
	text-align:left;
	display:block;
	background:url(images/submit_btn.png) no-repeat 0 0;
	border:none;
	text-indent:-9999px;
	margin-top:15px;
	padding:10px;}

input#mc-embedded-subscribe.btn[type=submit]:hover{
	cursor:pointer;
	background-position:0 -25px}


input#mce-EMAIL{
	margin:0 0 0px 0;
	padding:2px 3px 2px 3px;
	font-size:13px;
	color:#666;
	background:#fff;
	border:1px solid #999;
	width:180px;
	float:right;
}

/*************SOCIAL BUTTONS***********/

ul.social{
	float:right;
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
	}
	
ul.social li{
	background:none;
	padding:0;
	margin:0;
	float:left;
	width:28px;
	height:28px;}
	
ul.social li.like{
	width:150px;}
	
ul.social li a{
	display:block;
	height:28px;
	width:28px;
	text-indent:-9999px;}
	
ul.social li.facebook a{
	background:url(images/facebook.png) no-repeat 0 0;
	}
	
ul.social li a:hover{
	background-position:0 -28px;}
	
/**************FORMIDABLE FORMS**********/

.gform_wrapper .top_label .gfield_label{
	font-family: "cooper-black-std",sans-serif!important;
	font-size:16px!important;
	text-transform:uppercase!important;
	padding:0 0 10px 0!important;
	color:#718e40!important;
	-webkit-text-stroke-width: 1px!important;
   -webkit-text-stroke-color: black!important;
   letter-spacing:.03em!important;
   }
   
  .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	  padding:5px 2px 5px 2px!important;
	  border:1px solid #000;
	  -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);
  	-webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);
  	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);}
	
.gform_wrapper textarea{
	padding:5px 2px 5px 2px!important;
	  border:1px solid #000;
	  -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);
  	-webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);
  	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.7);
	}
	

	
input[type=submit]{
	width:266px;
	height:75px;
	text-align:left;
	display:block;
	background:url(images/submit.png) no-repeat 0 0;
	border:none;
	text-indent:-9999px;
	margin-top:15px;
	line-height:1;}
	
input[type=submit]:hover{
	cursor:pointer;
	background-position:0 -75px;
	}
	
.gform_wrapper .gform_footer {
    clear: both!important;
    margin: 5px 0 30px 0!important;
    padding:0!important;
}
	
/**************MISCELLANEOUS************/

div.shadow{
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);}
	
h1.shadow{
	text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 2px;}		


/* CLEAR FIX*/
.clear{
	clear:both;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */