/*  
Theme Name: Grand
Theme URI: http://www.grandcafelounge.com
Description: 
Version: 1.0
Author: Constantinos Davanos
Author URI: 

*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	outline: none;
	border: 0;
	}

body {
	font: 100% Arial, Helvetica;
	color: #fff;
   background-color: #0f0f0f;
	}
#head{
	width: 100%;
	height: 87px;
	background: url('images/head_bg.gif') 0 0 repeat-x;
	border-bottom: 1px solid #4f4510;
}
#header{
	width: 930px;
	margin: 0 auto;
}

#logo{
	float: left;
}

#serving{
	float: right;
	text-align: right;
	margin-top: 20px;
	color: #fff;
	font-size: 11px;
}


#nav{
	clear: both;
	width: 100%;
	height: 350px;
	background: url('images/home.jpg') top center no-repeat;
	border-bottom: 3px solid #222;
}

#nav.menu{
	background: url('images/menu.jpg') top center no-repeat;
}
#nav.catering{
	background: url('images/catering.jpg') top center no-repeat;
}

#nav.single{
	height: 350px;
}

#nav_content{
	position: relative;
	width: 910px;
	margin: 0 auto;
}

#tag{
	position: absolute;
	top:230px;
	left: 250px;
	color: #fff;
	display: block;
	font-size: 30px;
	background: url('images/menu_trans.png');	
	font-weight: bold;
	padding: 3px;
}

#tag small{
	font-size: 16px;
	font-weight: bold;
	
}
#main_menu{
	width: 210px;
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	padding-top: 70px;
	text-transform: uppercase;
}

#main_menu ul{
	list-style: none;
}
#main_menu li{
	margin-bottom:5px;
}

#main_menu li.current_page_item a{
	background: #bd9503;
	color: #000;
}

#main_menu a{		
	text-decoration: none;
	color: #fff;
	letter-spacing: -1px;
	padding: 1px 5px 1px 5px;
	background: url('images/menu_trans.png');
}

#main_menu a.current{
	background: #bd9503;
	color: #000;
}

#content{
	position: relative;
	width: 910px;
	margin: 0 auto;
}
.highlight{
	color: #bd9503;
}
#left{
	float: left;
	width: 210px;
	padding-top: 20px;
}
#left.cater{
	padding-top: 0px;
}
#right{
	float: right;
	position: relative;
	width: 660px;
	color: #6d6d6d;
	padding-top: 20px;
}
#right.cater{
	padding-top: 0px;
}
#right.menu{
	background-color: #131313;
	padding: 0px 0px 20px 0px;
}

#right .title{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#right .excerpt{
	font-size: 11px;
	line-height: 18px;
}

#row1{
	width: 660px;
	border-bottom: 1px solid #232323;
	overflow: auto;
}

#row1 img{
	padding-bottom: 10px;
}
#row1_1{
	float: left;
	width: 465px;
}

#row1_2{
	float: right;
	width: 175px;
}

#row2{
	width: 660px;
	padding-top: 20px;
	overflow: auto;
}
#row2_1{
	float: left;
	width: 175px;
}
#row2_2{
	float: left;
	width: 175px;
	margin-left: 60px;
}
#row2_3{
	float: left;
	width: 175px;
	margin-left: 60px;
}
#row2 img{
	padding-bottom: 10px;
}
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #fff;
	text-decoration:none
	}

a:hover, a:active {
	color: #fff;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */





#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #3c78a7;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	padding-top: 20px;
	}

h1.menu{	
	padding-bottom: 50px;
}

h2 {
	font:1.7em Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	}
	
h2.title{
	padding-top: 20px;
	padding-bottom: 20px;
}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.2em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}


#featured {
	width:215px;
	float:left;
	}
	
#featured .block{
	display: block;
	background: #131313;
	border-bottom: 1px solid #212121;
	padding-top: 15px;
	margin-bottom: 30px;
	text-decoration: none;
	
}

.block p{
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}

#featured .block:hover{
	background: #050505;
	border-bottom: 1px solid #131313;
}

#featured .block:hover .title{
	color: #bd9503;
}
#featured .title{
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 10px;
}
#featured .date{
	font-size: 9px;
}


#social{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
}

#social img{
	margin-right: 20px;
}
#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}



#bottom {
	width: 940px;
	}



#content h2.title {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin: 0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}



/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	border-top: 3px solid #222;
	background: #000;
	margin-top: 40px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	}

#footer_content{
	width: 910px;
	margin: 0 auto;
}

#footer_content ul{
	list-style: none;
}

#footer_content li{
	display: inline;
	margin-right: 20px;
}
	
div#left-column {
	width: 280px;
	float: left;
	clear: none;
}
	
div#right-column {
	width: 280px;
	float: right;
	clear: none;
}

#tabs{
	position: absolute;
	top: -30px;
}

#tabs ul{
	list-style-type: none;
}

#tabs ul li{
	display: inline;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	
}

#tabs ul li a{
	display: block;
	float: left;
	background: #131313;
	padding: 0px 25px 0px 25px;
	margin-right: 1px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: none;
}

#tabs ul li a:hover{
	background: #212121;
}

#tabs ul li a:active{
	background: #212121 url("images/menu_bg.gif") repeat-x;
	background-position: 0px -31px;
}

#tabs ul li a.current{
	background: #131313;
	height: 33px;
	border-right: 1px;
	border-left: 1px;
	color: #bd9503;
}

#tabs-1{
	clear:both;
	padding-top: 20px;
}

#tabs-1 ul{
	list-style: none;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs-hide{
	display: none;
}

#foodmenu{
	clear: both;
	padding:20px 5px 20px 5px;
}

#foodmenu ul{
	list-style: none;
}

#foodmenu li{
	height: 30px;
	margin-bottom: 2px;
}

#foodmenu li a{
	display: block;
	background: #212121;
	padding: 5px 0px 5px 5px;
	color: #999;
}
#foodmenu li a:hover{
	display: block;
	background: #131313;
	padding: 5px 0px 5px 5px;
	color: #999;
}
#foodmenu li.ui-tabs-selected a{
	color: #bd9503;
	text-decoration: underline;
}
.food{
	color: #fff;
	border-collapse: collapse;
	padding: 1px;
	margin: 0px;
	font-size: 13px;
	width: 660px;
}

.foodtitle{
	color: #bd9503;
	font-size: 15px;
}

.food .noback{
	background-color: #0f0f0f;
	font-size: 13px;
}

.food tr{
	background-color: #212121;
	margin-bottom: 10px;
}

.food td{
	padding: 5px 0px 5px 5px;
	border-bottom: 3px solid #0f0f0f;
}


.single_left{
	float:left;
	width: 580px;
}

.single_left p{
	font-size: 13px;
	margin-bottom:20px;
}

.single_right{
	float: right;
	width: 300px;
}

.wpcf7 p{
	margin-bottom: 20px;
}