@import url('normalize.css');

@import url('http://yodaslair.com/gordos/css/main.css');

@import url('http://yodaslair.com/gordos/css/social.css');

@import url('http://yodaslair.com/gordos/css/widgets.css');

@import url('http://yodaslair.com/gordos/css/superfish.css');

@import url('nivo-slider.css');

@import url('entry-content.css');

@import url('forms.css');

@import url('http://yodaslair.com/gordos/css/comments.css');

@import url('http://yodaslair.com/gordos/css/shortcodes.css');
/*-----------------------------------------------------------------------------------*/
/*	Mixings and colors
/*-----------------------------------------------------------------------------------*/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//*-----------------------------------------------------------------------------------*/
/*	Import other CSS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	General Layout
/*-----------------------------------------------------------------------------------*/
body {
  font-family: 'Arvo', serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #6b3b25;
  background: url(../img/bg.png); /* Wood border background */
}
.wrapper {
  width: 1000px;
  margin: 30px auto 80px auto;
  color: #EEB244;
  
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-family: 'Lato';
  line-height: 1.3em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.line-heading {
  overflow: hidden;
  margin-top: 90px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 48px;
  font-size: 18px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.line-heading a {
  float: right;
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #6b3b25;
}
.action-button {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  padding: 0px 13px 3px 10px;
  background: #e09402;
  border: #f6a201 solid 3px;
  border-bottom: #c88401 solid 3px;
  border-right: #c88401 solid 3px;
  border-bottom: none;
  border-right: none;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.action-button:hover {
  border: #e09402 solid 3px;
  border-bottom: #f6a201 solid 3px;
  border-right: #f6a201 solid 3px;
  border-bottom: none;
  border-right: none;
  box-shadow: none;
}
.chirp p {
  padding-left: 30px;
  background: url(../img/twitter.png) no-repeat 0px 5px;
}
.chirp .meta {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #76655d;
}
.chirp .meta:last-child {
  border: none;
}

a { text-decoration:none; 
}
/*-----------------------------------------------------------------------------------*/
/*	LAYOUTS
/*-----------------------------------------------------------------------------------*/
.one-third-col {
  float: left;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 300px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.one-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.two-third-col {
  float: right;
  margin-right: 30px;
  margin-bottom: 60px;
  width: 620px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.two-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.recent-posts li {
  border-bottom: 1px solid #6b3b25;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.recent-posts .title {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 700;
  color: #6b3b25;
  text-decoration: none;
}
.recent-posts .date,
.recent-posts .author {
  font-family: 'Arvo', serif;
  font-size: 14px;
  text-decoration: none;
  color: #c78301;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
  background: #EEB244;
  min-height: 255px; /* was 155px */
}
header #logo, header #logo-on-games {
  margin-top: 20px; /* makes the chef's hat go above the header area */
  margin-bottom: 20px;
  margin-left: 25px; /* centers the logo */
  float: left;
}
header #logo:hover {
  opacity: 100%;
}
header #logo img {
  display: block;
  margin: 0 0 0 30px;
}

header #slogan  {
  margin-top: -	5px;
  margin-right: 30px;
  float: right;
 }

 header {  /* this is the background pic in the header */
  background-image: url(../img/cuban1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  overflow: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #DE5217;
 }
 
/*-----------------------------------------------------------------------------------*/
/*	Nav
/*-----------------------------------------------------------------------------------*/
nav {
  background: url(http://yodaslair.com/gordos/img/nav.png) no-repeat top center;
  height: 65px;
  width: 1038px;
  margin-left: -20px;
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 900;
}
nav #menu-icon {
  display: none;
  background: red;
  width: 40px;
  height: 40px;
}
nav #nav {
  display: block;
  margin-left: 35px;
  /* substract 15 from the link padding */

}
nav #nav > li {
  display: block;
  float: left;
  /* Subnavigation ----------------------------------------------------*/
}
nav #nav > li:hover a,
nav #nav > li.current-menu-item a,
nav #nav > li.current_page_item a {
  background: #C32519; /* dark red */
  text-shadow: 0px 2px 0px #444;	
}
nav #nav > li > a {
  display: block;
  line-height: 65px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #FFE09F; /* changed color of menu buttons from light grey */
  text-shadow: 0px 2px 0px #c68301;
}
nav #nav > li.important a {
  color: #FFE09F;
}
nav #nav > li ul {
  margin-top: 25px;
  background: #62493d;
}
nav #nav > li ul li {
  border-bottom: 1px solid #806d63;
}
nav #nav > li ul li:last-child {
  border-bottom: none;
}
nav #nav > li ul a {
  display: block;
  color: #dedad3;
  text-decoration: none;
  line-height: 1.5em;
  padding: 15px;
}
nav #nav > li ul a:hover {
  color: #e09402; /* darker yellow */
}
nav #nav > .sf-menu li ul li a:hover {
   z-index: 10; 
}
/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
#main {
  min-height: 700px;
  position: relative;
  
}

