/*
Theme Name: Ranunculus
Theme URI: https://giuliadesign2012.wordpress.com/ranunculus-wordpress-theme/
Author: Giulia Malaroda
Author URI: https://giuliadesign2012.wordpress.com/
Description: The Ranunculus Theme, based on <a href="http://underscores.me">Underscores</a>, is a simple theme, perfect for who is starting his first blog. It supports featured images and galleries, it has all you can need when you start bloggin.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: licenses.txt
Tags: light, white, pink, green, black, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, threaded-comments, translation-ready

(C) 2013 giuliadesign2012.wordpress.com
*/

/* =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, 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;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body { 
	background-color: #9c8b74;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
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:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
}
 
/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 23px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 20px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 18px;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 16px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 14px;
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
}
	
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
hr.divisor {
	background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 0.1em;
	margin-top: 0px;
}
 
/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
	width: 90%;
	background: #eee;
	padding: 5px;
	padding-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	margin: auto;
	align: center;
	line-height: 1.3;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    color: rgba(0,0,0,.8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #111;
}
input[type=text],
input[type=email] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}
 
/* Links */

a {
    color: #bcc282;
}
a:visited {
}
a:hover,
a:focus,
a:active {
    color: #b37d93;
}
.main-navigation ul a, .main-navigation ul a:hover {
	color: #fff;
	text-shadow: 1px 1px 0px #b37d93;
	font-size: 16px;
	font-size: 1.6rem;
}
.main-navigation ul ul a, .main-navigation ul ul a:hover {
	color: #b37d93;
	text-shadow: 1px 1px #fff;
	background: transparent;
	font-size: 14px;
	font-size: 1.4rem;
}
.main-navigation ul ul a:hover {
	text-decoration: underline;
}
h1.entry-title a {
	color: #b37d93;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
h1.entry-title a:hover {
	color: #b5c9c9;
}

/* =Tables
-------------------------------------------------------------- */

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
tr th {
	color: #636363;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed !important;
	color: #757575;
	font-size: inherit;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}


/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.entry-content img,
.comment-content img,
.widget img,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 501px; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* =Site Header
----------------------------------------------- */
.site-title {
	position: absolute;
	height: 60px;
	background: rgba(255,255,255,0.70);
	width: 980px;
	margin-top: 179px;
	text-align: center;
	font-size: 40px;
}
.site-title a {
	text-decoration: none;
}
.site-description {
	position: absolute;
	height: 20px;
	width: 980px;
	margin-top: 180px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.40);
}

/* =Menu
----------------------------------------------- */
 
