/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* ===== Primary Styles ========================================================
   Author: Juan Mingo
   ========================================================================== */
html {
  font-size: 62.5%;
}
body {
  background: url('img/background.jpg') repeat center top;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 20px 20px 0 20px;
  font-size: 1.1em;
  color: #333;
}
.wb,
#main,
footer {
  background: white;
  border-radius: 4px;
  display: block;
}
hgroup .wb {
  margin-bottom: 15px;
}
hgroup .site-description {
  position: absolute;
  z-index: 1;
  text-indent: -999em;
}
hgroup .site-title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
hgroup .site-title a {
  display: block;
  height: 109px;
}
hgroup .site-title img {
  position: absolute;
  z-index: 150;
}
hgroup .site-title span {
  position: absolute;
  z-index: 1;
  text-indent: -999em;
}
#delivery {
  text-align: right;
}
#delivery p {
  font-size: 18px;
  margin: 30px 30px 16px 0;
  line-height: 22px;
}
#delivery a {
  margin-right: 30px;
}
.entry-header {
  margin-left: 30px;
}
.entry-header .entry-title {
  font-size: 36px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
.twitter {
  margin-top: -50px;
}
.twitter iframe {
  margin-left: 20px;
}
.details {
  margin-left: 30px;
}
.details p {
  font-size: 2em;
  line-height: 1.3em;
}
.details h3 {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 20px;
}
.menu_manager h1 {
  font-size: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
  margin: 30px 30px 20px 30px;
}
.menu_manager h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 30px 10px 30px;
  padding-top: 8px;
  text-align: center;
}
.menu_manager h3 {
  font-size: 14px;
  font-weight: normal;
  color: #963b3b;
  border-bottom: dotted 1px #963b3b;
  line-height: 20px;
  min-height: 20px;
}
.menu_manager p.menu_category_desc {
  margin-bottom: 10px !important;
  text-align: center;
  margin-top: -10px !important;
}
.menu_manager .one-column {
  margin-left: 30px;
  padding-right: 30px;
}
#specials,
#saltimbocca {
  margin-top: 26px;
}
#extratoppings {
  background: #f0dcdc;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
}
#extratoppings .one-column {
  margin-left: 15px;
  padding-right: 15px;
}
#mmenu {
  display: none;
}
#pizzas .one-column li,
#starters .one-column li,
#specials .one-column li,
#saltimbocca .one-column li {
  margin-bottom: 26px;
}
div[id*="drinks"] {
  margin-top: -7px;
}
footer {
  margin-top: 15px;
  margin-bottom: 30px;
}
footer h4 {
  font-size: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 10px;
}
footer h5 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 30px;
}
footer section {
  margin: 20px 0px 30px 30px;
}
footer section p {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 30px;
}
footer section p i {
  margin-top: 8px !important;
  margin-right: 4px !important;
}
footer .column2 section {
  margin-right: 30px;
}
.details .TA_percentRecommended {
  margin-top:20px;
}
#CDSWIDPER {
float:right;
margin-right:20px;
}
.details .times {
  font-size:0.8em;
}

/* Responsive extend */
@media (max-width: 1200px) {
  .entry-header .entry-title {
    font-size: 28px;
  }
  .twitter {
    margin-left: -20px !important;
  }
  .details p {
    font-size: 1.6em;
  }
  .details h3 {
    font-size: 1.8em;
  }
  footer section p {
    font-size: 19px;
  }
  footer section p a {
    font-size: 17px;
  }
  .column2 iframe {
    width: 560px !important;
  }
}
@media (max-width: 979px) {
  .entry-header .entry-title {
    font-size: 20px;
  }
  .details p {
    font-size: 1.2em;
  }
  .details h3 {
    font-size: 1.4em;
  }
  footer h4 {
    font-size: 25px;
  }
  footer section p {
    font-size: 14px;
  }
  footer section p a {
    font-size: 19px;
  }
  .twitter {
    margin-top: 10px;
  }
  .column2 iframe {
    width: 430px !important;
  }
  .column2 .span6 {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  hgroup .site-title {
    margin-bottom: 0px;
    margin-right: 10px;
    margin-bottom: -20px;
  }
  .entry-header {
    margin-left: 10px;
  }
  .entry-header .entry-title {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .details {
    margin-left: 10px;
  }
  .details p {
    padding-right: 15px;
  }
  footer section {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer section p a {
    font-size: 15px;
  }
  #delivery p {
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
  }
  #delivery a {
    display: block;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .column2 iframe {
    width: 250px !important;
  }
}