#main .intro {  /* Intro at top with border; deleted in index.html */
  position: relative;
  margin-top: 30px;
  margin-left: 25px;
  font-family: 'Quicksand', lato, tahoma, arial;
  font-size: 24px;
  font-weight: bold;
  width: 630px;
  height: 60px;
  color: #E7E7C5;
  border-style: solid;
  border-width: 5px;
  border-color: #DE5217;
  border-radius: 14px;
  padding: 10px;
  background: #f7722e;
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 12px;
  outline-color: #EEB244;
  opacity: 1;
  text-align: center;
  text-shadow: 0px 1px 0px #9E1E23;
  
}  

#main .cup {
  position: relative;
  margin-top: 5px;
  float: right;
}

#main .toptitle {
  font-family: 'Cubano', Arial, Verdana; 
  font-size: 60px; 
  color: #f7722e; 
  z-index: 150; 
  margin-top: 20px; 
  margin-left: 540px;
  line-height: .2em;
  text-shadow: 2px 0px 2px #323232
  z-index: 140;
}

#main .noche {
  font-family: 'Cubano', Arial, Verdana; 
  font-size: 98px; 
  color: #f7722e;  
  margin-top: 20px; 
  margin-left: 540px;
  line-height: .1em;
  text-shadow: 2px 0px 2px #323232
  z-index: 140;
}


#main .instagram {
  position: relative;
  margin-top: -385px;
  margin-left: 550px;
  font-family: 'Cubano', arial, verdana;
  font-size: 40px;
  font-weight: normal;
  color: #F1C169;
  letter-spacing: -1px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#main .sandwich {
  position: relative; 
  margin-top: -70px; 
  margin-left: 550px; 
}

#main .tallymag {
  position: relative;
  font-family: 'Quicksand', Arial, Verdana; 
  font-size: 28px; 
  font-weight: bold;
  color: #ffffff;  
  margin-top: 10px; 
  margin-left: 545px;
  line-height: 1em;
  text-shadow: 2px 0px 2px #323232
  z-index: 140;
  width: 23%;
}


#over  a{ 
   font-family: 'Quicksand', lato, tahoma;
   font-size: 32px; 
   font-weight: bold;
   color: #fff;
   position:absolute; 
   margin-top: 2px; 
   margin-left: 605px; 
   z-index:2;
   letter-spacing: -1px;
   text-decoration: none;
   line-height: 1em;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.tallyawards {
	position: relative;
	margin-top: 20px;
	margin-left: 102px;
	font-family: 'Cabin', quicksand, verdana;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: #D0D0D3;
	line-height: 1.2em;
	width: 80%;
}



/* Menu Page */

#menu  .heading {
  position: relative;
  margin-top: 42px;
  margin-left: 215px;
  font-family: 'Cubano', Quicksand, arial, verdana;
  font-size: 63px;
  font-weight: bold;
  color: #EEB244;
  letter-spacing: -2px;
  line-height: .3em;
  text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
 
}	

.arrow-red {
  position: relative;
  z-index: 125;
  margin-top: 200px;
  margin-left: 20px;

}

.drink {
  position: relative;
  margin-top: -330px;
  margin-left: 260px;
  z-index: 131;
  font-family: 'Cubano', arial, verdana;
  font-size: 38px;
  color: #E7E7C5;
  text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
 }


/* PAGE CONTENT ----------------------------------------------------*/
.page-content {
  position: relative;
  margin: 20px 30px 20px 30px;
}
.page-content .heading {
  margin-top: 0;
}
.page-content #map {
  /* Google map */

  height: 350px;
  width: 100%;
  margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	FEATURED and WORK LIST
