/*
Theme Name: El chulipollo
Theme URI: http://www.marckovak.com/scratch
Description: New Wordpress theme by Marckovak.
Version: 1.0
Author: Marckovak
Author URI: http://www.marckovak.com
*/


/* Common */

html {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}
.wrapper {
	width: 900px;
	margin: 20px auto;
	padding: 0px 30px 20px;
	background-color: #FFF;
	box-shadow: 0 0 10px #555;
}

@font-face {
    font-family: 'Freestyle Script';
    src: url('css/FreestyleScriptReg.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Freestyle Script Thin';
    src: url('css/FreestyleScriptThin.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Freestyle Script Bold';
    src: url('css/FreestyleScriptBold.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}


p { margin: 0 0 15px 0; line-height: 24px; } 


strong { font-family: 'Freestyle Script Bold'; }

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d4d4d4;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.214em;
	padding: 0 4px 5px;
	margin: 0;
}


article.page {
	margin-bottom: 30px;
	display: inline-block;
}

/* Header */

header {
	height: 120px;
}

h1.logo {
	margin: 20px 0 0 0;
	float: left;
}

nav {
	float: right;
	background-color: #DCC43E;
	box-shadow: 0 0 10px 5px #DABA25 inset;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style-type: none;
	float: left;
	padding: 20px 30px;
}
	
nav ul li a {
	font-family: 'Freestyle Script';
	text-decoration: none;
	color: #FFF;
	font-size: 37px;
}


/* Home */

#informacion {
	width: 260px;
	height: 200px;
	box-shadow: 0 0 5px #999;
	float: right;
	padding: 10px 20px 20px 20px;
	font-family: 'Freestyle Script';
	font-size: 28px;
	margin-left: 25px;
	background-color: #FFF7CB;
}

#informacion p {
	margin: 0px;
	word-spacing: 3px;
	line-height: 34px;
}

#informacion strong {
	display: block;
	margin-bottom: 5px;
}

.telefono { 
	text-align: center;
	color: #DABA25;
	text-decoration: underline;
	font-size: 42px;
	margin: 6px;
}

.horario p {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	word-spacing: 0px !important;
	line-height: 18px !important;
}


#col1, #col2, #col3, #col4 {
	width: 190px;
	margin-right: 45px;
	float: left;
	font-size: 13px;
}

#col4 {
	margin-right: 0px;
}

#col1 strong, #col2 strong, #col3 strong, #col4 strong {
	font-size: 31px;
	font-family: 'Freestyle Script';
	font-weight: 300;
	margin-bottom: 5px;
	display: block;
}

#col1 img, #col2 img, #col3 img, #col4 img {
	box-shadow: 0 0 4px #555;
}

#col1 a, #col2 a, #col3 a, #col4 a {
	color: #DABA25;
}
#col1 a:hover, #col2 a:hover, #col3 a:hover, #col4 a:hover {
	text-decoration: none;
}

#cartahome {
	width: 420px;
	background-image: url(images/bg_carta.png);
	background-repeat: no-repeat;
	height: 585px;
	box-shadow: 0 0 4px #555;
	float: left;
	position: relative;
}

#cartahome ul {
	margin: 0;
	padding: 95px 0 0 48px;
}

#cartahome ul li {
	font-family: 'Freestyle Script';
	font-size: 32px;
	color: #FFF;
	list-style-type: none;
	margin-bottom: 15px;
}

#cartahome .ver_carta {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 225px;
	height: 75px;
}

/* Facebook Plugin */

#facebookhome {
	width: 380px;
	height: 545px;
	background-color: #324B81;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 270px 14px;
	box-shadow: 0 0 4px #555;
	float: right;
	padding: 20px;
	position: relative;
}
#facebookhome .widget-title {
	font-family: 'Freestyle Script';
	font-size: 36px;
	font-weight: 100;
	color: #FFF;
	list-style-type: none;
	margin: 0 0 15px 0;
}

#ik_fb_widget .ik_fb_profile_picture img {
	border-radius: 3px;
	margin-right: 20px;
}

#ik_fb_widget .ik_fb_profile_picture a {
	color: #DABA25;
	font-family: 'Freestyle Script';
	font-size: 36px;
	font-weight: 100;
	text-decoration: none;
	vertical-align: text-bottom;
}
#ik_fb_widget .ik_fb_feed_window {
	padding: 20px;
	background-color: #DDE4F7;
	max-height: 340px;
	overflow-y: scroll;
}
#ik_fb_widget .ik_fb_feed_window img {
	display: none;
}
#ik_fb_widget .ik_fb_feed_item {
	color: #333;
	font-size: 15px;
	list-style-type: none;
	text-transform: capitalize;
	margin-bottom: 15px;
	border-bottom: 1px dotted #324B81;
	padding-bottom: 5px;
	position: relative;
	padding-top: 25px;
}
#ik_fb_widget p {
	margin-bottom: 0px;
}

p.ikfb_item_author {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	text-transform: capitalize;
}
.ik_fb_feed_item p.date {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	text-transform: capitalize;
}
#like_button {
	position: absolute;
	bottom: -18px;
	left: 40px;
	height: 59px;
	border: none;
}
#like_button .Locale_es_LA { background-color: transparent; }

#ik_fb_widget .ik_fb_feed_window .ik_fb_facebook_link a { color: #DABA25; }


/* Pagina Carta */

.lista-platos {
	background-image: url(images/bg_carta_completa.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #191919;
	box-shadow: 0 0 4px #555;
	display: inline-block;
	padding-bottom: 10px;
}
.lista-platos h2 {
	text-align: center;
	font-family: 'Freestyle Script';
	font-size: 40px;
	color: #FFF;
	font-weight: 300;
	margin: 20px 0 0 0;
}
.lista-platos ul {
	margin: 0;
	padding: 10px 25px 0px 25px;
	float: left;
}
.lista-platos ul h2 {
	color: #DABA25;
	margin: 10px 0px;
	text-align: left;
	margin-left: 30px;
	cursor: default;
}
.lista-platos ul li {
	font-family: 'Freestyle Script';
	font-size: 32px;
	color: #FFF;
	list-style-type: none;
	margin-bottom: 15px;
	width: 400px;
	cursor: default;
}

.lista-platos .plato-price {
	float: right;
}


/* Página Ofertas */

.lista-ofertas {
	background-image: url(images/bg-ofertas.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #191919;
	box-shadow: 0 0 4px #555;
	display: inline-block;
}

.lista-ofertas ul {
	margin: 0px;
	padding: 40px 30px;
}

.lista-ofertas ul li {
	list-style-type: none;
	padding: 0 0 0 190px;
	margin: 0 0 50px 0;
	width: 200px;
	color: #FFF;
	position: relative;
	font-size: 26px;
	float: left;
	font-family: 'Freestyle Script';
}
.lista-ofertas ul li:nth-child(odd) {
	margin-right: 40px;
	padding: 0 0 0 200px;
	width: 210px;
}

.lista-ofertas ul li img {
	float: left;
	margin-right: 25px;	
}

.lista-ofertas ul li h2 {
	margin: 0 0 15px 0;
	font-size: 32px;
	font-weight: 300;
	line-height: 30px;
	color: #DABA25;
}

.lista-ofertas ul li span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: 'Freestyle Script';
	font-size: 32px;
}


/* Footer */

footer {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}