/*
Theme Name: Builder Child Theme - Entrée
Theme URI: http://ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.0
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 1em;
	line-height: 1.5;
	color: #222;
	font-family: Georgia, Times, serif;
}
input, select, textarea {
	font-family: Georgia, Times, serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, ul, ol, dl, label {
	margin-top: .5em;
	margin-bottom: .5em;
}
a img {
	margin: 0;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #392D1F url('images/bg.jpg') top left repeat;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #282E2E;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #818888;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-family: 'Lobster', Georgia, Times, serif;
	font-size: 2em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 2em auto;
	border: 0em solid #fff;
	display: block;
}

/*********************************************
	Default Module
*********************************************/
.builder-module {
	background: transparent;
	margin-bottom: 1em;
}
.builder-module-element {
/*	width: 100%;*/
}

/*.middle .builder-module-element {
	padding: 0 1em;
}
.left .builder-module-element {
	padding: 0 1em 0 0;
}
.right .builder-module-element {
	padding: 0 0 0 1em;
}*/

/*********************************************
	Neighboring Module Rules
*********************************************/
.builder-module-navigation.builder-module-before-navigation {
	margin-bottom: 0;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	text-align: left;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0 0 1.5em 0;
	padding: .75em;
	color: #333;
	background: transparent;
}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 4px;
}
.builder-module-block-outer-wrapper .left .widget,
.builder-module-block-outer-wrapper .middle .widget {
	margin-right: 0;
	padding-right: 0;
}
.builder-module-block-outer-wrapper .middle .widget,
.builder-module-block-outer-wrapper .right .widget {
	margin-left: 0;

}
.builder-module-block-outer-wrapper.left .builder-module-element,
.builder-module-block-outer-wrapper.middle .builder-module-element {
	margin-top: .75em;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	margin-top: .75em;
}
h4.widget-title {
	margin: 0;
	padding: 7px 20px 16px;
	color: #3E6D7E;
	font-size: 1.6em;
	line-height: 1.37em;
}
.widget-title-tl {
	background: url('images/widget-title-bg.png') -10px -9px no-repeat;
	position: relative;
}
.widget-title-tr {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: url('images/widget-title-bg.png') 0 -9px no-repeat;
}
.widget-title-bl {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 9px;
	background: url('images/widget-title-bg.png') -10px 0 no-repeat;
}
.widget-title-br {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 9px;
	background: url('images/widget-title-bg.png') 0 0 no-repeat;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}
.widget-wrapper-tl {
	background: url('images/widget-bottom-bg.png') -46px 0 no-repeat;
	position: relative;
	padding: 0 30px 10px;
}
.widget-wrapper-tr {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 31px;
	height: 100%;
	background: url('images/widget-bottom-bg.png') 0 0 no-repeat;
}
.widget-wrapper-bl {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: url('images/widget-bottom-bg.png') -46px -2985px no-repeat;
}
.widget-wrapper-br {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 31px;
	height: 15px;
	background: url('images/widget-bottom-bg.png') 0 -2985px no-repeat;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: .7em;
	line-height: 2.75em;
	background: #F5F5F5 url('images/nav-bg.jpg');
	display: block;
	height: 3.5em;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	height: 3.5em;
}
.builder-module-navigation li {
	margin: 0 2.5em 0 0;
	background: transparent;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 3em;
	padding: .25em .25em;
	margin: 0;
	height: 1.4em;
	font-weight: normal;
	background: #F5F5F5 url('images/nav-bg.jpg');
	font-style: normal;
}
.builder-module-navigation li a:hover {
	color: #282E2E;
	text-decoration: none;
	background: #F5F5F5 url('images/nav-bg.jpg');
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	color: ##282E2E;
	background: transparent;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 20em;
	border: none;
	text-align: left;
	margin: 0;
	background: transparent;
	background: #F5F5F5 url('images/nav-bg.jpg');
}
.builder-module-navigation li li {
	width: 20em;
	background: transparent;
	margin: 0;
	border: 1px solid #343434;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-naviation li li:first-child {
	margin-bottom: -1px;
	background: #F5F5F5 url("http://georgesrestaurant.com/wp-content/uploads/2010/09/Yellow-grunge-nav1-1024x161.png");
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: #F5F5F5 url("http://georgesrestaurant.com/wp-content/uploads/2010/09/Yellow-grunge-nav1-1024x161.png")
}
.builder-module-navigation li li a:hover {
	background: #F5F5F5 url('images/nav-bg.jpg');
	color: #020302;
	text-shadow: none;
}
.builder-module-navigation li ul ul {
	margin: -3.5em 0em 0em 20em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar h4.widget-title {
	font-size: 1.5em;
	line-height: 1.304;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: transparent;
	margin: 0;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #262626;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #3E6D7E;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image {
	margin-bottom: 0;
}
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1.5em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1.5em;
}

