/*
Theme Name: Typo – WordPress.com
Theme URI: http://theme.wordpress.com/themes/typo/
Description: A typography-centered, responsive theme for photos, articles, quotes, videos, and more. Its sleek one-column design makes it perfect for a personal blog, and support for multiple post formats allows you to tumblelog your finds with style.
Version: 1.0
Author: Okay Themes
Author URI: http://okaythemes.com
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: typo
*/

/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: Arial, sans-serif;
}

@font-face {
	font-family: bankgothic-regular;  
	src: local('bankgothic-regular'), 
		url("fonts/bankgothic-regular.ttf") format('truetype');  
	font-weight: normal;  
}



/* =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-size: 98%;
	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: #fff !important;
	font-family: Arial, sans-serif;
}
body.custom-background{
	background: #fff !important;
}

#content, #masthead {
	background: #fff !important;
	margin:0 auto;
}
#colophon {
	margin:0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
}
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 15px;
	font-size: 1.7rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #60636b;
	margin: 0 0 1.2em;
	font-weight: normal;
	font-family: bankgothic-regular;
	letter-spacing:0.5px;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0 0 .25em;
}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 0 .2em;
	letter-spacing: 2px;
}
h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 .75em;
}
h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 .75em;
	display:inline;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	overflow:hidden;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
li {
	overflow:hidden;
	padding:3px 0 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}


.alignnone{
	margin-bottom:10px;
}

address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 13px 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: 90%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	border-bottom: 4px double #e4e3e3;
	font-weight: bold;
	padding: 5px 2px;
}
td {
	border-bottom: 1px solid #e4e3e3;
	padding: 3px 2px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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 */
}
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;
	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.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	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;
	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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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: #1c8266;
	text-decoration: none;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
a:visited {
	color: #1c8266;
}
a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.small {
	font-size:0.8em;
	letter-spacing:0.05em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em .75em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: .75em 0 .75em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: .75em auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Header
----------------------------------------------- */
#masthead {
	background:transparent;
}

.site-header {
	padding: 0.6em 0 0;
}
.site-header img {
	margin: 0 auto 0,4em;
	max-width: 100%;
	height: auto;
	margin-top:35px;
}
.site-branding {
	margin: 0 auto;
	width: 615px;
}
.site-title {
	color: #f2f2f2;
	font-family: 'Vast Shadow', Helvetica, sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	height:157px;
	background: url('http://www.lpplegaliassociati.it/wp-content/uploads/2014/06/bg-palace-new.jpg') no-repeat 357px 0;
}

.page-id-758 .site-title {background: none;
}

.site-branding h1{
	margin:0 !important;
}
.site-title a {
	color: #f2f2f2;
}
.site-description {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	display:none;
}


/* =Footer
----------------------------------------------- */

.site-footer {
	color: #fff;
	padding: 0;
	text-align:center;
	background:#1c8266;
}

.site-footer h6 {
	color: #777;
	font-family: bankgothic-regular;
	margin-bottom:2px;
}
.site-info {
	font-size: 1rem;
	margin: 0 auto;
	padding: 1.8em 0;
	width: 615px;
	font-family: bankgothic-regular;
	letter-spacing:0.8px;
}
.site-info span.small {
	letter-spacing:1px;
	font-size:8.5px;
}
.footer-credits {
    float: left;
    line-height: 23px;
    width: 410px;
}


/* =Layout
----------------------------------------------- */

.site-main {
	margin: 0 auto;
	padding: 6px 0;
}
.site-content:before,
.site-content:after {
	clear: both;
	display: block;
	margin-top: -1px;
	width: 100%;
}


