/*  
Theme Name: Folo
Theme URI: http://themify.me/themes/folo
Version: 1.2.3
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2012 Themify.

---------

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;
	padding: 0;
	margin: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	color: #777;
	background: #f3f3f3;
}
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%;
}
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;
}

/* 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;
}

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

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

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

/* form button */
input[type=reset], input[type=submit], button {
	background: #b74637;
	color: #fff;
	font-weight: bold;
	border: solid 1px #933327;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 5px;
	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, button:hover {
	background: #9f3b2e;
	color: #fff;
}

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

/* content */
#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;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 67.8%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.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;
}

/************************************************************************************
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;
	left: 50%;
	top: -3px;
	margin-left: -110px;
}
.logo-wrap {
	background: #cc4b4a url(images/noise-bg.png);
	border-bottom: solid 1px #923534;
	padding: 4px;
	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;
	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;
	min-height: 60px;
}

/* 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 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 #s {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 5px 4px 5px 28px;
	font-style: italic;
	width: 110px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	border-radius: 13px;
}
#header #searchform #s:focus {
	width: 140px;
	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);
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	padding-top: 160px;
	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: 30px;
}

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

/* main nav right */
#main-nav-right {
	position: absolute;
	top: 26px;
	left: 620px;
}
#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;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}

/* 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-top: 40px;
}
#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

/* slide post title */
.slide-post-title {
	font-size: 2.2em;
	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: italic 150%/130% "Times New Roman", Times, serif;
	padding: 10px 40px 30px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: dotted 1px #bbb;
}

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

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

/************************************************************************************
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;
	min-width: 120px;
}
.single .post-content {
	overflow: visible;
}

/* general post image */
.post-image {
	max-width: 100%;
	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;
	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;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* 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;
	border-radius: 4px;
}
.more-link:hover {
	background-color: #9f3b2e;
	text-decoration: none;
}

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

/* 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;
	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 .post-image {
	float: left;
	margin-right: 20px;
}
.list-large-image .post-title {
	font-size: 200%;
	line-height: 120%;
}

/* clear grid posts */
.grid4 .post:nth-of-type(4n+1),
.grid3 .post:nth-of-type(3n+1),
.grid2 .post:nth-of-type(2n+1),
.grid2-thumb .post:nth-of-type(2n+1) {
	clear: left;
}

/************************************************************************************
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;
}

/* ***********************************************************************************
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;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background-color: #d8d8d8;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
}
.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);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
}

/************************************************************************************
ISOTOPE
*************************************************************************************/
.isotope,
.isotope .isotope-item {
       -webkit-font-smoothing: antialiased;
  -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;
}

.isotope-hidden {
	display: none !important;
}

/* ***********************************************************************************
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;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background-color: #d8d8d8;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
}
.pagenav a:hover {
	text-decoration: none;
	background: #b4b4b4;
}
.pagenav .current {
	background: #666;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .4);
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/* ***********************************************************************************
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;
	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;
	border-radius: 5px;
	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;
	border-radius: 5px;
	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;
	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%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background: #e1e1e1 url(images/horizontal-pixel-bar.png) repeat-x left top;
	padding-top: 40px;
	padding-bottom: 30px;
}
#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%;
	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;
}
.sticky{
	
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 30px 0;
}

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

/* gallery caption */
#body .gallery .gallery-caption {
	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;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin-right: 1.5%;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/* ***********************************************************************************
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;
}
