/*  
Theme Name: OhSoFresh!
Theme URI: -
Version: 1.1.4
Author: Wpx
Author URI: http://www.wordpressthemex.com

---------

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

img, fieldset {
	border: 0;
}

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

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

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
		font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
		font-size: 12px;
		color: #919191;
		-webkit-text-size-adjust: 100%;
		line-height: 19.5px;
		background: #f5f5f5;
}
a {
	color: #3f3f3f;
	text-decoration: none; 
	font-weight: bold;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #a09191;
}
.post-edit-link {
	font-size: 10px;
	text-transform:uppercase;
	color:#333333;
	position: absolute;
	right:0;
}
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%;
}
ul li:last-child {
	border: none;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	letter-spacing: 1px;
	color: #999999;
}
h1, h2, h3, h4, h5, h6 span {
	color: #3f3f3f;
}
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: #fff;
	color:#aeaeae;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=text], input[type=search] {
	width: 240px;
	max-width: 96%;
}
textarea {
	line-height: 150%;
	width: 96%;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
}

/* form button */
input[type=reset], input[type=submit], button {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #414141;
	padding: 7px 12px !important;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bdbfc0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	border-color: #a1a1a2 !important;
	background: #fff;
	color: #414141;
	text-shadow: none;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	position:relative;
     min-height:550px;
	 height: auto;
     _height:100%; /* for IE6 as it doesnt understand min-height */
	padding-top:40px;
	padding-bottom: 35px;
	width: 100%;
	background:#fff;
}
.pagewidth {
	width: 942px;
	margin: 0 auto;
}
#upperwrap {
	background: none;
	margin-top: -160px;
	padding-top: 160px;
}
#body {
	padding: 0 0 5px;
}

/* content */
#content {
	margin:6px 0 5px;
	padding: 0;
	width: 627px;
	float: left;
}

/* sidebar */
#sidebar {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 282px;
	float: right;
	margin: 0 0 60px;
}

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

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


/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 8px;
}
.col4-1 {
	width: 212px;
}
.col4-2, .col2-1 {
	width: 463px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 298px;
}
.col3-1 {
	margin-left: 16px!important;
}
.col3-2 {
	width: 642px;
}

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

