/*-----------------------------------------------------------------------------------

	Theme Name: Viewport
	Theme URI: http://www.themezilla.com/themes/viewport/
	Description: An elegant WordPress theme for content lovers.
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Version: 1.0.1

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.	Feature Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12.	IE fixes
	13.	Mobile

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	font: 14px/22px "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
	background: #fff;
	color: #4c4d51;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	font-weight: normal;
	color: #202222;
	text-decoration: none; 
	border-bottom: 1px solid #c8c8c8;
	-webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

a:hover { color: #aeaeae; }

a.read_more {
	position: relative;
	top: -15px;
}

a img { border: none; }

a > img { vertical-align: bottom; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 20px; }

.hentry,
.navigation-links,
.pinglist { margin-bottom: 40px; }

.home.blog .hfeed{
	margin-bottom: -1px;	
}

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Georgia', serif;
	color: #202222;
	font-weight: bold;
	font-style: italic;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.page-title {
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}

.archive .page-title {
    background: transparent url('images/splitter.png') 0 100% repeat-x;
    margin: 0 20px;
    padding-left: 0;
}

.entry-title,
.entry-title a {
	font-size: 24px;
	line-height: 28px;
}

.entry-content h2 { margin-top: 30px; }
.entry-content h3 { margin-top: 20px; }

a[href$=".jpg'"], a[href$=".jpg'"]:hover { border-bottom: none; }

/* Structure --------------------------------------------------------------*/
	
.inner,
#content {
	width:960px;
	margin: 0 auto;
}

#primary {
	float: left;
	width: 640px;
}

.page-template-template-home-fullwidth-php #primary { width: 100%; }
.page-template-template-info-fullwidth-php #primary { width: 100%; }

#content { 
	padding-top: 10px;
	background: url('images/2col_back_single.png') repeat-y;
}

body.home #content,
body.page-template-template-home-fullwidth-php #content { background: url('images/3col_back.png') repeat-y; }

body.home #content,
body.page-template-template-info-fullwidth-php #content { background: url('images/3col_back.png') repeat-y; }

body.page-template-template-home-blog-php #content { background: url('images/2col_back_single.png') repeat-y; }

body.page-template-template-full-width-php #content { background: url('images/1col_back.png') repeat-y; }

#sidebar {
	float: right;
	width: 320px;
	padding-top: 25px;
}

.post,
.type-page {
	width: 600px;
	padding: 20px 20px 5px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

body.home .post,
body.page-template-template-home-fullwidth-php .post {
	width: 280px;
	float: left;
}
body.home .bnsfc-container .post {
padding: 0;
width: auto}
body.home .post,
body.page-template-template-info-fullwidth-php .post {
	width: 280px;
	float: left;
}

body.archive .post,
body.page-template-template-home-blog-php .post {
	background: url('images/splitter.png') repeat-x 0 100%;
	margin-left: 20px;
	margin-right: 20px;
	padding: 25px 0 20px;
    overflow: hidden;
    width: 600px;
}

body.archive .widget.bns-featured-category .post {
width: auto;
}



body.archive #content .post:last-child,
body.page-template-template-home-blog-php .post:last-child { background: none; }

body.archive #content .entry-content,
body.page-template-template-home-blog-php.home .entry-content,
body.archive #content .entry-summary,
body.page-template-template-home-blog-php .entry-summary {
	background: none;
	padding-bottom: 0;
}

body.page-template-template-full-width-php #primary { width: 960px !important; }

body.page-template-template-full-width-php .type-page { width: 920px; }

#footer { clear: both; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#header { background: #fff; }

#header .inner {
	width: 960px;
	position: relative;
}

#logo {	
	display: inline-block;
	margin: 20px 0 20px 10px;
	float: left;
}
#logo,
#logo a {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	padding: 0;
}
#logo a img{
	width: 94px;
}
#logo a:hover { text-decoration: none; }

#tagline {
	display: inline;
	margin: 0; 
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.search-form {
	display: block;
	float: right;
	margin: 35px 0;
}
.search-form fieldset, .search-form form{  margin-bottom: 0;  }


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#primary-nav {
	width: 100%;
/*
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
*/
}

#header .menu-dropdown { display: none; }

#primary-nav > div { display: block; }

#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff url('images/pwc-primary-nav-back.gif') repeat-x;
	display: inline-block;
	width: 100%;
}

#primary-nav ul a {
	display: block;
	position: relative;
	font-weight: normal;
	border: 0;
}

#primary-nav ul li {
	float: left;
	position: relative;
	z-index: 40;
	width: 150px;
	margin-left: 12px;
	border-top: 4px #999 solid;
	padding: 0 0 10px 0;
}

#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul li:first-child{ margin: 0;}

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul ul li { width: 100%; }

#primary-nav ul li .sep {
	position: absolute;
	top: 21px;
	right: -3px;
	color: #aeaeae;
	font-size: 12px;
}

#primary-nav ul li:last-child .sep,
#primary-nav ul li.last .sep,
#primary-nav ul ul .sep { display: none; }

/*  Make sub menus appear -------------------------------------------------*/

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: 0;
	top: 65px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) -------------------------------------*/

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) ---------------------------------*/

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin ---------------------------------------------------------*/

#primary-nav ul a {
	font-size: 12px;
/* 	text-transform: uppercase; */
	font-family: 'Georgia', serif;
	font-style: italic;
/* 	padding: 0 10px; */
	height: 24px;
	line-height: 24px;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover a,
#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
	text-decoration: none;
	color: #787a7b;
}

/* 2nd level skin --------------------------------------------------------*/

#primary-nav ul ul {
	padding: 0;
	background: #202222;
	padding: 0 15px 7px 15px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#primary-nav ul ul li {
	line-height: 25px;
	border-bottom: 1px solid #454646;
	float: none;
	background: none;
}

#primary-nav ul ul li:last-child { border: 0; }

#primary-nav ul ul li a {
    color: #fff;
	line-height: 35px;
	height: 35px;
	padding: 0;
}

#primary-nav ul li.sfHover ul a { 
	font-size: 12px;
	background: #202222; 
	color: #fff; 
}

#primary-nav ul li.sfHover ul a:hover { color: #787a7b; }

/* 3rd level skin --------------------------------------------------------*/

#primary-nav ul ul ul {
	padding-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.zilla-share .linkedin-share {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 160px !important;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: 'Georgia', serif;
	color: #787a7b;
	font-weight: bold;
	font-style: italic;
	padding: 0 40px;
	margin: 30px 0;
	font-size: 16px;
	line-height: 24px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	color: #4d4e52;
	background: #f8f8f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	margin: 40px;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

/* Media Elements --------------------------------------------------------*/

.entry-content { max-width: 100%; }

body.home .entry-content,
body.page-template-template-home-fullwidth-php .entry-content,
body.page-template-template-info-fullwidth-php .entry-content,
.entry-summary {
/* 	background: url('images/splitter.png') repeat-x 0 100%; */
	padding-bottom: 20px;
}

.post img {
	max-width: 100%; 
	width: auto;
	height: auto; 
}

img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 10px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 10px auto;
}