/*-----------------------------------------------------------------------------------*/
.nav-categories {
  display: block;
  margin: 20px 30px 20px 30px;
  font-family: 'Lato', sans-serif;
  line-height: 48px;
  font-size: 14px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
}
.nav-categories li {
  display: block;
  float: left;
  margin-right: 20px;
}
.nav-categories li a {
  line-height: 1.5em;
  color: #6b3b25;
  text-decoration: none;
}
.nav-categories li a:hover {
  color: #e09402;
}
.nav-categories li.current a {
  color: #e09402;
  font-weight: bold;
}
.feature,
.work-list {
  display: block;
  margin-bottom: 30px;
  margin-left: 10px;
}
.feature li,
.work-list li {
  display: block;
  float: left;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.feature li .thumb,
.work-list li .thumb {
  position: relative;
  display: block;
  line-height: 0em;
  color: #dedad3;
  margin-bottom: 22px;
  background: #6b3b25;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.feature li .thumb:after,
.work-list li .thumb:after {
  position: absolute;
  bottom: -22px;
  left: 0px;
  content: '';
  background: url(../img/stacked-paper.png) no-repeat right bottom;
  width: 100%;
  height: 17px;
}
.feature li .thumb:hover .img-overlay,
.work-list li .thumb:hover .img-overlay {
  display: block;
}
.feature li .thumb:hover img,
.work-list li .thumb:hover img {
  opacity: 0.1;
}
.feature li .thumb img,
.work-list li .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature li .thumb .img-overlay,
.work-list li .thumb .img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 119px;
  margin-left: -59.5px;
  margin-top: -19px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #e09402;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
  border: #f6a201 solid 3px;
  border-bottom: #c88401 solid 3px;
  border-right: #c88401 solid 3px;
}
.feature li .title,
.work-list li .title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
  color: #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.feature li .categories,
.work-list li .categories {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.feature li .categories a,
.work-list li .categories a {
  color: #bb7e26;
  text-decoration: none;
}
.feature li .categories a:hover,
.work-list li .categories a:hover {
  text-decoration: underline;
}
.feature li .excerpt,
.work-list li .excerpt {
  display: block;
  font-size: 16px;
  font-family: 'Arvo', serif;
  margin-top: 10px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
/* PAGER ------------------------------------------------------------*/
.pager {
  overflow: hidden;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin: 0px 30px 60px 30px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  padding-top: 10px;
}
.pager li {
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
  float: left;
}
.pager li a:hover,
.pager li.active a {
  background: #e09402;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.pager li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  width: 20px;
  line-height: 20px;
  color: #62493d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .paged {
  float: right;
  font-style: italic;
  background: none;
  box-shadow: none;
  color: #6b3b25;
}
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
#posts-list {
  position: relative;
  width: 620px;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
  float: left;
}
#posts-list article {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #6b3b25;
}
#posts-list article:last-child {
  border: none;
}
#posts-list article .feature-image {
  position: relative;
  line-height: 0px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
#posts-list article .feature-image:after {
  position: absolute;
  bottom: -22px;
  left: 0px;
  content: '';
  background: url(../img/stacked-paper.png) no-repeat right bottom;
  width: 100%;
  height: 17px;
}
#posts-list article .feature-image img {
  max-width: 100%;
}
#posts-list article .meta {
  color: #c78301;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  font-family: 'Arvo', serif;
  font-size: 14px;
  margin-bottom: 14px;
}
#posts-list article .meta a {
  color: #c78301;
  text-decoration: none;
}
#posts-list article .entry-title {
  color: #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}
#posts-list article .entry-title .post-heading {
  color: #6b3b25;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
#posts-list article .excerpt {
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 21px;
}
#posts-list.single-post article {
  border: none;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE NAVIGATION