/* first col */
.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;
}
/************************************************************************************
SOCIAL MEDIA LINKS
*************************************************************************************/
#social-nav {
	position:absolute;
	right: 0;
	top: -1px;
	text-align:left;
	margin: 0;
	padding: 0;
	z-index:4;
}
#social-nav li {
	padding: 0;
	margin: 0 0 0 2px;
	list-style: none;
	display: inline;
	position: relative;
}
#social-nav li { 
	display:inline-block; 
	text-indent:-999em; 
}
#social-nav li a { 
	display:block; 
	width:32px; 
	height:32px; 
	margin-left:5px; 
	background-image:url(images/social.png); 
	background-color:#fff; 
	background-repeat:no-repeat; 
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
} 
#social-nav li a:hover { 
	border-top-left-radius:16px; 
	border-bottom-right-radius:16px; 
	border-top-right-radius:16px; 
	border-bottom-left-radius:16px; 
	background-image:url(images/social2.png);
}
#social-nav li a.fb:hover { background-color:#3c5fac;}
#social-nav li a.twitter { background-position:-32px 0; }
#social-nav li a.twitter:hover { background-color:#5ec3df; }
#social-nav li a.flickr { background-position:-64px 0; }
#social-nav li a.flickr:hover { background-color:#FF0084;}
#social-nav li a.rss { background-position:-96px 0; }
#social-nav li a.rss:hover { background-color:#ff9900;}
#social-nav li a.dribble { background-position:-128px 0; }
#social-nav li a.dribble:hover { background-color:#EA4C89;}
#social-nav li a.lastfm { background-position:-160px 0; }
#social-nav li a.lastfm:hover { background-color:#D51007;}
#social-nav li a.linkedin { background-position:-192px 0; }
#social-nav li a.linkedin:hover { background-color:#2089b5;}
#social-nav li a.vimeo { background-position:-224px 0; }
#social-nav li a.vimeo:hover { background-color:#0dadd6;}
#social-nav li a.google { background-position:-256px 0; }
#social-nav li a.google:hover { background-color:#c63d2d;}
#social-nav li a.forrst { background-position:-288px 0; }
#social-nav li a.forrst:hover{ background-color:#5b9a68;}
#social-nav li a.skype { background-position:-320px 0; }
#social-nav li a.skype:hover { background-color:#00aff0;}
#social-nav li a.picassa { background-position:-352px 0; }
#social-nav li a.picassa:hover { background-color:#ffd34e;}
#social-nav li a.youtube { background-position:-384px 0; }
#social-nav li a.youtube:hover { background-color:#c8312b;}
#social-nav li a.pinterest { background-position:-416px 0; }
#social-nav li a.pinterest:hover { background-color:#cb2027; }
/* 
GET IN TOUCH
================================================ */
#header #getintouch {
	position: absolute;
	right:0;
	top: 6px;
	z-index:-1;
}
#getintouch li {
	list-style-type:none;
	padding-left: 25px;
	padding-right: 15px;
	display:inline-block;
	color: #666666;
	text-transform:uppercase;
	font-size: 10px;
}
#getintouch>li:last-of-type {
  padding-right:0;
}
#getintouch .name {
	background: url(images/name.png) no-repeat left center;
}
#getintouch .phone {
	background: url(images/phone.png) no-repeat left center;
}
#getintouch .email {
	background: url(images/mail.png) no-repeat left center;
}
#getintouch .address {
	background: url(images/address.png) no-repeat left center;
}
/* 
SEARCH FORM
================================================ */
#header #searchform {
	position: absolute;
	float: right;
	top: 0;
	right:0;
	width: 210px;

}
#header  #searchform #s {
	width: 95px;
	color: #aeaeae;
	background: #ffffff url(images/search.png) no-repeat 8px center;
	padding: 4px 7px 4px 27px;
	float: right;
	border:1px solid  #bfc2c4;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	font-size: 12px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#header  #searchform #s:focus {
	color: #1b1b1b;
	border-color:#bcbcbc;
}
/************************************************************************************
HEADER
*************************************************************************************/
#accountnav {
	position:relative;
	padding-top: 10px;
	margin-top:5px;
	height:45px;
	font-size: 12px;
}
#loginarea {
	position: relative;
	right:0;
	float:right;
	width:600px;
}
#loginarea a {
	font-weight: bold;
}
/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	background:none;
	margin-bottom: 35px;
}
.home #headerwrap {
	border-bottom: 0;
}
#header {
	position: relative;
	height: 80px;
	color: #bcc3c9;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e8;
	background: #fff;
	z-index: 100;
}
#header a {
	color: #999999;
}
#site-logo img {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }
#site-logo img:hover {
      opacity: 0.5;
}
/* site logo */
#site-logo {
	position: relative;
	float:left;
	top: 13px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:26px;
	font-weight: bold;
	padding:0;
	margin:0;
	text-transform: uppercase;
}
/* site logo */
#site-logo-footer {
	position: relative;
	float:left;
	top: 2px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:18px;
	font-weight: bold;
	padding:0;
	margin:0;
	text-transform: uppercase;
}
#site-logo img {
	position: relative;
	float:left;
	top: 0;
}
#site-logo a {
	color: #333333;
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	text-transform: none;
	position: relative;
	float: left;
	top: 17px;
	left: 19px;
	color: #bcc3c9;
	text-shadow: none;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: relative;
	right:0;
	float:right;
	top: 40px;
	z-index: 101;
}
#main-nav li {
	margin: 0;
	list-style: none;
	float: left;
	background:url(images/nav-div.png) no-repeat 0px 5px;
	padding: 0 15px 0 15px;
	position: relative;
	z-index:3000;
}
#main-nav>li:first-of-type {
  padding-left:0;
  border: none;
  background:none;
}
#main-nav>li:last-of-type {
  padding-right:0;
}
/* main level link */
#main-nav a {
	color: #333333;
	display: block;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;

	font-size:13px;
	font-weight: bold;
	padding-bottom: 36px;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	color: #754fa3;
	font-weight: bold;
	border-bottom:3px solid #595959;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #333333;
	font-weight: bold;
	border-bottom:3px solid #595959;

}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #999999;
	border-bottom:3px solid #595959;
}
/* 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  {
	color: #666;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	text-transform: none;
	font-weight:normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	text-shadow: none;
	z-index:9000;
	border: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: #fafafa;
	color: #000;
	color: black;
	border:none;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: none;
	z-index:3000;
	display: none;
        -webkit-box-shadow:  2px 3px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  2px 3px 0px 0px rgba(0, 0, 0, 0.1);

		
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	border:none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
	z-index:3000;
	border:none;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
/************************************************************************************
MINI NAVIGATION
*************************************************************************************/
#mini-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left:0;
	top: 12px;
	z-index: 101;
}
#mini-nav li {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0 12px 0 12px;
	position: relative;
	z-index:3000;
}
#mini-nav>li:first-of-type {
  padding-left:0;
  border: none;
  background:none;
}
#mini-nav>li:last-of-type {
  padding-right:0;
}
/* main level link */
#mini-nav a {
	color: #999999;
	display: block;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size:11px;
	font-weight: normal;
	padding-bottom:15px;
}
/* main level link :hover */
#mini-nav a:hover, #mini-nav li:hover > a {
	color: #f3f3f3;
}
#mini-nav .home a:hover, #mini-nav .home.current_page_item a, #mini-nav .home.current-menu-item a {
	color: #f3f3f3;
}
#mini-nav .home.current_page_item, #mini-nav .home.current-menu-item {
	color: #f3f3f3;

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

}
/* current link :hover */
#mini-nav .current_page_item a:hover, #mini-nav .current-menu-item a:hover {
	color: #f3f3f3;
}
/* sub-levels link */
#mini-nav ul a, #mini-nav .current_page_item ul a, #mini-nav ul .current_page_item a, #mini-nav .current-menu-item ul a, #mini-nav ul .current-menu-item a, #mini-nav li:hover > ul a  {
	color: #666;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	text-transform: none;
	font-weight:normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	text-shadow: none;
	z-index:9000;
	border:none;
}