img.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    margin-left: 0; 
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { 
    float: left; 
    margin-left: 0;
    text-align: center;
}

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

/* Audio/Video jPlayer Skin ---------------------------------------------*/

.jp-jplayer { 
    background-color: #292a2b;
    width: 560px; 
}

.jp-audio-container,
.jp-video-container { margin-bottom: 20px; }

.jp-interface {
	position: relative;
	width: 100%;
	height: 30px;
	background: url('images/jplayer-bg.png') repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.jp-controls a:hover { background-color: transparent; }

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url('images/jplayer-black-and-yellow.png') 0 0 no-repeat; }

a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 
    background: url('images/jplayer-black-and-yellow.png') 0 -30px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 810px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 810px;
	height: 7px;
	padding: 1px;
	background: url('images/jplayer-black-and-yellow.png') 0 -192px repeat-x ;
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url('images/jplayer-black-and-yellow.png') 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url('images/jplayer-black-and-yellow.png') 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	right: 20px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url('images/jplayer-black-and-yellow.png') 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 18px;
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url('images/jplayer-black-and-yellow.png') 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	right: 60px;
}

a.jp-mute { background: url('images/jplayer-black-and-yellow.png') -10px -68px no-repeat; }

a.jp-mute:hover { background-position: -43px -68px; }

a.jp-unmute { background: url('images/jplayer-black-and-yellow.png') -10px -98px no-repeat; }

a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	background:url('images/jplayer-seperator.png') no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { 
    left: auto; 
    right: 90px;
}

/* Common Form Elements --------------------------------------------------*/

input,
textarea,
.zilla .gform_wrapper input[type="text"], 
.zilla .gform_wrapper input[type="url"], 
.zilla .gform_wrapper input[type="email"], 
.zilla .gform_wrapper input[type="tel"], 
.zilla .gform_wrapper input[type="number"], 
.zilla .gform_wrapper input[type="password"],
.zilla .gform_wrapper textarea {
	color: #333;
	background: #fff;
	border: 1px solid #cdcdcd;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px 12px 7px 12px;
	width: 250px;
	-moz-box-shadow: 0px 1px 1px #eee;
	-webkit-box-shadow: 0px 1px 1px #eee;
	box-shadow: 0px 1px 1px #eee;
}

.zilla .gform_wrapper table.gfield_list input { width: 90%; }

.zilla .gform_wrapper .gfield_time_hour input[type="text"],
.zilla .gform_wrapper .gfield_time_minute input[type="text"] { padding: 0 2px; }

textarea,
.zilla .gform_wrapper textarea { width: 90%; }

.zilla .gform_wrapper .top_label input.large, 
.zilla .gform_wrapper .top_label select.large, 
.zilla .gform_wrapper .top_label textarea.textarea { width: 96%; }

input:focus,
textarea:focus,
.zilla .gform_wrapper input[type="text"]:focus, 
.zilla .gform_wrapper input[type="url"]:focus, 
.zilla .gform_wrapper input[type="email"]:focus, 
.zilla .gform_wrapper input[type="tel"]:focus, 
.zilla .gform_wrapper input[type="number"]:focus, 
.zilla .gform_wrapper input[type="password"]:focus,
.zilla .gform_wrapper textarea:focus {
	background: #fff;
	border-color: #b2b2b2;
}

input[type="checkbox"] { width: auto; }

select {
    background: #fff;
    border: 1px solid #efefef;
    width: 250px;
}

button,
#submit,
.gform_next_button,
.gform_previous_button,
.gform_button {
    background: #f1f1f1;
    border: 1px solid #efefef;
	cursor: pointer;
	padding: 2px 10px;
	width: auto;
}

button:hover,
#submit:hover,
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover { 
    background: #fff;
    border-color: #ddd;
}

/* Gravityforms Elements ------------------------------------------------------*/

.zilla .gform_wrapper {
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 20px 0;
}

.zilla .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 20px;
}

.zilla .gform_wrapper h3.gform_title {
    width: 100%;
    margin: 0 0 10px 0;
}

.zilla .gform_body {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.zilla .gform_wrapper .gform_page_footer {
    margin: 20px 0 0;
    width: 100%;
    border-top: 1px solid #efefef; 
}

.zilla .gform_wrapper .gsection {
    border-bottom: none;
    border-top: 1px solid #efefef;
    padding: 20px 0 10px 0;
    margin: 20px 0;
}

.gform_wrapper .gfield { margin-bottom: 20px; }

.zilla .gform_wrapper .gfield_checkbox li, 
.zilla .gform_wrapper .gfield_radio li { margin-bottom: 3px; }

.zilla .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, 
.zilla .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    color: #000;
    font-weight: normal;
}

.zilla .gform_wrapper select {
    color: #333;
    font-size: 13px;
}

.zilla .gform_wrapper .gfield_time_ampm { padding: 0px; }

.zilla img.ui-datepicker-trigger { padding-top: 6px; }

