/*
Theme Name: Daily Food
Theme URI: http://www.altervista.org/
Description: Two columns theme, great for cooking and food blogs. It has custom background, custom header images (8 available) and custom menu. 
Author: Altervista WordPress Team
Version: 2.1.4
Tags: red, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Daily Food WordPress Theme, Copyright 2014 Altervista http://www.altervista.org
Daily Food is distributed under the terms of the GNU GPL
*/


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}






/* ----- =Clearing Floats ----- */

.clear:after,
.container:after,
#branding:after,
.navigation:after,
.hentry:after {
	clear: both;
}

.clear:before,
.clear:after,
.container:before,
.container:after,
#branding:before,
#branding:after,
.navigation:before,
.navigation:after,
.hentry:before,
.hentry:after {
	content: "";
	display: table;
}


/* ----- =Typography ----- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Lato', sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-footer,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Lato', sans-serif;
}

input[type=submit] {
	font-family: 'Lato', sans-serif;
}

#access a {
	font-family: 'Lobster', 'cursive';
}

#site-title {
	font-family: 'Lobster', 'cursive';
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.font-icon {
	display: inline-block;
	font-size: 14px;
}

/* ----- =Headings ----- */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#content h1,
#content h2 {
	clear:none;
}

#content h2 {
	font-size: 22px;
	font-weight: 700;
}

#content h3 {
	font-size: 18px;
	font-weight: 700;
}

#content h4 {
	font-size: 16px;
	font-weight: 700;
}

#content h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}

#content .entry-title {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2px;
}

#content h1.entry-title {
	font-size: 32px;
    font-weight: 400;
    margin-bottom: 5px;
}

.page-title {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.page-title span {
	color: #a51a1a;
	font-weight: 700;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #a51a1a;
}


/* ----- =Layout ----- */

#wrapper {	
	margin: 0;
	padding: 0;	
}

.container {
	width: 940px;
	margin: auto;
	padding: 30px;
	background-color: #fff;
}

.container.adv {
	width: 1000px;
	margin: auto;
	padding: 0;
	background-color: #fff;
}


/* The Footer area */

#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#site-info {
	float: left;
	width: 580px;
}

#site-generator {
	float: right;
	width: 330px;
	text-align: right;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content {
	width: 580px;
	float: left;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 330px;
	font-size: 14px;
}

#secondary {
	clear: right;
}

#footer {
	clear: both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/


.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}


/* ----- =Global Elements ----- */

body {
	background-color: #ebe7dd;
}

body,
input,
textarea {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
}

hr {
	background-color: #eee;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 20px;
}

/* Text elements */


p {
	margin: 0 0 20px;
}

ul {
	list-style: square;
	padding: 0;
	margin: 0 0 20px 30px;
}

ol {
	list-style: decimal;
	padding: 0;
	margin: 0 0 20px 30px;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 20px 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}


blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #ddd;;
	padding: 5px 10px;
}

a,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #a51a1a;
}


/* Text meant only for screen readers */


.screen-reader-text {
	position: absolute;
	left: -9333px;
}


/* ----- =Header ----- */

.site-header {
	/*
	
	-moz-linear-gradient: (top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.07)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
	*/
	padding-top: 30px;
}

.site-header .container {
	background-color: #a54242;
}

#site-title {
	float: left;
	font-size: 38px;
	line-height: 1;
	margin: 0;
	width: 400px;
}

#site-title .icon-font:before {
	font-size: 38px;
	color: #fff;
	margin: 0;
}

#site-title a {
	color: #fff;
	text-decoration: none;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 20px 0;
	width: 220px;
}

/* This is the custom header image */

.header-image {
	height: 200px;
	max-height: 200px;
	clear: both;
	margin: auto;
	overflow: hidden;
	margin-top: 20px;
}

.header-image img {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}


/* ----- =Menu ----- */

#access {
	background: transparent;
	display: block;
	float: right;
	width: 490px;
	font-size: 14px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	float: right;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	text-transform: lowercase;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: none;
	width: 180px;
	z-index: 999;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#access ul ul li {
	min-width: 180px;
	text-align: left;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	line-height: 1.4;
	padding: 7px 10px;
	width: 160px;
	height: auto;
	color: #555;
	font-size: 15px;
}

#access ul ul li a {
	border-top: 1px solid #eee;
}

