/* ==========================================================================
/* --  Micro Clearfix, Resets and Common Classes
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* General Resets */
/* Start font size at 100% */
html {
  font-size: 100%;
}
/* Make all form fonts consistent */
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* Remove default borders */
form,
fieldset,
a img {
  border: 0;
}
/* Remove default spacing */
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Common Classes */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
.strong {
  font-weight: bold;
}
.alert {
  background-color: #ffffcc;
  display: block;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nolist {
  list-style: none;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.none,
.nodesktop {
  display: none;
}
.grey-text{ color:#999}
.fullwidth{ width:100%}
.small-text{font-size:11px;}
.white-text{ color:#FFFFFF}
.two img{border-top: 1px solid #D9D9D9;}

/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Wrapper */
.wrapper {
  max-width:1000px;
  margin: 0 auto;
  background-position:50% 0%;
  background-repeat:no-repeat;
  min-height: 920px;
  background:url(../img/bg-main.jpg) top center no-repeat;
}
/* Body */
body {
  font-family: "Georgia", "Times";
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  background:#faf6e7; 
}
/* Links */
a {
  color: #333;
  text-decoration: none;
}
a:visited, a:active {
  color: #333;
}
a:hover {
   color: #999999
}
p{ padding:0 0 0 6px}

.general a {
  font-weight:bold;
}
.general a:hover {
  color: #333;
   text-decoration:underline;
}

ol{ list-style:inside; margin:0 0 0 40px!important}
ol li{ padding-left:15px; margin-bottom:10px}

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-left: 5px;
  line-height: normal;
}
h1,
.h1 {
  font-size: 14px;
  margin-bottom: 10px;
  color:#FFFFFF
}
h2,
.h2 {
  font-size: 13px;
  margin-bottom: 8px;

}
h3,
.h3 {
  font-size: 12px;
  margin-bottom: 8px;
  text-transform:uppercase;  
font-family: 'Spinnaker',Arial,Helvetica,sans-serif;}

/* 1.2 Paragraphs, block quotes, code, pre, etc
   ========================================================================== */
small {
  font-size: 12px;
}
/* Block Quotes, Pre and Code Blocks */
blockquote,
q {
  font-size: 20px;
  line-height: 32px;
  padding: 20px 30px;
  margin: 20px 0;
  font-family: "Georgia", "Times";
  font-style: italic;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  font-size: 80px;
  color: #999999;
}
blockquote:before,
q:before {
  content: "\201C";
  margin-left: -0.5em;
  float: left;
}
blockquote:after,
q:after {
  content: "\201D";
  margin-right: -0.5em;
  float: right;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: #dddddd;
  margin: 2em 0;
}

/* 1.3 Header
   ========================================================================== */
.header {
  padding-top: 20px;
}

.tagline {
	position:relative;
	top:0px;
	max-width:1000px;
	text-align:center;
}
.logo {
  position:absolute;
  width:142px;
  height: 221px;
  display:block;
  top: 101px;
  left:60px;
  z-index:100;
} 

.navigation {
	position:absolute;
  line-height: normal;
  left:86px;
  top:60px;
  z-index:1000;
}
.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation ul li {
  float: left;
  padding-right:4px;
}
.navigation ul li.dash:before {
  	font-family:"LeagueGothicRegular",Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  	color: #333;
    font-size: 22px;
	content:"-";
}
.navigation ul li:first-child,.navigation ul li:first-child a  {
  margin-left: 0;
  padding-left: 0;
}
.navigation ul li a {
  	color: #333;
    font-size: 22px;
    padding: 8px 0px 8px 1px;
    text-decoration: none;
    text-transform: uppercase;
  	font-family:"LeagueGothicRegular",Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;

}
.navigation ul li a:hover {
    text-decoration: underline;
}
.navigation ul li a.current {
    text-decoration: underline;
}

.content-inner {
  padding-bottom: 20px;
}
.content-inner .two p:first-child{ margin-top:0}

/* 1.4 Side navigation
   ========================================================================== */

.side-nav{ margin-bottom:20px}
.side-nav h2{ font-family: 'Spinnaker',Arial,Helvetica,sans-serif; text-transform: uppercase}

.side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;  

}
.nomobile{ margin-top:124px !important}

.side-nav ul li {
}
.side-nav ul li:first-child {
  margin-top: 0;  

}
.side-nav ul li a, .side-nav ul.alt-style span.white-text, .side-nav ul.alt-style span.grey-text {
  text-transform: uppercase;
  color: #333;
  padding: 4px ;
  text-decoration: none;
  font-size: 12px; font-family: 'Spinnaker',Arial,Helvetica,sans-serif;
display:block;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-align:left;
}
.side-nav ul li a:hover{
  color:#ad4031;
} 
.side-nav ul li a.current{
  color:#ad4031;
} 
.side-nav ul li a span, .side-nav ul.alt-style span.grey-text{
  color: #ad4031;
  display:block;
}
.side-nav ul li span.spacer{ height:0; margin:13px 0; display:block}

.side-nav ul.alt-style {
  margin-bottom:20px;
}
.side-nav ul.alt-style li a{
  padding: 8px 5px;  
  text-align:left;
  color:#999

}  
.side-nav ul.alt-style li a:hover span, .side-nav ul.alt-style li a:hover{
  color: #999999; 
} 

.side-nav ul.alt-style span.white-text{ text-align:left; padding:8px 0 0 5px}
.side-nav ul.alt-style span.grey-text{ text-align:left;padding:0 0 6px 5px}

.side-nav ul.alt-style li.booking a{ padding:16px 5px}


#twitter-feed {
	color: #CCC;
}
#twitter-feed ul {
	list-style: none;
	padding: 0;
	margin:0;
	overflow:hidden;
}
#twitter-feed li{line-height:14px; margin-bottom:20px;	font-size:11px; padding-left: 25px; background:url(../../giantrobot/img/tweet-icon.png) no-repeat top left;  font-family:'Helvitica Neue',  Helvetica, Arial, sans-serif;
color:#999
}