/* sub-levels link :hover */
#mini-nav ul a:hover, #mini-nav .current_page_item ul a:hover, #mini-nav ul .current_page_item a:hover, #mini-nav .current-menu-item ul a:hover, #mini-nav ul .current-menu-item a:hover, #mini-nav li:hover > ul a:hover {
	background: #1a1a1a;
	color: #fff;
	border:none;
}
/* dropdown ul */
#mini-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
	position: absolute;
	background: #1a1a1a;
	border: none;
	z-index:3000;
	display: none;
        -webkit-box-shadow:  2px 3px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow:  2px 3px 0px 0px rgba(0, 0, 0, 0.1);

		
}
#mini-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	border:none;
}
#mini-nav ul li:nth-child(odd) {

}
/* sub-levels dropdown */
#mini-nav ul ul {
	left: 195px;
	top:0;
	z-index:3000;
	border:none;
}
/* show dropdown ul */
#mini-nav li:hover > ul {
	display: block;
}
/************************************************************************************
SLIDER
*************************************************************************************/
#video-slide {
	width: 940px;
	height: 360px;
}
#video-slide .post-video iframe,  
#video-slide .post-video object,  
#video-slide .post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
}
#sliderwrap {
	margin: 0 auto;
	width: 940px;
	clear:both;
	padding: 10px 0 25px 0;
}
#slider {
	position: relative;
}
.slides {
	margin: 0;
	padding: 0;
}
.slides li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.slides .slide-post-title {
	font-size: 230%;
	font-family: "Oswald";
	text-transform:uppercase;
	margin: 0 0 5px;
	color: #fff;
}
.slides .slide-post-title a {
	color: #fff;
	text-decoration: none;
}
.slides .slide-excerpt {
	font-size: 90%;
	width: 95%;
	line-height: 130%;
}
.slides .slide-content-wrap {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 15px;
	max-width: 35%;
	left: 15px;
	color: #fff;
	padding: 6px 22px 4px 22px;
	font-size: 14px;
}
.slides .slide-content-wrap-inner {
	padding: 5px 5px 5px 10px;
}
.slides .slide-feature-image img {
	padding: 0;
	width: 940px;
}
/* slider controls (next/prev) */
.flex-direction-nav {
	margin: 0;
	padding: 0;
	display: block;
	width: 940px;
}
#slider:hover .flex-direction-nav {
	display: block;
}
.flex-direction-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav a {
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 44;
	width: 34px;
	height: 28px;
	display: block;
	font: normal 16px/100% "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 6px;
	margin-top: -14px;
	background: #3abbdf;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
}
a.prev {
margin-left: -8px;
}
a.next {
margin-right: -8px;
}
.flex-direction-nav a:hover {
	background: #59c8e7;
}
.flex-direction-nav a.next {
	left: inherit;
	right: 0;
}

/* slidecontrols disabled */
a.carousel-disabled {
	opacity: .2;
}

/* FlexSlider Necessary Styles */ 
#slider {
	width: 940px; 
	margin: 0; 
	padding: 0;
}
#slider .slides > li {
	display: none;
} 

/* Hide the slides before the JS is loaded. Avoids image jumping */
.slider .slides img {
	max-width: 100%; 
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* slider pager */
.flex-control-nav {
	text-align: left;
	margin: 0;
	padding: 10px 0;
	clear: both;
	position: relative;
	display:none;
}
.flex-control-nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
}
/* pager button */
.flex-control-nav a {
	text-align:center;
	text-indent: -900em;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	display: none;
	margin: 0 3px;
	background: #ccc;
	background: rgba(204,204,204,.8);
	cursor: pointer;
}
.flex-control-nav a:hover {
	background: #555;
	background: rgba(0,0,0,.6);
}
/* pager active */
.flex-control-nav a.active  {
	background: #555;
	background: rgba(0,0,0,.6);
	border-color: #666;
}
/************************************************************************************
HOME WIDGETS
*************************************************************************************/
.home-widgets{
	width:940px;
	position: relative;
	margin: 15px 0 5px;
	padding: 50px 15px 5px 0;
	border-top: 1px solid #eaeaea;
	clear: both;
}
.home-widgets .widget {
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}

.home-widgets .widget h4 {
	margin: 0 0 8px;
	padding-bottom: 5px;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
	text-align:left;
	line-height: 120%;
	border-bottom: none;
}
/************************************************************************************
HOME HIGHLIGHTS
*************************************************************************************/
.home-highlightswrap {
	position: relative;
	margin-bottom: 27px;
	padding-top: 27px;
	padding-bottom: 27px;
	clear:both;
	border-bottom: 1px solid #e3e3e8;
}

.home-highlights-content {
	clear:both;
	padding-top: 5px;
	text-align:justify;
}
.home-highlights {
	padding: 12px 0 0 0;
	position: relative;
	font-size: 12px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	background:#
}
.home-highlights .widgettitle {
	margin: 9px 0 8px;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
}
.home-highlights .icon {
	padding: 5px 15px 0 0;
	float: left;
	position: relative;
	width: 32px;
	height: 32px;
}
.home-highlights .icon img{
	margin: 0 15px 0 0;
}
.home-highlights .icon .zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	display: block;
	background: url(images/zoom-icon.png) no-repeat;
}
.home-highlights .home-highlights-content {
	overflow: hidden;
	margin-bottom: 7px;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
#welcome-message {
	margin: 20px 0 20px;
	padding: 30px 15px 30px 0;
	font-size: 110%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	line-height: 110%;
	clear:both;
	text-align:center;
	border-top: 1px solid #e3e3e8;
	border-bottom: 1px solid #e3e3e8;
}
#welcome-message span {
	color:#4b97c7;
}
#welcome-message-inner {

}
#welcome-message p {
	margin: 0 0 5px;
}
#welcome-message a {
	color:#4b97c7;
	border-bottom: 1px solid #4b97c7;
}
#welcome-message a:hover {
	color:#4b97c7;
	text-decoration:none;
	border-bottom: 1px solid #4b97c7;
}
#welcome-message h1,
#welcome-message h2,
#welcome-message h3,
#welcome-message h4 {
	color: #000;
	margin: 0 0 5px;
}
/************************************************************************************
THEME GALLERY
*************************************************************************************/
.post-content-portfolio p {
	margin:0;
}
.gallery {
	margin: 5px 0 5px;
	padding: 10px 0 8px 0;
	line-height: 190%;
	clear:both;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

.gallery span {
	color: #1a1a1a;
}
.gallery em{
	font-style: normal;
}
.gallery-inner {

}
.gallery p {
	margin: 0 0 5px;
}

.gallery h1,
.gallery h2,
.gallery h3,
.gallery h4 {
	color: #333333;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px;
	letter-spacing:1px;
}
/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	margin: 20px 0 20px;
	padding: 30px 15px 30px 0;
	font-size: 190%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	line-height: 110%;
	clear:both;
	text-align:center;
	border-top: 1px solid #e3e3e8;
	border-bottom: 1px solid #e3e3e8;
}
.welcome-message span {
	color:#4b97c7;
}
.welcome-message-inner {

}
.welcome-message p {
	margin: 0 0 5px;
}
.welcome-message a {
	color:#4b97c7;
	border-bottom: 1px solid #4b97c7;
}
.welcome-message a:hover {
	color:#4b97c7;
	text-decoration:none;
	border-bottom: 1px solid #4b97c7;
}
.welcome-message h1,
.welcome-message h2,
.welcome-message h3,
.welcome-message h4 {
	color: #000;
	margin: 0 0 5px;
}

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

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.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);
}