.zilla table.ui-datepicker td a { background-color: #fff; }

.zilla .gform_wrapper .description, 
.zilla .gform_wrapper .gfield_description, 
.zilla .gform_wrapper .gsection_description, 
.zilla .gform_wrapper .instruction,
.zilla .gform_wrapper .description_above .gfield_description {
    color: #a3a3a3;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.zilla .gform_wrapper .top_label .gfield_description { margin-bottom: 10px; }

.zilla .gform_wrapper .right_label .gfield_description, 
.zilla .gform_wrapper .left_label .gfield_description, 
.zilla .gform_wrapper .left_label .instruction, 
.zilla .gform_wrapper .right_label .instruction { margin-left: 32%; }

/* Gravity Forms complex forms -------------------------------------------------------*/

.zilla .gform_wrapper .ginput_complex .ginput_full input { width: 96% !important; }

.zilla .gform_wrapper .ginput_complex .ginput_full input[type="file"] { width: 90% !important; }

.zilla .gform_wrapper .field_name_first input, 
.zilla .gform_wrapper .ginput_complex .ginput_left input,
.zilla .gform_wrapper .ginput_complex .ginput_right input, 
.zilla .gform_wrapper .ginput_complex .ginput_right select { width: 90% !important; }

.zilla .gform_wrapper .ginput_complex label, 
.zilla .gform_wrapper .gfield_time_hour label, 
.zilla .gform_wrapper .gfield_time_minute label, 
.zilla .gform_wrapper .gfield_date_month label, 
.zilla .gform_wrapper .gfield_date_day label, 
.zilla .gform_wrapper .gfield_date_year label, 
.zilla .gform_wrapper .instruction {
    color: #777;
    display: block;
    font-size: 11px;
    margin: 0 0 15px;
    padding-left: 6px;
    letter-spacing: normal;
}

/* Gravity Forms Progressbar --------------------------------------------------------*/

.zilla .gform_wrapper .gf_progressbar_wrapper {
    border-bottom: none;
    width: 100%;
}

.zilla .gform_wrapper .gf_progressbar {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    overflow: visible;
}

.zilla .gform_wrapper .gf_progressbar_percentage { 
    background: #fff url('images/zilla_progressbar.png') repeat-x 0 -1px;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.25);	color: #666;
	height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

.zilla .gform_wrapper .percentbar_blue { 
    border-color: #7cafce;
    border-bottom: 1px solid #4889b4;
    color: #386079; 
}

.zilla .gform_wrapper .percentbar_green { 
    background-position: 0 -41px;
    border-color: #95b763;
    border-bottom: 1px solid #738d4c;
    color: #56693a; 
}

.zilla .gform_wrapper .percentbar_red {
    background-position: 0 -21px;
    border-color: #d27c6d;
    border-bottom: 1px solid #a63f37;
    color: #773631;
}

.zilla .gform_wrapper .percentbar_grey { 
    background-position: 0 -61px; 
    border-color: #c5c5c5;
    border-bottom: #b0b0b0;
}

.zilla .gform_wrapper .percentbar_orange {
    background-position: 0 -81px;
    border-color: #d0ae51;
    border-bottom: 1px solid #b28b37;
    color: #7b6128;
}

.gform_wrapper .gf_progressbar_percentage span { padding-right: 5px; }

/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.entry-title { margin-bottom: 10px; }

.entry-title, 
.entry-title a {
	font-family: 'Georgia', serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	line-height: 32px;
	color: #202222;
	text-decoration: none;
	border: 0;
}

.archive #content .entry-title,
.archive #content .entry-title a,
.page-template-template-home-blog-php .entry-title,
.page-template-template-home-blog-php .entry-title a {
    font-size: 20px;
    line-height: 28px;
}

body.home .entry-title,
body.home .entry-title a,
body.page-template-template-home-fullwidth-php .entry-title,
body.page-template-template-home-fullwidth-php .entry-title a,
body.page-template-template-info-fullwidth-php .entry-title,
body.page-template-template-info-fullwidth-php .entry-title a {
		font-size: 20px;
	line-height: 29px;
}

#content .entry-title a:hover {
	background: transparent;
	border-bottom: 1px solid #c8c8c8;
}

.entry-meta {
	font-size: 13px;
	line-height: 14px;
	color: #787a7b;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.entry-meta a { 
	color: #787a7b;
	font-weight: normal; 
	border: 0;
}

.entry-meta a:hover { 
	color: #202222; 
	border: none;
}
ul.entry-meta li{
	line-height: 24px;
}

body.single .post .entry-meta,
body.single .post .entry-meta a { font-size: 13px; }

body.single .post .entry-meta { margin-bottom: 30px; }

body.single .post .entry-footer,
body.single .post .entry-footer a { font-size: 13px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.post-thumb { position: relative; }

.page-template-template-home-blog-php #primary .post-thumb,
.archive #primary .post-thumb { 
    float: left; 
    margin-right: 20px;
}

.post-thumb a { 
	display: block; 
	border: 0;
}

.post-thumb a img { 
	-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;
}

.post-thumb a:hover img { opacity: 0.4; }

.post-thumb .format-icon {
	background: url('images/format-icons.png') no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 99;
} 

.post-thumb .format-icon.audio { background-position: -30px 0; }

.post-thumb .format-icon.video { background-position: -60px 0; }

.bypostauthor,
.sticky {}

.list-of-authors{}

.list-of-authors > ul{
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.list-of-authors > ul > li {
	float: left;
	margin: 0 20px 30px 0;
	min-height: 164px;
	overflow: hidden;
	width: 130px;
}

.list-of-authors .avatar {
	/* float: left; */
	/* margin: 0 10px 10px 0; */
}
.list-of-authors .link-to-posts{
	text-align: center;
}
.list-of-authors .description{
	clear: left;
}
.list-of-authors .twitter_name,
.list-of-authors .google_name, 
.twitter_name,
.google_name
{
	display: block;
	padding-left: 20px;
}

.list-of-authors .twitter_name, .twitter_name {
	background: url('images/twitter-bird-light-bgs-20px.png') 0 0 no-repeat;
}

.list-of-authors .google_name, .google_name {
	background: url('images/googleplus-20px.png') 0 0 no-repeat;
}

.list-of-authors .avatar a {
	border-bottom: none;
}

.list-of-authors .avatar img.avatar{
	display: block;
	margin: 0 auto;
}


/*-----------------------------------------------------------------------------------*/
/*  6. Feature Styles
/*-----------------------------------------------------------------------------------*/

#feature-wrapper { 
    height: 240px;
    overflow: hidden;
    width: 100%; 
    background: #efefef;
	position:relative;
}

#feature-wrapper img { position: absolute; }

.feature {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	display: none;
	position: relative;
}

#feature-wrapper.zilla-video,
#feature-wrapper.zilla-audio,
#feature-wrapper.zilla-video .feature,
#feature-wrapper.zilla-audio .feature { height: auto; }

.feature img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.site-title{
	margin: 20px auto 5px;
	width: 960px;
	position: relative;
	font-size: 36px;
	line-height: 48px;
}
.site-title span{
	color: #fff;
	background: url('images/black-transparency.png'); 
 	background: rgba(0,0,0,0.5);
    box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
    padding: 2px 0;
    font-weight: normal;
    margin-left: 10px;
}

.feature-content {
}

.feature-content h1,
.feature-content h2 {
	display: block;
	font-family: 'Georgia', serif;
/* 	font-weight: bold !important; */
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	max-width: 400px;
	margin-left: 10px;
	color: #fff;
}

.feature-content h2 span,
.feature-content h1 span {
	background: url('images/black-transparency.png'); 
    background: rgba(0,0,0,0.5);
    box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
    padding: 2px 0;
    font-weight: normal;
}

.feature-content h1 { margin-bottom: 20px; }


/* Zilla Gallery ----------------------------------------------------------*/

#feature-wrapper.zilla-gallery .feature-navigation {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#feature-wrapper.zilla-gallery .feature-credit {
	bottom: 21px;
	right: 85px;
}

/* Zilla Video/Audio ------------------------------------------------------*/

#feature-wrapper.zilla-video .inner,
#feature-wrapper.zilla-audio .inner {
	position: relative;
	margin: 20px auto;
}

#feature-wrapper.zilla-video .embed-video { height: 560px; }