#access ul ul li:first-child a {
	border: 0;
}

#access li:hover > a {
	color: #cc8080;
}

#access ul ul :hover > a {
	color: #813333;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #cc8080;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #813333;
}


/* ----- =Content ----- */

#content,
#content input,
#content textarea {
	color: #333;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
}

#content code {
	font-size: 15px;
}

#content dt,
#content th {
	color: #333;
}

#content table {
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
}

#content tr th,
#content thead th {
	color: #888;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px 20px;
}

#content tr td {
	border-top: 1px solid #eee;
	padding: 5px 20px;
}

#content tr.odd td {
	background: #F9F6EF;
}

.hentry, .no-results, .not-found {
	margin: 0 0 30px 0;
}

embed, iframe, object {
    max-width: 100%;
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #a51a1a;
}

.entry-meta {
	color: #888;
	font-size: 11px;
	text-transform: uppercase;
}

.entry-meta abbr,
.entry-footer abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-footer abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content {
	clear: both;
	padding: 20px 0 0 0;
}

.entry-summary {
	clear: none;
	padding: 10px 0 0 0;
}

#content .entry-summary p {
	margin-bottom: 10px;
}

#content .entry-summary p:first-child {
	margin-bottom: 0;
}

.entry-content fieldset {
	border: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 20px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: 700;
	padding: 0 20px;
}

.entry-content input {
	margin: 0 0 20px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 20px;
}

.entry-content label {
	color: #888;
	font-size: 13px;
}

.entry-content select {
	margin: 0 0 20px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	color: #333;
	font-weight: 700;
	margin: 0 0 20px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #a51a1a;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#content .more-link {
	display: inline-block;
	text-decoration: none;
	color: #A51A1A;
}

#content .more-link:hover {
	color: #881515;
	text-decoration: underline;
}

#entry-author-info {
	background-color: #F9F6EF;
	clear: both;
	font-size: 14px;
	margin: 20px 0;
	overflow: hidden;
	padding: 15px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#author-avatar {
	border: 0;
	float: left;
	height: 60px;
	margin: 0 -90px 0 0;
}

#author-avatar img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#author-description {
	float: left;
	margin: 0 0 0 90px;
	color: #555;
}

#entry-author-info h2 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-footer {
	clear: both;
	color: #888;
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.entry-meta a,
.entry-footer a {
	color: #888;
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: #a51a1a;
}

#content .video-player {
	padding: 0;
}


/* ----- =Post Formats ----- */


/* Gallery Format */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 1px solid #333;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .format-gallery .entry-footer,
.home #content .category-gallery .entry-footer {
	padding-top: 4px;
}


/* ----- =Attachment pages ----- */

.entry-attachment img {
	/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


.entry-attachment .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.entry-attachment .nav-previous a:before {
	content: '\2190\00a0';
}

.entry-attachment .nav-next a:after {
	content: '\00a0\2192';
}

/* ----- =Images ----- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/


img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}

.wp-caption {
	background: #F9F6EF;
	margin-bottom: 20px;
	max-width: 550px;
    padding: 15px;
	text-align: center;
}

.entry-summary .aligncenter {
	margin: auto;
}

.entry-summary .wp-caption {
	margin-bottom: 0;
}

.wp-caption img {
	display: block;
	margin: 0;
	max-width: 100%;
	height: auto;
}

#content .wp-caption p.wp-caption-text {
	color: #646260;
	font-size: 14px;
	margin: 10px 0 0;
}

.wp-smiley {
	margin: 0;
}

.gallery {
	margin: 20px auto;
}

.entry-summary .gallery {
	margin: 0;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 13px;
	margin: 0 0 10px;
}

.gallery dl {
	margin: 0;
}

.gallery img {
	border: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding: 5px;
}

.gallery br+br {
	display: none;
}

.attachment-home-thumbnail {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 100%;
	height: auto;
}

.attachment-home-sticky {
	display: block;
	margin: 0 0 10px 0;
}


/* ----- =Navigation ----- */

.navigation {
	color: #888;
	padding: 0;
	margin: 0 0 30px 0;
}

.navigation a:link,
.navigation a:visited {
	color: #fff;
	background-color: #A54242;
	text-decoration: none;
	display: inline-block;
    padding: 7px 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.navigation a:active,
.navigation a:hover {
	background-color: #993D3D;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin: 0 0 20px 0;
}

#nav-above {
	display: none;
}

#nav-above a,
#nav-below a {
	background: transparent;
	color: #A51A1A;
	padding: 0;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}