/*********************************************
	HTML Module
*********************************************/

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	margin: 0;
	padding: 0 .75em;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
}
#single-post-content {
	border: 1px solid transparent;
	padding: 1em;
}
.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post-title h1 {
	font-size: 4em;
	color: #282E2E;
	line-height: .95em;
}
.post-title h2,
.post-title h3 {
	clear: both;
	color: #282E2E;
	font-size: 4em;
	line-height: .4em;
	padding: 0 0 .3em .25em;
}
.content-title-tl {
	background: url('images/widget-title-bg.png') -10px -9px no-repeat;
	position: relative;
}
.content-title-tr {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: url('images/widget-title-bg.png') 0 -9px no-repeat;
}
.content-title-bl {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 9px;
	background: url('images/widget-title-bg.png') -10px 0 no-repeat;
}
.content-title-br {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 9px;
	background: url('images/widget-title-bg.png') 0 0 no-repeat;
}
.content-wrapper-tl {
	background: url('images/widget-bottom-bg.png') -46px 0 no-repeat;
	position: relative;
	padding: 1px 27px 10px;
}
.content-wrapper-tr {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	background: url('images/widget-bottom-bg.png') 0 0 no-repeat;
}
.content-wrapper-bl {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: url('images/widget-bottom-bg.png') -46px -2985px no-repeat;
}
.content-wrapper-br {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 15px;
	background: url('images/widget-bottom-bg.png') 0 -2985px no-repeat;
}
.post-title a {
	text-decoration: none;
	color: #3E6D7E;
	font-size: .4em;
	width: 100%;
	font-style: normal;
}
.post-title-bottom {
	background: url('images/widget-title-bottom.png') top left no-repeat;
	height: 6px;
	margin-left: -.03em;
}
.post-title-bottom-rt {
	background: transparent url('images/widget-title-bottom-rt.png') top right no-repeat;
	height: 6px;
	margin: -6px -.03em 0 0;
}
.post-content-area {
	background: transparent;
	margin-top: -4px;
	margin-right: 1px;
}
.post-content-area-inner {
	padding: .5em 1em 1em 1em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #D8D8D8;
	border-radius: 0 0 .9em .9em;
		-moz-border-radius: 0 0 .9em .9em;
		-webkit-border-bottom-left-radius: .9em;
		-webkit-border-bottom-right-radius: .9em;
		-khtml-border-radius: 0 0 .9em .9em;
	box-shadow: 1px 2px 2px #999999;
		-moz-box-shadow: 1px 2px 2px #999999;
		-webkit-box-shadow: 1px 2px 2px #999999;
		-khtml-box-shadow: 1px 2px 2px #999999;
}
.post .post-title a:hover {
	color: #6695A6;
}
.post .post-meta,
.post .post-meta * {
	padding: 0;
	margin: 0;
}
.post .post-meta {
	font-size: 1.75em;
	line-height: 1em;
	font-weight: normal;
	margin: .5em 0;
	color: #222;
}
.post .post-meta a {
	color: #FFFFFF;
}
.post .post-meta a:hover {
	color: #262626;
	text-shadow: 0 1px 0 #454F54;
	text-decoration: none;
}
.post-meta .day {
	display: block;
	color: #3E6D7E;
	font-size: .9em;
	background: url('images/date-bg.png') top left no-repeat;
	padding: 3px 25px 10px;
	margin-left: -20px;
	line-height: 1;
	float: left;
	width: 60px;
}
.post-meta .month {
	font-size: .6em;
	font-style: italic;
	margin-left: -30px;
}
.post-meta .year {
	font-size: .6em;
	font-style: italic;
}
.post-meta .day-post {
	font-size: .75em;
	font-style: italic;
}
.post-meta .month-post {
	font-size: .75em;
	font-style: italic;
}
.post-meta .year-post {
	font-style: italic;
	font-size: .75em;
}
.post .entry-attachment .attachment {
	text-align: center;
}
.post.attachment .meta-bottom {
	background: transparent;
}

