/*
Theme name: Gusteau: Restaurant WordPress Theme
Theme URI: http://www.grandpixels.com/gusteau
Description: A Premium WordPress Theme by Pavel of Grand Pixels
Version: 1.0
Author: Grand Pixels
Author URI: http://www.grandpixels.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body { font: 13px "Droid Sans", Arial, Helvetica, sans-serif; color: #505564; background: white; line-height: 20px; }

/* /-/-/-/-/-/-/-/ Common Styles /-/-/-/-/-/-/-/-/ */

/* Links */
a {	color: #646478; cursor: pointer; text-decoration: underline; }
a:hover { cursor: pointer; text-decoration: none; }

/* Images */
.image { position: relative; display: block; width: 100%; height: 100%; }
.image img { display: block; }
.image a span { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 39; background: url("images/image-overlay-magnify.png") center center no-repeat; }

/* Clear */
.clear { clear: both; height: 0px; visibility: hidden; margin: 0; padding: 0; }

/* Headings */
h1 { font: 36px "Droid Serif", Georgia, Times, serif; font-style: italic; padding: 15px 0; }
h2 { font: 24px "Droid Serif", Georgia, Times, serif; font-style: italic; padding: 15px 0; }
h3 { font: 22px "Droid Serif", Georgia, Times, serif; font-style: italic; padding: 15px 0; }
h4 { font-size: 17px; font-weight: bold; padding: 10px 0;}
h5 { font-size: 15px; font-weight: bold; padding: 10px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }

/* Lists */
ul { list-style: none; }

/* Content Paragraphs */
#content p { margin-bottom: 10px; line-height: 20px; }
#content p.featured { margin-top: 0; font: 16px "Droid Serif", Georgia, Times, serif; font-style: italic; line-height: 24px; }

/* Note */
.note { float: left; margin: 10px 0; padding-left: 25px; font-size: 11px; background: url("images/icons/info.png") left 3px no-repeat; }

/* /-/-/-/-/-/-/-/ Styles /-/-/-/-/-/-/-/-/ */

/* Header */
#header { float: left; width: 100%; height: 145px; }
#header .inside { width: 980px; margin: 0 auto; }

/* - Logo - */
#logo { height: 145px;}
.imagelogo { float: left; height: 145px; padding-top:45px; padding-left:20px;}
.textlogo, .textlogo h1 { float: left; height: 145px; font: 80px "Kristi", Arial, Helvetica, sans-serif; line-height: 100%; padding: 0; }
.textlogo .inner { float: left; padding-top: 30px; }
.textlogo a { float: left; text-decoration: none;}
.textlogo a:hover { text-decoration: none; }

/* - Stars - */
#stars { float: left; margin-top: 70px; margin-left: 25px; }
#stars .star { float: left; width: 13px; height: 11px; }

/* - Tools - */
#tools { width: 54%; height: 50px; margin-top: 50px; }
#tools a { text-decoration: underline; }
#tools a:hover { text-decoration: none; }
#tools #reservation { float: right; font: 13px "Droid Serif", Georgia, Times, serif; font-style: italic; margin-top: 2px; margin-right: 20px; line-height: 20px; }
#tools #reservation .contacts { font-size: 14px; }

#tools #searching { float: right; width: auto; position: relative; margin-right: 0px; text-align:left;}
#tools #searching .widget-title { font-size: 18px; color: #505564; margin-bottom:-5px;}
#tools #searching .input { 
	float: left;
	width: 188px;
	height: 57px;
	border: none;
	padding: 5px 17px;
	outline: none;
	font: 13px "Droid Serif", Georgia, Times, serif; font-style: italic;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}
#tools #searching .submitbutton { position: absolute; display: block; left: 192px; top: 9px; width: 30px; height: 30px; border: none; cursor: pointer; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

#tools #searching .submitbutton2 {float:right;}


/* - Navigation - */
#navigation {
	width: 100%;
	height: 55px;
	position: relative;
	z-index: 999;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}
#navigation .inside { width: 980px; margin: 0 auto; height: 55px; }
#navigation .container {
	float: left;
	width: 980px;
	height: 100%;
	position: relative;
	background-image: url("images/line-light-1px.png"); 
	background-position: left top;
	background-repeat: repeat-x;
}
#navigation #menu-main-menu { list-style: none; float: left; height: 55px; padding-right: 1px; }
#navigation li { float: left; display: inline; position: relative; font-size: 16px; }
#navigation li:hover, #navigation li:first-child:hover, #navigation li.current-menu-item { 
	height: 58px;
	background-image: url("images/line-menu-hover.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	cursor: pointer;
}
#navigation li a { 
	float: left;
	display: block;
	padding: 18px 25px 17px;
	color: white;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}
#navigation li:hover a {
	background-image: url("images/bg-menu.png");
	background-position: left top;
	background-repeat: repeat-x;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
}
#navigation li.current-menu-item a { background-image: none; }
#navigation li.current-menu-item:hover a {
	background-image: url("images/bg-menu.png");
	background-position: left top;
	background-repeat: repeat-x;
	text-shadow: 0 0 10px rgba(255,255,255,0.4);
}
#navigation li:first-child { background-image: none; }

/* -- Subnavigation -- */
#navigation li .sub-menu, #navigation li .children {
	display: none;
	position: absolute;
	top: 55px;
	width: 250px;
	left: 0;
	text-align: left;
	z-index: 49;
	background-color: white;
	background-image: url("images/line-menu-hover.png");
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
#navigation li li { 
	float: none !important;
	display: block;
	padding: 0;
	margin: 0;
	font: 14px "Droid Serif", Georgia, Times, serif !important;
	font-style: italic !important;
	background-image: none !important;
}
#navigation li li:first-child { margin-top: 3px; }
#navigation li li:hover, #navigation li li:first-child:hover { height: auto; background-image: none; }
#navigation li li.current-menu-item { height: auto; }
#navigation li li a {
	display: block;
	float: none;
	padding: 15px 25px;
	color: #50505a;
	text-shadow: none !important;
	background-color: white !important;
	background-image: url("images/line-menu-dark16.png") !important;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
}
#navigation li li:hover a {
	background-color: #fafafe !important;
	background-image: url("images/line-menu-dark16.png") !important;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	text-shadow: none !important;
}
#navigation li li:last-child a { background-color: white; background-image: none !important; }
#navigation li li:last-child:hover a { background-color: #fafafe; background-image: none !important; }