.main-navigation {
    clear: both;
    display: block;
	float: left;
    width: calc(100% - 20px);
	background: url('images/main-navigation.png');
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
	float: left;
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
	background: rgba(255,255,255,0.90);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
        top: 1.5em;
        left: 0;
    z-index: 99999;
	width: 220px;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul {
	width: auto;
	margin-top: 5px;
}
.main-navigation ul ul a {
	min-width: 170px;
}
.main-navigation ul ul li {
	width: calc(100% - 20px);
	border-bottom: 1px solid #bcc282;
	padding: 10px;
	margin: 0;
}
.main-navigation ul ul li:hover {
	background: rgba(188,194,130,0.30);
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
 
/* Small menu */
.menu-toggle {
    cursor: pointer;
}
.main-small-navigation .menu {
    display: none;
}
 
 
/* =Content
----------------------------------------------- */
 
.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
	font-size: 7pt;
	text-transform: uppercase;
}
footer.entry-meta {
	background: #eee;
	margin-top: 10px;
	padding: 5px;
}
footer.entry-meta a {
	color: #262626;
	font-weight: bold;
	text-decoration: none;
}
.entry-meta-footer {
	clear: both;
	font-size: 7pt;
	text-transform: uppercase;
	background: #eee;
	padding: 3px;
}
.entry-date {
	text-transform: uppercase;
	color: #262626;
	font-weight: bold;
}
.byline {
	text-transform: uppercase;
	color: #262626;
}
.byline a {
	color: #262626;
	font-weight: bold;
	text-decoration: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.cat-links a {
	color: #b37d93;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.tag-links a {
	color: #b37d93;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.comments-link a {
	color: #262626;
	font-weight: bold;
	text-decoration: none;
}
.edit-link a {
	background: rgba(255,255,255,0.70);
	color: #262626;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
	overflow: auto;
}
.page-header, .entry-title, .entry-title-image {
	text-align: center;
	background: url('images/page-bg.png');
	padding: 5px;
	padding-top: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-header {
	margin-bottom: 15px;
}
.entry-title {
	text-align: left;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
nav a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
nav a:hover {
	color: #bcc282;
}
 
 
/* =Asides
----------------------------------------------- */
 
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.blog .format-aside .entry-content {
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
} 
 
/* =Navigation
----------------------------------------------- */
 
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
 
/* =Comments
----------------------------------------------- */

#comments { /* Container for the comments section */
	clear: both;
}
.bypostauthor { /* Gives post author comments thier own style */
	
}
.comments-title {
	margin-bottom: 1em;
}
.commentlist li {
	list-style: none;
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children { /* Nested comments */
	margin: 0 0 0 6%;
}
.commentlist li.comment {  /* Individual top-level comments */
	border-bottom: 1px solid #eee;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	background: rgba(238,238,238,0.60);
	padding: 10px;
}
.commentlist li.pingback {  /* Individual top-level pingbacks */

}
.commentlist li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */

}
.commentlist .children li { /* Contains individual nested comments */
	
}
.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
}
.commentlist li.pingback {
	color: #262626;
	font-weight: bold;
}
.commentlist li.pingback .comment-edit-link {
	color: #262626;
	font-weight: normal;
	text-decoration: none;
	float: right;
}
.pingback a {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.comment .avatar { /* Comment author's gravatar image */
	float: right;
	border-radius: 50%;
}
.comment-author { /* Comment author's name */
	font-weight: bold;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: capitalize;
}
.comment-meta {
		margin-bottom: 1em;
}
.comment-meta a { /* Comment date, time, etc */
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px solid #ddd;
}
.comment-content { /* Actual comment text */

}
.comment .reply { /* The "Reply" link under each comment */
	text-align: right;
}


/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {

}
.required { /* The little asterisk next to a required comment field */
	color: red;
}
#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}
#commentform input[type="text"] {

}
#commentform #comment { /* The comment form textarea */

}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {

}
p.nocomments { /* Message displayed when there are no comments */

}
 
/* =Widgets
----------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}
.widget-title {
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	background: rgba(255,255,255,0.30);
	margin-bottom: 0.25em;
	padding: 5px;
	border-bottom: 1px solid rgba(219,192,202,0.40);
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
}
.widget ul li:hover {
	background: rgba(255,255,255,0.60);
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.widget ul li a {
	color: rgba(160,95,122,1);
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
}
/* Search widget */
#searchsubmit {
	display: none;
}
.widget_search #s {
	margin-left: 20px;
}
/* Sub Items in Menu & Categories Widgets */
.widget-area .sub-menu,
.widget-area .children {
	margin: 0.1em;
}
.widget-area .sub-menu,
.widget-area .children li {
	background: #fff;
}
.widget-area .children li a {
	color: rgba(51,51,51,0.80);
	text-decoration: none;
	font-weight: normal;
}
/* Text Widgets */
.widget p,
.textwidget {
	color: #262626;
}
.widget p a,
.textwidget a, .textwidget li a {
	color: rgba(160,95,122,1);
	text-decoration: none;
}
.widget-area blockquote {
	width: 95%;
	padding: 5px;
	background: rgba(255,255,255,0.70);
	font-size: 11px;
	margin: auto;
	align: center;
}
/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.9;
	padding: 0.231em 0;
	
}
.wp_widget_tag_cloud a,
.widget_tag_cloud a {
	padding: 3px;
	background: url('images/main-navigation.png');
	border-radius: 3px;
	color: rgba(160,95,122,1);
	text-decoration: none;
}


.thumbnails {
	width: 509px;
	height: 121px;
	margin-bottom: 15px;
}



/* =Structure {sidebar-content-sidebar}
----------------------------------------------- */
.clear {
	clear: both;
}
.site /* colora lo spazio occupato dal sito */ {
    margin: 0 auto;
    max-width: 980px;
	border-left: 4px solid #baae9e;
	border-right: 4px solid #baae9e;
	background-image: url('images/bg.png');
}
.site-header {
	width: 980px;
	height: 250px
}
.site-header img {
	max-width: 980px;
}
#main {
	width: 980px;
}
#primary {
float: left;
width: 100%;
background: #f4ecef;
overflow: auto;
}
#content {
	margin: 0 23%;
	background: #fff;
	padding: 10px;
}
#content-gallery {
	background: #fff;
	width: 900px;
	padding: 20px;
	margin-left: 20px;
}
	.entry-attachment .attachment img {
		max-height: 768px;
		width: auto;
		height: auto;
	}
#main .widget-area {
float: left;
width: 21%;
margin-top: 0px;
background: #f4ecef;
}
#secondary { /* Sidebar 1 */
margin: 0 0 0 -99%;
background: #f4ecef;
}
#tertiary { /* Sidebar 2 */
margin-left: -22%;
background: #f4ecef;
}
.site-footer {
clear: both;
width: calc(100%-20px);
background: #000;
text-align: right;
padding: 10px;
color: #fff;
}
.site-footer a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