/* =Navigation
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 15px 0 9px;
	text-align: center;
	background:#1c8266;
	letter-spacing:1px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a,
.main-navigation a:visited {
	color: #fff;
	display: block;
	padding: 5px 29px;
	text-decoration: none;
	font-family: bankgothic-regular;
	font-size: 87%;
}
.main-navigation ul ul {
	background: #444;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 2.25em;
		left: 0;
	text-align: left;
	z-index: 99999;
}
.main-navigation ul ul:before {
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #444;
	content: "";
	display: block;
	margin-bottom: -20px;
	position: relative;
		left: 15px;
		top: -17px;
	width: 0;
	height: 0;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul ul:before {
	display: none;
}
.main-navigation ul ul a {
	width: 120px;
color:#bbb;
}
.main-navigation ul ul li {
	font-size: 13px;
	font-size: 1.3rem;
}
.main-navigation li:hover > a,
.main-navigation li:focus > a {
	color: #bbb;
}
.main-navigation ul ul li, .main-navigation ul ul li a{
	color: #bbb;
}

.main-navigation ul ul :hover > a {
color: #bbb !important;
}
.main-navigation ul ul a:hover {
color: #bbb;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a, li.menu-item.current-page-ancestor a,
.main-navigation li.current-post-ancestor a, .main-navigation li.current-menu-parent a, .main-navigation li.current-post-parent a {
	color: #bbb;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		
	}
	
	.menu-toggle {
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1;
		margin: 0;
		padding: 0;
	}
	.main-navigation ul {
		
	}
}
.footer-navigation {
    display: block;
    float: left;
    margin: 0 0 3em;
    width: 410px;
}
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer-navigation li {
    display: inline-block;
    padding: 5px 15px 0 0;
    position: relative;
}
.footer-navigation a {
    color: #fff;
    display: block;
    text-decoration: none;
}


/* =Content
----------------------------------------------- */


.hentry-wrapper, .hentry-wrapper:before {
	padding: 20px 0 0;
	position: relative;
}
.hentry-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.hentry-wrapper:first-of-type:before {
	background: none;
}
.hentry {
	margin: 0 auto;
	width: 615px;
	z-index: 1;
}
.site-main .hentry-wrapper:first-of-type .hentry {
	padding-top: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	text-align:justify;
}
.entry-meta {
	color: #6b6d74;
	font-size: 12px;
	font-size: 1.2rem;
}
.hentry .entry-meta:first-of-type {
	text-align: center;
}
.entry-meta a {
	color: #6b6d74;
}
.entry-title {
	font-size: 24px;
	font-size: 2.2rem;
	line-height: 30px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	position: relative;
	letter-spacing:1px;
}
.entry-title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 1px;
}
.entry-title a {
	color: #60636b;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #999;
	text-shadow: 1px 1px #f7f7f7;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.posted-on a,
.byline a,
.cat-links,
.tags-links,
.comments-link,
.entry-format a {
	display: inline-block;
	line-height: 24px;
	padding: 3px 30px;
}
.posted-on a:before,
.byline a:before,
.cat-links:before,
.tags-links:before,
.comments-link a:before,
.entry-format a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: Genericons;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin-right: 3px;
	text-decoration: inherit;
	vertical-align: top;
	width: 24px;
	height: 24px;
}
.posted-on a:before {
	content: '\f307';
}
.sticky .posted-on a:before {
    content: '\f408';
}
.byline a:before {
	content: '\f304';
}
.cat-links:before {
	content: '\f301';
}
.tags-links:before {
	content: '\f302';
}
.comments-link a:before {
	content: '\f300';
}
.page-header {
	margin: 0 auto;
	padding: 0 0 0.8em;
	text-align: center;
	width: 615px;
}
.page-title {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 2.25em auto .75em;
	text-align: center;
	position: relative;
}
.page-title:after {
	border-bottom: 1px solid #fff;
	content: "";
	display: block;
	position: absolute;
		bottom: -2px;
	width: 100%;
	height: 1px;
}
.taxonomy-description {
	text-align: left;
}

/* 404 */