.post-content {
	margin-top: .5em;
	clear: both;
}
.page-title {
	font-size: 1.75em;
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: .875em;
}
.builder-template-404 h3 {
	line-height: 1;
	font-family: 'Lobster', Georgia, Times, serif;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 1em .5em .5em .5em;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	border: 1px solid #CFCFCF;
	background: transparent;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto !important;
	height: auto !important;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	border: 1px solid #CFCFCF;
	background: transparent;
	padding: .5em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
}

.hentry .wp-caption-text {
	text-align: left;
	margin: 0;
	padding: .5em;
	line-height: 1;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both;
}
.meta-bottom {
	border-top: 1px solid #D7D7D7;
	margin-top: 1.5em;
	padding-top: 1.4em;
}
.meta-bottom * {
	padding: 0;
	margin: 0;
}
.meta-bottom .alignleft {
	width: 40%;
	margin-right: 0;
}
.meta-bottom .alignright {
	width: 50%;
}
.meta-bottom .categories {
	font-style: italic;
}
.meta-bottom .categories a {
	font-style: normal;
}
.meta-bottom .comments {
	clear: both;
}
.meta-bottom .comment-number {
	display: block;
	color: #3E6D7E;
	font-size: 1.6em;
	background: url('images/date-bg.png') top left no-repeat;
	padding: 3px 0 10px 23px;
	margin-left: -20px;
	line-height: 1;
	float: left;
	width: 60px;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 3px 1.5em 0;
	padding: 0;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style-type: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-khtml-border-radius: 0.5em;
	box-shadow: 1px 2px 2px #666666;
		-moz-box-shadow: 1px 2px 2px #666666;
		-webkit-box-shadow: 1px 2px 2px #666666;
		-khtml-box-shadow: 1px 2px 2px #666666;
	background: #FFFFFF;
	overflow: hidden;
}
#comments .children {
	margin: 0;
}
#comments .children li {
	margin-bottom: 0;
}
#comments .comment.depth-2,
#comments .comment.depth-4,
#comments .comment.depth-6,
#comments .comment.depth-8,
#comments .comment.depth-10 {
	background: #FAFAFA;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	margin: 1.5em 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 4px;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 50%;
}
#commentform input,
#commentform textarea {
	margin: 0;
	border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-khtml-border-radius: 0.5em;
	box-shadow: 1px 2px 2px #666666;
		-moz-box-shadow: 1px 2px 2px #666666;
		-webkit-box-shadow: 1px 2px 2px #666666;
		-khtml-box-shadow: 1px 2px 2px #666666;
}
#commentform #comment {
	width: 90%;
	height: 18em;
/*	padding: 1.45em;*/
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
/*	margin: .75em 0 .75em;*/
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	background: url('images/blockquote.png') top left no-repeat;
	margin: 1.5em 6em 1.5em 0;
	padding: 0 0 0 6em;
	color: #666666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #CD9559;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #CD9559;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #DCBD8B;
	border: 1px solid #653600;
	padding: .2em .3em;
	border-radius: .5em;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		-khtml-border-radius: .5em;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
