/*  
Theme Name: Folo
Theme URI: http://themify.me/themes/folo
Version: 1.1.2
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ***********************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #777;
	background: #f3f3f3;
	background: #EDF6E4;
}
a {
	text-decoration: none;
	outline: none;
	color: #bb4a3b;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}

big {
	font-size: 150%;
}

.green {
	color:#008061;
}

.hfont {
	font-family: Arvo, Arial, Helvetica, sans-serif;
}

blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
	/*list-style:url(images/bullet-round.gif);
	list-style:url(images/bullet.gif);*/
}

li.wht { list-style:url(images/bullet-wht.gif); }
li.grn { list-style:url(images/bullet-grn.gif); }

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	font-weight: normal;
	margin: 20px 0 .4em;
	font-family: Arvo, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
	

/* blogroll */

.blogroll{
	list-style:none;
	margin-left:0px;
}

.linkcattitle {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 46px;
	color:black;
	display: inline-block;	
	font: normal 22pt Arvo, Arial, Helvetica, sans-serif;
	margin: 6px 0 0 0;
	padding-bottom: 26px;
	width:100%;
	zoom:1;	
	*display:inline;
}


.page-id-107 ul.blogroll  {
	margin:0 0 1.4em 0px;
}

.page-id-107 .blogroll li.brlink {
	margin:0;
	padding:0;
}

.page-id-107 .blogroll .brlink a {
	/* basics */
	text-decoration: none !important;
	color: #333;	
	font: 100% Arial, Helvetica, sans-serif;
	padding: 5px 13px;
	margin: 0 3px 5px 0;
	
	border: solid 1px #aaa;

	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;

	text-shadow: 0 1px 0 rgba(255,255,255,.5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
	
	/* red */
	border-color: #9e0b0f;
	background: #e41d24;
	background: -moz-linear-gradient(top, #fb4e55 0%, #d7020a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4e55), color-stop(100%,#d7020a));
	background: -webkit-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -o-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -ms-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e55', endColorstr='#d7020a',GradientType=0 );
	background: linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	
	/**/
	
	padding: 5px 13px;
	margin: 12px inherit 12px inherit !important;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
	
}
.page-id-107 .blogroll .brlink a:hover {
	background: #fb4e55;
	text-decoration:none;
}
.page-id-107 .blogroll .brlink a.flat {
	background: #e41d24;
}

/* Button */

.button{
	margin: 12px inherit !important;
}

a.button.pdf {
	border-color: #9e0b0f;
	background: #e41d24;
	background: -moz-linear-gradient(top, #fb4e55 0%, #d7020a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4e55), color-stop(100%,#d7020a));
	background: -webkit-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -o-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	background: -ms-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e55', endColorstr='#d7020a',GradientType=0 );
	background: linear-gradient(top, #fb4e55 0%,#d7020a 100%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
a.button.pdf:hover {
	background: #fb4e55;
}
a.button.pdf.flat {
	background: #e41d24;
}



/* form elements */

input, textarea, select, input[type=search] {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search], input[type=email] {
	background: #eee;
	border: solid 1px #ccc;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}

/* form input field focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus, input[type=email]:focus {
	outline: none;
	background: #fff;
}

/* form input field width */
input[type=text], input[type=search], input[type=email] {
	width: 240px;
	max-width: 96%;
}
textarea {
	line-height: 150%;
	width: 96%;
}

/* form button */
input[type=reset], input[type=submit] {
	background: #b74637;
	color: #fff;
	font-weight: bold;
	border: solid 1px #933327;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #9f3b2e;
	color: #fff;
}

.input-full-width{
	width:100% !important;
}

/* ***********************************************************************************
STRUCTURE
*************************************************************************************/
.pagewidth {
	width: 978px;
	margin: 0 auto;
}
.home .pagewidth {
	/*margin: 0 auto 12px auto;*/
	margin: 0 auto;
}
#body {
	background:#F8FFF0;
	padding: 0 0 40px;
	padding: 0px;
}

/* content */
.sidebar1 #content {
	width: 650px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 270px;
	float: right;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar-none content */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* ***********************************************************************************
TABLE
*************************************************************************************/

table.data{
	/*font: 100% monospace, Monaco, "Lucida Console";*/
	font:100% Arial, Helvetica, sans-serif;
	width: 100%;
	text-align:left;
	border:1px solid #008061;
	padding:1px;
	margin:10px 0px 20px 0px;
}

table.data td:first-child{
	text-align:left;
}

table.data.green.col td:first-child{
	text-align:left;
	background:#7fbfb0;
	background:#008061;
	color:#fff;
	text-shadow: 0px -1px 0px #008061;
}

table.data.green.row tr:first-child td{
	text-align:left;
	background:#7fbfb0;
	background:#008061;
	color:#fff;
	text-shadow: 0px -1px 0px #008061;
}


table.data td{
	text-align:center;
	border:1px solid #ddd;
	padding:10px 10px;
	color:#636660;
}

/* ***********************************************************************************
GRID
*************************************************************************************/
.col, .col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}
.col.first, .col4-1.first, .col4-2.first, .col4-3.first, .col3-1.first, .col3-2.first, .col2-1.first {
	margin-left: 0;
	clear: left;
}

/* sidebar1 grid */
.sidebar1 .col4-1, .sidebar1 .col4-2, .sidebar1 .col4-3, .sidebar1 .col3-1, .sidebar1 .col3-2, .sidebar1 .col2-1 {
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

#langnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
	text-align: center;
	
	display: block;
	clear: both;
	position: relative;
	z-index: 9999;
	padding: 10px;
}

#langnav a, #langnav strong{
	color: #008061;
}

#langnav img{
	position: relative;
	top: 4px;
	margin: 0 4px;
}

/* ***********************************************************************************
HEADER
*************************************************************************************/
/* headerwrap */
#headerwrap {
	background: #dcdcdc;
	border-top: solid 3px #000;
	border-bottom: solid 1px #b5b5b5;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	z-index: 2;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

/* add padding to admin-bar */
.admin-bar #headerwrap {
	/*padding-top:28px;*/
}

#header {
	position: relative;
}