.error404 .hentry {
    margin-bottom: 3em;
}
.error404 .widget {
	color: inherit;
	float: left;
	margin-right: 5%;
	width: 30%;
}
.error404 .widget a {
	color: inherit;
}
.error404 .widget a:hover,
.error404 .widget a:focus {
	color: inherit;
}
.error404 .widget.wp_widget_tag_cloud {
	margin-right: 0;
}
.error404 .widget-title,
.error404 .widgettitle {
	border-bottom: double 3px #e4e3e3;
	color: inherit;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 1.5em;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

/* Single image */


/* Search No Results */
.search-no-results .hentry,
.no-results.hentry {
    margin-bottom: 100px;
}


/* =Post Formats
----------------------------------------------- */

.format-aside .entry-format a:before {
	content: '\f101';
}
.format-image .entry-format a:before {
	content: '\f102';
}
.format-link .entry-format a:before {
	content: '\f107';
}
.format-video .entry-format a:before {
	content: '\f104';
}
.format-quote .entry-format a:before {
	content: '\f106';
}
.format-audio .entry-format a:before {
	content: '\f109';
}
.format-status .entry-format a:before {
	content: '\f105';
}
.format-aside .entry-content {
	color: #777;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
	text-align: center;
}
.format-audio .entry-content {
	border-radius: 3px;
	color: #777;
	font-size: 22px;
	font-size: 2.2rem;
	font-style: normal;
	line-height: 1.5;
	margin: 1.5em auto;
	padding: 1.5em;
	position: relative;
	text-align: center;
}
.format-audio .entry-content:after {
    content: "";
    display: block;
    background-color: #ebeaea;
	background-color: rgba(0, 0, 0, .03);
    background-size: 100% 1.5em;
    background-image: -webkit-linear-gradient(#fefefe .025em, transparent .025em);
    background-image: -moz-linear-gradient(#fefefe .025em, transparent .025em);
    background-image: linear-gradient(#fefefe .025em, transparent .025em);
    -pie-background: linear-gradient(#fefefe .025em, transparent .025em) 0 0 / 100% 1.5em #fff;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}
.format-audio .entry-content:before {
    content: "";
    display: block;
    background-size: 100% 1.5em;
    background-image: -webkit-linear-gradient(#dfdfdf .05em, transparent .05em);
    background-image: -moz-linear-gradient(#dfdfdf .05em, transparent .05em);
    background-image: linear-gradient(#dfdfdf .05em, transparent .05em);
    -pie-background: linear-gradient(#dfdfdf .05em, transparent .05em) 0 0 / 100% 1.5em #fff;
    position: absolute;
        top: 1px;
        left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}





.format-link .post-link {
	clear: both;
	margin: 0 auto 15px;
    min-height: 50px;
    padding: 1.5em .75em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.format-link .post-link a:before {
    color: rgba(255,255,255,.5);
    content: "\f445";
    display: block;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 200px;
    font-size: 20.0rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    margin-left: -100px;
    position: absolute;
        top: -66px;
        left: 50%;
    text-align: center;
    text-decoration: inherit;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    z-index: -1;
}
.format-link .post-link a {
    background: #60636b;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: .75em;
    position: relative;
}
.format-link .post-link a:hover,
.format-link .post-link a:focus {
    background: #fcfcfc url('images/texture.png');
    background-size: 50px auto;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    color: #555;
}
.format-quote .entry-content {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0, 0.1);
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0, 0.1));
    filter: drop-shadow(0 0 4px rgba(0,0,0, 0.1));
    -webkit-transform: translateZ(0);
    color: #999;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 3em;
    padding: 1.5em 30px;
    position: relative;
    text-align: center;
}
.format-quote blockquote {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.format-quote .entry-content:after {
    border-top: 30px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    content: "";
    display: block;
    margin-left: -30px;
    position: absolute;
        top: 100%;
        left: 50%;
    width: 0;
    height: 0;
}
.format-quote .entry-content:after,
.format-quote .entry-content:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.format-quote .entry-content:after {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #fff;
    border-width: 30px;
    left: 50%;
    margin-left: -30px;
}
.format-quote .entry-content:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-width: 31px;
    left: 50%;
    margin-left: -31px;
}
.format-status .entry-title {
	display: none;
}
.format-status .entry-content {
    box-shadow: rgba(0,0,0, 0.1) 0 2px 7px;
    color: #8f9199;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 1.5em;
    padding: 3em 20px 1.5em 65px;
    position: relative;
}
.format-status .entry-content:after {
    content: "";
    display: block;
    border-left: 4px double rgb(251,206,207);
    position: absolute;
        top: -1px;
        left: 45px;
    width: 1px;
    height: 101%;
    z-index: -1;
}
.format-status .entry-content:before {
    content: "";
    display: block;
    background-color: #fff;
    background-size: 100% 1.5em;
    background-image: -webkit-linear-gradient(#c7e5e9 .05em, transparent .05em);
    background-image: -moz-linear-gradient(#c7e5e9 .05em, transparent .05em);
    background-image: linear-gradient(#c7e5e9 .05em, transparent .05em);
    -pie-background: linear-gradient(#c7e5e9 .05em, transparent .05em) 0 0 / 100% 1.5em #fff;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.format-chat .entry-content {
	background: #fcfcfc url('images/texture.png');
	background-size: 50px auto;
	border: 1px solid #d4d3d3;
	border-radius: 3px;
	margin: 1.5em 0;
	padding: 3em 65px 1.5em;
	position: relative;
}
.format-chat .entry-content:before,
.format-chat .entry-content:after {
	background: #fcfcfc;
	background-image: none;
	border: 1px solid #d4d3d3;
	border-radius: 3px;
	content: '';
	position: absolute;
		bottom: -5px;
		left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 125%;
	height: 10px;
	z-index: -1;
}
.format-chat .entry-content:before {
	width: 122%;
	bottom: -8px;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
}
.entry-format a:before {

}


/* =Media
----------------------------------------------- */
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	background: #e8e8e8;
	background: rgba(0, 0, 0, .03);
	margin: 0 auto 1.5em;
	padding: .75em;
	overflow: hidden;
	width: 615px;
}
[class*="navigation"] .nav-previous a {
	background: #60636b;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	max-width: 45%;
	padding: .75em 10px;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
[class*="navigation"] .nav-next a {
	background: #60636b;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	max-width: 45%;
	padding: .75em 10px;
	text-align: right;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
[class*="navigation"] .nav-previous a:hover,
[class*="navigation"] .nav-next a:hover,
[class*="navigation"] .nav-previous a:focus,
[class*="navigation"] .nav-next a:focus {
	background: #fcfcfc url('images/texture.png');
	background-size: 50px auto;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	color: #555;
}


/* =Widgets
----------------------------------------------- */

.widget-areas {
	margin: 0 auto;
	width: 615px;
}
.widget-area {
	float: left;
	margin-right: 5%;
	overflow: hidden;
	width: 30%;
}
.widget-area:last-of-type {
	margin-right: 0;
}
.widget {
	color: #dadcde;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0 0 1.5em;
}
.widget-title,
.widgettitle {
	border-bottom: double 3px #606266;
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	list-style-type: square;
	margin-left: 1.5em;
}
.widget a {
	color: #fff;
}
.widget a:hover,
.widget a:focus {
	color: #aaa;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit,
.footer-search .search-submit {
    background: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    content: '';
	display: block;
    overflow: hidden;
    padding-top: 23px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: absolute;
        right: 0;
        top: 0;
    text-shadow: none;
    width: 23px;
    height: 23px;
    z-index: 2;
}
.widget_search .search-submit:hover,
.footer-search .search-submit:hover {
    box-shadow: none;
}
.widget_search input[type="search"],
.footer-search input[type="search"] {
    background: #666;
    background: rgba(255, 255, 255, .08);
    border: none;
    border-radius: 0;
    font-style: italic;
    color: #ccc;
    padding: 5px 10px;
    font-family: "Droid Serif", Georgia, serif;
    width: 135px;
}
.widget_search .search-form,
.footer-search .search-form {
    position: relative;
    width: 185px;
}
.widget_search .search-form label:after,
.footer-search .search-form label:after {
    color: #fff;
    content: '\f400';
    display: block;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: absolute;
        right: 0;
        top: 0;
    text-align: center;
    text-decoration: inherit;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    z-index: 2;
}
.footer-search {
    float: right;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-footer .container {
	background: rgba(255,255,255,.3);
	border: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus {
	color: #60636b;
}
#infinite-handle {
	margin: 0 auto 1.5em;
	min-height: 35px;
	padding: 1.5em 0 0;
	text-align: center;
	width: 615px;
}
#infinite-handle span {
	background: #60636b;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: .75em 10px;
}
#infinite-handle span:hover {
	background: #fcfcfc url('images/texture.png');
	background-size: 50px auto;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
	color: #555;
}
.infinite-loader {
	margin: 15px auto 31px;
	width: 34px;
}

#post-731 ul li br{
		display:none;
	}


/* =Responsive
----------------------------------------------- */

@media only screen and ( max-width: 635px ) {
	
	.site-branding,
	.site-info,
	.main-navigation,
	.hentry,
	.page-header,
	.site-main [class*="navigation"],
	#comments,
	.widget-areas,
	#infinite-handle {
		width: 90%;
	}

	.format-chat .entry-content {
		padding: 0;
	}
	.format-chat .entry-content:after {
		width: 110%;
	}
	.format-chat .entry-content:before {
		width: 105%;
	}
	.format-image .entry-content img {
		padding: .75em;
	}
	.site-title {
		font-size: 28px;
		font-size: 2.8rem;
  	 	 height: 90px;
	}
	.site-description {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.posted-on a,
	.byline a,
	.cat-links,
	.tags-links,
	.comments-link {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-navigation {
		padding: 5px 0 4px;
		}
	.main-navigation a, .main-navigation a:visited {
		font-size:70%;
		padding: 3px 4px;
		}

	.widget-area {
		clear: both;
		float: none;
		margin: 0 auto 1.5em;
		width: 100%;
	}
	.footer-search,
	.footer-navigation,
	.footer-credits {
		clear: both;
		float: none;
		margin-bottom: 1.5em;
		width: 90%;
	}
footer .site-info, footer .site-info a {
    	color: #ccc !important;
	}

h2 {
		display:none;
	}
	.site-main .hentry-wrapper:first-of-type .hentry {
		padding: 0;
	}
	.hentry-wrapper, #masthead, .site-header, .site-header img, .site-title, body, header, h1, p, .hentry-wrapper, .page-content, .entry-content, .entry-summary, .page-title, h2, .site-description, .site-content, #content  {
		padding: 0;
		margin:0;
	}
	.hentry-wrapper:before {
		background-size: auto 30px;
	}

	
#post-731 a img.alignleft{
		display:block;
		float:none;
	}
#post-731 ul li{
		padding-bottom:30px;
	}
#post-745 p, #post-743 p, #post-839 p {
		padding-bottom:20px;
	}


	.comment-content:after {
		border-top: 10px solid rgba(0, 0, 0, .03);
		border-left: 15px solid rgba(0, 0, 0, .03);
		border-right: 15px solid transparent;
		border-bottom: 10px solid transparent;
			bottom: -20px;
	}
}



#cboxOverlay{
	background: #333 !important;
	}
#colorbox{
	width:615px !important;
	}
#gallery-1{
	background:#eee;
	padding:15px 0;
	margin-bottom:25px !important;
	}
#gallery-1 img{
	border:none !important;
	}



.gv_galleryWrap{
	background:#eee !important;
	padding:25px 5px !important;
	}