/************************************************************************************
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
*************************************************************************************/
.woocommerce .page-title {
	font-size: 180%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding-top:5px;
	padding-bottom:20px;
	margin-bottom:30px;
	line-height: 110%;
	float:left;
}
.page-title {
	font-size: 180%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding-top:5px;
	padding-bottom:20px;
	margin-bottom:30px;
	line-height: 110%;
	float:none;
}

.page-title-404 {
	font-size: 400px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
	color: #333333;
	line-height: normal;
	margin:0;
	padding:0;
}
.notfound {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
	color: #1a1a1a;
	line-height: normal;
	margin:0;
	padding-bottom:100px;
}



/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 2px;
}
.category-section-title {
	margin: 0 0 15px;
	padding: 12px 15px 12px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	line-height: 110%;
	clear:both;
}
/************************************************************************************
TAPE
*************************************************************************************/
.tape {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	z-index:3000;
}
.tape:after {
	z-index:3000;
	position: absolute;
	content: ' ';
	width: 60px;
	height: 25px;
	top: -10px;
	left: 50%;
	margin-left: -30px;
	border: solid 1px rgba(137,130,48,.2);
	background: -moz-linear-gradient(top, rgba(254,243,127,.6) 0%, rgba(240,224,54,.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,243,127,.6)), color-stop(100%,rgba(240,224,54,.6)));
	background: linear-gradient(top, rgba(254,243,127,.6) 0%,rgba(240,224,54,.6) 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.2);
}

/************************************************************************************
POST ICON
*************************************************************************************/
.post-icon {
	background: url(images/icon-post.png) no-repeat center -900px;
	background-color:rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	opacity: 0;
    filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";

	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}
.post-icon:hover {
	background: url(images/icon-post.png) no-repeat center center;
	background-color:rgba(0,0,0,0.9);
	opacity: 1;
    filter: alpha(opacity = 1);
	-ms-filter: "alpha(opacity=1)";
}
.format-audio .post-icon  {
	background-image: url(images/icon-audio.png);
}
.format-gallery .post-icon {
	background-image: url(images/icon-gallery.png);
}
.format-link .post-icon {
	background-image: url(images/icon-link.png);
}
.format-quote .post-icon {
	background-image: url(images/icon-quote.png);
}
.format-status .post-icon {
	background-image: url(images/icon-status.png);
}
.format-aside .post-icon {
	background-image: url(images/icon-aside.png);
}
.format-video .post-icon {
	background-image: url(images/icon-video.png);
}
.format-image .post-icon {
	background-image: url(images/icon-image.png);
}
.format-chat .post-icon {
	background-image: url(images/icon-chat.png);
}
/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {

}
.post audio {
	max-width: 100%;
	padding: 5px 0 5px 0;
}

/* quote format */
.format-quote .post-content {
	font: italic 110%/130% "Baskerville", Georgia, Times, serif;
}
.format-quote .quote-author {
	margin: 0 0 10px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: "Baskerville", Georgia, Times, serif;
}
.grid3 .bottomright {
	bottom:-10px;
	right:0;;
}
.topleft {
	background:url(images/quote-topleft.png) no-repeat top center;
	width:46px;
	height:37px;
	position: absolute;
	top:-10px;
	left:-5px;
	display:block;
	z-index:-1;
}
.bottomright {
	background:url(images/quote-bottomright.png) no-repeat top center;
	width:46px;
	height:37px;
	position: absolute;
	bottom:25px;
	right:15px;
	display:block;

	z-index:-1;
}

/* format link */
.format-link .post-title a {
	background: url(images/link-arrow.png) no-repeat right center;
	padding-right: 23px;
     padding-bottom: 2px;
}
/* ***********************************************************************************
FILTER SECTION
*************************************************************************************/	
.filter-section {
	width: 1000px;
	margin-left: -10px;
}
.filter-section .post {
	margin-left: 5px !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%;
}
/************************************************************************************
SORTABLE CONTAINER
*************************************************************************************/
.sortable {
	width: 1000px;
	margin-left: -10px;
}
.sidebar1 .sortable {
	width: 625px;
}
.sortable .post {
	margin-left: 10px !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;
}

/* ***********************************************************************************
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 {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #414141;
	padding: 5px 10px !important;
	margin: 0 0 0 10px;
	cursor: pointer;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bdbfc0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.sorting-nav a:hover {
	border-color: #a1a1a2 !important;
	background: #fff;
	color: #414141;
	text-shadow: none;
	text-decoration:none;
}
.sorting-nav .active a, .sorting-nav .current-cat a {
	border-color: #1a1a1a !important;
	background: #333333;
	color: #ffffff;
	text-shadow: none;
	text-decoration:none;
}

/************************************************************************************
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;
}
/************************************************************************************
POST
*************************************************************************************/
.grid3 .post-content {
	min-width: 120px;
	clear: both;
	margin-top: 0px;
}
.grid3 .post-meta {
	border:none;
}
/* post */
.post {
	margin-bottom: 25px;
	position:relative;
	line-height:1.5em;
}