#feature-wrapper.zilla-video .embed-video video,
#feature-wrapper.zilla-video .embed-video iframe,  
#feature-wrapper.zilla-video .embed-video object,  
#feature-wrapper.zilla-video .embed-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Footer Feature ---------------------------------------------------------*/

#footer-feature-wrapper {
	width:960px;
	margin: 0 auto;
	position: relative;
	border-top: 3px #f05000 solid;
}

#footer-feature-wrapper .caroufredsel_wrapper { 
    background: #fff url('images/1col_back.png') repeat-y;
    padding-bottom: 50px;
}

#footer-feature-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-feature-wrapper li {
    border-left: 1px dotted #4d4e4e;
	display: block;
	float: left;
	width: 200px;
	margin: 20px 1px 0;
	padding: 0 20px 0 20px;
	vertical-align: top;
	text-align: center;
}

#footer-feature-wrapper li:first-child { border-left: none; }

#footer-feature-wrapper .entry-title { margin-bottom: 0; }

#footer-feature-wrapper img { 
	width: 100%; 
	height: 140px;
}

#footer-feature-wrapper .entry-title,
#footer-feature-wrapper .entry-title a { 
	font-size: 14px;
	line-height: 22px;
	color: #aeaeae;
}

#footer-feature-wrapper .post-thumb { margin-bottom: 15px; }

#footer-feature-nav {
	position: absolute;
	bottom: 0;
	left: 0;
    background: #f05000;
	height: 26px;
	width: 100%;
}

#footer-feature-nav a {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 0;
	text-indent: -9999px;
	background: url('images/feature-arrows.png') no-repeat 0 -31px;
}

#footer-feature-nav .prev { border-right: 1px solid #2d2e2e; }

#footer-feature-nav .next { 
	background-position: -30px -31px; 
	float: right;
	border-left: 1px solid #2d2e2e;
}

#footer-feature-nav .next:hover { background-position: -30px 0; }

#footer-feature-nav .prev:hover { background-position: 0 0; }


/* Header Feature ---------------------------------------------------------*/

#header-feature-wrapper {
	width:960px;
	margin: 0 auto;
	position: relative;
    background: #fff url('images/4col_back.png') repeat-y;
}

#header-feature-wrapper .caroufredsel_wrapper { 
    background: #fff url('images/2col_back.png') repeat-y;
    padding-bottom: 50px;
}

#header-feature-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
}

#header-feature-wrapper li {
	display: block;
	float: left;
	width: 240px;
	vertical-align: top;
	text-align: center;
}

#header-feature-wrapper li:first-child { border-left: none; }

#header-feature-wrapper .entry-title { margin-bottom: 0; }

#header-feature-wrapper ul li img { 
	width: 100%; 
	height: 180px;
	border-left: 1px solid #fff;
}
.color-bars{
	width: 960px;
	margin: 0 auto;
}
.color-bars div{
	float: left;
	width: 25%;
	height: 6px;
}
.color-bars div.pwc-yellow{			background: #fdb825;	}
.color-bars div.pwc-orange{			background: #eb8b00;	}
.color-bars div.pwc-red-orange{		background: #f16023;	}
.color-bars div.pwc-red{			background: #ee2f24;	}
.color-bars div.pwc-pink{			background: #f16a95;	}

#header-feature-wrapper ul li:first-child img { 
	border-left: none;
}
#header-feature-wrapper ul li h5 { 
}
#header-feature-wrapper .entry-title,
#header-feature-wrapper .entry-title a { 
	font-size: 14px;
	line-height: 22px;
	color: #aeaeae;		
	padding: 0 15px 15px;
}

#header-feature-wrapper .post-thumb { margin-bottom: 15px; }


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments { 
	clear: both; 
	padding: 20px;
	position: relative;
}

.commentlist {
	padding: 40px 0 20px 0;
	margin: 0;
	list-style-type: none;
/* 	background: url('images/splitter.png') repeat-x; */
	border-top: 3px solid #EE3323;
}

.pings-wrapper { position: relative; display: none; }

.pinglist {
	padding: 30px 0 40px 0;
	margin: 0;
	list-style-type: none;
	background: url('images/splitter.png') repeat-x;
}

.pinglist li {
	padding: 10px;
	border-bottom: 1px solid #e9eaea;
}

.pinglist li a {
	display: block;
	border: 0;
	color: #4d4e52;
	font-weight: normal;
}

.pinglist li a:hover { 
	color: #202222; 
	background: none !important; 
}

#respond { position: relative; }

#reply-title,
.comments-title,
.pings-title,
#cancel-comment-reply-link {
	position: absolute;
	top: 0;
	right: 0px;
	font-weight: 700;
	font-size: 15px;
/* 	text-transform: uppercase; */
	color: #fff;
	background: #EE3323;
	padding: 3px 9px;
/* 	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif; */
}

.comments-title {
	position: absolute;
	top: 20px;
	right: 20px;
}

#cancel-comment-reply-link {
	position: absolute;
	top: 0px;
	right: 130px;
	width: 85px;
	box-shadow: none;
}

#commentform {
	padding-top: 40px;
	border-top: 3px solid #EE3323;
/* 	background: url('images/splitter.png') repeat-x; */
}

.commentlist #commentform { margin-bottom: 60px; }

#commentform input { 
	float: left; 
	margin-right: 15px;
}

#commentform textarea { width: 95%; }

#commentform p.legal { 
	color: #787A7B;
	font: 13px/14px "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px; 
} 

#commentform p { 
	line-height: 36px;
	margin-bottom: 15px; 
} 

#commentform .comment-form-comment { margin-bottom: 5px; }

#commentform .form-submit input {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #EE3323;
	padding: 9px 15px;
	margin: 0;
	float: none;
	border: 0;
	box-shadow: none;
}

.children {
	list-style-type: none;
	margin-left: 55px;
}

.avatar {
	padding: 3px;
	/* background: #e5e5e6; */
}

.comment .avatar {
	float: left;
	margin: 0 15px 0 0;
}

.comment-meta {
	margin-bottom: 15px;
	font-size: 11px;
	text-transform: uppercase;
}
.comment-meta a {
	font-weight: normal;
	border: 0;
	background: none !important;
	color: #787a7b;
}