input[type=submit] {
	color: #653600;
	border: none;
	font-size: 1.3em;
	display: inline-block;
	margin: 0;
	padding: .2em .5em;
	background-color: #DCBD8B;
	background: -moz-linear-gradient(top, #D1A472, #DCBD8B), #DCBD8B;
	background: -webkit-gradient(linear, left top, left bottom, from(#D1A472), to(#DCBD8B)), #DCBD8B;
	border-radius: .5em;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		-khtml-border-radius: .5em;
}
input[type=submit]:hover {
	background-color: #D1A472;
	background: -moz-linear-gradient(top, #DCBD8B, #D1A472), #D1A472;
	background: -webkit-gradient(linear, left top, left bottom, from(#DCBD8B), to(#D1A472)), #dcbd8b;
}
input[type=submit]:active {
	background-color: #D1A472;
	background: -moz-linear-gradient(top, #DCBD8B, #D1A472), #D1A472;
	background: -webkit-gradient(linear, left top, left bottom, from(#DCBD8B), to(#D1A472)), #dcbd8b;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
input[type=text], input[type=password], textarea {
	max-width: 95%;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/
#social-tags {
	position: fixed;
	width: 95px;
	height: 100%;
	right: 0;
	left: auto;
	margin-right: 0;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
}
#social-tags a {
	position: relative;
	right: -50px;
	margin: 0;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.post img.wp-smiley {
	border: none;
}


/*********************************************
	Builder Blocks - Restaurant
*********************************************/
.restaurant_menu_item .attachment-post-thumbnail {
	display: block;
	margin-bottom: 1em;
	
	-moz-box-shadow: 1px 2px 2px #999999;
	-webkit-box-shadow: 1px 2px 2px #999999;
	-khtml-box-shadow: 1px 2px 2px #999999;
	box-shadow: 1px 2px 2px #999999;
}
.restaurant_menu_item .description {
	max-width: 600px;
}
.restaurant_menu_item .price-details {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-right: 2px;
}
.restaurant_menu_item .price {
	display: block;
	color: #282E2E;
	font-size: 2em;
	line-height: 1;
}
.restaurant_menu_item .pricing-options {
	margin-top: 1em;
	list-style: none;
	text-align: right;
	font-style: italic;
}

.archive .menu-item-course-header,
.page-template .menu-item-course-header {
	clear: both;
	margin-bottom: 10px;
}
.archive .menu-item-course-header a,
.page-template .menu-item-course-header a {
	font-style: normal;
}
.archive .menu-item-course-name,
.page-template .menu-item-course-name {
	font-size: 2em;
	padding: 0 10px 0 15px;
}

.archive .restaurant_menu_item,
.archive .restaurant_location,
.page-template .restaurant_menu_item,
.page-template .restaurant_location {
	width: 290px;
	float: left;
	margin: 0 15px 15px 0;
}
.archive .restaurant_menu_item .post-content-area,
.archive .restaurant_location .post-content-area.
.page-template .restaurant_menu_item .post-content-area,
.page-template .restaurant_location .post-content-area {
	overflow: hidden;
}
.archive .restaurant_menu_item .attachment-post-thumbnail,
.archive .restaurant_location .attachment-post-thumbnail,
.page-template .restaurant_menu_item .attachment-post-thumbnail,
.page-template .restaurant_location .attachment-post-thumbnail {
	margin: 0 auto;
}

.archive .restaurant_menu_item .price-details,
.page-template .restaurant_menu_item .price-details {
	position: relative;
	margin: 0 -25px 10px 0;
}
.archive .restaurant_menu_item .pricing-options,
.page-template .restaurant_menu_item .pricing-options {
	color: #999999;
	padding: 0 15px 5px 0;
	margin: 0;
}
.archive .restaurant_menu_item .price,
.archive .restaurant_location .directions-ribbon,
.page-template .restaurant_menu_item .price,
.page-template .restaurant_location .directions-ribbon {
	position: relative;
	height: 36px;
	float: right;
	background: url('images/price-ribbon-right.png') -5px 50% no-repeat;
	font-size: 1.8em;
	padding: 0 15px 0 15px;
}
.archive .restaurant_menu_item .price-ribbon-right,
.archive .restaurant_location .directions-ribbon-right,
.page-template .restaurant_menu_item .price-ribbon-right,
.page-template .restaurant_location .directions-ribbon-right {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: url('images/price-ribbon-right.png');
}

.archive .restaurant_location .directions-ribbon,
.page-template .restaurant_location .directions-ribbon {
	font-size: 1.2em;
	line-height: 1.8;
	color: #282E2E;
	padding: 0 15px 0 25px;
	margin: 0 -23px 10px 0;
}

.restaurant_location .location-address {
	margin-bottom: 1em;
}
.restaurant_location .meta-box-list {
	color: #282E2E;
	font-weight: bold;
}
.restaurant_location .location-directions-form p,
.restaurant_location .location-directions-form input {
	margin: 0;
}
.restaurant_location #directions_origin {
	width: 70%;
	min-width: 200px;
	margin-bottom: 1em;
}
.restaurant_location #directions_calculate_route {
	margin-left: 3em;
}
.restaurant_location .adp-placemark {
	background: transparent;
	border: none;
}
.restaurant_location .adp-placemark .adp-text {
	vertical-align: middle;
	padding-left: 1em;
}
.restaurant_location .adp-summary {
	font-size: 1.2em;
	color: #537B7A;
}
.restaurant_location .adp-substep {
	border: none;
}
.restaurant_location .adp-directions {
	color: #5A5A5A;
}

.meta-box {
	margin-bottom: 1em;
}
.meta-box-2-col .meta-box-list {
	float: right;
	width: 45%; 
	list-style: none;
}
.meta-box-2-col .meta-box-list:first-child {
	float: left;
}
.meta-box-list-header {
	color: #595959;
	text-decoration: underline;
}

.post-content img {
	max-width: 90%;
}
.post img.wp-smiley {
	border: none;
}
.nocomments {display: none;}

.post-title h1 {
    display: none;
}
.builder-module-navigation li a,.builder-module-navigation li.current_page_item li a,.builder-module-navigation li.current-cat li a {    font-family: "brush script MT", Arial, Serif !important;    font-size: 1.7em !important;	font-color:#282E2E !important;}

.builder-module-today-specials li a,.builder-module-today-specials li.current_page_item li a,.builder-module-today-specials li.current-cat li a {    font-family: "brush script MT", Arial, Serif !important;    font-size: 2em !important;}
#builder-module-4c3a295a41028 .post-content {
    font-family: "brush script MT", Arial, Serif;
    font-size: 3em;
    font-color: #ffffff
}

.widget-title {  font-family: "brush script MT", Arial, Serif !important;    font-size: 2.5em;	font-color:#282E2E !important;
}
.post #rotating-images-rotator-wrapper_1 {
    float: right
}
.page #rotating-images-rotator-wrapper_1 {
    float: right
}
.post-title a {
color:#282E2E;
font-size:0.4em;
font-style:normal;
font-family:"brush script MT",Arial,Serif !important;
text-decoration:none;
width:100%;
}
a {
color:#282E2E;
font-style:italic;
text-decoration:none;
}
a:hover {
color:#282E2E;
}
h4.widget-title {
color:#653600;
font-size:1.6em;
line-height:1.37em;
margin:0;
padding:7px 20px 16px;
}

#rotating-images-rotator-wrapper_1 img {
    margin-left:30px
}
#fscal-4c68b5 .fc-view fc-view-month fc-grid thead th {
background:none repeat scroll 0 0 #d1a472;
}
.restaurant_menu_item {
    float: left;
    margin: 0 15px 15px 0;
    width: 290px;
    height: 375px;
}
.restaurant_menu_item .price {
    background: url("images/price-ribbon-right.png") no-repeat -5px 50% transparent;
    float: right;
    font-size: 1.8em;
    height: 36px;
    padding: 0 10px;
    position: relative;
}


.content-title-tr {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: url('images/widget-title-bg.png') 0 -9px no-repeat;
}
.page-title {
border-color:transparent;
font-family:"brush script MT",Arial,Serif !important;
font-size: 3em;
}
.menu-item-course-name, .see-all
{
border-color:transparent;
font-family:"brush script MT",Arial,Serif !important;
font-size: 2em;
}
h3 {
    background: none !important;
}
#builder-module-4c32935b240b7, #builder-module-4c3a45202dbe4 .builder-module-element {
background:#fff;
} 
#builder-module-4c66fbbf13701.builder-module-widget-bar-last  {
background:#fff;
}
#builder-module-4c32935b240b7, #builder-module-4c3a45202dbe4 .builder-module-element {
background:transparent;
}
#wp-calendarLarge .event-block {
border-top:1px solid #653600;
color:#653600;
display:block;
line-height:11pt;
padding:2px 0 0 2px;
}
#builder-module-4c32935b240b7, #builder-module-4c3a45202dbe4 .builder-module-element {
background:#fff;
} 
#builder-module-4c66fbbf13701.builder-module-widget-bar-last  {
background:#fff;
}
abbr, acronym {
border-bottom:transparent;
}
.builder-module-content .post {

	margin-bottom: 1em;
        padding-bottom: 0em;

}