/* post content */
.post-content {
	min-width: 120px;
	margin-top: 5px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* post image */

.post-image {
	margin: 0 0 15px;
	background:#fff;
	position:relative;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.post-image.left {
	margin: 0 20px 10px 0;
}
.post-image.right {
	margin: 0 0 10px 20px;
}

.single .post-title {
	font-size: 180%;
	font-weight:bold;
	line-height: 110%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px 0 5px 0;
}
/* post title */
.post-title {
	font-size: 180%;
	font-weight:bold;
	line-height: 190%;
	margin: 0;
	padding: 5px 0 0 0;
}
.post-title, .post-title a {
	text-decoration: none;
	color: #353535;
}
.post-title a:hover {
	text-decoration: none;
}

/* post meta */
.post-meta {
	margin: 0 0 10px;
	padding-top: 3px;
	font-style: italic;
	font-size: 11px;
	color: #b3b3b3;
}
/* post meta */
.post-meta-content {
	margin: 10px 0 10px;
	padding-top: 3px;
	font-style: italic;
	font-size: 11px;
	color: #b3b3b3;
}
.post-meta a {
	color: #88cde0;
}
/* post meta bottom */
.post-meta-bottom {
	border-top: 1px solid #e3e3e8;
	padding-top:5px;
	width:100%;
	margin: 10px 0 10px;
	padding-top: 10px;
	text-transform:uppercase;
	font-size: 11px;
	color: #b3b3b3;
}
.post-meta-bottom a {
	color: #88cde0;
}
/* more link */
.more-link {
	background: #1a1a1a;
	color: #fff;
	padding: 2px 10px;
	margin: 5px 0 10px;
	font-size: 80%;
	text-transform: uppercase;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}
/* more link */
.more-link:hover{
	background: #333333;
	color: #ff4629;
}
/*****************************************************
POST TITLES
*****************************************************/
.grid2 .post-title {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding-bottom: 10px;
}
.grid3 .post-title {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding-bottom: 10px;
}

.grid4 .post-title {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 0;
}
/*****************************************************
GRID META
*****************************************************/
.grid4 .post-meta {
	border: none;
}
.grid2 .post-meta {
	border: none;
}
/* grid2-thumb post */
.grid2-thumb .post {
	width: 47%;
	margin-right: 1.8%;
	float: left;
	line-height: 140%;
}

.grid2-thumb .post-video {
	position: relative;
	padding-bottom: 15.7%;
	height: 0;
	float:left;
	width: 78px;
	margin: 5px 14px 14px 0;

}
.grid2-thumb .post-content {
	margin-top: 0;
	margin-bottom: 0;
}
.grid2-thumb .post-title {
	margin: 0 0 5px;
	padding:0;
	font-size: 150%;
}
.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.grid2-thumb .post-content {
	overflow: hidden;
}
.grid2-thumb .post-title{
	margin-top: 0;
}
.grid2 .metabox {
	clear: both;
}
.grid2 .datebox {
	float: left;
	clear: both;
}

.grid2-thumb>.post:nth-of-type(1) {
  margin-left:0;
}
.grid2-thumb>.post:nth-of-type(2) {
  margin-right:0;
}
.grid2-thumb>.post:nth-of-type(3) {
  margin-left:0;
}
.grid2-thumb>.post:nth-of-type(4) {
  margin-right:0;
}
.grid2-thumb>.post:nth-of-type(5) {
  margin-left:0;
}
.grid2-thumb>.post:nth-of-type(6) {
  margin-right:0;
}
.grid2-thumb>.post:nth-of-type(7) {
  margin-left:0;
}
.grid2-thumb>.post:nth-of-type(8) {
  margin-right:0;
}
.grid2-thumb>.post:first-of-type {
  margin-left:0;
}
.grid2-thumb>.post:last-of-type {
  margin-right:0;
}
/* grid4 post */
.grid4 .post {
	width: 226px;
	margin-right: 1.3%;
	float: left;
	line-height: 130%;
	margin-bottom: 20px;
}
.grid4 .post-video {
	position: relative;
	padding-bottom: 110.7%;
	height: 0;
	overflow: hidden;
}
.grid4>.post:nth-of-type(1) {
  margin-left:0;
}
.grid4>.post:nth-of-type(4) {
  margin-right:0;
}

.grid4>.post:nth-of-type(8) {
  margin-left:0;
}
.grid4>.post:nth-of-type(12) {
  margin-right:0;
}
.grid4>.post:first-of-type {
  margin-left:0;
}
.grid4>.post:last-of-type {
  margin-right:0;
}
.sidebar1 .grid4 .post {
	width: 21%;
	margin-right: 2.6%;
}
.sidebar1 .grid4 .details{
	display:none;
}

.sidebar1 .grid4 .post-video {
	position: relative;
	padding-bottom: 103.3%;
	height: 0;
	overflow: hidden;
}
.sidebar1 .grid4>.post:nth-of-type(1) {
  margin-left:0;
}
.sidebar1 .grid4>.post:nth-of-type(4) {
  margin-right:0;
}

.sidebar1 .grid4>.post:nth-of-type(8) {
  margin-left:0;
}
.sidebar1 .grid4>.post:nth-of-type(12) {
  margin-right:0;
}
.sidebar1 .grid4>.post:first-of-type {
  margin-left:0;
}
.sidebar1 .grid4>.post:last-of-type {
  margin-right:0;
}
#post-video-container {
 position: relative;
}
/* grid3 post */
.grid3 .post {
	width:305px;
	float: left;
	margin-bottom:1.4%;
	margin-right: 1.4%;
	line-height: 135%;
}
.grid3 .post-video {
	position: relative;
	padding-bottom: 52.1%;
	height: 0;
	overflow: hidden;
}
.grid3 .post-video p{
	margin:0;
}
.grid3 .post-video iframe,  
.grid3 .post-video object,  
.grid3 .post-video embed {
	width: 100%;
	height: 186px!important;
}
.grid3 .post-video-wrapper {
	height:186px;

}
.grid3>.post:nth-of-type(1) {
  margin-left:0;
}
.grid3>.post:nth-of-type(3) {
  margin-right:0!important;;
  padding-right:0!important;;
}

.grid3>.post:nth-of-type(6) {
  margin-right:0;
}
.grid3>.post:nth-of-type(9) {
  margin-right:0;
}
.grid3>.post:first-of-type {
  margin-left:0;
}
.grid3>.post:last-of-type {
  margin-right:0;
}
.sidebar1 .grid3 .post {
	width: 30.6%;
	margin-left: 8px;
	margin-right: 8px;
}
.sidebar1 .grid3 .details{
	display:none;
}
.sidebar1 .grid3 .post-video {
	position: relative;
	padding-bottom: 45.9%;
	height: 0;
	overflow: hidden;
}
.sidebar1 .grid3>.post:nth-of-type(1) {
  margin-left:0;
}
.sidebar1 .grid3>.post:nth-of-type(3) {
  margin-right:0!important;;
  padding-right:0!important;;
}

.sidebar1 .grid3>.post:nth-of-type(6) {
  margin-right:0;
}
.sidebar1 .grid3>.post:nth-of-type(9) {
  margin-right:0;
}
.sidebar1 .grid3>.post:first-of-type {
  margin-left:0;
}
.sidebar1 .grid3>.post:last-of-type {
  margin-right:0;
}
/* grid2 post */
.grid2 .post {
	width: 459px;
	float: left;
	margin-right: 2.4%;
	margin-bottom: 2.4%;
	padding:0;
	line-height: 130%;
}
.grid2 .post-video {
	position: relative;
	padding-bottom: 48%;
	height: 0;
	overflow: hidden;
}
.grid2>.post:nth-of-type(1) {
  margin-left:0;
}
.grid2>.post:nth-of-type(2) {
  margin-right:0;
}
.grid2>.post:nth-of-type(3) {
  margin-left:0;
}
.grid2>.post:nth-of-type(4) {
  margin-right:0;
}
.grid2>.post:nth-of-type(5) {
  margin-left:0;
}
.grid2>.post:nth-of-type(6) {
  margin-right:0;
}
.grid2>.post:nth-of-type(7) {
  margin-left:0;

}
.grid2>.post:nth-of-type(8) {
  margin-right:0;
}
.grid2>.post:first-of-type {
  margin-left:0;
}
.grid2>.post:last-of-type {
  margin-right:0;
}
.grid2-thumb .post-content {
	margin-bottom: 0;
	padding-bottom: 0;
}
.grid2-thumb .tape {
	display: none;
}
.sidebar1 .grid2 .post {
	width: 46%;
	margin-right: 1.9%;
	margin-bottom: 1.9%;
}

.list-post .post{
	min-width:100%;
}
/* list thumb post */
.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.list-thumb-image .post-content {
	overflow: hidden;
}
.list-thumb-image .post-content-portfolio {
	overflow: hidden;
	padding-top:0;
}
.sidebar-none .list-thumb-image .post-video {
	position: relative;
	padding-bottom: 17.7%;
	height: 0;
	float:left;
	width: 230px;
	margin: 7px 16px 10px 0;
}
.list-thumb-image .post-video {
	position: relative;
	padding-bottom: 17.7%;
	height: 0;
	float:left;
	width: 150px;
	margin: 7px 16px 10px 0;
}
.list-large-image .post-video {
	position: relative;
	padding-bottom: 36.7%;
	height: 0;
	float:left;
	width: 195px;
	margin: 7px 22px 10px 0;

}
.sidebar-none .list-large-image .post-video {
	position: relative;
	padding-bottom: 36.7%;
	height: 0;
	float:left;
	width: 680px;
	margin: 7px 22px 10px 0;

}
.list-large-image {
	padding: 0 0 15px;
}
.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.list-large-image .post-title {
	font-size: 200%;
	margin: 4px 0 5px;
	padding: 0;
}
.list-large-image .post-content {
	overflow: hidden;
}
/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin:0;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	float: right;
	padding-top:1px;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 9px;
	margin: 0 3px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.pagenav a {
	background: #fff;
	border: 1px solid #ececec;
	color: #979797;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #fafafa;
}
.pagenav .current {
	background: #fafafa;
	color:#979797;
	border: 1px solid #ececec;
	text-decoration: none;
}
/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #1a1a1a;
	color: #999999;
	font: italic 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #333333;
	color: #ff4629;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	clear: both;
}