/* -- Subsubnavigation -- */
#navigation li li .sub-menu, #navigation li li .children {
	display: none;
	position: absolute;
	top: 0 !important;
	left: 250px !important;
	width: 250px;
	text-align: left;
	z-index: 99;
	background-color: white !important;
	background-image: none !important;
	margin: 0;
	padding-left: 1px;
}
#navigation li li li:first-child { margin-top: 0; }
#navigation li li li a, #navigation li li li:first-child a, #navigation li li:hover li a, #navigation li:hover li:hover li a {
	background-color: white !important;
	background-image: url("images/line-menu-dark16.png") !important;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
}
#navigation li li li:hover a, #navigation li:hover li:hover li:hover a {
	background-color: #fafafe !important;
	background-image: url("images/line-menu-dark16.png") !important;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
}
#navigation li li li:last-child a { background: white !important; }
#navigation li li li:last-child:hover a { background: #fafafe !important; }

/* - Ribbons - */
.ribbon { position: absolute; width: 40px; height: 55px; display: block; }
.ribbon-left { left: -40px; top: 15px; }
.ribbon-right { left: 980px; top: 15px; }
.ribbon .gradient { width: 6px; height: 55px; }
.ribbon-left .gradient { float: right; }
.ribbon-right .gradient { float: left; }

/* Canvas */

#canvas { width: 980px; margin: 0 auto; }

/* Slideshow */
#slideshow { float: left; width: 100%; height: 420px; position: relative; color: white; overflow: hidden; }
.shadows { position: absolute; top: 0; left: 0; width: 100%; height: 16px; background: url("images/slideshow/shadows.png") left top no-repeat; z-index: 9; }

/* - Slider - */
.nivoSlider { position: relative; }
.nivoSlider img { position: absolute; top: 0px; left: 0px; }
.nivoSlider a.imagelink { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none; }
.nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; }
.nivo-box { display: block; position: absolute; z-index: 5; }
.nivo-caption { position: absolute; display: block; left: 0px; bottom: 0px; background: transparent url("images/slideshow/bg-slider-caption.png") left top repeat; color: white; width: 930px; z-index: 8; padding: 20px 25px; }
.nivo-caption p { color: white; font-size: 13px; }
.nivo-caption h2 { color: white; margin: 0; padding: 0 0 5px 0; font-size: 20px; }
.nivo-caption a { display: inline !important; }
.nivo-html-caption { display: none; }
.nivo-directionNav a { position: absolute; top: 180px; z-index: 9; cursor: pointer; width: 35px; height: 40px; }
.nivo-prevNav { left: 0px; background: url("images/slideshow/arrow-left.png") left top no-repeat; }
.nivo-nextNav { right: 0px; background: url("images/slideshow/arrow-right.png") left top no-repeat; }
.nivo-prevNav:hover, .nivo-nextNav:hover { background-position: left -40px; }
.nivo-controlNav a { position: relative; z-index: 9; cursor: pointer; }
.nivo-controlNav a.active { font-weight: bold; }

/* Content */
#content { float: left; width: 100%; }
#content .inside { float: left; width: 100%; }

/* Layout */
#page-left #content-rail, #page-right #content-rail { float: left; width: 740px; }
#page-left #content-rail .inner, #page-right #content-rail .inner { float: left; width: 100%; }
#page-left #left-rail .box, #page-right #right-rail .box { float: left; width: 200px; margin-bottom: 15px; padding-bottom: 10px; }
#page-left #left-rail .box { background: url("images/separator-left.png") right bottom no-repeat; }
#page-right #right-rail .box { background: url("images/separator-right.png") left bottom no-repeat; }
#page-left #left-rail, #page-right #right-rail { float: left; }

/* - Page Left - */
#page-left #content-rail { margin-left: 40px; }

/* - Page right - */
#page-right #content-rail { margin-right: 40px; }

/* - Page Full - */
/* Full Width */
#page-full { float: left; width: 980px; }
#page-full .inner { float: left; width: 100%; }
#page-content { float: left; padding: 40px 0; clear: both; }
#page-content.post-type-single { padding: 0 0 40px 0; }
#page-left { float: left; width: 980px; padding: 40px 0; }
#page-right { float: left; width: 980px; padding: 40px 0; }

.menucard-content, .photos-content { float: left; width: 980px; }

/* Page Titles */
#pagetitle { float: left; width: 920px; padding: 10px 30px; }
#pagetitle h1 { color: white; margin: 0; text-shadow: -1px -1px 0px rgba(0,0,0,0.25); }
#pagetitle.with-back h1 { float: left; width: 90%; }
#pagetitle .back { float: right; padding: 28px 0; }
#pagetitle .back a { color: white; text-decoration: none; padding: 5px 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* Homepage Content */
#homepage { float: left; width: 100%; }

/* Callout Box */
.callout-box { float: left; width: 100%; }
.callout-box h2 { padding: 0 0 5px 0; font-size: 22px; background: none; margin: 0; }
.callout-box p { margin-top: 0; }
.callout-box .column { margin-bottom: 0; }