.builder-module-content .builder-module-element {

	margin-bottom: 1em;

	display: block;

	text-align: left;

	overflow: hidden;
        padding-bottom: 0em;

}

#rotating-images-rotator_1 img {
    margin-left: 0;
}
#text-3 .widget-title-tl,
#text-3 .widget-title-tr,
#text-3 .widget-title-bl,
#text-3 .widget-title-br,
#text-3 .widget-wrapper-tl,
#text-3 .widget-wrapper-bl,
#text-3 .widget-wrapper-tr,
#text-3 .widget-wrapper-br 
{
    background: transparent;
}
#builder-module-4c32935b240b7 .builder-module-element {
background:transparent;
}
#social-widget-3 .widget-title-tl,
#social-widget-3 .widget-title-tr,
#social-widget-3 .widget-title-bl,
#social-widget-3 .widget-title-br,
#social-widget-3 .widget-wrapper-tl,
#social-widget-3 .widget-wrapper-bl,
#social-widget-3 .widget-wrapper-tr,
#social-widget-3 .widget-wrapper-br {
    background: transparent;
}
#social-widget-3 .widget-title {
font-size: 2em;
}
.nocomments {
   display: none;
}
#respond {
   display: none;
}
#social-widget-4 .widget-title-tl,
#social-widget-4 .widget-title-tr,
#social-widget-4 .widget-title-bl,
#social-widget-4 .widget-title-br,
#social-widget-4 .widget-wrapper-tl,
#social-widget-4 .widget-wrapper-bl,
#social-widget-4 .widget-wrapper-tr,
#social-widget-4 .widget-wrapper-br {
    background: transparent;
}
#social-widget-4 .widget-title {
font-size: 2em;
}
#builder-module-4c81507c732d5 
 {background: url(http://georgesrestaurant.com/wp-content/uploads/2010/09/brick-wall1.jpg) no-repeat;
padding-bottom:0px;
margin-bottom:0px;} 

#social-widget-5 .widget-title-tl,
#social-widget-5 .widget-title-tr,
#social-widget-5 .widget-title-bl,
#social-widget-5 .widget-title-br,
#social-widget-5 .widget-wrapper-tl,
#social-widget-5 .widget-wrapper-bl,
#social-widget-5 .widget-wrapper-tr,
#social-widget-5 .widget-wrapper-br {
    background: transparent;
}
#social-widget-5 .widget-title {
font-size: 2em;
}