.comment-meta a:hover { color: #202222; }

.comment-body {
	border-bottom: 1px solid #e9eaea;
	margin-bottom: 20px;
}

.commentlist li.depth-1:last-child .comment-body { border: none; }

.comment-author cite { 
	font-weight: bold; 
	font-style: normal;
	color: #202222;
}

.comment-author .says { display: none; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation { 
	background: #fff url('images/2col_back.png') repeat-y;
	border-top: 1px solid #ccc;
	min-height: 60px;
	text-transform: uppercase;
	padding-top: 45px;
	line-height: 16px;
}

.page-navigation .nav-next,
.single-page-navigation .nav-next { 
	float: left; 
	width: 43%;
	margin-left: 60px;
}

.page-navigation .nav-previous,
.single-page-navigation .nav-previous { 
	float: right; 
	width: 43%;
	text-align: right;
	margin-right: 60px;
}

.page-navigation a,
.single-page-navigation a {
	color: #787a7b;
	border: 0;
	font-size: 12px;
	position: relative;
} 

.page-navigation a:hover,
.single-page-navigation a:hover { color: #202222; }

.page-navigation a span,
.single-page-navigation a span {
	display: inline-block;
	background: url('images/pag-arrows.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	position: absolute;
	top: -10px;
	overflow: hidden;
} 

.page-navigation .nav-next a span,
.single-page-navigation .nav-next a span { left: -45px; }

.page-navigation .nav-previous a span,
.single-page-navigation .nav-previous a span { 
	right: -45px;
	background-position: -43px 0;
	text-indent: 9999px;
}

.page-navigation .nav-next a:hover span,
.single-page-navigation .nav-next a:hover span { background-position: 0 -44px; }

.page-navigation .nav-previous a:hover span,
.single-page-navigation .nav-previous a:hover span { background-position: -43px -44px; }

.comment-navigation { 
    margin-bottom: 20px;
    overflow: hidden; 
}

.comment-navigation .nav-next { float: right; }

.comment-navigation .nav-previous { float: left; }

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
	padding: 4px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
}

.wp-pagenavi a:hover { border: 1px solid #ddd; }

.wp-pagenavi span.pages {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi span.current {
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fafafa;
}

.wp-pagenavi span.extend {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	width: 960px;
	margin: 0 auto;
	background: #f2f2f2 url('images/1col_back.png') 0 repeat-y;
	color: #666;
}

#footer .widget_search {
	display: none;
	padding-bottom: 0px;
}


#footer a {
	color: #000;
	border: 0;
	font-weight: normal;
}

.footer-widgets {
	background: #e2e2e2;
	padding: 30px 0 0px;
	margin: 0 1px;
}

.footer-widgets .inner { background: url('images/3col_back_dark.png') repeat-y; float-left}

.footer-widgets .col {
	width: 320px;
	float: left;
}

.footer-widgets .widget {
	margin: 0 20px 0 20px;
	padding: 40px 0 35px 0;
	border-top: none;
}

.footer-widgets .widget:first-child {
	background: none;
	padding: 0 0 35px 0;
}

.footer-widgets .widget:last-child { padding-top: 0; }

.footer-widgets .widget-title {
	font-weight: bold;
	font-size: 13px;
/* 	text-transform: uppercase; */
	color: #000;
	position: static;
	background: none;
	padding: 0;
/*	margin-bottom: 20px; */
}

#footer .footer-widgets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-widgets li a {
	color: #666;
	font-weight: normal;
	font-family: 'Georgia', Serif;
}

#footer .footer-widgets li {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

#footer .footer-widgets li:first-child { padding-top: 0; }

#footer .footer-widgets li:last-child {
	border: 0;
	padding-bottom: 0;
}

#footer .footer-widgets .zilla_tweet_widget li a { 
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #787a7b;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

#footer .footer-widgets .zilla_tweet_widget li span { display: block; }

#footer .footer-widgets .zilla_tweet_widget li span a { 
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #fff; 
}

#footer .footer-widgets .zilla_tweet_widget li span a:hover { background: 0 !important; }

#footer .footer-widgets .widget_search input { 
	width: 91%; 
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#footer .footer-widgets .zilla_flickr_widget img { 
	width: 50px;
	height: 50px;
	background: #2d2e2e;
	padding: 5px;
	border: 0;
}

#footer .footer-widgets .zilla_flickr_widget .flickr_badge_image { margin: 0 11px 11px 0; }

.footer-bottom {
	font-size: 13px;
	background-color: #d2d2d2;
	padding: 25px 20px 40px 20px;
	margin: 0 1px;
	line-height: 20px;
/* 	text-transform: uppercase; */
}

#footer .footer-bottom a { font-weight: bold; }

.copyright { margin-bottom: 8px;}

#footer .widget_twitter-tracker {  display: none;  }
/* #nav_menu-7 {  display: none;  } */
#footer .widget_nav_menu { display: none; }
#footer .widget_nav_menu:last-child { display: block; padding-bottom: 20px; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/

.archive-lists .children { margin-bottom: 0; }

.archive-lists ul {
	list-style: disc;
	margin: 10px 0 20px 20px;
}

.full-width { width: 940px!important; }

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 95%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { 
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #202222;
	padding: 9px 15px;
	margin: 0;
	float: right;
	border: 0;
}

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	padding: 40px 0 35px 0;
	margin: 0 20px;
/* 	background: url('images/splitter.png') 19px top no-repeat; */
	position: relative;
	border-top: 3px #000 solid;
}
.widget_twitter-follow {
	border-top: none;
	padding-top: 0;
}
.widget_twitter-profile-tracker {
	padding-bottom: 0;
}
.widget-title {
	position: absolute;
	top: -3px;
	left: 0px;
	font-weight: bold;
	font-size: 12px;
/* 	text-transform: uppercase; */
	color: #fff;
	background: #202222;
	padding: 1px 7px;
/* 	font-family: "Helvetica Neue", Helvetica, Sans-serif; */
}

.widget ul {
	list-style-type: disc;
	margin-bottom: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

.widget ol.tweets {
	list-style-type: none;
}
.widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}
.widget li {
	border-bottom: 1px solid #efefef;
	padding: 8px 0;
}

.widget li:first-child { padding-top: 0; }

.widget li:last-child { border: none; padding-bottom: 0; }

.widget li a { border: 0; }

/* Search Widget --------------------------------------------------------*/

.widget_search #s { 
	color: #999;
	width: 253px; 
	border: 1px solid #cdcdcd;
}

.widget_search #s:focus {
	color: #333;
	border: 1px solid #B2B2B2;
}

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget -------------------------------------------------------*/

.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* 125 x 125 Widget ------------------------------------------------------*/

.zilla-ad-widget {
	padding-right: 0!important;
	padding-bottom: 25px!important;
}

.zilla-ad-widget a { 
	display: inline-block;
	background: #f8f8f8;
	padding: 5px;
	border: 0; 
	margin: 0 10px 10px 0;
}

.ads-125 { width: 290px; }

.zilla-ad-widget a:hover { background: #efefef!important; }

.zilla-ad-widget img { margin: 0; }

/* Twitter Widget -------------------------------------------------------*/

#twitter-holder {
	background: url('images/ajax-loader.gif') no-repeat center;
	min-height: 20px;
}

.zilla_tweet_widget ul { margin-bottom: 0; }

.zilla_tweet_widget li a { 
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #aeaeae; 
}