/* Widgets */
.widget-area .continue-button a {
	float: right;
	padding: 4px 12px;
	margin: 15px 0 20px;
	color: #787d8c !important;
	text-decoration: none;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #d8d8dc;
	font-size: 12px;
	text-shadow: 1px 1px 0 white;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.widget-area .continue-button a:hover { color: #464b5a !important; background: #f9f9fb; border: 1px solid #c4c4c8; }

/* - Featured Areas - */
#featured-areas { float: left; width: 100%; color: #505564; }
#featured-areas .widget-title { font-size: 18px; color: #505564; }
#widget_featured_area_left, #widget_featured_area_center, #widget_featured_area_right { float: left; width: 300px; padding: 10px 0 10px; }
#widget_featured_area_left, #widget_featured_area_center { margin-right: 40px; }
#featured-areas ul { list-style: none; }
#featured-areas p { font-size: 13px; line-height: 20px; }
#featured-areas .image { float: left; width: 300px; height: 120px; overflow: hidden; position: relative; margin-bottom: 20px; }
#featured-areas .info { color: #969baa; }
#featured-areas .info a { color: #969baa; }
#featured-areas .info a:hover { color: #787d8c; }

/* - Information Areas - */
#information-areas { float: left; width: 100%; background: #f6f6fa url("images/pattern-information-areas.png") left top repeat; color: #505564; }
#information-areas .bg { float: left; width: 100%; background: url("images/bg-information-areas.png") left top repeat-x; }
#information-areas .inside { width: 980px; margin: 0 auto; }
#information-areas .widget-title { text-transform: uppercase; font: 11px "Droid Sans", Arial, Helvetica, sans-serif; color: #969baa; }
#widget_information_area_left, #widget_information_area_center, #widget_information_area_right { float: left; width: 300px; padding: 10px 0 10px; }
#widget_information_area_left, #widget_information_area_center { margin-right: 40px; }
#information-areas ul { list-style: none; }
#information-areas p { font-size: 13px; margin: 10px 0; line-height: 20px; }
#information-areas .info { color: #969baa; }
#information-areas .info a { color: #969baa; }
#information-areas .info a:hover { color: #787d8c; }

/* - Footer Areas - */
#footer-areas { float: left; width: 100%;} 

#footer-areas .inside { width: 980px; margin: 0 auto;}
#footer-areas .first{ text-align:center;}

#footer-areas .widget-title { text-transform: uppercase; font: 11px "Droid Sans", Arial, Helvetica, sans-serif; }
#widget_footer_area_left, #widget_footer_area_center, #widget_footer_area_right { float: left; width: 300px; padding: 10px 0 10px; }
#widget_footer_area_left, #widget_footer_area_center { margin-right: 40px; }
#footer-areas ul { list-style: none; }
#footer-areas p { font-size: 13px; margin: 10px 0; line-height: 18px; }
#footer-areas .info { color: #505564; }
#footer-areas .info a { color: #505564; }
#footer-areas .info a:hover { color: #787d8c; }

#footer-areas .continue-button a {
	color: #787d8c !important;
	background: #3c3c46 url("images/bg-button.png") left bottom repeat-x; 
	border: 1px solid #464650;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#footer-areas .continue-button a:hover { color: #969baa !important; background: #3c3c46; border: 1px solid #50505a; }

/* - Sidebar Areas - */
.sidebar-areas { float: left; width: 100%; color: #505564; }
.sidebar-areas .widget-title { font-size: 16px; }
.sidebar-areas ul { list-style: none; }
.sidebar-areas p { font-size: 13px; line-height: 20px; }
.sidebar-areas .info { color: #969baa; }
.sidebar-areas .info a { color: #969baa; }
.sidebar-areas .info a:hover { color: #787d8c; }

/* -- Widget: News -- */
.widget_news .post { float: left; }
.widget_news .post .news-title { font: 15px "Droid Serif", Georgia, Times, serif; font-style: italic; padding-bottom: 5px; }
.widget_news .info { float: left; width: 100%; display: block; font: 11px "Droid Serif", Georgia, Times, serif; font-style: italic; }
.widget_news .info a { text-decoration: none; }
.widget_news .info a:hover { text-decoration: underline; }
.widget_news p { float: left; width: 100%; margin-top: 5px; }
/* -- Widget: Tweets -- */
.widget_tweets .info { float: left; font: 11px "Droid Serif", Georgia, Times, serif; font-style: italic; width: 100%; margin-bottom: 10px; }
.widget_tweets .info a { text-decoration: none; }
.widget_tweets .info a:hover { text-decoration: underline; }
/* -- Widget: Links -- */
.widget_links ul li { display: block; float: left; width: 49%; }
.widget_links a { text-decoration: none; }
.widget_links a:hover { text-decoration: underline; }
/* -- Widget: Contact -- */
.widget_contact_box .phone_row { margin-top: 20px; }
/* -- Widget: Opening Hours -- */
.widget_opening_hours .day strong { float: left; width: 40%; }
/* -- Widget: Nav Menu -- */
.widget_nav_menu li a { display: block; padding: 8px 0; text-decoration: none; background: url("images/line-dotted-content.png") left bottom repeat-x; color: #505564; position: relative; }
.widget_nav_menu li:last-child a { background: none; }
.widget_nav_menu li .sub-menu { display: none; padding: 0; background: url("images/line-dotted-content.png") left bottom repeat-x; }
.widget_nav_menu li .sub-menu a { padding: 8px 15px; text-decoration: none; background: url("images/line-dotted-content-light.png") left bottom repeat-x; color: #969baa; }
.widget_nav_menu li .sub-menu a:hover { color: #505564; }
.widget_nav_menu li.current-menu-parent .sub-menu, .widget_nav_menu li.current-menu-item .sub-menu { display: block; }
/* -- Widget: Testimonial -- */
.widget_testimonial { float: left; width: 100%; margin-top: 20px; }
.widget_testimonial .testimonial { float: left; width: 100%; padding-top: 20px; background: url("images/bg-testimonial-top.png") left top no-repeat; }
.widget_testimonial .testimonial p { margin: 0; font: 15px "Droid Serif", Georgia, Times, serif !important; font-style: italic !important; line-height: 24px !important; }
.widget_testimonial .testimonial-author { float: left; width: 90%; padding-bottom: 20px; margin-bottom: 20px; background: url("images/bg-testimonial-bottom.png") right bottom no-repeat; }
#footer-areas .widget_testimonial .testimonial { background: url("images/bg-testimonial-top-dark.png") left top no-repeat; }
#footer-areas .widget_testimonial .testimonial-author { background: url("images/bg-testimonial-bottom-dark.png") right bottom no-repeat; }
/* -- Widget: Tagcloud -- */
.tagcloud a {
	float: left;
	font-size: 12px !important;
	text-decoration: none;
	padding: 1px 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	color: #787d8c;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #e2e2e6;
	text-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.tagcloud a:hover { text-decoration: none; color: #464b5a; background: #f9f9fb; border: 1px solid #ceced2; }

/* Custom Post Types */
/* - Page Navigation (Menu Card, Photos) - */
.page-navigation { float: left; width: 979px; height: 40px; background: #f6f6fa url("images/line-menu-menucard-dark.png") left top repeat-y; border: 1px solid #dadade; border-width: 0 1px 1px 0; position: relative; z-index: 99; }
.page-navigation ul { float: left; list-style: none; border-right: 1px solid white; }
.page-navigation ul li {
	float: left;
	display: inline;
	position: relative;
	background-image: url("images/line-menu-menucard-light.png");
	background-position: left top;
	background-repeat: repeat-y;
}
.page-navigation ul li:first-child { background-image: none; }
.page-navigation li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #50505a;
	padding: 10px 11.10px;
	background-image: url("images/line-menu-menucard-dark.png");
	background-position: right top;
	background-repeat: repeat-y;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.page-navigation li:hover, .page-navigation li:first-child:hover, .page-navigation li.current-cat:hover, .page-navigation li.current-cat-parent:hover {
	height: 43px;
	background-color: #f0f0f4;
	background-image: url("images/line-menu-menucard-hover.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
.page-navigation li:hover a { background-image: none; }
.page-navigation li:first-child:hover a {
	background-image: url("images/line-menu-menucard-dark.png");
	background-position: left top;
	background-repeat: repeat-y;
}
.page-navigation li.current-cat a, .page-navigation li.current-cat-parent a { color: white; text-shadow: -1px -1px 1px rgba(0,0,0,0.2); background-image: none; }
.page-navigation li.current-cat { background-image: none; }
.page-navigation li.current-cat .children a, .page-navigation li.current-cat-parent .children a { color: #50505a !important; }
.page-navigation li.current-cat, .page-navigation li.current-cat-parent { background-image: none; }
.page-navigation li.current-cat:hover a, .page-navigation li.current-cat-parent:hover a { color: white !important; text-shadow: -1px -1px 1px rgba(0,0,0,0.2); background-image: none; }
.page-navigation li:first-child.current-cat:hover a, .page-navigation li:first-child.current-cat-parent:hover a { color: white; background-image: none; }

/* -- Page Navigation - Childrens -- */
.page-navigation li .children {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 198px;
	text-align: left;
	z-index: 999;
	background-color: #fafafe !important;
	background-image: url("images/line-menu-menucard-hover.png");
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	border: 1px solid #dadade;
	border-width: 0 1px 1px 1px;
}
.page-navigation li li { float: none !important; display: block; padding: 0; margin: 0; font-size: 12px !important; }
.page-navigation li li:first-child { margin-top: 3px; }
.page-navigation li li:hover,
.page-navigation li li:first-child:hover,
.page-navigation li.current-cat li:hover,
.page-navigation li.current-cat-parent li:hover,
.page-navigation li.current-cat:hover li:hover,
.page-navigation li.current-cat-parent:hover li:hover { height: auto; background-image: none; }
.page-navigation li li a,
.page-navigation li.current-cat li a,
.page-navigation li.current-cat-parent li a,
.page-navigation li.current-cat:hover li a,
.page-navigation li.current-cat-parent:hover li a,
.page-navigation li.current-cat:first-child li a,
.page-navigation li.current-cat-parent:first-child li a,
.page-navigation li.current-cat:first-child:hover li a,
.page-navigation li.current-cat-parent:first-child:hover li a {
	display: block;
	float: none;
	padding: 5px 25px;
	color: #50505a !important;
	text-shadow: none !important;
	background-color: #fafafe !important;
	background-image: url("images/line-menu-dark16.png") !important;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
}
.page-navigation li li:hover a, .page-navigation li.current-cat:hover li:hover a, .page-navigation li.current-cat-parent:hover li:hover a, .page-navigation li.current-cat:first-child:hover li:hover a, .page-navigation li.current-cat-parent:first-child:hover li:hover a {
	background-color: white !important;
	background-image: url("images/line-menu-dark16.png") !important;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	text-shadow: none !important;
}
.page-navigation li li:last-child a { background-color: white; background-image: none !important; }
.page-navigation li li:last-child:hover a { background-color: #fafafe; background-image: none !important; }

/* Image Replacement */
.image-replacement-small { width: 85px; height: 55px; }
.image-replacement-medium { width: 180px; height: 130px; }


/* - Menu Card - */
/* -- Menu Card Classic Items -- */
.menucard { width: 1020px; }
#menucard-all-items, #menucard-category-items { width: 100%; }
.menucard-all-items { width: 470px; margin-right: 40px; background: url("images/line-dotted-content.png") left bottom repeat-x; padding-bottom: 3px; margin-bottom: 25px; }
.menucard-items h2 { font-size: 24px; background: url("images/line-dotted-content.png") left bottom repeat-x; padding-top: 0; }

.menucard-all-items .menucard-item { width: 100%; }
.menucard-category-items .menucard-item { width: 470px; margin-right: 40px; }
.menucard-item { padding: 15px 0; background: url("images/line-dotted-content-light.png") left bottom repeat-x; }

.menucard-item h3 { width: 83%; font: 14px "Droid Sans", Arial, Helvetica, sans-serif; padding: 4px 0; }
.menucard-item.with-image h3 { width: 58%; }
.menucard-item h3 a { text-decoration: underline; }
.menucard-item h3 a:hover { text-decoration: none; }
.menucard-item .menucard-item-ingredients { width: 83%; font-size: 12px; padding: 5px 0 5px 0; line-height: 16px; }
.menucard-item.with-image .menucard-item-ingredients { width: 58%; }
.menucard-item .menucard-item-price { font-size: 12px; color: white; padding: 2px 7px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-left: 20px; }
.menucard-image { width: 85px; height: 55px; margin-right: 20px; }
.menucard-items .image-replacement-small { margin-right: 20px; }
.menucard-image a span { background: url("images/image-overlay-magnify-small.png") center center no-repeat; }

/* -- Menu Card Gallery Items -- */
#menucard-all-gallery-items { width: 100%; }
.menucard-all-gallery-items, .menucard-category-gallery-items { width: 100%; }
.menucard-gallery-title { float: left; width: 980px; background: url("images/line-dotted-content.png") left bottom repeat-x; }
.menucard-gallery-title h2 { float: left; width: 80%; font-size: 24px; padding-top: 0; }
.menucard-gallery-title .continue-link { float: right; font-size: 13px; padding: 8px 0; }

.menucard-gallery-item { width: 180px; margin-right: 20px; margin-bottom: 20px; min-height: 180px; overflow: visible; }
.menucard-all-gallery-items .menucard-gallery-item { margin-top: 20px; }

.menucard-gallery-item h3 { font: 13px "Droid Sans", Arial, Helvetica, sans-serif; padding: 8px 0; }
.menucard-gallery-item h3 a { text-decoration: underline; }
.menucard-gallery-item h3 a:hover { text-decoration: none; }

.menucard-gallery-image {  width: 180px; height: 130px; }

/* - Photos - */
.photos { width: 1000px; }
#photos-all-items, #photos-category-items { width: 100%; }
.photos-all-items { width: 100%; }
.photos-title { float: left; width: 980px; background: url("images/line-dotted-content.png") left bottom repeat-x; }
.photos-title h2 { float: left; width: 80%; font-size: 24px; padding-top: 0; }
.photos-title .continue-link { float: right; font-size: 13px; padding: 8px 0; }

.photos-item { width: 180px; margin-right: 20px; }
.photos-all-items .photos-item { padding: 20px 0; }
.photos-category-items .photos-item { padding: 0 0 20px 0; }

.photos-item h3 { font: 13px "Droid Sans", Arial, Helvetica, sans-serif; padding: 8px 0; }
.photos-item h3 a { text-decoration: underline; }
.photos-item h3 a:hover { text-decoration: none; }
.photos-image {  width: 180px; height: 130px; }

/* -- Post Type Single -- */
.post-type-single { float: left; width: 980px; margin-bottom: 50px; }
.post-type-single .post-type-image { float: left; width: 100%; margin-top: 1px; }
.post-type-single .post-type-image a span { background: url("images/image-overlay-magnify.png") center center no-repeat; }
.post-type-single .post-type-content { width: 100%; padding: 30px 0 20px; background: url("images/line-dotted-content-light.png") left bottom repeat-x; }
.post-type-single .post-type-info { 
	float: left;
	font: 11px "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	width: 980px;
	color: #969baa;
	margin-bottom: 3px;
	padding: 15px 0;
	background: url("images/line-dotted-content-light.png") left bottom repeat-x;
	position: relative;
	display: block;
}
.post-type-single .post-type-info .left, .post-type-single .post-type-info .right { display: block; width: 40%; }
.post-type-single .post-type-info a { color: #a0a0b4; text-decoration: none; }
.post-type-single .post-type-info a:hover { color: #464b5a; text-decoration: underline; }

/* Sidebar */
.sidebar { float: left; width: 200px; }
.sidebar .widgettitle { background: none; padding: 0; margin-bottom: 15px; }

.sidebar .widget-title { font-size: 18px; padding-top: 0; }

/* - Categories - */
#categories li { float: left; width: 100%; }
#categories li a { display: block; padding: 5px 0; text-decoration: none; background: url("images/line-dotted-content.png") left bottom repeat-x; color: #505564; position: relative; }
#categories li:last-child a { background: none; }
#categories .count { color: #969baa; font-size: 11px; margin-left: 5px; }
#categories li .children { display: none; padding: 0; background: url("images/line-dotted-content.png") left bottom repeat-x; }
#categories li .children a { padding: 8px 15px; text-decoration: none; background: url("images/line-dotted-content-light.png") left bottom repeat-x; color: #969baa; }
#categories li .children a:hover { color: #505564; }
#categories li.current-cat .children { display: block; }

/* - Archives - */
#archives li { display: block; }
#archives li a { display: block; padding: 10px 0; text-decoration: none; background: url("images/line-dotted-content.png") left bottom repeat-x; color: #505564; position: relative; }
#archives li:last-child a { background: none; }
#archives .current-cat a { font-weight: bold; }	

/* Footer */
#footer { float: left; width: 100%; background-image: url("images/bg-footer.png"); background-position: left top; background-repeat: repeat-x; font-size: 12px; }

#footer .inside { width: 980px; margin: 0 auto; padding: 30px 0;}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer ul { list-style: none; }
#footer li { display: inline; }
#footer .left li { display: block; }
#footer .right { margin-top: 8px; }
#footer .right li { float: left; width: 24px; height: 24px; margin-left: 10px; }

#footer .right a { display: block; position: relative; width: 24px; height: 24px; }
#footer .rss a, #footer .rss a span { background: url("images/icons/socials/rss.png") left top no-repeat; }
#footer .twitter a, #footer .twitter a span { background: url("images/icons/socials/twitter.png") left top no-repeat; }
#footer .facebook a, #footer .facebook a span { background: url("images/icons/socials/facebook.png") left top no-repeat; }
#footer .linkedin a, #footer .linkedin a span { background: url("images/icons/socials/linkedin.png") left top no-repeat; }
#footer .flickr a, #footer .flickr a span { background: url("images/icons/socials/flickr.png") left top no-repeat; }
#footer .digg a, #footer .digg a span { background: url("images/icons/socials/digg.png") left top no-repeat; }
#footer .vimeo a, #footer .vimeo a span { background: url("images/icons/socials/vimeo.png") left top no-repeat; }
#footer .right a span { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background-position: 0 -24px; }

/* Buttons */
/* - Button - */
.button a, button {
	float: left;
	margin: 0;
	color: white;
	text-decoration: none;
	background-image: url("images/bg-button.png"); 
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #e2e2e6;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}
.button a:hover, button:hover { background-position: left top; }
/* - Sizes - */
.button.small a, button.small, .standard-button.small a { font-size: 12px; padding: 3px 10px; }
.button.medium a, button.medium, .standard-button.medium a { font-size: 14px; padding: 7px 16px; }
.button.large a, button.large, .standard-button.large a { font-size: 16px; padding: 8px 20px; }
/* - Align - */
.button.left a, button.left { float: left; }
.button.right a, button.right { float: right; }

/* - Standard Button - */
.standard-button a, button.standard-button, .standard a, button.standard { 
	float: left;
	padding: 6px 14px;
	margin: 0;
	color: #787d8c;
	text-decoration: none;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #e2e2e6;
	font-size: 12px;
	text-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}
.standard-button a:hover, button.standard-button:hover, .standard a:hover, button.standard:hover { color: #464b5a; background: #f9f9fb; border: 1px solid #ceced2; }

/* Posts */
/* - Post List - */
#post-list .post { float: left; width: 100%; margin-bottom: 50px; }
#post-list .post .post-info { float: left; width: 140px; font: 12px "Droid Serif", Georgia, Times, serif; font-style: italic; color: #969baa; margin-right: 40px; }
#post-list .post .post-info ul li { list-style: none; padding-left: 0; background: none; padding: 5px 0; line-height: 20px; }
#post-list .post .post-info a { color: #969baa; text-decoration: none; }
#post-list .post .post-info a:hover { color: #646478; text-decoration: underline; }
#post-list .post .post-tags { margin: 10px 0; }
#post-list .post .post-tags a {
	float: left;
	display: block;
	clear: both;
	font: 12px "Droid Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	color: #787d8c;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #e2e2e6;
	text-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#post-list .post .post-tags a:hover { text-decoration: none; color: #464b5a; background: #f9f9fb; border: 1px solid #ceced2; }

#post-list .post .post-content { float: left; width: 560px; }
#post-list .post .post-head h2 { padding-top: 0; margin-top: 0; font-size: 24px; }
#post-list .post .post-head h2 a { text-decoration: none; }
#post-list .post .post-head h2 a:hover { text-decoration: underline; color: #646478; }
#post-list .post .post-excerpt p { line-height: 22px; margin-bottom: 20px; }
#post-list .post .post-image { float: left; width: 560px; height: 260px; margin: 10px 0 20px 0; }

/* - Post List - Search - */
#post-list-search .post { float: left; width: 100%; margin-bottom: 10px; }

#post-list-search .post .post-content { float: left; width: 100%; }
#post-list-search .post .post-head h2 { padding-top: 0; margin-top: 0; font-size: 18px; margin-bottom: 0; }
#post-list-search .post .post-head h2 a { text-decoration: none; }
#post-list-search .post .post-head h2 a:hover { text-decoration: underline; color: #646478; }
#post-list-search .post .post-excerpt p { line-height: 22px; margin-bottom: 10px; width:  }
#post-list-search .post .post-image { float: left; width: 85px; height: 55px; margin: 0 20px 10px 0; }


/* - Single - */
#post-single .post { float: left; width: 100%; padding-bottom: 30px; margin-bottom: 3px; background: url("images/line-dotted-content-light.png") left bottom repeat-x; }
#post-single .post .post-info { float: left; width: 140px; font: 12px "Droid Serif", Georgia, Times, serif; font-style: italic; color: #969baa; margin-right: 40px; }
#post-single .post .post-info ul li { list-style: none; padding-left: 0; background: none; padding: 5px 0; line-height: 20px; }
#post-single .post .post-info a { color: #969baa; text-decoration: none; }
#post-single .post .post-info a:hover { color: #646478; text-decoration: underline; }
#post-single .post .post-tags { margin: 10px 0; }
#post-single .post .post-tags a {
	float: left;
	display: block;
	clear: both;
	font: 12px "Droid Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	color: #787d8c;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #e2e2e6;
	text-shadow: 1px 1px 0 white;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#post-single .post .post-tags a:hover { text-decoration: none; color: #464b5a; background: #f9f9fb; border: 1px solid #ceced2; }

#post-single .post .post-content { float: left; width: 560px; }
#post-single .post .post-content-content p { line-height: 22px; margin-bottom: 10px; }
#post-single .post .post-image { float: left; width: 560px; height: 260px; margin: 0 0 20px 0; }

/* Posts Pagination */
.pagination { float: left; width: 100%; margin: 20px 0; }
.pagination .prev, .pagination .next { width: 319px; }
.pagination .prev a { float: left; }
.pagination .next a { float: right; }
.pagination .prev a, .pagination .next a { width: 319px; padding: 8px 25px; background: #f6f6fa; text-decoration: none; margin: 2px 0; }
.pagination .prev a:hover, .pagination .next a:hover { background: #f0f0f4; }

/* Comments */
#comments { float: left; width: 100%; background: url("images/line-dotted-content.png") left top repeat-x; padding-top: 20px; }
#comments .inner { float: left; width: 100%; }
#comments .comment { float: left; width: 100%; padding-bottom: 20px; margin-bottom: 20px; background: url("images/line-dotted-content-light.png") left bottom repeat-x; }
#comments .comment .depth-2 { float: right; width: 97%; background: none; }
#comments .comment .depth-3 { float: right; width: 97%; background: none; }
#comments .comment .depth-4 { float: right; width: 97%; background: none; }
#comments .comment .depth-5 { float: right; width: 87%; background: none; }
#comments .comment-author .fn { font-size: 15px; font-weight: bold; }
#comments .avatar { float: left; padding: 4px; border: 1px solid #d7d7e1; margin-right: 20px; }
#comments .comment-meta { float: left; font: 12px "Droid Serif", Georgia, Times, serif; font-style: italic; color: #969baa; margin-top: 10px; }
#comments .comment-meta a { color: #969baa; text-decoration: none; }
#comments .comment-meta a:hover { color: #646478; text-decoration: underline; }
#comments .commentlist p { float: left; padding: 5px 0 5px 70px; clear: both; }
#comments .reply { float: right; width: 100%; text-align: right; }
#comments .reply a { 
	float: right;
	display: block;
	clear: both;
	font: 12px "Droid Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	color: #787d8c;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #e2e2e6;
	text-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#comments .reply a:hover { text-decoration: none; color: #464b5a; background: #f9f9fb; border: 1px solid #ceced2; }
#comments  .comment-awaiting-moderation { color: #649664; font-weight: bold; }

/* Comment Form */
#respond { float: left; width: 100%; background: url("images/line-dotted-content.png") left top repeat-x; margin-top: 20px; }
#respond #reply-title small a { float: right; color: #464b5a; }
#respond .comment-notes { float: left; width: 100%; margin-bottom: 10px; }
#respond .comment-notes .required { float: none; }
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 300px; margin-right: 40px; }
#respond .comment-form-email { margin-right: 0; }
#respond .comment-form-comment { float: left; width: 100%; clear: both; }
#respond .form-allowed-tags { float: left; margin-top: 10px; padding-left: 25px; font-size: 11px; background: url("images/icons/info.png") left 3px no-repeat; }
#respond input { width: 288px; }
#page-full #respond textarea { width: 968px; height: 100px; }
#page-left #respond textarea, #page-right #respond textarea { width: 728px; height: 100px; }
#respond #comment-submit, #page-full #respond #comment-submit {
	float: left;
	padding: 4px 12px;
	width: auto;
	margin-top: 20px;
	color: #787d8c;
	text-decoration: none;
	background: #f4f4f8 url("images/bg-button-light.png") left top repeat-x; 
	border: 1px solid #e2e2e6;
	font-size: 13px;
	text-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
#respond #comment-submit:hover, #page-full #respond #comment-submit:hover { color: #464b5a; background: #f9f9fb; border: 1px solid #ceced2; }

#page-full #respond { float: left; width: 100%; }
#page-full #respond .comment-form-author, #page-full #respond .comment-form-email, #page-full #respond .comment-form-url { float: left; width: 300px; margin-right: 40px; }
#page-full #respond .comment-form-url { margin-right: 0; }
#page-full #respond input { width: 288px; }
#page-full #respond textarea { width: 968px; height: 100px; }

/* Forms */
.required-star { float: left; color: #f53c3c; padding: 5px 5px; }
.required-big-star { float: right; font-size: 11px; color: #f53c3c; }

.gform_wrapper {
	overflow: inherit;
	max-width: 98%;
	background-color:#eeeeee;
	border-radius:3px;
	border:1px solid #D3D3D3;
	margin: 0px 0;
	padding: 0px 10px 10px 10px;
	clear:both;
}


input, textarea, select { 
	/*float: left;*/
	background: #fafafe;
	padding: 3px 5px; 
	border: 1px solid #e2e2e6;
	color: #464b5a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.1);
}
select { padding: 5px; }
input:focus, textarea:focus, select:focus { background: #f6f6fa; border-color: #ceced2; outline: none; }
input:hover, textarea:hover, select:hover { background: #f6f6fa; border-color: #ceced2; outline: none; }
label { /*float: left;*/ padding: 5px 0; }

.row, .formbuttons { float: left; width: 100%; }
.formbuttons { margin: 20px 0; }
.inputbox { float: left; width: 300px; margin-right: 40px; }
.fullinputbox { float: left; width: 100%; margin-top: 10px; }
.inputbox.last { margin-right: 0; }
.inputbox input { float: left; width: 288px; }
.inputbox select { float: left; width: 300px; }
.inputbox textarea, .fullinputbox textarea { float: left; width: 968px; }
/* - Validation - Error - */
.validationerror { border: 2px solid #f53c3c; padding: 20px; margin-bottom: 10px; display: block; }
.validationerror h4 { color: #f53c3c; margin: 0; padding: 0 0 10px 0; }
.validationerror ul { color: #f53c3c; }
.validationerror ul li { float: left; width: 100%; display: block; padding: 0 0 0 15px; line-height: 12px; }
.validationerror { display: none; }
/* - Validation - Success - */
.validationsuccess { float: left; margin: 20px 0; width: 976px; border: 2px solid #69b964; }
.validationsuccess h4 { color: #69b964; padding: 15px 20px; margin-bottom: 0; }

/* Quick Reservation Form */
#quick-reservation-form .required-big-star { float: left; font-size: 11px; }

#quick-reservation-form h2 { font-size: 16px; padding-bottom: 5px; }
#quick-reservation-form .inputbox-thin { float: left; width: 200px; }
#quick-reservation-form .selectbox-thin { float: left; width: 90px; margin-right: 20px; }
#quick-reservation-form .selectbox-thin.last { margin-right: 0; }
#quick-reservation-form input { width: 188px; }
#quick-reservation-form select { width: 90px; }

.quick-validationerror { padding: 10px; }
.quick-validationerror h4 { font-size: 13px; }
.quick-validationerror ul li { font-size: 12px; padding: 0; line-height: normal; }

.quick-validationsuccess { width: 196px; }
.quick-validationsuccess h4 { font-size: 13px; padding: 10px; }

/* Shortcodes */
/* - Columns - */
.column { float: left; margin-bottom: 20px; }
.column.left { text-align: left; }
.column.center { text-align: center; }
.column.right { text-align: right; }

.full { float: left; width: 100%; }

/* -- Full Page Columns -- */
#page-full .one-half { width: 470px; margin-right: 40px; }
#page-full .one-half.last { margin-right: 0 !important; clear: none; }
#page-full .one-third { width: 300px; margin-right: 40px; }
#page-full .two-third { width: 640px; margin-right: 40px; }
#page-full .one-third.last, #page-full .two-third.last { margin-right: 0 !important; clear: none; }

/* -- Page Columns -- */
#page-left .one-half, #page-right .one-half { width: 350px; margin-right: 40px; }
#page-left .one-half.last, #page-right .one-half.last { width: 350px !important; margin-right: 0 !important; padding-right: 0 !important; clear: none; }
#page-left .one-third, #page-right .one-third { width: 220px; margin-right: 40px; }
#page-left .two-third, #page-right .two-third { width: 480px; margin-right: 40px; }
#page-left .one-third.last, #page-left .two-third.last, #page-right .one-third.last, #page-right .two-third.last { margin-right: 0 !important; padding-right: 0 !important; clear: none; }
#page-left .one-third.last, #page-right .one-third.last { width: 220px !important; }
#page-left .two-third.last, #page-right .two-third.last { width: 480px !important; }

.divider { float: left; width: 100%; height: 0px; border-top: 1px solid #ececf0; margin:0; }
.divider-dotted { float: left; width: 100%; height: 1px; background: url("images/line-dotted-content.png") left top repeat-x; margin: 10px 0 20px 0; }

/* Elements */
.left { float: left; text-align: left; }
.alignleft { float: left; text-align: left; }
.aligncenter { float: left; text-align: center; }
.right { float: right; text-align: right; }
.alignright { float: right; text-align: right; }
.alignjustify { float: left; text-align: justify; }
.nodisplay { display: none; }

img.alignleft { margin: 0 25px 25px 0; }
img.aligncenter { margin: 0 25px 25px 25px; }
img.alignright { margin: 0 0 25px 25px; }

ul.list { float: left; width: 100%; margin: 10px 0 20px 0; }
ul.list li { padding: 5px 0 5px 25px; background: url("images/point-content.png") 10px 13px no-repeat; }

blockquote { float: left; border-left: 3px solid #dedee2; padding: 5px 20px; font: 14px "Droid Serif", Georgia, Times, serif; font-style: italic; margin: 10px 0 20px 0; color: #969baa; line-height: 22px; }
#page-full blockquote { width: 937px; }
#page-left blockquote, #page-right blockquote { width: 697px; }
pre { float: left; border-top: 1px solid #ececf0; border-right: 1px solid #dedee2; background: #f8f8fd; padding: 0 20px; color: #787d8c; margin: 10px 0 30px 0; background: url("images/bg-pre-code.png") left top repeat-y; line-height: 25px; }
#page-full pre { width: 939px; }
#page-left pre, #page-right pre { width: 699px; }

/* Contact Page - Google Map */
#googlemap { float: left; width: 980px; margin: 20px 0; text-align: center; }
#googlemap iframe { float: left; }
/* Contact Form */
#contactform { float: left; width: 980px; }

/* WP Admin Bar */
#wpadminbar { z-index: 1000 !important; }

/* WP Captions */
.wp-caption { font-size: 11px; text-align: left; color: #646478; margin: 10px 0 20px 20px; }
.wp-caption-text { text-align: left; padding-bottom: 5px; }
.wp-caption img, .wp-caption img a { border: none; margin: 0; padding: 0; }
.gallery-caption { font-size: 11px; text-align: left; color: #646478; margin: 10px 0 20px 20px; }
.sticky {  }

/* Added by mrom */
.aTable    { display: table; }
.aTableRow       { display: table-row; }
.aTableHeading    { display: table-header-group; }
.aTableBody    { display: table-row-group; }
.aTableFoot    { display: table-footer-group; }
.aTableCell, .aTableHead  { display: table-cell; }   /* border: 1px solid #999999} */

/* By Post Author */
.bypostauthor { background: white; }

/* Added for Youtube Channel plugin */
.youtube_channel.ytc_wall_1-6 .ytc_video_container {
    padding: 5px;
    box-sizing: border-box;
}
.youtube_channel.ytc_wall_1-6 .ytc_video_container:not(:first-child) {
    max-width: 33.333%;
}
@media screen and (max-width: 768px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(:first-child) {
        max-width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(:first-child) {
        max-width: 100%;
    }
}

/* 
	XXX ADDED 9/4/2016 from https://sridharkatakam.com/splitting-gravity-forms-fields-into-2-columns/ 
*/

ul.gform_fields {
-moz-column-count: 2;
-moz-column-gap: 2.5em;
-webkit-column-count: 2;
-webkit-column-gap: 2.5em;
column-count: 2;
column-gap: 2.5em;
}

/*.page_content:after { 
.gform_page_fields:after { */
.gform_body:after { 
    content:"";
    position: absolute;
    /*position: relative; */
    z-index: 9999;
    float: right;
    top: 85%;
    bottom: -10%;
    left: 50%;
    /* border-left: 2px dotted #D0D0D0; */
}

.gform_wrapper.two-column_wrapper {
	max-width: 100%;
}

.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
	display: none;
}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
	display: block;
}

.gform_wrapper.two-column_wrapper ul.one-half {
	margin-left: 6% !important;
	width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
	margin-left: 0 !important;
}

#input_3_2,
#input_3_3,
#input_3_4 {
	width: 100%;
}

.gform_wrapper .gsection {
	border-bottom: none !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
	padding: 0 !important;
}

@media only screen and (max-width: 1075px) {
	
	.gform_wrapper.two-column_wrapper ul.one-half {
		width: 100%;
	}
	
	.gform_wrapper.two-column_wrapper ul.one-half {
		margin-left: 0 !important;
	}
	
	.gform_wrapper .gsection {
		display: none !important; /* remove !important if it's not needed */
	}
	
	#gform_wrapper_3 li {
		margin-bottom: 10px;
	}
	
}