/* comment title */
.comment-title {
	font-size: 110%;
	margin: 0 0 10px;
	padding: 0;
}

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

/* commentlist */
.commentlist {
	margin: 0;
	padding: 5px 0 0;
	border-top: solid 1px #ccc;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.commentlist cite {
	font: italic 19px/120% "Times New Roman", Times, serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ccc;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* comment form */
#respond {
	margin: 5px 0 30px;
	padding: 3px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 25px;
}
#sidebar .widgettitle {
	margin: 0 0 10px;
	padding: 5px 0 5px 0;	
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	color: #636363;
	border-top: none;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}
.widgettitle span {
	color:#88cde0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
#footer .widget li {
	border: none;
}
.widget li {
	margin: 0 0 8px;
	padding: 0 0 8px;
	list-style: none;
	clear: both;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #eaeaea;
}
.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: 4px 12px 10px 0;
	float: left;
	padding: 4px;
	background: #eaeaea;
}
.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;
}
#footer .widget .jta-tweet-list-item {
	padding-top:0;
	margin-top:-5px;
}
.widget .textwidget {
	padding-top:0;
	margin-top:-5px;
}
/* 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: 42px;
	height: 42px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
#sidebar .widget .flickr_badge_image img {
	width: 56px;
	height: 56px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
	float: left;
}
/* search widget */
#sidebar #searchform {
	position: static;
	width: 92%;
	margin-top:10px;
 	background:url(images/search.png) no-repeat 8px center;
}
#sidebar #searchform #s {
	width: 93%;
}
/************************************************************************************
FOOTER SOCIAL
*************************************************************************************/
#footer-social {
	background: url(images/divider.png) no-repeat center top;
	padding: 20px 0;
	position: relative;
	min-height: 40px;
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	float: left;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 5px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

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

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#footer-social #searchform {
	width: 190px;
	float: right;
}
#footer-social #searchform #s {
	width: 160px;
	padding-left: 26px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}

