/* ==========================================================================
/* --  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{}
.datestamp{font-size:11px; color:#999}
/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Wrapper */
.wrapper {
  max-width:1024px;
  margin: 0 auto;
  background-position:50% 0%;
  background-repeat:no-repeat;
  min-height: 900px;
}
/* Body */
body {
  font-family: "Georgia", "Times";
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
  background:#f6e4d0 url(../img/bg-main.jpg);
}
/* Links */
a {
  color: #01A1CB;
  text-decoration: none;
}
a:visited, a:active {
  color: #01A1CB;
}
a:hover {
   color: #999999
}
p{ padding:0 0 0 6px}

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: 22px;
  margin-bottom: 8px;
  font-weight:normal;


}
h3,
.h3 {
  font-size: 12px;
  margin-bottom: 8px;
  text-transform:uppercase;  
  margin-left:0px;
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: #D6C4B0;
  margin: 1em 0;
}

/* 1.3 Header
   ========================================================================== */
.header {
  padding-top: 20px;
}
.logo {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display:block;
  width:170px;
  height: 208px;
  position:relative;
  display:block;
  position:absolute;
  text-align: center;
  top: 5px;
  z-index:100
} 
.logo img{margin:0 auto}

.navigation {
  line-height: normal;
  border-bottom:#d6c4b0 solid 1px;
  margin:0 0 30px 202px;
  min-height: 86px;
}
.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px
}
.navigation ul li {
  float: left;
  margin-left: 10px;
}
.navigation ul li:first-child,.navigation ul li:first-child a  {
  margin-left: 0;
  padding-left: 0;
}
.navigation ul li a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 5px;
    text-decoration: none;
    text-transform: uppercase;
  font-family: 'Spinnaker',Arial,Helvetica,sans-serif;

}
.navigation ul li a:hover {
  color: #999;
}
.navigation ul li a.current {
 color: #999;
}
.navigation ul.submenu li a {
  font-size: 11px;

}
.navigation ul.submenu{ margin-bottom:30px}

.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;  
  border-top:#d6c4b0 solid 1px

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

.side-nav ul li {
  border-bottom:#d6c4b0 solid 1px
}
.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: #999;
  padding: 5px ;
  text-decoration: none;
  font-size: 10px; font-family: 'Spinnaker',Arial,Helvetica,sans-serif;
display:block;
  line-height: 16px;
  letter-spacing: 1px;
  text-align:center;
}
.side-nav ul li a:hover{
  color:#01A1CB;
} 
.side-nav ul li a span, .side-nav ul.alt-style span.grey-text{
  color: #01A1CB;
  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(../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
}
.twitter-text
{
    font-family:'Spinnaker', Arial, Helvetica, sans-serif;
    width:100%;
    float:left;
    font-size:11px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 5px;
	color:#999;
}
.twitter-text p {
    margin:0px;
    line-height:15px;  
}
.twitter-text a,  h1 a {
    color: #00acee;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #00acee;
}
  
.tweet-time {
    font-size:10px;
    color:#878787;
    float:right;
}
/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width:75px;
    float:right;
    margin-right:5px;   
    margin-top:3px;
        display:none;
}
.intent {
    width:25px;
    height:16px;
    float:left; 
}
.intent a{
    width:25px;
    height:16px;
    display:block;
    background-image:url(http://www.gntrbt.com/themes/giantrobot/images/tweet-actions.png);
    float:left; 
} 
.intent a:hover{
    background-position:-25px 0px;
} 
 
#intent-retweet a{
    background-position:0px -17px;
} 
#intent-retweet a:hover{
    background-position:-25px -17px;
} 
#intent-fave a{
    background-position:0px -36px;
} 
#intent-fave a:hover{
    background-position:-25px -36px;
} 
 
#retweet-indicator {
    width:14px;
    height:10px;
    background-image:url(http://www.gntrbt.com/themes/giantrobot/images/tweet-actions.png);
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}
.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;}

.news-wrap-new{ margin-bottom: 24px;padding: 0 0 14px;}
.news-wrap-new p{ font-family: 'Spinnaker',Arial,Helvetica,sans-serif; font-size:11px;margin: 3px 0;}
.news-wrap-new p a{ font-weight:normal;}