/* logo wrap */
.logo-wrap-outer {
	position: absolute;
	z-index: 100;
	width: 220px;										width: 146px;
	left: 50%;
	top: -3px;											top: -10px;
	margin-left: -80px;
}
.logo-wrap {
	/*background: #cc4b4a url(images/noise-bg.png);
	border-bottom: solid 1px #923534;*/
	padding: 4px;										padding: 0px;
	text-align: center;
	position: relative;
}
.logo-wrap:before, .logo-wrap:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	/*-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	box-shadow:0 15px 10px rgba(0, 0, 0, .6);*/
	
	/*-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);*/
}
.logo-wrap:after {
	right:10px;
	left:auto;
	/*-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);*/
}
.logo-wrap-inner {
	/*border: double 4px #fff;
	border: double 4px rgba(255, 255, 255, .4);*/
	padding: 30px 3px 15px;								padding: 0;
	min-height: 60px;
}

.logo-wrap-inner img{
	/*-webkit-box-shadow:0 4px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 4px 10px rgba(0, 0, 0, .2);
	box-shadow:0 4px 10px rgba(0, 0, 0, .2);*/
}

/* site logo */
#site-logo {
	font: normal 26px/100% Arvo, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .2);
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 5px;
}

/* ***********************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
/*	position: absolute;
	top: 88px;
	right: 10px;
	font-size: 95%;
	line-height: 120%;
	text-align: right;*/
}
.social-widget {
	position: absolute;
	left: 0;
	top: 100px;
	width: 160px;
}

.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	float: left;
	margin: 0 10px 0 0;
}
.social-widget .widget div {
	float: left;
}
.social-widget .widgettitle {
	font: bold 100% Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	display: block;
	float: left;
	margin: 5px 8px 2px;
	padding: 0;
	background: transparent;
	color: #000;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	float: left;
}
.social-widget ul li {
	margin: 0 8px 5px 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* rss button */
.social-widget .rss {
	float: left;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* ***********************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
/*	position: absolute;
	left: 0;
	top: 85px;
	width: 160px;*/
}
#header #searchform {
	position: absolute;
	top: 100px;/**/						top: 19px;
	right: 0px;/**/						right: -19px;
	font-size: 95%;
	line-height: 120%;
	text-align: right;
}
#header #searchform #s {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 5px 4px 5px 28px;
	font-style: italic;
	width: 90px;
	/*-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;*/
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
#header #searchform #s:focus {
	width: 90px;
	font-style: normal;
}