/*-----------------------------------------------------------------------------------*/
#posts-list .page-navigation {
  position: relative;
  left: 50%;
  display: block;
  margin-bottom: 100px;
  float: left;
}
#posts-list .page-navigation div {
  position: relative;
  right: 50%;
}
#posts-list .page-navigation div span {
  margin-bottom: 15px;
  display: inline-block;
}
#posts-list .page-navigation div:hover a {
  color: #6b3b25;
}
#posts-list .page-navigation a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 41px;
  width: 112px;
  text-decoration: none;
  text-align: center;
}
#posts-list .page-navigation .nav-next {
  float: left;
  margin-right: 20px;
  background: url(http://yodaslair.com/gordos/img/pagination.png) no-repeat 0px 0px;
}
#posts-list .page-navigation .nav-previous {
  float: right;
  background: url(http://yodaslair.com/gordos/img/pagination.png) no-repeat right -59px;
}
/*-----------------------------------------------------------------------------------*/
/*	PROJECT PAGE
/*-----------------------------------------------------------------------------------*/
#project-gallery {
  width: 620px;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
}
#project-gallery .thumb {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  line-height: 0em;
  margin-bottom: 20px;
}
#project-gallery .thumb img {
  max-width: 100%;
}
#project-info {
  margin-top: 30px;
  width: 255px;
  float: right;
  margin-right: 30px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
#project-info #project-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  line-height: 1.3em;
  padding: 7px 0px;
  margin-bottom: 20px;
}
#project-info blockquote {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 21px;
  line-height: 1.5em;
}
#project-info #project-sheet {
  font-size: 14px;
  margin-top: 30px;
}
#project-info #project-sheet strong {
  font-weight: bold;
}
#project-info #project-sheet p {
  line-height: 1.3em;
}
#project-info #project-sheet .action-button {
  margin-top: 20px;
}
#project-info #project-sheet:before {
  content: '';
  display: block;
  width: 60px;
  border-top: 5px solid #6b3b25;
  margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	RELATED PROJECTS
/*-----------------------------------------------------------------------------------*/
.related-projects {
  margin: 30px 30px 40px 30px;
}
.related-projects .related-heading {
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 56px;
  margin-bottom: 20px;
}
.related-projects .related-list li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.related-projects .related-list li:nth-child(3n) {
  margin-right: 0px;
}
.related-projects .related-list li .thumb {
  display: block;
  border: 5px solid #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.related-projects .related-list li .thumb img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
.related-projects .related-list li .heading {
  color: #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar {
  position: relative;
  width: 255px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: right;
}
#sidebar .block {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
#sidebar .block a {
  text-decoration: none;
  color: #c78301;
}
#sidebar .block a:hover {
  border-bottom: 1px dotted #c78301;
}
#sidebar .block .heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 48px;
  font-size: 18px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  margin-top: 0px;
}
#sidebar .ads img {
  margin-bottom: 10px;
  margin-right: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px 30px;
  font-size: 13px;
  color: #e09402;
  background: #62493d url(../img/footer.png) repeat-x center top;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}

#footer  {
	position: relative;
	margin-top: 40px;
	z-index: 130;
	font-family: 'Open Sans', verdana, tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #505050;
	text-align: center;
	line-height: 1.5em;
	width: 100%;
}


footer:after {
  content: '';
  position: absolute;
  bottom: -46px;
  height: 46px;
  width: 100%;
  background: url(../img/main-shadow.png) no-repeat top center;
}
footer a {
  text-decoration: none;
  color: #e09402;
  border-bottom: 1px dotted #e09402;
}
footer a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
 /* Games page */
 
 #main .entry-content {
  position: relative;
  width: 360px;
  margin-top: 15px;
  margin-left: 300px;
}

#main .heading {
	position: relative;
	margin-top: 20px;
	margin-left: 24px;
	font-family: 'Quicksand', tahoma, verdana;
	font-size: 28px;
	color:  #F1C169;
	text-align: center;
}

#main .games {
	position: relative;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*Gordos Challenge page*/


#main .marquee {
  position: absolute;
  border-style: solid;
  border-color: #426964;
  border-width: 10px;
  margin-top: 15px;
  margin-left: 10px;
  width: 50%;
}

#main .cupheader {   /* cup challenge illustration */
  position: relative;
  margin-top: 16px;
  margin-left: 600px;
  font-family: 'Quicksand', Lato, tahoma, arial;
  font-size: 40px;
  font-weight: 700px;
  color: #F1C169;
  line-height: 38px;
  text-shadow: 0px 2px 0px #c68301;
  text-align: left;
}