h3.newshead { border-bottom: 1px solid #d6c4b0; border-top: 1px solid #d6c4b0; padding:5px 0; }

	
/* 1.5 Gallery
   ========================================================================== */
.sortable_fancybox_gallery_image a{ position:relative; display:block; width:120px; height:120px; float:left;border: 1px solid #999; margin: 0 2px 2px 0;}
.sortable_fancybox_gallery_image a span.title{ position:absolute; width:110px; 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}

.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{ font-size:11px;}
.footer .floatR{ float:right}
.footer .social-btn{ background:url(../img/sprite.png) no-repeat 0 0; width:30px; height:30px; display:block; text-indent:-9999px; float:left; margin: 0 3px 0 0}
.footer .facebook-btn{ background-position: 0 0}
.footer .facebook-btn:hover{ background-position: 0 -30px}
.footer .twitter-btn{background-position: -31px 0}
.footer .twitter-btn:hover{background-position: -31px -30px}
.footer .copy{ display:block; margin:5px 0 0 0}
.footer .one {margin-left: 0 !important;}

/* 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(../img/icon-arrow-s.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color:#FFFFFF
}

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

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

.inactive-header:hover {
	background: url(../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 {
  max-width:960px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px; 
  position:relative;
}
/* Fluid Grid */
.col {
  margin-left: 32px;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 170px;
    position: relative;
    top: -30px;
}
.two {
  width: 502px;
}
.three {
  width: 224px
}
.half {
  width: 49.0%;
  margin-left: 2%;
}
.one-third {
  width: 32%;
}
.two img {
    
}
.two p.fullwidth img {
    width:100%;
}

/* 2.1 Blog Posts
   ========================================================================== */
.post,.postnews{ border-bottom:#CCCCCC solid 1px; padding-bottom:0px; margin-bottom:10px}
.post h2,.news{ border:none}
.post h2{  }

.post img,.postnews img{-webkit-border-radius: 10px;border-radius: 10px; width:100%}

.bottom-links{ margin: 10px 0 10px;}
.bottom-links a{ color:#01A1CB; font-size:13px; font-weight:bold; float:right}
.bottom-links a:hover{ color:#999;}


/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 720px) and (max-width: 959px) {
  html body {
    max-width: 959px;
    padding: 0;
    margin: 0;
  }
  .container {
    width: 700px;
  }
  .col {  margin-left: 4%;
}
.navigation {
 margin:0 0 30px 22.667%;
}
.logo{ 
width:18.667%
}
.one {
  width: 18.667%;
}
.two {
  width: 51.333%;
}
.three {
  width: 22%
}
.half {
  width: 49.0%;
  margin-left: 2%;
}
.one-third {
  width: 32%;
}
  .logo {
   width: 17.667%;
  }
  .logo img {
    width:100%;
  }
  .notablet {
    display: none;
  }
  .showtablet {
    display: block;
  }
  .navigation ul li {
    margin-left: 5px;
  }
  .navigation ul li a {
    padding: 10px 10px;
  font-size: 11px;
    }
		.sortable_fancybox_gallery_image {
    height: 115px !important;
    width: 115px !important;
}
.sortable_fancybox_gallery_image img{
width:100%

}
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 719px) {
  html body {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  /* Mobile Grid */
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }  
  /* Header */

   .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: 1;
    *display: inline;
	width: 100%;
	position:static;
  }
  .logo img{ display: block;}
  .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
  }
.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;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  /* Mobile Forms */
  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}

}
/* End Mobile Media Query *//* homepage slider */
.ccm-SlideshowBlock-display{ position:relative; width:100%; height:auto;margin: 0 1%; }
.ccm-SlideshowBlock-display .slideImgWrap{ position:absolute; width:100%; height:auto; top:0px; left:0px; }
.ccm-SlideshowBlock-display .slideImgWrap a {text-decoration:none; }


/* Open table style */
/* Open Table */

/* Inputs (Text, Search, Email, etc) */
select,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input.ccm-input-date {
	border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 12px;
    height: 16px;
    margin-bottom: 10px;
	width: 180px;
    font-family:'georgia';
	padding: 4px 5px;
	vertical-align: middle;
	border:1px solid #7f9db9;
 	}
textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-radius: 3px 3px 3px 3px;
	color: #666666;
	font-size: 12px;
	outline: 0 none;
	padding: 10px 5px;
	resize: none;
	vertical-align: top;
	border:1px solid #7f9db9;
    font-family:'georgia';
}

label
{
font-family:'georgia'; 
font-size: 12px;
/*font-weight: bold;*/
display:inline-block;
padding-bottom:5px;
}
.question{color: #5D9732;font-size: 13px;}
#Question17{ width:50%}
.formBlockSubmitButton{}

#OT-text{
	position:relative;
	top:68px;
	left:5px;
	width:430px;
	text-align:left;
	color:#d9d9d9;
	}
#OT-text-title{
	font-size:14px;
	margin-bottom:2px;
	color:#ffffff;
	font-weight:bold;
	}

#OT_searchWrapperAll{width:463px;height:100px;position:relative;margin:-9px 0px 0px 0px;padding:0px;background:none; font-family:Arial, Helvetica, sans-serif}
#OT_searchWrapper{border:none;background:none;width:100%;height:100px;position:relative;margin:0;}
#OT_searchWrapper .OT_feedTitle{position:absolute;top:0;left:1px;margin:0 0 1px 5px;font-size:14px;font-weight:bold;color:#5D9732;line-height:normal;}
#OT_searchWrapper dl{position:absolute;top:0;left:0;padding:0;margin:0; color:#5D9732}