/* exclude search cancel button */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}

/* ***********************************************************************************
UPPER WRAP
*************************************************************************************/
#upperwrap {
	/*background: #f3f3f3 url(images/pixel-grid-bg.png);*/
	background: #f3f3f3;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	padding-top: 160px;											padding-top: 118px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
#upperwrap-inner {
	background: url(images/horizontal-pixel-bar.png) left bottom repeat-x;
	/*padding-bottom: 11px;*/
	padding-bottom: 3px;
}

#upperwrap-top{
	width:100%; 
	height:8px; 
	position:absolute; 
	z-index:2; 
	top:79px; 
	background: url(/wp-content/themes/folo/images/horizontal-pixel-bar.png) repeat-x left top;
}

/* ***********************************************************************************
MAIN NAVIGATION
*************************************************************************************/
/* main nav left */
#main-nav-left {
	position: absolute;
	top: 26px;
	right: 604px;
}
#main-nav-left li {
	display: inline;
}

/* main nav right */
#main-nav-right {
	position: absolute;
	top: 26px;
	left: 587px;
}
#main-nav-right li {
	display: inline;
}

/* main nav */
.main-nav {
	margin: 0;
	padding: 0;
	z-index: 100;
}
.main-nav li {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	position: relative;
}

/* main level link */
.main-nav a {
	text-align: center;
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #555;
	margin-left: 15px;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	
}
.main-nav li:first-child a {
	margin-left: 0;
}

/* main level link :hover */
.main-nav a:hover, .main-nav li:hover > a {
	color: #000;
}

/* current link */
.main-nav .current_page_item a, .main-nav .current-menu-item a {
	color: #000;
}

/* current link :hover */
.main-nav .current_page_item a:hover, .main-nav .current-menu-item a:hover {
	color: #000;
}

/* sub-levels link */
.main-nav ul a, .main-nav .current_page_item ul a, .main-nav ul .current_page_item a, .main-nav .current-menu-item ul a, .main-nav ul .current-menu-item a, .main-nav li:hover > ul a {
	text-align: left;
	text-transform: none;
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	text-shadow: none;
}

/* sub-levels link :hover */
.main-nav ul a:hover, .main-nav .current_page_item ul a:hover, .main-nav ul .current_page_item a:hover, .main-nav .current-menu-item ul a:hover, .main-nav ul .current-menu-item a:hover, .main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}

/* dropdown ul */
.main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 2px;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}

/* sub-levels dropdown */
.main-nav ul ul {
	left: 190px;
	top: -15px;
}

/* show dropdown ul */
.main-nav li:hover > ul {
	display: block;
}

/* ***********************************************************************************
SLIDER
*************************************************************************************/
#slider {
	/*background: url(images/slider-shadow.png) no-repeat center bottom;*/
	margin-left: 30px;
	margin-top: 10px;
	height:453px;
}
#slider ul.slides{
	margin:0;
}

#slider img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
}
#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
	/**/
	position:absolute;
}

/* ***********************************************************************************
Slideshow fader
*************************************************************************************/
#slides li {
    z-index:8;
}

#slides li.last-active {
    z-index:9;
}

#slides li.active {
    z-index:10;
}


/* slide content */
.slide-content {
	margin: 0 0 20px;
	/*font: italic 100%/120% "Times New Roman", Times, serif;*/
	font: "Times New Roman", Times, serif;
	opacity: 0;
	/**/
	display:none;
}

/* slide post title */
.slide-post-title {
	color: #008061;
	font-size: 13pt;
	font-style: normal;
	line-height: 110%;
	margin: 0 0 10px;
}

/* roundabout plugin */
.roundabout-holder {
	list-style: none;
	margin: 0 auto;
	width: 80%;
	height: 400px;
}
.roundabout-moveable-item {
	width: 450px;
	height: 440px;
	cursor: pointer;
	text-align: center;
}
.roundabout-in-focus {
	cursor: auto;
}