#builder-module-4cb5ba90885b2 {background: transparent;
padding-bottom:0px;
margin-bottom:0px;}

#text-10 .widget-title-tl,
#text-10 .widget-title-tr,
#text-10 .widget-title-bl,
#text-10 .widget-title-br,
#text-10 .widget-wrapper-tl,
#text-10 .widget-wrapper-bl,
#text-10 .widget-wrapper-tr,
#text-10 .widget-wrapper-br 
{
    background: transparent;
}
#text-10 .widget-title {
font-size: 2em;
}

#text-11 .widget-title-tl,
#text-11 .widget-title-tr,
#text-11 .widget-title-bl,
#text-11 .widget-title-br,
#text-11 .widget-wrapper-tl,
#text-11 .widget-wrapper-bl,
#text-11 .widget-wrapper-tr,
#text-11 .widget-wrapper-br 
{
    background: transparent;
}
#text-11 .widget-title {
font-size: 2em;
}
#my_calendar_today_widget-3  {
    padding-top: 100px;
    background: url(http://georgesrestaurant.com/wp-content/uploads/2010/07/Daily-specials-lg.png) no-repeat;
    height: 140px;
    font-size:18px;
    float:center;
}

#my_calendar_today_widget-3 .widget-title-tl,
#my_calendar_today_widget-3 .widget-title-tr,
#my_calendar_today_widget-3 .widget-title-bl,
#my_calendar_today_widget-3 .widget-title-br,
#my_calendar_today_widget-3 .widget-wrapper-tl,
#my_calendar_today_widget-3 .widget-wrapper-bl,
#my_calendar_today_widget-3 .widget-wrapper-tr,
#my_calendar_today_widget-3 .widget-wrapper-br {
    background: transparent;
}
#my_calendar_today_widget-3 .widget-title {
display:none;
}
#wp-calendarLarge .event-block {
color: #653600;
line-height:11pt;
}
#builder-module-4df13ac233ced .builder-module-block-outer-wrapper {
margin-bottom: -5 px;
padding-bottom: -3.5em;}