#main .challenge { 
  position: relative;
  margin-top: 30px;  
  margin-left: 580px;
  width: 400px;
  font-family: 'Quicksand', Lato, Tahoma, Arial;
  font-weight: 700px;
  font-size: 18px;
  color: #F1C169;
  text-align: justify;
  line-height: 20px;
  border-style: dashed;
  border-width: 5px;
  border-color: #AED3A0 ;
  padding: 10px;
}


#cup1 {
   position: relative;
   margin-top: 15px;
   margin-left: -20px;
   border-style: solid;
   border-color: #C32519;
   border-width: 10px;
   width: 30%;
}

#cup2 {
   position: relative;
   margin-top: -319px;
   margin-left: 338px;
   border-style: solid;
   border-color: #DE5217;
   border-width: 10px;
   width: 30%;
}

#cup3 {
   float: right;
   margin-top: -319px;
   margin-right: -15px;
   border-style: solid;
   border-color: #EEB244;
   border-width: 10px;
   width: 30%;
}

#cup4 {
   position: relative;
   margin-top: 20px;
   margin-left: -20px;
   border-style: solid;
   border-color: #AED3A0;
   border-width: 10px;
   width: 30%;
}

#cup5{
   position: relative;
   margin-top: -319px;
   margin-left: 338px;
   border-style: solid;
   border-color: #F1C169;
   border-width: 10px;
   width: 30%;
}

#cup6{
   float: right;
   margin-top: -319px;
   margin-right: -15px;
   border-style: solid;
   border-color: #9E1E23;
   border-width: 10px;
   width: 30%;
}

#cup7{
   position: relative;
   margin-top: 20px;
   margin-left: -20px;
   border-style: solid;
   border-color: #EC492E;
   border-width: 10px;
   width: 30%;
}

#cup8{
   position: relative;
   margin-top: -319px;
   margin-left: 338px;
   border-style: solid;
   border-color: #f7722e;
   border-width: 10px;
   width: 30%;
}

#cup9{
   float: right;
   margin-top: -319px;
   margin-right: -15px;
   border-style: solid;
   border-color: #EC492E;
   border-width: 10px;
   width: 30%;
}

/*Catering Page*/

#catering-header .title {
	position: relative;
	margin-top: 5px;
	margin-left: 65px;
	font-family: 'Cubano', arial, verdana;
	font-size: 74px;
	font-weight: bold;
	color: #51AAB0;
	text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
	line-height: .8em;
	z-index: 170;
	border-style: solid;
	border-width: 5px;
	box-shadow: 3px 5px 4px rgba(0,0,0,0.3);
	padding: 5px;
	width: 800px;
}

#catering-header .catering-van {
	position: relative;
	margin-top: -242px;
	margin-left: 530px;
	z-index: 180;
	
}

/* Locations Page */

#main .location-title {
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
	font-family: 'Cubano', arial, verdana;
	font-size: 74px;
	color: #EEB244;
	text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
	line-height: .8em;
	text-align: center;
}

/* About Us Page */

#main .about-heading {
	position: absolute;
	margin-top: -600px;
	margin-left: -17px;
	font-family: 'Cubano', arial, verdana;
	font-size: 74px;
	color: #CF0400;
	text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
	line-height: .8em;
	text-align: left;
	z-index: 175;
}

#main .about-us {
	position: absolute;
	margin-top: -600px;
	margin-left: 610px;
	font-family: 'Quicksand', arial, verdana;
	font-size: 21px;
	font-weight: bold;
	color: #EEE497;
	line-height: 1em;
	letter-spacing: -1px;
	z-index: 176;
	width: 21%;	
	text-align: left;
}

#main .about-intro {
	position: absolute;
	margin-top: -673px;
	margin-left: 825px;
	z-index: 177;
}

/*Contact Us Page */

#main  .contact-title {
	position: absolute;
	margin-top: 20px;
	margin-left: 5px;
	font-family: 'Cubano', arial, verdana;
	font-size: 74px;
	font-weight: bold;
	color: #FF7F2A;
	line-height: 1em;
	letter-spacing: -1px;
	z-index: 176;
	width: 100%;
	text-align: center;
	text-shadow: 3px 5px 4px rgba(0,0,0,0.3);
}