/* ***********************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlights {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: dotted 1px #bbb;
}
.home-highlights-icon {
	margin: 15px 0 7px;
}
.home-highlights-title {
	margin: 0 0 10px;
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
}

/* ***********************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: 11pt Arial, Helvetica, sans-serif;
	/*padding: 10px 40px 30px;*/ padding: 10px 40px 10px;
	margin-bottom: 20px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: dotted 0px #bbb;
	line-height: 23pt;
}

/* ***********************************************************************************
HOME WIDGETS
*************************************************************************************/
.home-widgets {
	margin-top: 10px;
}

/* ***********************************************************************************
LAYOUT
*************************************************************************************/
#layout {
	background: url(images/upperwrap-shadow.png) no-repeat center top;
	/*padding: 60px 0;*/
	padding: 24px 0 1px 0;
	margin-bottom:0px;
}

/************************************************************************************
SORTABLE CONTAINER
*************************************************************************************/
.sortable {
	width: 1008px;
	margin-left: -30px;
}
.sidebar1 .sortable {
	width: 710px;
}
.sortable .post {
	margin-left: 30px !important;
}

/* post width in sidebar1 sortable container */
.sidebar1 .list-post .sortable .post, 
.sidebar1 .list-thumb-image .sortable .post, 
.sidebar1 .list-large-image .sortable .post {
	width: 650px !important;
}
.sidebar1 .grid4 .sortable .post {
	width: 20% !important;
}
.sidebar1 .grid3 .sortable .post {
	width: 28% !important;
}
.sidebar1 .grid2 .sortable .post,
.sidebar1 .grid2-thumb .sortable .post {
	width: 45% !important;
}

/* ***********************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	overflow: hidden;
}

.single .post-content {
	overflow: visible;
}

.single .format-standard .post-content {
	overflow: visible;
	/*width: 620px;
	float: right;*/
}

.single h2,
.page h2 {
	color:#008061;
	text-transform:uppercase;
}

/*.single*/ 
.post-content p.intro {
	font-size:11pt;
	color:#636660;
	line-height:22pt;
	word-spacing:0.1em;
}

/* general post image */
.post-image {
	margin: 0 0 15px;
	padding: 6px;
	border: solid 1px #e3e3e3;
	border-bottom-color: #ddd;
	background:#fff;
	position:relative;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.post-image:before, .post-image:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.post-image:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}
.post-image img {
	vertical-align: middle;
}
.post-image.left {
	margin-right: 20px;
}
.post-image.right {
	margin-left: 20px;
}

/* general post title */
.post-title {
	margin: 0 0 5px;
	padding: 0;
}
.post-title, .post-title a {
	letter-spacing: -.04em;
	color: #000;
	text-decoration: none;
}

/* general post date */
.post-date {
	margin: 0 0 4px;
	display: block;
	font-weight: bold;
	color: #999;
}

/* general post meta */
.post-meta {
	font-size: 95%;
	line-height: 180%;
}
.post-meta a {
	color: #444;
}
.post-meta span {
	display: inline-block;
	zoom:1;
	*display:inline;
}
.post-meta .divider {
	width: 5px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat left 2px;
	padding-left: 18px;
}
.post-meta .post-comment {
	background: url(images/post-comment.png) no-repeat left 3px;
	padding-left: 20px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat left 3px;
	padding-left: 18px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat left 4px;
	padding-left: 18px;
}