#builder-module-4df0ab8e3b734 .left .builder-module-sidebar {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
#ithemesrotatingimages-20 {
padding: 0;}
#builder-module-4df0ab8e3b6f6 {
padding-bottom: 0;
margin-bottom: 0;}

#my_calendar_today_widget-2 .widget-title-tl,
#my_calendar_today_widget-2 .widget-title-tr,
#my_calendar_today_widget-2 .widget-title-bl,
#my_calendar_today_widget-2 .widget-title-br,
#my_calendar_today_widget-2 .widget-wrapper-tl,
#my_calendar_today_widget-2 .widget-wrapper-bl,
#my_calendar_today_widget-2 .widget-wrapper-tr,
#my_calendar_today_widget-2 .widget-wrapper-br {
    background: transparent;
}
#my_calendar_today_widget-2 .widget-title {
display:none;
}
#tabber_widget-6 {
padding: 0;
margin-bottom: 0;
}
#tabber_widget-7 {
padding: 0;
margin-bottom: 0;
}
#tabber_widget-8 {
padding: 0;
margin-bottom: 0;
}
#tab-tabber_widget-8-1{
width: 450px;
}
#tabber_widget-8-content{
padding: 0;
margin-bottom: 0;
width: 450px;
}


#ithemes-billboard-9 {
padding: 0;
margin: 0;
}
#ithemes-billboard-10 {
padding: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 25px;
}

#ithemes-billboard-17 {
padding: 0;
margin-bottom: 0;
margin-top: 6px;
}
#ithemes-billboard-20 {
padding: 0;
margin-bottom: 0;
}
#ithemes-billboard-21 {
padding: 0;
margin-bottom: 0;
}
#ithemes-billboard-22 {
padding: 0;
margin-bottom: 0;
}


#ithemes-billboard-6 {
padding: 0;
margin-bottom: 0;
margin-left: 0;
margin-top: 6px;
}
#ithemes-billboard-19 {
padding: 0;
margin-bottom: 0;
margin-left: 0;
margin-top: 6px;
}
#my_calendar_today_widget-2  {
    padding-top: 100px;
    margin-left: 28px;
    background: url(http://georgesrestaurant.com/wp-content/uploads/2010/07/Daily-specials-lg.png) no-repeat;
    height: 140px;
    font-size:18px;
    float:center;
}


#builder-module-4df0ab8e3b771 {
margin: 0;
padding: 0;
}

#builder-module-4df0ab8e3b771 .left .builder-module-sidebar {
margin-top: 0;
margin-bottom: 0;
padding: 0;
width: 450px;
}
#builder-module-4df0ab8e3b734 {
margin: 0;
padding: 0;
}
#builder-module-4df139aa2a8f6  {
margin: 0;
padding: 0;
background: #CD945C;
opacity: .8;
}