#content .zilla_tweet_widget li a:hover { 
	background: none;
	color: #202222;
}

.zilla_tweet_widget li span { display: block; }

.zilla_tweet_widget li span a { 
	font: 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #202222;
	border-bottom: 1px solid #C8C8C8;
}

#content .zilla_tweet_widget li span a:hover { color: #aeaeae; }

/* TwitterTracker Widget -------------------------------------------------------*/

.widget_twitter-tracker ul li{
	padding: 16px 0;
}
.widget_twitter-tracker .avatar{
	float: left;
	margin: 0 10px 10px 0;
}
.widget_twitter-tracker .info.entry-meta{
	margin: 10px 0 0 64px;
}
.widget_twitter-tracker .msg{
	margin-left: 64px;
}
.widget_twitter-tracekr .msgtxt{
	font-size: 80%;
}

/* Calendar Archive Widget ----------------------------------------------------------*/

.widget .calendar{
	width: 280px;
	height: 240px;
}
.widget .calendar .text{
	display: none;
}

/* Flickr Widget --------------------------------------------------------*/

.zilla_flickr_widget { padding-right: 0; }

.zilla_flickr_widget > div {
    margin-right: -20px;
    padding-right: 10px;
}

.flickr_badge_image {
	float: left;
	margin: 0 5px 5px 0;
}

.flickr_badge_image img {
	width: 60px;
	height: 60px;
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
}

.flickr_badge_image img:hover { border: 1px solid #ccc; }

/* Video Widget ----------------------------------------------------------*/

.zilla_video_widget .zilla_video { margin-bottom: 15px; }

#sidebar .zilla_video_widget {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background: url('images/video-widget-back.png') repeat;
	margin: 0 20px 35px 20px;
	position: relative;
	padding: 40px 20px 1px 20px;
}

#sidebar .zilla_video_widget .widget-title {
	left: 0;
	top: -3px;
}

#sidebar .zilla_video_widget .zilla_video {
	width: 240px;
	height: 160px;
}

#sidebar .zilla_video_widget .zilla_video video,
#sidebar .zilla_video_widget .zilla_video iframe,  
#sidebar .zilla_video_widget .zilla_video object,  
#sidebar .zilla_video_widget .zilla_video embed {
	width:100% !important;
	height:100% !important;
}

#sidebar .zilla_video_widget .zilla_video_desc {
	text-align: center;
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 22px;
	color: #cfcfcf;
}
#sidebar .featured-infographic-wrapper img{
	width: 100%;
	height: auto;
	float: none;
	margin-top: 20px;
}

/* Popular Posts Widget---------------------------------------------------------*/

.zilla-popular-widget {
	border-top: 3px solid #202222;
	background: #f8f8f8;
	position: relative;
	padding: 40px 20px 40px 20px;
	margin: 0 20px 35px 20px;
}

.footer-widgets .zilla-popular-widget {
	border-top: 3px solid #191b1b;
	background: #2d2e2e;
	position: relative;
	padding: 20px 20px 0 20px;
	margin: 0 20px 35px 20px;
}

.zilla-popular-widget .widget-title {
	left: 0;
	top: -3px;
}

.zilla-popular-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.zilla-popular-widget li {
	width: 240px;
	padding: 0;
	border: 0;
}

.zilla-popular-widget img { 
	width: 100%; 
	height: auto;
}

.zilla-popular-widget .post-thumb,
.zilla-popular-widget .entry-title { margin-bottom: 15px; text-align: center; }

.zilla-popular-widget .entry-title { margin-bottom: 40px; height: 66px;}

.zilla-popular-widget .entry-title,
.zilla-popular-widget .entry-title a {
	font-size: 14px!important;
	line-height: 22px!important;
	font-weight: normal;
}

.zilla-popular-widget-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #202222;
	height: 26px;
	width: 100%;
}