/* more link */
.more-link {
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	background-color: #b74637;
	padding: 0 5px;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.more-link:hover {
	background-color: #9f3b2e;
	text-decoration: none;
}

/* ***********************************************************************************
POST LAYOUTS
*************************************************************************************/	
/* list post image */
.list-post .post-image {
	margin-bottom: 30px;
}

/* Single list post image */
.single .list-post .post-image {
	margin-bottom: 30px;
	/*float: left;*/
	margin-top: 100px;
}

.single-post-excerpt{
	color:#ABABAB;						color:#928b8b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
	line-height:22pt;
	padding:0;
	text-align:right;
	width:310px;
	/*text-shadow: 0px -2px 0px #fff;*/
}

/* list post title */
.list-post .post-title-wrap {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 bottom;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.list-post .post-title {
	margin: 6px 0 14px 0;
	/*font: normal 170%/110% Arvo, Arial, Helvetica, sans-serif;*/		
	font: normal 22pt Arvo, Arial, Helvetica, sans-serif;
	display: inline-block;
	zoom:1;	
	*display:inline;
}

/* list post post date */
.list-post .post-date {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #999;
	background: url(images/vertical-pixel-divider.png) repeat-y right 0;
	padding: 12px 16px 14px 0;
	margin-right: 10px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* list post post meta */
.list-post .post-meta {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 top;
	padding-top: 6px;
	margin: 30px 0 20px;
	font-size: 90%;
}
.list-post .post-meta span {
	padding-top: 10px;
	margin-left: 5px;
	vertical-align: top;
}
.list-post .post-meta .divider {
	background: url(images/vertical-pixel-divider.png) repeat-y right 0;
	width: 5px;
	height: 28px;
	margin: 0 6px 0 12px;
}
.list-post .post-meta .post-author {
	background-position: left 12px;
}
.list-post .post-meta .post-comment {
	background-position: left 12px;
}
.list-post .post-meta .post-category {
	background-position: left 12px;
}
.list-post .post-meta .post-tag {
	background-position: left 12px;
}

/* grid4 post */
.grid4 .post {
	width: 222px;
	margin-left: 30px;
	float: left;
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 20px;
}
.grid4 .post-title {
	font-size: 150%;
}
.sidebar1 .grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}

/* grid3 post */
.grid3 .post {
	width: 306px;
	margin-left: 30px;
	float: left;
	font-size: 95%;
	line-height: 135%;
	margin-bottom: 20px;
}
.sidebar1 .grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 180%;
}

/* grid2 post */
.grid2 .post {
	width: 474px;
	float: left;
	margin-left: 30px;
	line-height: 135%;
	margin-bottom: 20px;
}
.grid2 .post-title {
	font-size: 200%;
}
.sidebar1 .grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}