#builder-module-4df0ab8e3b771 .left .builder-module-sidebar {
margin: 0;
padding: 0;
}
#builder-module-4df0ab8e3b771 {
margin: 0;
padding: 0;
}
#builder-module-4df0ab8e3b7aa {
margin: 0;
padding: 0;
background: #CD945C;
opacity: .8;
}
#builder-module-4df24ee6c50f1 {
margin: 0;
padding: 0;
background: #CD945C;
opacity: .8;
}
#builder-module-4df139aa2a883 {
margin: 0;
padding: 0;
}
#builder-module-4df0ab8e3b81d  {
margin: 0;
padding: 0;
}
#builder-module-4df0ab8e3b7aa .left .builder-module-sidebar .widget {
margin-left: 0;
padding-left: 0;
padding-top: .5em;
padding-bottom: 0;
}
#builder-module-4df0ab8e3b7aa .right .builder-module-sidebar .widget {
margin-left: 0;
padding-left: 0;
padding-top: .5em;
padding-bottom: 0;
}

#builder-module-4df0ab8e3b7aa .ithemes-billboard {
margin: 0;
padding: 0;
}
#social-widget-2 .widget-title-tl,
#social-widget-2 .widget-title-tr,
#social-widget-2 .widget-title-bl,
#social-widget-2 .widget-title-br,
#social-widget-2 .widget-wrapper-tl,
#social-widget-2 .widget-wrapper-bl,
#social-widget-2 .widget-wrapper-tr,
#social-widget-2 .widget-wrapper-br {
    background: transparent;
}
#social-widget-2 .widget-title {
font-size: 1.5em;
}

#social-widget-6 .widget-title-tl,
#social-widget-6 .widget-title-tr,
#social-widget-6 .widget-title-bl,
#social-widget-6 .widget-title-br,
#social-widget-6 .widget-wrapper-tl,
#social-widget-6 .widget-wrapper-bl,
#social-widget-6 .widget-wrapper-tr,
#social-widget-6 .widget-wrapper-br {
    background: transparent;
}
#social-widget-6 .widget-title {
font-size: 1.5em;
}

#builder-module-4df24ee6c50f1 .left .builder-module-sidebar {
margin: 0;
padding: 0;
}
#builder-module-4df24ee6c50f1 .right .builder-module-sidebar {
margin: 0;
padding: 0;
}
#builder-module-4df24ee6c50f1 .left .builder-module-sidebar .widget {
margin: 0;
padding-top: 0;
padding-bottom; 0;
padding-left: .5em;
}
#builder-module-4df24ee6c50f1 .right .builder-module-sidebar .widget {
margin: 0;
padding-top: 0;
padding-bottom; 0;
padding-left: .5em;
}
#builder-module-4df24ee6c50f1 .left .builder-module-sidebar .widget-title {
margin: 0;
padding-top: 0;
padding-bottom; 0;
padding-left: .5em;
}
#builder-module-4df24ee6c50f1 .right .builder-module-sidebar .widget-title {
margin: 0;
padding-top: 0;
padding-bottom; 0;
padding-left: .5em;
}

#builder-module-4df139aa2a883 {
margin: 0;
padding: 0;
}

#builder-module-4df139aa2a883 .left .widget-wrapper-1  {
margin: 0;
padding: 0;
}
#builder-module-4df139aa2a883 .middle .widget-wrapper-2  {
margin: 0;
padding: 0;
}
#builder-module-4df139aa2a883 .right .widget-wrapper-3  {
margin: 0;
padding: 0;
}

#builder-module-4df2b1679bf78 .builder-module.footer  {
margin: 0;
padding: 0;
}

#builder-module-4c32935b240b7 {
background: transparent;
}
#builder-module-4c32935b240b7 .post-424 .widget-title-tl,
#builder-module-4c32935b240b7 .post-424 .widget-title-tr,
#builder-module-4c32935b240b7 .post-424 .widget-title-bl,
#builder-module-4c32935b240b7 .post-424 .widget-title-br,
#builder-module-4c32935b240b7 .post-424 .widget-wrapper-tl,
#builder-module-4c32935b240b7 .post-424 .widget-wrapper-bl,
#builder-module-4c32935b240b7 .post-424 .widget-wrapper-tr,
#builder-module-4c32935b240b7 .post-424 .widget-wrapper-br {
    background: transparent;
}