/* ----- =Comments ----- */

#comments {
	clear: both;
	color: #555;
	margin-top: 40px;
}

#comments .navigation {
	padding: 0 0 20px 0;
}

h3#comments-title,
h3#reply-title {
	color: #555;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

h3#reply-title {
	color: #A51A1A;
}

h3#comments-title span {
	font-weight: 400;
}

#comments .commentlist {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
	padding: 0 0 0 60px;
	position: relative;
}

.commentlist li.comment:last-child {
	border-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 20px;
}

#comments .comment-body p:last-child {
	margin-bottom: 5px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}

.commentlist ol {
	list-style: decimal;
}

.comment-author img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: 48px;
	height: auto;
}

.comment-author .avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: 700;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 13px;
	margin: 0 0 20px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #a51a1a;
}

.commentlist .even {
}


.commentlist .bypostauthor {
}

.reply {
	font-size: 13px;
	padding: 0 0 20px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #a51a1a;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 13px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/* Comments form */

input[type=submit] {
	color: #333;
}

#respond {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}

#respond .comment-notes {
	margin-bottom: 20px;
}

.children #respond {
	margin: 0 30px 0 0;
}

#comments-list #respond {
	margin: 0 0 20px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
}

#respond .required {
	color: #a51a1a;
	font-weight: 700;
}

#respond label {
	color: #888;
}

#respond .comment-form label {
	display: block;
}

#respond label#captcha_code_label {
	display: inline-block;
}

#respond input,
#respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

#respond input {
	margin: 0;
	font-weight: 700;
	width: 60%;
}

#respond input#captcha_code {
	width: auto;
}

#respond textarea {
	width: 100%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 13px;
	display: none;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 10px 0;
}

#respond .form-submit input {
	width: auto;
}

#submit,
#searchsubmit {
	background: #333;
	padding: 7px 15px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	color: #FFF !important;
	font-size: 14px;
}

#submit:hover {
	background-color: #a54242;
	color: #fff;
}

.pingback {
	background: none !important;
}


/* ----- =Widget Areas ----- */


.widget-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget-area ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget-area .widget_archive ul li a:before,
.widget-area .widget_categories ul li a:before,
.widget-area .widget_recent_entries ul li a:before,
.widget-area .widget_recent_comments ul li:before,
.widget-area .widget_nav_menu ul li a:before,
.widget-area .widget_links ul li a:before,
.widget-area .widget_meta ul li a:before {
  font-family: "icon-fonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-block;
  font-size: 14px;
  vertical-align: -10%;
  content: "f"; 
}

.widget-area ul ul li {
	margin: 0;
	float: none;
	width: auto;
	padding: 5px 0;
}

.widget-area ul ul .sub-menu {
	margin: 5px 0 0 15px;
}

.widget-area ul ul li.menu-item-has-children {
	padding-bottom: 0;
}

.widget-area select {
	max-width: 100%;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
	margin-right: 5px;
}

.widget_search input#searchsubmit {
	background-color: #A54242;
    border: medium none;
    color: #FFFFFF;
    padding: 5px 10px;
    cursor: pointer;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin-bottom: 20px;
	padding: 15px;
}

#footer .widget-container {
	padding: 0;
}

.widget-title {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.widget-area a {
	color: #a51a1a;
	text-decoration: none;
}

.widget-area a:hover {
	color: #881515;
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

.widget_text img {
	max-width: 100%;
	height: auto;
}

.widget_text p:last-child {
	margin-bottom: 0;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar tfoot td {
	padding: 5px 0;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar thead th {

}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #EBE7DD;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss h3 a.rsswidget {
	color: #fff;
}

.widget_rss a.rsswidget:hover {
	text-decoration: underline;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_tag_cloud a {
	font-size: 14px !important;
	padding-right: 5px;
}

/* ----- =Sidebars ----- */

#primary .widget-area a,
#secondary .widget-area a {
	color: #fff;
}

#primary .widget-area a:hover,
#secondary .widget-area a:hover {
	text-decoration: underline;
}

#primary .widget-container,
#secondary .widget-container {
	background-color: #f9f6ef;
	color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #555;
}

#primary h3,
#secondary h3 {
	font-size: 13px;	
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	margin: -15px -15px 15px;
	color: #fff;
	background-color: #A54242;
	position: relative;
}