#OT_partySizeLbl{position:absolute;top:25px;left:3px;margin:0;padding:3px 0;text-align:right;width:70px;display:block;}
#OT_partySize{position:absolute;top:25px;left:80px;margin:0;padding:0;z-index:999;}
#OT_partySize select{ width:auto}

#OT_dateLbl{position:absolute;top:25px;left:60px;margin-left:0px;padding:3px 0;text-align:right;width:110px;}
#OT_date{position:absolute;top:25px;left:170px;width:100px;margin-left:6px;padding:0;}

#OT_timeLbl{position:absolute;top:25px;left:260px;width:60px;padding:3px 0;text-align:right;}
#OT_time{position:absolute;top:25px;left:325px;margin:0;}
#OT_time select{ width:auto}

#OT_empty{position:absolute;width:0;height:0;padding:0;margin:0;top:100px;left:0;}
#OT_submitWrap{position:relative;top:80px;left:305px;margin:0 5px 0 0;z-index:5;}
#OT_logo{position:absolute;top:120px;left:3px;width:106px;height:26px;padding:0;margin:0;display:block;background:none; text-align:left;}
#OT_logoLink{position:absolute;top:80px;left:5px;width:100%;padding:0 0 10px 0;margin:0;display:block;background:none; font-size:12px}
#OT_logoLink a{padding:0;}
#OT_imglogo{border:0;margin:10px 0 0 13px;}
/*#OT_searchWrapper form{margin:0;padding:0;}*/
#OT_searchWrapper input.hidden{display:none;}
#OT_searchWrapper .feedFormField,#OT_searchWrapper .feedFormField option{background-color: #F3E6D3;
    border: 1px solid #5D9732;
    color: #5D9732;
    font-size: 12px;
    margin: 4px 0 0;}
#OT_searchWrapper #startDate,#OT_searchWrapper .OT_feedFormfieldCalendar{margin-top:4px;padding:2px 4px 3px 4px;width:85px;background-color: #F3E6D3;
    border: 1px solid #5D9732;
    color: #5D9732;}
#OT_searchWrapper #dateDisplay{font-size:10px;float:right;margin:0 30px 0 0;display:inline;}
#OT_searchWrapper .imgCal{position:absolute;display:none;z-index:100;}
#OT_searchWrapper #imageCal table{font-size:12px;width:150px;font-family:arial;font-weight:bold;background:#fff;}
#OT_searchWrapper #imageCal td{padding:0;text-align:center;}
#OT_searchWrapper .clickableDays{color:#333;text-decoration:none;height:18px;}
#OT_searchWrapper .nonclickableDays{color:#ccc;height:18px;}
#OT_searchWrapper .months{color:#FFF;text-decoration:none;}
#OT_searchWrapper .weekdays{color:#000;text-decoration:none;color:#666;background-color:#EFEFEF;width:14%;}
#OT_searchWrapper img{ display:block; border:none}
#ismBackLink{display:none;}

#msg{color: #666; font-family:Arial, Helvetica, sans-serif; font-size:12px}
#msg .error{color: #FF0000;}

input.ccm-input-button {
  background: url(../img/submit-up.png) no-repeat 0 0;
  cursor: pointer;
  height: 122px;
  width: 122px;
  text-indent:-9999px;
  border:none;
  border:none;
  margin:0 auto;
  color : transparent;
  font-size : 0
}
input.ccm-input-button:hover {
  background: url(../img/submit-dn.png) no-repeat 0 0;

}

/* 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: 120px !important;
    margin: 2px;
    padding: 0;
    width: 120px !important;
}
/* guestbook style */
h4.guestBook-title {
	margin-bottom: 2px;
	border-bottom:1px solid #666666;
	margin-top:30px;
	padding-left:5px;
	font-family: 'georgia';
    font-size: 22px;
	font-weight: normal;
	}

}

div.guestBook-entry {
	padding:4px 0 4px 0;
	margin:6px 0 12px 10px;
	
}

.guestBook-entry div.contentByLine {
	font-size:.8em;
	color:#333333;
	margin-bottom: 4px;
	font-weight: bold;
}

.guestBook-entry div.guestBook-manage-links {
	font-size:.8em;
	color:#333333;
	text-align:right;
	float:right;
	padding-left:8px; 
}
.guestBook-formBlock {
	margin:12px 0 12px 0;
	padding: 0 10px;
}
.guestBook-formBlock h5{
	padding: 15px 10px 3px 0px;
	margin:0;
	font-family: 'georgia';
	 font-size: 22px;
	 font-weight: normal;
	 }

}
.guestBook-formBlock textarea {
	width:100%;
	height: 150px;
}
.guestBook-formBlock .note {
	font-size:10px;
	font-family: 'georgia';
}

.guestBook-formBlock span.error {
	color:#ff0000;
	text-align:left;
	padding-left:5px;
}
.ccm-captcha-image {
	border-radius:0 !important;
	width:31% !important;
}
.button {
    background-color: #c1d72e;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 15px;
}