/*
Theme Name: lucycom
*/

/* main elements */
#nav li.active a, #nav li.active .sub-menu li.active a {
	color:#5e88a2;
}
p.info
{
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -15px;
}
#content .meta
{
	 margin-top: 20px;
}
.navigation {
 margin-right: 15px;
}
.navigation .next { float:right;}
.navigation  .prev { float:left;}
.post,.comments,#respond {
 clear: both;
}
#respond input {
 height: 24px;
 margin: 5px 0;
 width: 300px;
}
.commentlist {margin:0;}
#comments {clear:both;
}
#respond textarea {
 width: 300px;
}
#respond #submit {
 width:150px
}

#header .author strong {
    color: #646262;
    font-size: 26px;
}
.commentlist li {
 list-style:none;
 margin:5px;
}
.commentlist li p {
 margin:0 !important;
}
.commentlist li .avatar {
 float: left;
 margin: 5px;
}
.section{
margin-top: 20px;
}
#content .content
{
   text-align: justify;
   width: 612px;
}

/*########## Theme Modifications!!! ##########*/

/*Slider*/
#header, #header * {
	z-index:5000;
}
#slider {
	position:relative;
}
#slider img {
	position:absolute;
	display:none;
	z-index:1000;
}

/*Splitter*/
.one_half {
	width:48%
}
.one_third {
	width:30.66%
}
.one_half, .one_third {
	position:relative;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
}
.column-last {
	clear:right;
	margin-right:0 !important;
}

/*Content*/
.content h2, #sidebar.content h2 {
	margin:0 0 11px;
	line-height:21px;
	color:#5e88a2;
	font-size:18px;
	font-weight:bold;
	text-transform:none;
}
.content h3, #sidebar.content h3 {
	margin:0 0 11px;
	line-height:21px;
	color:#5e88a2;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
}
#content.content a {
	color:#0054A4;
}

/*Sidebar*/
#sidebar .widget {
	margin:0 0 30px 0;
}
#sidebar.content h2 {
	margin:25px 0 8px;
}

/*Contact*/
#sidebar.content address, #sidebar.content p, #sidebar.content dl {
	line-height:21px;
	color:#404041;
	font-size:14px;
}
#sidebar.content a {
	color:#0054A4;
}
.button, .button img {
	outline:none;
}
.button {
	display:block;
	margin:20px 0;
}
.button:hover {
	text-decoration:none !important;
}
#map_frame {
	width:558px;
	height:592px;
	padding:24px 30px 30px 24px;
	background:url(images/map_frame.png) no-repeat;
}
#map {
	width:100%;
	height:100%;
}
.toppad {
	margin-top:20px;
}
.tan {
	color:#776556;
}

/*Private Dinning*/
#mcg_cf_form {
	padding:24px 0 8px 0;
}
#mcg_cf_form .mcg_cf_pair {
	padding-bottom:8px;
}
#mcg_cf_form label {
	display:block;
	float:left;
	width:90px;
	padding-right:10px;
	text-align:right;
}
#mcg_cf_form input[type=text], #mcg_cf_form textarea {
	width:300px;
	border:1px solid #404040;
	padding:2px;
	line-height:16px;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#mcg_cf_form input[type=text] {
	height:16px;
}
#mcg_cf_form textarea {
	height:64px;
}
#mcg_cf_form input[type=submit] {
	margin-left:100px;
}

/*Fonts*/
body, body * {
	font-family: "proxima-nova-alt", Arial, Helvetica, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"museo", serif !important;
}

/********** Comedy Works Styles *******/

div.cw_title
{
	width: 100%;
	background: #5e88a2;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	margin-bottom: 1px;
}

div.cw_title h1
{
	font-size: 24px;
	line-height: 40px;
	margin: 0 10px;
	color: #FFF;
}

div.cw_eventa
{
	width:100%;
	background:#bbb;
	overflow: auto;
	margin-bottom: 1px;
	position: relative;
}

div.cw_eventb
{
	width:100%;
	background:#ccc;
	overflow: auto;
	margin-bottom: 1px;
	position: relative;
}

div.cw_eventa .head, div.cw_eventb .head, div.cw_eventp .head
{
	width: 95%;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}

div.cw_eventa .head h1, div.cw_eventb .head h1
{
	margin: 10px 10px 5px 10px;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}

div.cw_eventa .head .date, div.cw_eventb .head .date
{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	float: right;
	margin: 10px 100px 10px 10px;
}

div.cw_eventa .head .time, div.cw_eventb .head .time
{
	float: right;
	margin: 10px;
	line-height: 30px;
	font-size: 16px;
}

div.cw_eventa .cw_content, div.cw_eventb .cw_content, div.cw_eventp .cw_content
{
	padding: 10px;
}

div.cw_eventa p, div.cw_eventb p, div.cw_eventp p
{
	margin: 0 0 20px 10px;
}

div.cw_eventp
{
	width:100%;
	background:#9eb7c7;
	overflow: auto;
	margin-bottom: 1px;
}

div.cw_eventa img, div.cw_eventb img
{
	float: left;
	margin: 0 8px 10px 3px;
}

.buy_now_button {
	border-top: 1px solid #9bbf4f;
	background: #8cab48;
	background: -webkit-gradient(linear, left top, left bottom, from(#9bbf4f), to(#8cab48));
	background: -webkit-linear-gradient(top, #9bbf4f, #8cab48);
	background: -moz-linear-gradient(top, #9bbf4f, #8cab48);
	background: -ms-linear-gradient(top, #9bbf4f, #8cab48);
	background: -o-linear-gradient(top, #9bbf4f, #8cab48);
	padding: 6.5px 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,1) 1px 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 1px 1px 0;
	box-shadow: rgba(0,0,0,1) 1px 1px 0;
	color: #191919 !important;
	font-size: 15px;
	text-decoration: none !important;
	vertical-align: middle;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.buy_now_button:hover {
	border-top-color: #9bbf4f;
	background: #9bbf4f;
	color: #5e88a2;
}
.buy_now_button:active {
	border-top-color: #9bbf4f;
	background: #9bbf4f;
} 

.tab-con .default
{
	display:block !important;
}
.tab-con .content
{
	display:none;
}
.tab-con .tab
{
	display:inline-block;
	padding: 10px;
	margin:5px;
	border: 1px solid #CCC;
	font-weight:bold;
	color:#5e88a2;
	font-size:20px;
}
.tab-con .tab.active
{
	border:1px solid #5e88a2;
}

.tab-nav
{
	background-color: #aaa;
	height: 48px;
	position: relative;
}

.tab-nav #left
{
	float: left;
}

.tab-nav #right
{
	float: right;
}

.tab-nav #top
{
	margin: 0 auto;
	display: block;
	width: 48px;
}