.widget-area .widget_archive h3:before,
.widget-area .widget-altervista-latest-posts h3:before,
.widget-area .widget_categories h3:before,
.widget-area .widget_recent_entries h3:before,
.widget-area .widget_recent_comments h3:before,
.widget-area .widget_text h3:before,
.widget-area .widget_tag_cloud h3:before,
.widget-area .widget_meta h3:before,
.widget-area .widget_links h3:before,
.widget-area .widget_nav_menu h3:before,
.widget-area .widget_calendar h3:before {
  font-family: "icon-fonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  font-size: 18px;
  display: inline-block;  
  vertical-align: middle;  
  position: absolute;
  right: 15px;
  top: 10px;
}

.widget-area .widget_recent_comments h3:before {
	content: "K"; 
}

.widget-area .widget_archive h3:before,
.widget-area .widget-altervista-latest-posts h3:before,
.widget-area .widget_categories h3:before,
.widget-area .widget_recent_entries h3:before,
.widget-area .widget_meta h3:before,
.widget-area .widget_nav_menu h3:before {
	content: "S"; 
}

.widget-area .widget_text h3:before,
.widget-area .widget_links h3:before {
	content: "E";
}

.widget-area .widget_tag_cloud h3:before {
	content: "T";
	font-size: 16px;
}

.widget-area .widget_calendar h3:before {
	content: "Z";
}

/* ----- =Footer ----- */

#footer {
	color: #cc8080;
	padding-bottom: 30px;
}

#footer h3:before {
	content: "";
}

.site-footer .container {
	background-color: #a54242;
}

.site-footer {
	font-size: 14px;
}

.site-footer .widget-title,
.site-footer #wp-calendar caption {
	color: #fff;
	margin:10px 0
}

.site-footer #wp-calendar thead th {
	color: #fff;
}

#site-info a {
	color: #fff;
	text-decoration: none;
}

#site-generator {
	position: relative;
}

#site-generator a {
	color: #fff;
	display: inline-block;
	line-height: 16px;
	padding-left: 4px;
	text-decoration: none;
}

#site-generator a:hover {

}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}



/* Footer Widget Areas */


#footer-widget-area {
	font-size: 14px;
}

#footer .widget-area a {
	color: #cc8080;
}

#footer .widget-area a:hover {
	color: #fff;
}

body .av-credit-link {
	margin: 0;
	line-height: 30px;
	color: #888;
}


/* Altervista Banner */

.banner_altervista_728X90 {
	margin: 0 auto 30px !important;
}

.banner_altervista_300X250 {
	margin-bottom: 20px !important;
	background-color: #f9f6ef !important;
	padding: 15px !important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}



/* ----- =Print Styles ----- */

@media print {
	body {
	background: none !important;
	font-size: 11pt;
	line-height: 1.5;
	}
	#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
	}
	#header,
	#content,
	#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	}
	.container {
	width: 90%;
	margin: auto;
	padding: 10pt 0;
	}
	#header {
	border-bottom: 1pt solid #333;
	padding-bottom: 5pt;
	}
	#colophon {
	border-top: 1pt solid #333;
	}
	#site-title,
	#site-description {
	float: none;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}
	#site-title {
	font-size: 24pt;
	}
	.header-image {
	display: none;
	}
	#content .entry-title {
	font-size: 14pt;
	}
	#content h1.entry-title {
	font-size: 18pt;
	}
	img.alignleft,
	img.alignright,
	img.aligncenter {
	margin-bottom: 2pt;
	}
	.entry-footer {
	display: none;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
	display: none !important;
	}
	.wp-caption p {
	font-size: 9pt;
	}
	#site-info,
	#site-generator {
	display: none;
	}
	#colophon {
	width: auto;
	}
	img#wpstats {
	display: none;
	}
	#entry-author-info {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	.social-ring {
	display: none;
	}
	.av-credit-link {
	display: none;
	}
}


@media screen and (min-width: 1080px) {
	.container {
	width: 980px;
	}
	.container.adv {
	width: 1040px;
	}
	#content {
	width: 590px;
	}
	.header-image {
    height: 210px;
    max-height: 210px;
	}
}