/*
Theme Name: Lido Cafe
Author: Pedro Duarte
Author URI: http://peduarte.com/
Description: Theme custom made for The Lido Cafe
Version: 1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearFix:after {
content:" ";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}
.clearFix {display:inline-block;}
/* mac hide \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* End hide */
br.clearFix {
	width: 100%;
	clear: both;
}
img {border:none;}


/*****************************************************************

	STRUCTURE

*****************************************************************/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	line-break: 22px;
	clear: both;
	margin-bottom: 20px;
}

h1, h2, h3 {
	font-family: "FuturaStdBook"
}

p, ul, ol {
	margin-bottom: 21px;
	font-size: 13px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #78cdde;
		-o-transition: all ease-in-out .1s; 	
		-moz-transition: all ease-in-out .1s; 
		-webkit-transition: all ease-in-out .1s; 	
}

a:hover {
	text-decoration: underline;
}

.alignnone {
	display: block;
	margin-bottom: 14px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right:
	margin-left: 20px;
}

.big-title {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 0 0 30px;
    padding: 15px 0;
}

#cream {
	width: 960px;
	margin: 0 auto;
	border-top: 5px solid #78cdde;
	padding-top: 30px;
}

input[type=text],
input[type=email],
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	padding: 4px 8px;
	border: 1px solid #999;
	color: #666;
		-o-transition: box-shadow ease-in-out .2s;	
		-moz-transition: box-shadow ease-in-out .2s;	
		-webkit-transition: box-shadow ease-in-out .2s;		
}

input[type=text],
input[type=email] {
	margin-right: 15px;
	width: 202px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #222;
	box-shadow: 0 0 3px #ccc;
}

textarea {
	width: 554px;
}

label {
	line-height: 25px;
	color: #666
}

input[type=submit] {
	width: 220px;
	text-align: center;
	font-family: "FuturaStdBook";
	font-size: 14px;
	padding: 4px 0;
	background: #222;
	color: #fff;
	border: none;
	cursor: pointer;
		-o-transition: background ease-in-out .2s;
		-moz-transition: background ease-in-out .2s;
		-webkit-transition: background ease-in-out .2s;		
}

input[type=submit]:hover {
	background: #666;
}


/*****************************************************************

	HEADER

*****************************************************************/

header .logo {
	background-image: url('images/logo.gif');
	width: 300px;
	height: 67px;
	text-indent: -9999px;
	display: block;
}

header #header-top {
	padding-bottom: 27px;
	border-bottom: 1px solid #333;
	position: relative;
}

header #header-top h1 {
	margin: 0;
}

header .header-info {
	position: absolute;
	left: 320px;
	top: 28px;
}

header .header-info span {
	margin-right: 15px;
}

header .header-info span a {
	color: #222;
}

header nav {
	display: block;
	margin-top: 1px;
	border-top: 3px solid #333;
	margin-bottom: 23px;
}

header nav ul {
	list-style: none;
	margin: 0;
}

header nav li {
	font-family: "FuturaStdBook";
	font-size: 16px;
	margin-right: 20px;
	float: left;
	position: relative;
}

header nav li a {
	padding: 16px 0 10px;
	line-height: 22px; 
	display: block;
	color: #666;
	text-decoration: none;
}

header nav li a:hover,
header nav li.current-menu-item a,
header nav li.current-menu-parent a {
	color: #222;
	text-decoration: none;
}

header nav li.current-menu-item a {
	border-bottom: 3px solid #78CDDE;
	padding-bottom: 7px;	
}

header nav .sub-menu {
	display: none;
	position: absolute;
	z-index: 10000;
	background: rgba(255, 255, 255, .8);
	padding: 10px;
	width: 120px;
	box-shadow: 0 0 5px rgba(102, 102, 102, .8);
}

header nav .sub-menu li {
	float: none;
}

header nav .sub-menu li a {
	padding: 5px 0;
	font-size: 14px;
	line-break: 18px;	
}

header nav li.current-menu-item li a {
	border-bottom: 5px;
	border: none;
}

/*****************************************************************

	MAIN CONTAINER

*****************************************************************/

#latte {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

#sugar {
	float: left;
	width: 580px;
	padding-right: 40px;
}

#sugar .content {
	padding-top: 20px;
}

#sugar .content:first-child {
	padding-top: 0;
}

#sugar h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 14px;
}


#booking-frame {
	width: 300px;
	height: 460px;
	float: left;
	margin-left: -18px;
}

.booking-side {
	width: 238px;
	float: right;
	margin-top: 8px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 20px;
}

#sugar .booking-side .widgettitle {
	border-bottom: 0;
	padding: 0;
	font-size: 14px;
}

/*****************************************************************

	SLIDESHOW

*****************************************************************/

#slider {
    width:960px; /* Make sure your images are the same size */
    height:480px; /* Make sure your images are the same size */
    margin-bottom: 30px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	display: none!important;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:0;
	bottom: 0;
	z-index:9;
	cursor:pointer;
	width: 80px;
	background: rgba(255, 255, 255, .5);
	text-indent: -9999px;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-directionNav a span {
	background-image: url('images/slide-arrows.png');
	display: block;
	width: 26px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -13px;
}

.nivo-directionNav a.nivo-prevNav span {
	background-position: -150px -44px;
}

.nivo-directionNav a.nivo-prevNav:hover span {
	background-position: -150px -132px;
}

.nivo-directionNav a.nivo-nextNav span {
	background-position: -44px -44px;
}