#twitter-feed a {
	color:#01A1CB;  font-family: 'Spinnaker',Arial,Helvetica,sans-serif;
font-size:11px
}
.news-wrap{ border-bottom: 1px solid #d6c4b0; margin-bottom: 24px;padding: 0 0 14px;}
.news-wrap p{ font-family: 'Spinnaker',Arial,Helvetica,sans-serif; font-size:11px;margin: 3px 0;}
.news-wrap p a{ font-weight:normal;}


	
/* 1.5 Gallery
   ========================================================================== */

.sortable_fancybox_gallery_image a{  position:relative; display:block; width:95px; height:95px; float:left;border: 1px solid #999; margin: 0 2px 2px 0;}
.sortable_fancybox_gallery_image a span.title{ position:absolute; width:85px; padding: 5px; background:url(../img/transparentblack.png); display:none; bottom:0; left:0; font-family:Arial, Helvetica, sans-serif; color:#DDD; font-size:11px; line-height:14px}
.sortable_fancybox_gallery_image a img{ border:none; clear:none !important;}

/* .ccm-SlideshowBlock-display{ position:relative; width:100%; height:auto; }
.ccm-SlideshowBlock-display .slideImgWrap{ position:absolute; width:100%; height:auto; top:0px; left:0px; }
.ccm-SlideshowBlock-display .slideImgWrap a {text-decoration:none; } */


/* 1.6 Footer
   ========================================================================== */
.footer{ 
	position:absolute;
	top:770px;
	left:36px;
}

.twitter-link {
	float:left;
	clear:none !important;
	width:21px;
	height:19px;
	z-index:999;
	margin-right:3px;
}

.facebook-link {
	float:left;
	clear:none !important;
	width:21px;
	height:19px;
	z-index:999;
}

/* 1.7 Lists
   ========================================================================== */
ul,
ul ul {
  list-style: disc;
  margin: 4px 0 4px 25px;
  padding: 0;
}
ol,
ol ol {
  list-style: decimal;
  margin: 4px 0 4px 25px;
  padding: 0;
}

/* ==========================================================================
/* 1.7 - Accordion
   ========================================================================== */
#accordion-container {
}

.accordion-header {
	font-size: 14px;
	background: #ebebeb;
	margin: 0;
	padding: 8px 25px;
	cursor: pointer;
	color: #666666;
	text-transform:none;
	border-top: 1px solid #D9D9D9;
	font-weight:normal
}
.active-header {
	background: url(../../giantrobot/img/icon-arrow-s.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color:#FFFFFF
}

.active-header:hover {
	background: url(../../giantrobot/img/icon-arrow-s.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color:#FFFFFF;
}

.inactive-header {
	background: url(../../giantrobot/img/icon-arrow-e.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color:#AE8F57
}

.inactive-header:hover {
	background: url(../../giantrobot/img/icon-arrow-e.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color:#FFF
}

.accordion-content {
	display: none;
	border-top: 0;
}
.accordion-content  .first-p{
margin-top:0;
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
.row {
  margin-bottom: 1em;
}
.container {
  margin: 0 auto;
  position:relative;
}
/* Fluid Grid */
.col {
  margin-left: 32px;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one p, .two p, .titles p {
	margin:0 !important;
	padding:0 !important;
}

.one {
    position: absolute;
  width: 190px;
    top: 152px;
	left:39px;
}
.titles {
    position: absolute;
    top: 35px;
	left:210px;
  width: 438px;
}
.two {
    position: absolute;
    top: 143px;
	left:196px;
  width: 685px;
  padding:0 !important;
}
.general {
    position: absolute;
    top: 34px;
	left:20px;
  padding:0 !important;
}
.photos {
    position: absolute;
    top: 143px;
	left:266px;
  width: 490px;
  padding:0 !important;
}

.two .ft-text{
	margin:3px 130px 0 30px;
}
.half {
  width: 49.0%;
  margin-left: 2%;
}
.one-third {
  width: 32%;
}
.two img {
    border-top:none !important;
}
.two p.fullwidth img {
    width:100%;
}

.rsd{ background:url(../img/bg-roadsidediner.jpg) top left no-repeat;  width: 960px;  height:780px; }
.rsd .inner{ position:relative; top:581px; left:240px; width:350px; }

.sbp{ background:url(../img/bg-smokebbqpit.jpg) top left no-repeat;  width: 960px;  height:780px; }
.sbp .inner{ position:relative; top:581px; left:240px; width:370px; }

.keg{ background:url(../img/bg-kegparty.jpg) top left no-repeat;  width: 960px;  height:780px; }
.keg .inner{ position:relative; top:561px; left:240px; width:480px; }

.tac{ background:url(../img/bg-tacoshack.jpg) top left no-repeat;  width: 960px;  height:780px; }
.tac .inner{ position:relative; top:581px; left:240px; width:500px; }

.rot{ background:url(../img/bg-rotarybar.jpg) top left no-repeat;  width: 960px;  height:780px; }
.rot .inner{ position:relative; top:561px; left:240px; width:440px; }

.cbb{ background:url(../img/bg-craftbeerbar.jpg) top left no-repeat;  width: 960px;  height:780px; }
.cbb .inner{ position:relative; top:581px; left:240px; width:370px; }

.tic{ background:url(../img/bg-tickets2.jpg) top left no-repeat;  width: 960px;  height:780px; }
.tic .col1{ position:relative; top:241px; left:220px; width:265px; height:150px; }
.tic .col2{ position:relative; top:91px; left:516px; width:150px; height:150px; }
.tic .col3{ position:relative; top:-59px; left:710px; width:235px; }

.tick{ background:url(../img/bg-tickets1.jpg) top left no-repeat;  width: 960px;  height:780px; }
.tick .col1{ position:relative; top:241px; left:220px; width:235px; height:150px; }
.tick .col2{ position:relative; top:91px; left:516px; width:150px; height:150px; }
.tick .col3{ position:relative; top:-59px; left:710px; width:235px; }
.tick .buy-tickets{ position:relative; top:-20px; left:300px; width:610px; height:360px; }

.travel-map{
	position:relative;
	padding:16px;
	background:url(../img/map-bg.png) no-repeat;
	top:30px !important;
}
.travel-tfl{
	float:left;
	margin-top:160px;
}

/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
   
   /*
@media only screen and (max-width: 719px) {
  html body {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
.wrapper {
  background-image:none !important;
  }
  
  .one,
  .titles,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
	position:static !important;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }  

   .header {
    padding-bottom: 0;
    text-align: center;
  }
  .header .container {
    padding: 0;
  }
  .nomobile{margin-top: 0px !important;}
  .logo {
    float: none;
    margin: 0 auto;
    display: inline-block;
    *zoom: 2;
    *display: inline;
	width: 100%;
	position:static !important;
  }
  .nav-toggle {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #333!important;
    padding: 10px;
    text-decoration: none;
  }
  .nav-toggle:hover,
  .nav-toggle.active {
    background-color: #b4b4b4;
  }
  .navigation {
    float: none;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	position:static !important;
  }
.navigation ul{	margin-top:0;}

  .navigation ul li {
    margin-left: 0;
	width:50%
  }
  .navigation ul li a {
    padding: 10px;
    display: block;
    font-size: 1em;
    border: 0;
  }
  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .showmobile.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  
  table th,
  table td {
    padding: 4px;
  }
  
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=tel],
  textarea {
    width: 90%;
    padding: 5%;
  }
  select {
    width: 100%;
  }
  .nomobile {
    display: none;
  }
  .showmobile {
    display: block;
  }
  .one{
      top: 0px;
}
.sortable_fancybox_gallery_image {
    height: auto !important;
    width: 33% !important;
	padding:0 !important
}
.sortable_fancybox_gallery_image img, .col.two img{
 display: block;
    width: 100%;
	border:none
}
#OT_logo{ height:auto!important;margin: 0 0 10px!important;}
#OT_logo, #OT_logoLink, #OT_searchWrapper .OT_feedTitle, #OT_searchWrapper dl, #OT_searchWrapper dt, #OT_searchWrapper dd{ position:static!important}
#OT_dateLbl, #OT_timeLbl{ text-align:left!important}
#OT_searchWrapper,#OT_searchWrapperAll { height:auto!important;width:auto!important }
#OT-text{ width:auto!important; position:static!important}
#OT_submitWrap{ margin-top:10px!important}
#OT_searchWrapper select { width:300px!important}

}
*/

/* HACKS */
 
 /*Firefox */
@-moz-document url-prefix() { 
  .two { top:142px !important; }
}
  
 /* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.two { top:142px !important; }
}



/* fancybox C5 style */
.sortable_fancybox_gallery_container {
	width: 100%;
	float: left;
}
.sortable_fancybox_gallery_container img {
	border: #D9D9D9 solid 1px;
}
.sortable_fancybox_gallery_image {
	text-align: center;
	float: left;
    height: 95px !important;
    margin: 6px;
    padding: 0;
    width: 95px !important;
}

.photo-credit{
	float:left;
	margin:-4px 0 0 8px;
	font-size: x-small;
}

.gallery-col{
	float:left;
	width:230px;
	margin-top:50px;
	margin-right:-6px;
}

.gallery-name{
	float:left;
	width:230px;
	text-align:center;
  	font-size: 12px; 
	font-family: 'Spinnaker',Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
}