.footer-widgets .zilla-popular-widget-nav { background: #191b1b; }

.zilla-popular-widget-nav a {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 0;
	text-indent: -9999px;
	background: url('images/feature-arrows.png') no-repeat 0 -31px;
}

.zilla-popular-widget-nav .prev { border-right: 1px solid #fff; }

.zilla-popular-widget-nav .next { 
	background-position: -30px -31px; 
	float: right;
	border-left: 1px solid #fff;
}

.zilla-popular-widget-nav .next:hover { background-position: -30px 0; }

.zilla-popular-widget-nav .prev:hover { background-position: 0 0; }

.footer-widgets .zilla-popular-widget-nav .prev { border-right: 1px solid #2d2e2e!important; }

.footer-widgets .zilla-popular-widget-nav .next { border-left: 1px solid #2d2e2e!important; }

/* ZillaSocial Widget ---------------------------------------------------------*/

.widget_zilla_social_widget { padding-right: 10px; }

.widget_zilla_social_widget .size-32px a {
	border: none;
	float: left;
	margin: 0 4px 4px 0;
	display: block;
	height: 32px;
	width: 32px;
}

.widget_zilla_social_widget .size-16px a {
	float: left;
	margin: 0 6px 5px 0;
	display: block;
	height: 16px;
	width: 16px;
}

.widget_zilla_social_widget .zilla-social a:hover {
	background: none!important;
	opacity: 0.5;
}

.widget_zilla_social_widget p {
	display: block;
	margin-bottom: 0;
	padding-top: 20px;
}

#footer .widget_zilla_social_widget p {
	padding-top: 0px;
}

.zilla-social { width: 290px; }

.zilla-social:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.zilla-social { display: inline-block; } /* Hide from IE Mac \*/ 

.zilla-social { display: block; } /* End hide from IE Mac */ 

.none { display: none; } /* End Clearfix */

#sidebar .widget_nav_menu{  border-color: #f16023;  }
#sidebar .widget_nav_menu .widget-title{  background-color: #f16023;  }

#sidebar .widget_twitter-tracker{  border-color: #eb8b00;  }
#sidebar .widget_twitter-tracker .widget-title{  background-color: #eb8b00;  }

#sidebar .zilla-popular-widget{  border-color: #FDB824;  }
#sidebar .zilla-popular-widget .zilla-popular-widget-nav{  background: #FDB824;  }
#sidebar .zilla-popular-widget .widget-title{  background: #FDB824;  } 

#sidebar .zilla_video_widget{  border-color: #F16A95;  }
#sidebar .zilla_video_widget .widget-title{  background: #F16A95;  }

#sidebar .featured_comment_widget{  border-color: #EF4325;  }
#sidebar .featured_comment_widget .widget-title{  background: #EF4325;  }

#sidebar .bns-featured-category{  border-color: #F7932E;  }
#sidebar .bns-featured-category .widget-title{ background: #F7932E;  }

#sidebar .calendar-archive-widget{  border-color: #932A2F;  }
#sidebar .calendar-archive-widget .widget-title{  background: #932A2F;  }

#sidebar .widget_zilla_social_widget{  border-top: medium solid #202222!important; padding: 0px 0 25px 0;  }

#sidebar .zilla-ad-widget, #sidebar .widget_text{  border-color: #F16A95;  }
#sidebar .zilla-ad-widget .widget-title, #sidebar .widget_text .widget-title{  background: #F16A95;  }

#sidebar .calendar-archive-widget .has-content{  
	overflow: hidden; 
	text-indent: -100px; 
	background-size: cover;
	}
/*
#sidebar .calendar-archive-widget .has-content{  text-indent: -100px; overflow: hidden;  }
#sidebar .calendar-archive-widget .has-content:hover{  text-indent: 0; background: #000; color: #fff; }
*/

/* TagCloud Widget ---------------------------------------------------------*/

.widget_tag_cloud a{
	display: inline-block;
	background: #eee;
	color: #666;
	padding: 4px 6px;
	margin: 0 0 2px 0;
	border-radius: 3px;
}
.widget_tag_cloud a:hover{
	color: #333!important;
	background: #fdb825;
}


/*-----------------------------------------------------------------------------------*/
/*	12.	IE Fixes
/*-----------------------------------------------------------------------------------*/

.ie body { overflow-x: hidden; }

body.ie8 .feature-content h1,
body.ie8 .feature-content h2 { margin-left: 0; }

body.ie8 .feature-content h2 a,
body.ie8 .feature-content h1 span { background: transparent url('images/ie-light-bg.png') repeat; }

body.ie8 .feature.dark .feature-content h2 a,
body.ie8 .feature.dark .feature-content h1 span { background: transparent url('images/ie-dark-bg.png') repeat; }

body.ie8 .feature-content-meta { padding: 0; }

body.ie8 .feature-content-meta { background: transparent url('images/ie-dark-bg.png') 0 0 repeat; }

body.ie8 .feature.light .feature-content-meta { background: transparent url('images/ie-light-bg.png') 0 0 repeat; }

.ie8 .feature.light .feature-credit { background: transparent url('images/ie-light-bg.png') 0 0 repeat; }

.ie8 .feature-credit { background: transparent url('images/ie-dark-bg.png') 0 0 repeat; }

/*----------------------------------------------------------------------------------*/
/*  13. Little screens
/*----------------------------------------------------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {
	body { -webkit-text-size-adjust: none; }
	
	body.archive #content .post-thumb,
	body.page-template-template-home-blog-php #primary .post-thumb { margin-right: 0; }
	
	body.archive .post, 
    body.page-template-template-home-blog-php .post { width: 280px; }
    #logo a img{
		width: 47px;
		}
    .color-bars{
		width: 280px;
	}
	
	#header .search-form {
		display: none;
	}
	
	#primary-nav ul li { margin-left: 0px; }

	#footer .widget_search {
		display: block;
	}

        .wp-caption img, .wp-caption img a {
                border: 0 none;
                height: auto;
                margin: 0;
                padding: 0;
                width: 100%;
        }
	
	/* admin page classes to fix fixed position header spacing at top of page */
	body.logged-in.admin-bar #container #header { margin-top: 28px; }
		
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	body { -webkit-text-size-adjust: none; }

	/* admin page classes to fix fixed position header spacing at top of page */
	body.logged-in.admin-bar #container #header { margin-top: 25px; }

	#header .search-form {
		display: none;
	}

	#primary-nav ul li { margin-left: 0px; }

	#footer .widget_search {
		display: block;
	}
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1000px) {

	html, body { overflow-x: hidden; }
	
	.inner,
	#content { width: 641px; }
	
	#header .inner { width: 600px; }
	#header{
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 100;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	}
	
	#logo a img{  width: 47px;  }
	
	body.page-template-template-full-width-php #primary { width: 641px !important; }
	
	body.page-template-template-full-width-php .type-page { width: 601px; }
	
	body.page-template-template-full-width-php #content { background: url('images/2col_back_single.png') repeat-y; }
	
	
	body{  margin-top: 53px;  }
	
	.color-bars{
		width: 641px;
	}
	#sidebar { display: none; }
	#footer{
		width: 641px;
		background-image: url('images/2col_back_single.png');
	}	
	#footer-feature-wrapper { 
		visibility: hidden; 
		display: none;
		height: 0px;
		padding: 0px;
	}
	#header-feature-wrapper{
		visibility: hidden; 
		display: none;
		height: 0px;
		padding: 0px;
	}
	#footer .widget_twitter-tracker {  display: block;  }
	#footer .widget_nav_menu {  display: block;  }
	/*
	#primary-nav { 
		float: none;
		position: relative;
		margin: 0;
		right: 1px;
		width: 601px;
	}
	*/
	.menu-main-menu-container{
		position: absolute;
		top: 56px;
		right: -10px;
	}

	#header .search-form {
		display: none;
	}

	#primary-nav ul li { margin-left: 0px; }

	#footer .widget_search {
		display: block;
	}
		
	#header .menu-dropdown {
	    background: #333;
	    border-bottom: none;
	    cursor: pointer;
	    display: block;
	    float: right;
	    padding: 5px 10px 3px 10px;
	    margin: 12px 0;
	    border-radius: 2px;
	}
	#header .menu-dropdown ul{
		width: 20px;
		margin: 0;
		border: 0;
		background: transparent;
	}
	#header .menu-dropdown ul li{
		width: 100%;
		height: 3px;
		padding: 0;
		border: 0!important;
		margin: 3px 0 0 0;
		background: white;
	}
	
	#primary-nav > div {
		background: #202222;
		display: none;
		padding: 20px;
		z-index: 999;
	}
	
	#primary-nav > div > ul { 
	    background: #202222;
	    width: 100%;
	}
	
	#primary-nav ul ul { padding-bottom: 0; }
	
	#primary-nav > div > ul > li > a { margin-right: -10px; }
	
	#primary-nav ul a,
	#primary-nav ul ul li a {
	    color: #fff;
        line-height: 30px;
        height: 30px;
	}
	
	#primary-nav ul a:hover, 
	#primary-nav ul li.sfHover a, 
	#primary-nav ul li.current-cat a, 
	#primary-nav ul li.current_page_item a, 
	#primary-nav ul li.current-menu-item a { 
	    background: #191919;
	    color: #fff;
    }
	
	#primary-nav ul ul li a {
	    margin-left: -15px;
	    margin-right: 15px;
	    padding-left: 10px;
	}
		
	#primary-nav ul li span.sep { display: none; }
	
	#primary-nav ul ul {
	    background: transparent;
	    display: block !important;
	    position: static;
	    margin-left: 10px;
	    visibility: visible !important;
	    width: 100% !important;
	}
	
	#primary-nav > div > ul > li { float: none; }
	
	#primary-nav > div > ul ul li { border-bottom: none; }

    #feature-wrapper {
        height: 300px;
        overflow: hidden;
    }
	.feature{
		width: 600px;
	}
	#feature-wrapper .feature {
		min-width: 600px;
		height: 210px;
	}
	
	#feature-wrapper a-content {
		width: 600px;
		margin-left:0;
	}
	.site-title {
		margin: 48px auto 5px;
		width: 600px;
	}
	
	#feature-wrapper.zilla-video .embed-video { height: 360px; }
	
	body.single-format-video #feature-wrapper .feature { max-height: none; }
	
	.page-navigation, .single-page-navigation {
		width: 640px;
		background: white url('images/3col_back.png') repeat-y;
		border-top: 1px solid #ccc;
		padding-top: 25px;
	}
	
	 .nav-next, .single-page-navigation .nav-next,
	.page-navigation .nav-previous, .single-page-navigation .nav-previous { width: 40%; }
	
	.page-navigation .nav-next a span, .single-page-navigation .nav-next a span,
	.page-navigation .nav-previous a span, .single-page-navigation .nav-previous a span { display: none; }
	
	.page-navigation .nav-next, .single-page-navigation .nav-next { margin-left: 20px; }
	.page-navigation .nav-previous, .single-page-navigation .nav-previous { margin-right: 20px; }
	
	.page-navigation a, .single-page-navigation a {
		display: block;
		background: url('images/pag-arrows.png') no-repeat 0 0;
		width: 37px;
		height: 37px;
		text-indent: -9999px;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	.page-navigation .nav-previous a, .single-page-navigation .nav-previous a {
		background: url('images/pag-arrows.png') no-repeat right 0;
		width: 37px;
		height: 37px;
		text-indent: -9999px;
		float: right;
		text-align: left;
	}
	
	.page-navigation .nav-next a:hover,
	.single-page-navigation .nav-next a:hover { background-position: 0 -44px; }
	
	.page-navigation .nav-previous a:hover,
	.single-page-navigation .nav-previous a:hover { background-position: -43px -44px; }
	
	
	.jp-progress-container,
	.jp-progress { width: 490px; }
	
	.footer-widgets .col.last .widget:first-child {
		padding-top: 40px;
		margin-top: 30px;
		background: url('images/splitter-dark.png') top left repeat-x;
	}
	.footer-widgets .col.middle{
		float: right;
	}

	/* admin page classes to fix fixed position header spacing at top of page */
	body.logged-in.admin-bar #container #header { margin-top: 25px; }

}