/************************************************************************************
FOOTER LOGO
*************************************************************************************/
.footer-widgets .flickr_badge_image img {
	padding: 2px;
	background: #eaeaea;
	width: 42px;
}
#footer .widget {
	margin-bottom: 9px;
}
#footer-logo-wrap {
	padding: 20px 0 35px;
	position: relative;
}

#footer-logo {
	float: left;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 35px;
	text-align: right;
	border-top: 1px solid #e3e3e8;
	border-bottom: 1px solid #e3e3e8;
}
#footer-logo a {
	color: #5c4040;
	text-decoration: none;
}
#footer-logo a:hover {
	text-decoration: none;
}

/* footer nav */
.footer-nav {
	float: left;
	margin: 5px 0 5px;
	padding: 0;
}
.footer-nav li {
	padding: 0;
	margin: 0 15px 0 0;
	display: inline;
	list-style: none;
}
.footer-nav a {
	font: 12px/100% "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	color: #5c4040;
}

/* back to top */
.back-top {
	float: left;
	margin-right: 15px;
}
.back-top a {
	background: #a0410d url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #000;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	width: 100%;
	height:100%;
	padding: 30px 0 30px 0;
	background: #eaeaea;
	margin: 0 auto;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.footwidth {

	margin: 0 auto;
}
#footerwraptext {
	width: 100%;
	position:relative;
	padding: 16px 0 16px 0;
	background: #252020;
	margin: 0 auto;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
#footer {
	clear: both;
	color: #999999;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #5c4040;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#footer a {
	color:#4b97c7;
}
#footer a:hover {

}
/* footer .widget */
#footer .widget li {
	border-color: #1b1b1b;
}
#contact li {
	list-style-type:none;
	padding-left: 20px;
}
#contact .name {
	background: url(images/name-black.png) no-repeat left center;
}
#contact .phone {
	background: url(images/phone-black.png) no-repeat left center;
}
#contact .email {
	background: url(images/mail-black.png) no-repeat left center;
}
#contact .address {
	background: url(images/address-black.png) no-repeat left center;
}
/* footer text */
.footer-text {
	position:relative;
	font-size: 85%;
	color:#999999;
	font-weight: bold;
}
.footer-text a {
	color: #999999;
}
/************************************************************************************
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: 5px 0 10px;
}

#body .gallery img {
	border:2px solid #000;
	margin:2px;
}
#body .gallery img:hover {
	border-color:#1a1a1a;
}


/* gallery item */
#body .gallery dl {
	margin: 0 auto;
	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;
}

/************************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img, 
.post-image img,
.widget .feature-posts-list .post-img, 
.widget .flickr_badge_image img, 
.commentlist .avatar, 
.recent-comments-list .avatar, 
#body .gallery img, 
.attachment img {

}
.flickr_badge_image img {
	opacity: 0.5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }
.flickr_badge_image img:hover {
      opacity: 1;
}
.post-image {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }
post-image:hover {
      opacity: 0.5;
}
.post-image {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }
post-image:hover {
      opacity: 0.5;
}
/* details*/
.post-image-container {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
	line-height: 100%;
	text-transform:uppercase;
	vertical-align: middle;
	font-weight: normal;
	font-style:normal;
	position: relative;
	display: inline-block;
	zoom:1;
	float:left;
	*display:inline;
	max-width: 100%;
	-webkit-transition: opacity 350ms ease-in-out;
	-moz-transition: opacity 350ms ease-in-out;
	-o-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.single .details {
	overflow:hidden;
	width: 100%;
	background:url(images/details-bg-black.png) repeat top center;
	margin: 0;
	padding:0;
	position: absolute;
	left: 0;
	z-index: 12;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}
.single .details:hover{
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=0.9);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}
.details {
	overflow:hidden;
	width: 100%;
	background:url(images/details-bg-black.png) repeat top center;
	margin: 0;
	padding:0;
	position: absolute;
	left: 0;
	z-index: 12;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 350ms ease-in-out;
	-moz-transition: opacity 350ms ease-in-out;
	-o-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}