.nivo-directionNav a.nivo-nextNav:hover span {
	background-position: -44px -132px;
}

/* Control nav styles (e.g. 1,2,3…) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*****************************************************************

	SIDEBAR

*****************************************************************/

#sidebar {
	float: right;
	width: 300px;
}

#sidebar h2, #sidebar h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 14px;
}

#sidebar .spices {
	margin-bottom: 30px;
}

#sidebar .spices ul {
	list-style: none;
}

#sidebar .spices li {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#sidebar .spices li.cat-item {
	margin-bottom: 0;
	color: #666;
}

#sidebar .spices li img {
	float: left;
	margin-right: 20px;
}

#sidebar .spices li p {
	margin: 0;
}

#sidebar .spices li .date {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	color: #666;
}

#sidebar .spices li .entry-meta {
	display: block;
	font-size: 11px;
}

#sidebar .spices li .entry-meta a {
	color: #666;
}

#sidebar .spices #twitter_update_list li {
	margin-bottom: 12px;
}

#sidebar .spices #twitter_update_list span {
	display: block;
}

#sidebar .spices .textwidget a {
	margin-right: 10px;
}

#sidebar #newsletter h3 {
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

#sidebar #newsletter input[type=text],
#sidebar #newsletter input[type=email] {
	width: 165px;
}

#sidebar #newsletter input[type=submit] {
	width: 190px;
}

#sidebar #newsletter fieldset {
	margin-bottom: 20px;
}

/* Search */

#searchform {
	overflow: hidden;
}

#searchform input[type=text]{
	float: left;
	width: 187px
}

#searchform input[type=submit] {
	float: left;
	width: 80px;
	padding: 2px 0 1px;
}

/*****************************************************************

	MENU PAGE

*****************************************************************/

#menu ul {
	text-align: center;
	margin: 0;
}

#menu li {
	display: inline;
	font-family: "FuturaStdBook";
	margin: 0 3px;
	font-size: 0;
}

#menu li a {
	font-size: 16px;
	background: #999;
	padding: 10px;
	display: inline-block;
	border: 1px solid #333;
	border-bottom: none;
	/*text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);	*/
}

#menu li a:hover,
#menu li a.active {
	background: #eee;
	border: 1px solid #999;
	border-bottom: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

#menu .tab-content {
	text-align: center;
	background: #eee;
	border: 1px solid #999;
	padding: 20px;
}

#menu .tab-content a.download {
	display: block;
	margin: 20px auto 0;
	width: 220px;
	text-align: center;
	font-family: "FuturaStdBook";
	font-size: 14px;
	padding: 4px 0;
	background: #222;
	color: #fff;
	border: none;
	cursor: pointer;
		-o-transition: background ease-in-out .2s;
		-moz-transition: background ease-in-out .2s;
		-webkit-transition: background ease-in-out .2s;		
}

#menu .tab-content a.download:hover {
	background: #666;
}

span.img-src {
	display: none;
}

/*****************************************************************

	NEWS

*****************************************************************/

.news .post {
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
}

.news .news-title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	margin: 0 0 30px;
}

.news .news-img {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.news .post-wrap {
	float: left;
	width: 340px;
}

#sugar.news h2.post-title {
	border: none;
	padding: 0;
}

#sugar.news span.date {
	color: #666;
	font-size: 11px;
}

.pagination {
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.pagination .prev-link {
	float: left;
}

.pagination .next-link {
	float: right;
}

/*****************************************************************

	RESPOND

*****************************************************************/

#respond h3,
h3#comments {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 14px;
}


/* Comments */



.commentlist li .comment-body {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;	
}

.commentlist ul.children {
	margin: 0;
	list-style: none;
}

.commentlist ul.children .comment-body {
	padding-left: 60px;
}

.commentlist .comment-author {
	line-height: 32px;
	float: left;
	margin: 0 20px 20px 0;
}

.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	margin-right: 10px;
}

.commentlist .comment-meta {
	line-height: 32px;
	float: right;
	font-size: 11px;
}

.commentlist .comment-author,
.commentlist .comment-author a,
.commentlist .comment-meta a {
	color: #666;
}


.commentlist li .comment-body p {
	clear: both;
}

/*****************************************************************

	GALLERY

*****************************************************************/

#gallery ul {
	list-style: none;
}

#gallery li {
	float: left;
	width: 220px;
	height: 145px;
	margin: 0 26px 26px 0;
}

#gallery li:nth-child(4n) {
	margin-right: 0;
}

#gallery li a:hover {
	opacity: .7;
}

/*****************************************************************

	CONTACT

*****************************************************************/

.contact {
	overflow: hidden;
}

.contact #map {
	width: 960px;
	height: 480px;
	overflow: hidden;
	margin-top: 20px;
}

.contact .contact-col {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
	width: 220px;
}

.contact #address {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

.contact #newsletter {
	width: 380px;
}

.contact .contact-col h3 {
	margin-bottom: 10px;
}

.contact fieldset {
	overflow: hidden;
	margin-bottom: 20px;
}

/*****************************************************************

	FOOTER

*****************************************************************/

footer {
	display: block;
	overflow: hidden;
	border-top: 5px solid #78cdde;
	padding: 15px 0 20px;
}

footer .logo-small {
	background-image: url('images/logo-small.gif');
	display: block;
	width: 220px;
	height: 49px;
	clear: both;
	text-indent:  -9999px;
	float: left;
}

#sweet {
	float: right;
	color: #666;
	line-height: 54px;
	font-size: 11px;
}

#sweet a {
	color: #666;
}