@media only screen 
and (max-width : 660px) {
	
	.inner,
	#content,
	#primary { width: 321px; }
	
	#header .inner { width: 300px; }
	#logo a img{
		width: 47px;
	}
	body.archive .post, 
    body.page-template-template-home-blog-php .post { width: 280px; }
	
	body.archive #primary .post-thumb, 
    body.page-template-template-home-blog-php #primary .post-thumb { 
        margin-right: 0; 
        width: 280px;
    }
		
	.post, .type-page,
	body.page-template-template-full-width-php .type-page { width: 281px; }
	
	body.page-template-template-full-width-php #primary { width: 321px !important; }
	
	body.page-template-template-home-blog-php ,
	body.page-template-template-full-width-php #content { background: url('images/3col_back.png') repeat-y; }
	
	.color-bars{
		width: 321px;
		margin: 0 auto;
	}
	pre { margin: 20px 0; }
	
	blockquote { 
	    margin: 40px 0; 
	    padding: 0 10px 0 10px;
	}
	
	/*
	#primary-nav { 
	    right: -10px;
	    width: 281px; 
	}
	*/
	
	#primary-nav ul ul li a { margin-right: 35px; }
	
	#primary-nav > div > ul > li > a { margin-right: 10px; }
	
	#content { background: url('images/3col_back.png') repeat-y; }
	
	.feature{
		width: 320px;
	}
	
	#feature-wrapper {
	    height: 240px;
	    overflow: hidden;
	}
	
	#feature-wrapper .feature {
		min-width: 320px;
		height: 200px;
	}
	
	#feature-wrapper .feature-content {
		width: 320px;
	}
	.site-title{
		margin: 80px auto 5px;
		width: 320px;
		line-height: 30px;
		font-size: 24px;
	}
	.site-title span {
		width: 320px;
		box-shadow: 10px 0 0 rgba(0,0,0,0.5), -5px 0 0 rgba(0,0,0,0.5);
		margin-left: 5px;
	}
	
	#feature-wrapper .feature-content h1, 
	#feature-wrapper .feature-content h2,
	#feature-wrapper .feature-content h2 span {
		font-size: 13px;
		line-height: 25px;
	}
	
	.feature-navigation { padding-top: 5px; }
	
	.feature-content-meta,
	.feature-credit { display: none; }
	#footer {
	    width: 321px;
	    background-image: url('images/3col_back.png');
	}
	.footer-bottom p {
		float: none;
	}
	
	.footer-widgets .col.middle .widget:first-child{
		padding-top: 40px;
		margin-top: 30px;
		background: url('images/splitter-dark.png') top left repeat-x;
	}
	
	.page-navigation, 
	.single-page-navigation { width: 320px; }
	
	.entry-title, .entry-title a {
		font-size: 20px;
		line-height: 29px;
	}
	
	#commentform input,
	.contactform li input[type="text"] { width: 258px; }
	
	#commentform textarea { 
	    margin-top: 20px;
	    width: 258px; 
	}
	
	.contactform li textarea { width: 91%; }
	
	#commentform .form-submit input { 
	    -webkit-appearance: none;
	    width: 100%; 
	}
	
	.jp-progress-container,
	.jp-progress { width: 170px; }
	
	.zilla-one-half, 
	.zilla-one-third, 
	.zilla-two-third, 
	.zilla-three-fourth, 
	.zilla-one-fourth, 
	.zilla-one-fifth, 
	.zilla-two-fifth, 
	.zilla-three-fifth, 
	.zilla-four-fifth, 
	.zilla-one-sixth, 
	.zilla-five-sixth { width: 100% !important; }
	
	#header .search-form {
		display: none;
	}

	#primary-nav ul li { margin-left: 0px; }

	#footer .widget_search {
		display: block;
	}

	
	/* admin page classes to fix fixed position header spacing at top of page */
	body.logged-in.admin-bar #container #header { margin-top: 25px; }

}



/* .archive.author page stuff*/
.archive.author .author-block {
	background: url("images/splitter.png") repeat-x scroll 0 100% transparent;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.archive.author .author-block h1 {
	margin-bottom: 10px;
}

.archive.author .author-block .avatar {
	float: left;
	margin-right: 10px;
}

.archive.author .author-block .google_name,
.archive.author .author-block .twitter_name
{
	float: right;
	margin-left: 10px;
}