.details:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}
.post-content-portfolio {
	min-width: 120px;
	overflow:hidden;
	font-family: 'Droid Sans', sans-serif;
}
.grid2 .post-content-portfolio  {
	margin-top:0;
	padding-top:0;
	clear:both;
}
.grid3 .post-content-portfolio  {
	margin-top:0;
	padding-top:0;
	clear:both;
}
.grid4 .post-content-portfolio  {
	margin-top:0;
	padding-top:0;
	clear:both;
}
.list-post .post-content-portfolio  {
	margin-top:0;
	padding-top:0;
	clear:both;
}
.home-page .post-title {
	display:none;
}
.details-inner {
	position: absolute;
	width:100%;
	top:25%;
	text-align:center;
	overflow:hidden;
	margin: 0 auto;
	z-index:10000;
	padding: 0 0 10px 0px;
}
.single .details-inner {
	position: absolute;
	width:100%;
	top:35%;
	text-align:center;
	overflow: visible;
	margin: 0 auto;
	z-index:10000;
	padding: 0;
	display:inline-block;
}
.grid2 .details {
	height:250px;
}
.sidebar1 .grid2 .details {
	height: 163px;
}
.grid3 .details {
	height:186px;
}
.sidebar1 .grid3 .details {
	height: 120px;
}
.grid4 .details {
	height:280px;
}
.sidebar1 .grid4 .details-inner {
	padding: 0 0 2px 15px;
}
.sidebar1 .grid4 .details {
	height: 179px;
}
.sidebar1 .list-post .details {
	height: 260px;
}
.list-post .details {
	height:100%;
}
/* meta & post title for portfolio */
.single .post-title-portfolio a {
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	text-transform:uppercase;
 	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	font-size: 30px;
	color: #fff;
	line-height:1.6em;
	z-index:9999999;
	margin:0;
	padding-right:20px;
	opacity: 1;
}
/* meta & post title for portfolio */
.single .post-title-portfolio a:hover {
	text-decoration: none;
}
.single .post-category-portfolio a {
	display:none;
}
.post-title-portfolio a {
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	text-transform:uppercase;
 	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	font-size: 20px;
	color: #fff;
	z-index:9999999;
	margin:0;
	padding:0;
	opacity: 1;
}
.post-meta-portfolio a {
	color: #CCCCCC;
}
/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}

.post-image .lightbox .zoom {
	width: 100%;
	height: 100%;
	background:url(images/icon-zoom.png) no-repeat center center;
	margin: 0;
	padding:0;
	position: absolute;
	top: 0;
	left: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

}
.post-image .lightbox:hover .zoom {
	opacity: 1;
}
.grid4 .post-image .lightbox .zoom {
	height: 97.6%;
}
.grid2 .post-image .lightbox .zoom {
	height: 98.6%;
}
.list-large-image .post-image .lightbox .zoom {
	height: 98.6%;
}
.sidebar1 .grid3 .lightbox .zoom {
	height: 96.6%;
}

/************************************************************************************
 NAVIGATION
*************************************************************************************/	
.left {
float: left;
}
.righthome {
	float: right;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	line-height: 100%;
	text-transform:uppercase;
	vertical-align: middle;
	font-weight: normal;
	padding-top:11px;
}
.right {
	float: right;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	line-height: 100%;
	text-transform:uppercase;
	vertical-align: middle;
	font-weight: normal;
	padding-top:7px;
}
#filterhome {
	border-bottom: 1px solid #e3e3e8;
	padding: 0 0 16px 0;
	position: relative;
	height: 35px;
	float: none;
	margin-top:-6px;
	margin-bottom:24px;
	width: 100%;
}
#filter {
	border-bottom: 1px solid #e3e3e8;
	padding: 0 0 12px 0;
	position: relative;
	height: 38px;
	float: none;
	margin-top:-6px;
	margin-bottom:35px;
	width: 100%;
}
.left .widgettitle {
	padding:0;
	margin:0;
	font-size: 210%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #88cde0;
	line-height: 110%;
}
.left .widgettitle span{
	color: #333333;
}
#filter h1 {
	padding:0;
	margin:0;
	font-size: 180%;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	line-height: 110%;
}
.filter {
	padding: 0;
	margin-top:1px;
	font-weight:bold;
	color: #CCCCCC;
}
.filter li {
	border-right: 1px solid #e3e3e8;
	margin: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
	padding: 0 20px 0 20px;
	zoom:1;
	*display:inline;
}
.filter a {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
	line-height: 100%;
	text-transform:uppercase;
	vertical-align: middle;
	font-weight: normal;
}
.filter>li:first-of-type {
  border-right: none;
}
.filter>li:last-of-type {
  border-right: none;
  padding-right:0;
}
.filter a:hover {
	text-decoration: none;
	color: #666;
}
.filter .active a, .filter .current-cat a {

	color: #666;


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

/************************************************************************************
FORUM
*************************************************************************************/
.table {
   border: 0;
   padding: 0;
   margin: 0;
}
.table th {
   font-weight: bold;
   font-size: 13px;
   line-height: 20px;
   color: #333;
   padding-bottom: 15px;
}
.table th.title,
.Headings .ItemHeading { 
   font-size: 15px; 
   text-align: left;
}
.table tr {
	padding:10px 0 10px 0;
}
.table thead tr { border-bottom: 5px solid #2c2d31; }
.table tbody tr { border-bottom: 1px solid #e5e5e6; }
.table tbody tr.Announcement { background: #fcfdfd; }
.table tbody td { 
   text-align: center; 
   font-size: 11px;
   color: #414141;
   padding: 13px 5px;
}
.table tbody td.title { 
   text-align: left; 
   font-size: 14px;
   color: #414141;
   width: 65%;
   background: url(images/status-icons.png) no-repeat 5px 12px;
   padding-left: 40px;
}
.table tbody .status-resolved td.title { background-position: 5px -100px; }
.table tbody .status-notresolved td.title { background-position: 5px -63px; }
.table tbody .Announcement td.title { background-position: 5px -26px; }
.table tbody .Announcement .Meta { display: none; }
.table tbody td.title .ItemContent a { font-weight: 300; }
.table tbody tr.Mine { background: #fcfdfd; }
.table tbody td.last-poster .moderator { color: #ff4629; }

.table .Options { float: right; }
.table td .Meta { display: inline; }
.table td .Meta span {
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   color: #414141;
   background: #f8f9f9;
   padding: 3px 7px;
   margin-left: 5px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}
/************************************************************************************
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, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }