
Theme Name: Lunch guiden Theme
Author: Pinkie Tran
Author URI: http://wordpress.org/
Version: 1.0
Tags: 
*/

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/******************** Pinkie Tran ************************/
body{
	font-family: Verdana;
}

header {
    height: 65px;
    width: 100%;
    background: url('images/bg-header.png') repeat-x;
	margin-bottom: 40px;
}

.center {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

header > section.center {
	text-align: center;
	color: #fff;
}

header > section.center > article.logo {
	float: left;
	font-family: Times New Roman;
	line-height: 65px;
	font-size: 36px;
	text-transform: uppercase;
}

header > section.center > article.logo > a {
	color: #fff;
	text-decoration: none;
	outline: none
}

header > section.center > article.info {
	font-family: Lucida Handwriting;
	font-weight: inherit;
	line-height: 65px;
	font-size: 16px;
	float: left;
	text-align: center;
	width: 470px;
}

header > section.center > article.contact {
	float: right;
	font-size: 16px;
	font-family: Verdana;
	text-align: center;
}

header > section.center > article.contact > .label-contact {
	background: url('images/bg-kontakta-oss.png') no-repeat;
	width: 248px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}

header > section.center > article.contact > .label-contact a {
	text-decoration: none;
	color: #FFF;
	
}

header > section.center > article.contact > .advertise {
	background: url('images/bg-tel-phone.png') no-repeat left center;
	padding-left: 20px;
	width: 228px;
	height: 42px;
	line-height: 42px;
}

#container {
	width: 100%;
	height: auto;
	min-width: 980px;
}

.menu-review {
	float: left
}

div[role="main"] {
	
	margin-bottom: 20px;
}

div[role="main"] > section.center {
	box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 20px #888888;
	background: #fff;
}

section.center > nav {
	background: #141414;
	height: 50px;
	font-size: 14px;
	font-family: Verdana;
}

nav ul > li {
	background: url('images/bg-line.png') no-repeat left center;	
	float: left;
	height: 50px;
	line-height: 50px;
}

nav ul > li:first-child{
	background: none;
}

nav ul > li > a {
	color: #fff !important;
	text-decoration: none;
	outline: none;
	line-height: 40px;
	padding: 0 25px;
	display: block;
	height: 40px;
	margin: 5px 5px 5px 7px;
}

nav ul > li.current_page_item {
	padding: 0px;
}

nav ul > li.current_page_item {
	background: url('images/bg-line.png') no-repeat left center
	
}

nav ul > li.current_page_item > a {
	background: #990808;	
	line-height: 40px;
	display: block;
	padding: 0 25px 0 25px;
	margin: 5px 5px 5px 7px;
	outline: none;
}

nav ul > li:hover {
	padding: 0px;
}

nav ul > li > a:hover {
	background: #990808;	
	line-height: 40px;
	padding: 0 25px 0 25px;
	margin: 5px 5px 5px 7px;
	outline: none;
	color: #fff;
}

#main-content {
	padding: 8px 0 8px 8px;	
}

#main-content > #main-left {
	float: left;
	width: 480px;
}
#main-content > #main-right{
	float: right;
	width: 484px;
}
#main-content > #main-left .header-food-menu {
	background: url("images/banner-menu.png") no-repeat scroll 0 0 transparent;
    height: 124px;
    padding-top: 60px;
    text-align: center;    
	margin-bottom: 8px;
}

.header-food-menu > div > a {
	background: #717171;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
	text-decoration: none;
	border-left: 1px solid #fff;
}

.header-food-menu > div > a.first-menu{
	border-radius: 20px 0 0 20px;
	padding-left: 20px;
}

.header-food-menu > div > a.last-menu{
	border-radius: 0 20px 20px 0;
	padding-right: 20px;
}

.header-food-menu > div > a:hover,
.header-food-menu > div > a.menu-active {
	background: #920e0e;
}

.header-food-menu > h3 {
	font-family: Verdana;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
}

.header-food-menu > div {
	overflow: hidden;
    padding-left: 45px;
    padding-top: 10px;
}

.menu-all {
    margin-bottom: 6px;
	border: 1px solid #960803;
/*	width: 475px;*/
}

h3.entry-title {
    background: url("images/bg-title.png") repeat-x scroll right 0 transparent;
	background-color: #920e0e;
    border-bottom: medium none;
    color: #FFFFFF !important;
    font-family: Verdana;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0 0 0 15px !important;
	margin: 0;
	font-weight: normal;
}

h3.entry-title > a {
    color: #FFFFFF;
	text-decoration: none
}

.menu-all article.menu-day,
.menu-all article.menu-after-day {
    padding: 12px 16px;
	margin: 7px;
}

.menu-all a {
	text-decoration: none;
}

article.menu-day {
	border: 2px solid #960803 !important;
	color: #2E2E2E !important;
	background: -moz-linear-gradient(#FFFFFF, #DADADA) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DADADA)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DADADA') !important;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 8px;
}

article.menu-day > ul{
	margin: 0px;
	padding: 0px;
}

article.menu-day > ul > li {
	list-style: none;
/*	padding-left: 15px;*/
/*	background: url('images/icon-li-red.png') 0 5px no-repeat !important;*/
}

article.menu-after-day {
	background: #FFFFFF !important;
	padding: 12px 16px;
	border: 1px solid #D8D8D8;
	color: #888888;
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 10px;
	
}

article.menu-after-day > ul,
.menu-all > a > article > ul {
	margin: 0px;
	padding: 0px;
}

article.menu-after-day > ul > li,
.menu-all > a > article > ul > li {
	list-style: none;
/*	padding-left: 15px;*/
/*	background: url('images/icon-li-gray.png') 0 5px no-repeat;*/
}

#main-right .banner-advertise {
	margin-bottom: 8px;
}

#main-right .banner-advertise > ul {
	padding: 0px;
	margin: 0px;
}

#main-right .banner-advertise > ul > li {
	list-style: none;
	float: left;
	width: 232px;
	height: 118px;
	border: 1px solid #e8e8e8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	position: relative;
}

.banner-advertise h3 {
/*	margin: 0;
	padding: 0px;
	height: 30px;
	background: #000;
	color: #fff;
	line-height: 30px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;*/
}

.banner-advertise img{
/*	width: 232px;
	height: 118px;*/
}

.banner-advertise p {
	margin: 0;
}

.banner-advertise h3 > span {
	padding-left: 25px;
	background: url('images/icon-banner.png') no-repeat;
}

.banner-advertise > ul > li img {
	width: 232px;
	height: 88px;	
}

.banner-advertise > ul > li a {
	text-decoration: none;
	color: #fff;
}

.banner {
	position: relative
}

.banner > .button-banner {
/*	position: absolute;*/
	right: 25px;
    top: 125px;
}

.banner > .button-banner a {
	text-decoration: none
}

.clear {
	clear: both;
}

.content-page {
	margin-right: 8px;
}

.sidebar-food {
	border: 2px solid #e0e0e0;
	margin-right: 8px;
}

.sidebar-food > h3 {
	margin: 0px;
	background: #7e7e7e;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
}

.food-1 {
	background: #fff;
	padding: 10px;
}

.food-1 > img,
.food-2 > img {
	float: left;
	width: 100px;
	height: 100px;
}

.food-1 > .food-content,
.food-2 > .food-content {
	float: left;
	width: 340px;
	height: auto;
	padding-left: 10px;
}

.food-1 h3, 
.food-2 h3 {
	margin: 0;
	color: #9a070b;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal
}

.food-1 p,
.food-2 p {
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}

.food-2 {
	padding: 10px;
	background: #ededed;
}

.random-post {
	border: 2px solid #e0e0e0;
	margin-right: 8px;
	padding: 10px;
	max-height: 400px;
	overflow-y: auto;
	font-family: Verdana;
	font-size: 12px;
	color: #555555;
}

/**************** FOOTER ****************/

footer a {
	color: #fff;
	text-decoration: none;
}

footer > section.center {
	background: url('images/bg-footer.png') repeat;
	min-height: 225px;
	margin-bottom: 75px;
	color: #fff;
	font-family: Verdana;
	font-weight: normal;
	
}

.footer-title {
	height: 44px;
	border-bottom: 2px solid #606060;
	padding: 0 25px;
	line-height: 44px;
	font-size: 20px;
}

.footer-content {
	min-height: 84px;
	border-bottom: 1px solid #606060;
	padding: 0 25px;
	font-family: Arial;
	font-size: 12px;
	padding-top: 20px;
}

.footer-content p{
	display: block;
	line-height: 1.7em;
	margin: 0;
}

footer .footer-left,
footer .footer-center {
	width: 260px;
	float: left
}

footer .footer-right {
	width: 42%;
	float: left;
}

.footer-right span{
	display: block;
}

footer .footer-content > .footer-right {
	font-size: 14px;
}

footer .footer-content > .footer-right > span {
	line-height: 1.5em;
}

footer .footer-content > .footer-right > span.tel{
	background: url('images/icon-tel.png') left 4px no-repeat;
	padding-left: 30px;
}

footer .footer-content > .footer-right > span.email{
	background: url('images/icon-email.png') left 4px no-repeat;
	padding-left: 30px;
}

footer .footer-content > .footer-right > span.web{
	background: url('images/icon-web.png') left 4px no-repeat;
	padding-left: 30px;
}

.copyright {
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
	padding: 0 25px;
	line-height: 50px;
}

.copyright > .copyright-left {
	float: left
}

.copyright > .copyright-right {
	float: right
}

.copyright-right a {
	color: #fff;
}

/***************** RESTAURANT VIEW ******************/

.info-res {
	margin-bottom: 8px;
}

.info-res h3 {
	background: url('images/bg-title-header.png') repeat-x;
	height: 70px;
	font-family: Verdana;
	font-size: 28px;
	font-weight: normal;
	line-height: 70px;
	color: #9b0808;
	padding-left: 22px; 
	margin: 0 8px 6px 0;
}

.info-res > article {
	background: url('images/bg-info-res.png') no-repeat;
	height: 207px;
	padding: 0px 22px 20px 30px;
}

article > .info-left {
	float: left;
	width: 320px;
	padding-top: 20px;
}

article > .info-left span {
	display: block;	
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

article > .info-left > .contact-info > span{
	height: 30px;
}

.contact-info {
	height: 120px;
/*	background: url('images/icon-contact-info.png') no-repeat;*/
	
}

.address {
	background: url('images/icon-house.png') no-repeat left;
	padding-left: 30px;
}

.phone {
	background: url('images/icon-iphone.png') no-repeat left;
	padding-left: 30px;
}

.email {
	background: url('images/icon-email-view.png') no-repeat left;
	padding-left: 30px;
}

.ort {
	background: url('images/icon-building.png') no-repeat left;
	padding-left: 30px;
}

.contact-info > span{
	line-height: 2.1em;
}

.web-info {
	padding-top: 40px;
}

.web-info > span > a {
	color: #c72525;
	text-decoration: none;
}

article > .info-right{
	width: 570px;
	float: left;
	padding-left: 30px;
	padding-top: 15px;
}

article > .info-right > article {
	float: left;
/*	width: 370px;*/
	font-family: Verdana;
	font-size: 12px;
	height: 190px;
	overflow: hidden;
	color: #666666
}

article > .info-right img {
	float: right
}

.menu-left {
	float: left;
	width: 100%;
}

.menu-right {
/*	float: right;*/
/*	margin-right: 8px;*/
}

.content-menu-review > .menu-right {
	float: left;
	margin-right: 8px;
}

.menu-right > .menu-all,
.content-menu-review > .menu-right > .menu-all {
	border: none
}

.content-menu-review > .menu-right > .menu-all > h3 {
	height: 45px;
	width: 460px;
	font-family: Verdana;
	font-size: 22px;
	font-weight: normal;
	background: url(images/bg-header-week.png) no-repeat;
	overflow: hidden;	
	margin: 0 8px 0 0;
	color: #fff;
	line-height: 45px;
	padding-left: 15px;
}

.menu-right > .menu-all > article,
.content-menu-review > .menu-right > .menu-all > article {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #D8D8D8;
    color: #888888;
    font-family: Verdana;
    font-size: 12px;
    padding: 15px 20px;
}

.menu-right > .menu-all > article > h2, 
.content-menu-review > .menu-right > .menu-all  > article > h2 {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.menu-right > .menu-all > article > p,
.content-menu-review > .menu-right > .menu-all > article > p {
    margin: 0;
}

.menu-right > .menu-all > article.menu-day, 
.content-menu-review > .menu-right > .menu-all > article.menu-day{
    background: -moz-linear-gradient(#FFFFFF, #DADADA) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DADADA)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DADADA') !important;
    border: 2px solid #960803 !important;
    color: #2E2E2E !important;
	margin: 0px !important;
}

.menu-right > .menu-all > article.menu-after-day, 
.content-menu-review > .menu-right > .menu-all > article.menu-after-day{
	padding: 15px 20px;
	margin: 0px;
}

article.menu-after-day h2,
.menu-right > .menu-all > article.menu-day h2, 
.content-menu-review > .menu-right > .menu-all > article.menu-day h2,
article.menu-day h2 {
    color: #ad3a3a !important;
}

.menu-all > a > article > h2,
.menu-all > article > h2 {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

article.menu-info {
	margin: 7px !important;
    padding: 0 !important;
	background: none repeat scroll 0 0 #FFFFFF !important;
	color: #666666 !important;
    font-family: Verdana;
    font-size: 12px;
	border: none !important;
}

article.menu-info > ul {
	margin: 0;
    padding: 0;
}

article.menu-info > ul > li {
	list-style: none outside none;
    padding-left: 15px;
	background: none repeat scroll 0 0 #FFFFFF !important;
}

.menu-right > .menu-all > article, 
.content-menu-review > .menu-right > .menu-all > article {
	margin: 0px;
	border-top: none;
}

.menu-right > .menu-all > article ul {
	padding: 0;
	margin: 0;
}

.menu-right > .menu-all > article ul li {
	list-style: none;
}

.menu-all > a > article {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #D8D8D8;
    color: #888888;
    font-family: Verdana;
    font-size: 12px;
    margin: 8px;
    padding: 12px 16px;
}

.menu-all > a > article p,
.menu-all > article > p {
	margin: 0;
}

.menu-left{
	color: #888888;
    font-family: Verdana;
    font-size: 12px;
}

.content-menu {
	padding-right: 8px;
}

/*body > p {
	display: none
}*/

/******************** End Pinkie Tran ************************/
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