/* grid2-thumb post */
.grid2-thumb .post {
	width: 474px;
	margin-left: 30px;
	float: left;
	line-height: 140%;
}
.sidebar1 .grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
}
.grid2-thumb .post-title {
	font-size: 150%;
}
.grid2-thumb .post-image {
	float: left;
	margin-right: 20px;
}
.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.list-thumb-image .post-image {
	float: left;
	margin-right: 20px;
}
.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.list-large-image {
	margin-bottom: 40px;
}
.list-large-image .post-image {
	float: left;
	margin-right: 20px;
}
.list-large-image .post-title {
	font-size: 200%;
	line-height: 120%;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/* ***********************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0 0 5px;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-title-static {
	margin: 0 0 5px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

.home .page-title-static {
	display:none;
}

/* ***********************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}

/* ***********************************************************************************
FILTER SECTION
*************************************************************************************/	
.filter-section {
	width: 1008px;
	margin-left: -30px;
}
.filter-section .post {
	margin-left: 30px !important;
}

/* sidebar1 filter section */
.sidebar1 .filter-section {
	width: 680px;
}
.sidebar1 .grid4 .filter-section .post {
	width: 20.5%;
}
.sidebar1 .grid3 .filter-section .post {
	width: 28.5%;
}
.sidebar1 .grid2 .filter-section .post {
	width: 45%;
}
.sidebar1 .grid2-thumb .filter-section .post {
	width: 45%;
}

/* ***********************************************************************************
FILTER NAVIGATION
*************************************************************************************/	
.sorting-nav {
	text-align: right;
	padding: 0;
	margin: 20px 0 30px;
}
.sorting-nav li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.sorting-nav a {
	background: #a11c22;
	color: #333;
	font-size: 90%;
	text-decoration: none;
	line-height: 100%;
	padding: 5px 12px;
	vertical-align: middle;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background: #d8d8d8;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#b4b4b4));
	background: -moz-linear-gradient(top, #e8e8e8, #b4b4b4);
	background: linear-gradient(-90deg, #e8e8e8, #b4b4b4);
}
.sorting-nav a:hover {
	text-decoration: none;
	background: #b4b4b4;
}
.sorting-nav .active a, .sorting-nav .current-cat a {
	background: #666;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
}

/* isotope */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

/* ***********************************************************************************
PAGE NAVIGATION
*************************************************************************************/	
.pagenav {
	clear: both;
	padding: 7px 5px 0;
	text-align: right;
}
.pagenav a, .pagenav span {
	background: #a11c22;
	color: #333;
	text-decoration: none;
	line-height: 100%;
	padding: 5px 8px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background: #d8d8d8;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#b4b4b4));
	background: -moz-linear-gradient(top, #e8e8e8, #b4b4b4);
	background: linear-gradient(-90deg, #e8e8e8, #b4b4b4);
}
.pagenav a:hover {
	text-decoration: none;
	background: #b4b4b4;
}
.pagenav .current {
	background: #666;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
}

/* ***********************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 15px 0;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 45%;
}
.post-nav a {
	text-decoration: none;
	font-size: 110%;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .prev a {
	padding: 6px 0 6px 26px;
	display: block;
	background: url(images/post-nav-prev.png) no-repeat left 2px;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	padding: 6px 26px 6px 0;
	display: block;
	background: url(images/post-nav-next.png) no-repeat right 2px;
}

/* ***********************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	position: relative;
	clear: both;
}

/* comment title */
#comment-title, #reply-title {
	font-size: 170%;
	margin: 0 0 20px;
	padding: 0;
}
#comment-title {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 top;
	padding: 30px 0 0;
	margin-top: 40px;
}

/* comment pagenav */
.commentwrap .pagenav {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 24px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 20px;
	padding: 5px 0 0;
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 top;
}
.commentlist li {
	margin: 0;
	padding: 25px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
	color: #888;
}
.commentlist .commententry {
	background: url(images/horizontal-pixel-divider.png) repeat-x 0 bottom;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 15px;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 24px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background: #b74637;
	color: #fff;
	border: solid 1px #933327;
	padding: 2px 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* comment form */
#respond {
	margin: 30px 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 65%;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	background: #b74637;
	color: #fff;
	border: solid 1px #933327;
	padding: 5px 8px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(0, 0, 0, .2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
#respond #cancel-comment-reply-link:hover {
	background: #9f3b2e;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label .required {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/* ***********************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin-bottom: 30px;
}
#sidebar .widget {
	background: url(images/pixel-grid-bg.png);
	padding: 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/* ***********************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 0 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* ***********************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background: #e1e1e1 url(images/horizontal-pixel-bar.png) repeat-x left top;
/*	padding-top: 40px;
	padding-bottom: 30px;*/
	padding-top: 28px;
	padding-bottom: 24px;
}
#footer {
	clear: both;
}

/* footer logo */
#footer-logo {
	font: normal 26px/100% Arvo, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-align: center;
	clear: both;
}
#footer-logo a {
	text-decoration: none;
	color: #333;
}

/* footer nav */
.footer-nav {
	clear: both;
	width: 80%;
	width: 90%;
	margin: 20px auto 10px;
	padding: 10px 0;
	text-align: center;
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
}
.footer-nav li {
	padding: 0;
	margin: 0 10px;
	display: inline;
	list-style: none;
}
.footer-nav a {
	text-transform: uppercase;
	font-weight: bold;
}

/* footer text */
.footer-text {
	text-align: center;
	clear: both;
	font-size: 85%;
}

/* ***********************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 30px 0;
}
#body .gallery img {
	border: none;
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
}

/* gallery item */
#body .gallery dl {
	margin: 0 12px 12px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/* gallery thumbnail current */
.gallery .current {
	border: solid 1px #000 !important;
}

/* ***********************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img, 
.widget .feature-posts-list .post-img, 
.widget .flickr_badge_image img, 
.commentlist .avatar, 
.recent-comments-list .avatar, 
#body .gallery img, 
.attachment img {
	padding: 4px;
	background: #fff;
	border: solid 1px #e3e3e3;
	border-bottom-color: #ddd;
}

/* ***********************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, footer:after, .pagenav:after, .main-nav:after, .menu:after, .gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, .widget li, footer, .pagenav, .main-nav, .menu, .gallery {
	display: inline-block;
}

/* clearfix for ie7 */
.clearfix, .widget li, footer, .pagenav, .main-nav, .menu, .gallery {
	display: block;
	zoom: 1;
}
