/*
Theme Name: Neuton
Theme URI: http://www.cssigniter.com/ignite/themes/neuton
Description: A News Theme for WordPress
Author: The CSSIgniter Team
Author URI: http://www.cssigniter.com
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Main Navigation
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins

*/

/* -----------------------------------------
	General
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Neuton, Georgia, serif;
	font-weight: 700;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {

}

a, a:visited, a:focus {
	transition: color 0.18s ease, background-color 0.18s ease;
}

a:hover {
}

table {
	width:100%;
	margin-bottom:20px;
}

body {
	background: #404040;
	color: #4d4d4d;
	font-size: 14px;
}

#page > .row {
	background: #fdfdfd;
	padding: 0 5px;
}

#main {
	margin-bottom: 30px;
}

#main .insert:last-child {
	margin-bottom: 0;
}

/* -----------------------------------------
	Header
----------------------------------------- */
#tophead {
	color: #FFF;
	line-height: normal;
	height: 30px;
}

#tophead a,
#tophead a:visited {
	color: #FFF;
}

#tophead a:hover {
	color: #222;
}

.topnav {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 15px;
	line-height: normal;
}

.topnav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}

.topnav li:last-child {
	margin-right: 0;
}

#midhead {
	padding: 20px 0;
	margin-bottom: 1px;
	border-bottom: 5px solid #282828;
}

#midhead h1,
#midhead h2 {
	line-height: 1;
	margin: 0;
}

#midhead h1 {
	font-size: 40px;
	letter-spacing: -0.06em;
	margin: 10px 0 3px 0;
}

#logo a,
#logo a:visited {
	color: #282828;
}

#midhead h2 {
	font-weight: 200;
	color: #878787;
	text-transform: uppercase;
	font-size: 14px;
}

#midhead .ad {
	float: right;
	line-height: 0;
}

#midhead .ad img {
	line-height: 0;
	display: block;
}

/* Breadcrumb and Trending Topics */
#bc {
	background: #F3F3F3;
	line-height: normal;
	padding: 8px 0;
	height: 30px;
	margin-bottom: 1px;
}

#bc span:first-child,
#bc a:first-child,
#bc a:first-child:visited {
	background: #282828;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	height: 30px;
	display: inline-block;
	padding: 8px 13px 0 14px;
	margin: 0 15px 0 0;
	top: -8px;
}

#bc span:first-child:after,
#bc a:first-child:after,
#bc a:first-child:visited:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: -8px;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left-color: #282828;
}

#bc a,
#bc a:visited,
#bc span {
	font-size: 11px;
	position: relative;
	top: -6px;
	color: #282828;
	padding-right: 16px;
	margin-right: 4px;
}

#bc a:hover {
}

#bc a:after {
	content: "\2219";
	position: absolute;
	color: #979797;
	right: 0;
	top: 50%;
	margin-top: -1px;
	font-size: 28px;
	line-height: 0;
}

#bc a:last-child:after {
	display: none;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */
#nav {
	margin-bottom: 1px;
} /* Navigation Container */

#navigation a, #navigation a:visited {
	line-height: normal;
	font-family: Neuton, Georgia, serif;
	font-size: 18px;
	padding: 10px 18px 14px;
	font-weight: 200;
	color: #282828;
} /* Global Menu Link Styles */

#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited {
} /* First Level & Global Menu Link Hover Styles */

#navigation > li > a,
#navigation > li > a:visited { } /* First Level Menu Link Styles */

#navigation > li ul a,
#navigation > li ul a:visited {
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
} /* All Other Menu Level Link Styles */

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited { } /* All Other Level Menu Link Hover Styles */

#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-ancestor > a:visited{
	color: #FFF;
} /* WordPress Current/Ancestor Page Styles */

#navigation ul {
	background: #FFF;
	z-index: 1000;
	border: 1px solid #F3F3F3;
	min-width: 180px;
} /* All Lower Level Menu Container Styles */


#navigation a.sf-with-ul {
	padding-right: 35px;
	position: relative;
}

.sf-sub-indicator {
	display: inline-block;
	font-size: 16px;
	padding-left: 8px;
}

/* Styling for navigation arrows  ---------- */
#navigation a:hover:after ,
#navigation > .sfHover > a.sf-with-ul:after,
#navigation > .sfHover > a.sf-with-ul:visited {
	border-top-color: #222;
}

#navigation > li.current_page_item > a.sf-with-ul:after,
#navigation > li.current_page_item > a.sf-with-ul:visited:after,
#navigation > li.current-menu-item > a.sf-with-ul:after,
#navigation > li.current-menu-item > a.sf-with-ul:visited:after,
#navigation > li.current-menu-ancestor > a.sf-with-ul:after{
	border-top-color: #fff;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 18px;
	height: 0;
	width: 0;
	margin-top: 1px;
	border: 4px solid transparent;
	border-top-color: #727272;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #202020;
}

/* Styling for right facing arrows  ---------- */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -2px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #202020;
	border-left-color: rgba(0,0,0,.5);
}

.sf-arrows ul > li .sf-with-ul:focus:after,
.sf-arrows ul > li:hover .sf-with-ul:after,
.sf-arrows ul > li.sfHover .sf-with-ul:after {
	border-left-color: #202020;
	border-top-color: transparent !important;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

/* Homepage Featured Section */
#featured {
	margin-bottom: 25px;
}

.feat {
	float: left;
	width: 33.33333%;
}

#home-slider .feat {
	float: none;
	width: auto;
}

.feat time {
	color: #FFF !important;
}

#home-slider .feat .entry-meta {
	width: 40%;
	padding: 50px;
}

#home-slider .feat time {
	margin-bottom: 15px;
	display: block;
}

.feat > a,
.feat > a:visited{
	position: relative;
	color: #FFF;
	display: block;
	line-height: normal;
	overflow: hidden;
}

span.read-more { color: #FFF; }

.feat p {
	font-size: 14px;
	line-height: 1.65;
}

.feat img {
	display: block;
	line-height: 0;

	-moz-transition: all 0.18s ease;
	-webkit-transition: all 0.18s ease;
	-ms-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.feat .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 20px;
}

.feat .overlay {
	background: rgba(0,0,0,0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.6);
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-ms-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.feat:hover img {

}

.feat:hover .overlay {
	background: rgba(255,255,255,0.1)
}

.feat:hover h1 {
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
}

.feat h1 {
	line-height: 1;
	margin: 0 0 10px 0;
	color: #FFF;

	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-ms-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.feat.big h1 {
	font-size: 32px;
	line-height: 0.9;
}

.feat.big .entry-meta {
	padding: 50px 30px;
}

.feat time:after {
	display: none;
}

.entry-cats {
	margin: 0 0 7px 0;
}

.entry-cats span,
.entry-cats a,
.entry-cats a:visited {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px 5px;
	margin-right: 5px;
}

.entry-author {
	color: #858585;
}

/* Homepage Category Lists */
#home-cat {
	margin-bottom: 30px;
}

.insert {
	border: 1px solid #545454;
	border-top-width: 5px;
	margin: 0;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
}

#home-cat .insert {
	margin-bottom: 0;
}

.insert header {
	line-height: normal;
	padding: 15px 20px;
	border-bottom: 1px solid #DDDDDD;
	background: transparent url(images/diagonal_pattern.png);
	margin-bottom: 20px;
}

.insert header a {
	font-weight: bold;
	font-family: Neuton, Georgia, serif;
	text-transform: uppercase;
	position: relative;
	padding-left: 12px;
	display: inline-block;
	margin-left: 4px;
}

.insert header h1 {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	font-size: 14px;
	position: relative;
}

.insert header a:after {
	content: "|";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	color: #B2B2B2;
}

.insert .ci-rss {
	float: right;
	padding-left: 24px;
	background: url(images/sprites.png) no-repeat 0 -46px;
}

.insert .row.collapse .entry {
	padding: 0 20px;
}

.insert p {
	margin-bottom: 10px;
}

.entry time {
	color: #adadad;
}

.insert .row.collapse .entry.listed {
	border-right: 1px solid #DDDDDD;
	padding-bottom: 20px;
}

.insert .entry.listed.six:nth-child(2n),
.insert .entry.listed.four:nth-child(3n),
.insert .entry.listed.three:nth-child(4n){
	border-right: none;
}

.entry.vertical figure {
	float: left;
	max-width: 35%;
	margin: 0 15px 15px 0;
}

.entry.vertical h1 {
	margin: -6px 0 9px 0;
	font-weight: normal;
	line-height: 0.7;
}

.entry.vertical h1 a {
	font-size: 16px;
}

.entry.vertical time {
	display: block;
	margin-bottom: 0;
}

.insert.block .row.collapse > .entry.six:nth-last-of-type(2),
.insert.block .row.collapse > .entry.six:last-of-type,
.insert.block .row.collapse > .entry.four:nth-last-of-type(3),
.insert.block .row.collapse > .entry.four:nth-last-of-type(2),
.insert.block .row.collapse > .entry.four:last-of-type {
	padding-bottom: 0;
}

.category-list.insert {
	padding-top: 20px;
}

.format-video .entry-thumb > a:after {
	content: "";
	background: url(images/sprites.png) no-repeat -1px -162px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}

.cat-slider {
	margin: 0;
	padding: 0;
}

.cat-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}

.insert.full header {
	margin: 0;
}

.insert.full {
	padding: 0;
}

.fullcaption {
	position: relative;
}

.fullcaption img {
	display: block;
	line-height: 0;
}

.fullcaption .caption {
	width: 100%;
	padding: 0 25px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	text-align: center;
}

.fullcaption h3 {
	color: #FFF;
	font-size: 36px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
	margin: 0 0 10px 0;
	line-height: 0.85;
	width: 100%;
}

.fullcaption .read-more,
.fullcaption .read-more:visited {
	color: #FFF;
	font-family: Neuton, Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}

.fullcaption .read-more:hover {
	color: #f9f9f9;
}

.entry .rating {
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 24px;
	line-height: 1;
	font-family: Neuton, Georgia, serif;
	color: #FFF;
	font-weight: bold;
	padding: 15px 12px;
}

.insert.carousel {
	padding: 0;
}

.insert.carousel header {
	margin: 0;
}

.insert.carousel header h1:after {
	display: none;
}

.insert.carousel .entry {
	border: none;
}

.insert.carousel .entry-hold {
	border-right: 1px dotted #efefef;
	padding: 5px 10px;
	text-align: center;
}

.insert.carousel .entry-thumb {
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.25);
}

.insert.carousel .entry h1 a {
	font-size: 15px;
}

.insert.carousel .entry h1 {
	font-weight: normal;
	line-height: 0.8;
}

.insert.carousel .row.collapse .entry.listed {
	padding: 0;
	border: none;
}

.carousel-hold {
	position: relative;
}

.cat-carousel {
	width: 90%;
	margin: 0 auto;
}

.carousel-prev,
.carousel-next {
	display: block;
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #F5F5F5;
	cursor: pointer;
	text-indent: -999em;
	outline: none;
}

.carousel-prev:active,
.carousel-next:active,
.carousel-prev:focus,
.carousel-next:focus {
	outline: none;
}

.carousel-next:hover,
.carousel-prev:hover {
	background-color: #ebebeb;
}


.carousel-next {
	right: 0;
}

.carousel-next:after,
.carousel-prev:after {
	content: " ";
	background: url(images/sprites.png) no-repeat -233px -1px;
	position: absolute;
	width: 16px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -8px;
}

.carousel-prev:after {
	background-position: -233px -182px;
}

.carousel-prev {
	left: 0;
}

.carousel li {
	margin: 0;
}

/* -----------------------------------------
	Article General Styles
----------------------------------------- */
.entry h1 {
	line-height: 0.85;
}

.entry h1 a,
.entry h1 a:visited {
	color: #282828;
	font-size: 18px;
}

.entry.single h1 a,
.entry.single h1 a:visited {
	font-size: 36px;
}

.entry h1 a:hover {
}

.entry-thumb {
	display: block;
	margin: 0 0 15px 0;
	position: relative;
	line-height: 0;
}

.entry-thumb > a {
	display: block;
}

time, .comments-link {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.entry-meta {
	line-height: normal;
	margin-bottom: 10px;
}

.read-more,
.read-more:visited{
	color: #202020;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-family: Neuton, Georgia, serif;
}

.read-more:hover {
}

.entry-meta time {
	position: relative;
	padding-right: 12px;
}

.entry-meta time:after {
	content: "\2219";
	position: absolute;
	color: #979797;
	right: 0;
	top: 50%;
	margin-top: -1px;
	font-size: 28px;
	line-height: 0;
}

/* -----------------------------------------
	Page: Single Article
----------------------------------------- */

.category-title {
	border: 1px solid #282828;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 5px;
	text-align: center;
	background: url(images/diagonal_pattern.png);
	padding: 30px;
}

.page-container {
	border: 1px solid #282828;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 5px;
	border-bottom-width: 0;
}

.page-container .entry.single {
	border-bottom-width: 1px;
}

.category-title h2 {
	line-height: normal;
	margin: 0;
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
	color: #1c1c1c;
}

.entry.single {
	border: 1px solid #1C1C1C;
	border-top-width: 0;
	border-bottom-width: 0;
}

.entry-content {
	padding: 15px 20px 20px;
}

.entry.single .entry-title {
	font-size: 36px;
	font-weight: normal;
}

.entry.single h1,
.entry.single h2,
.entry.single h3,
.entry.single h4,
.entry.single h5 {
	color: #282828;
}

.entry.single .entry-meta {
	margin-bottom: 20px;
}

.entry.single.format-standard .entry-thumb > a[data-rel^='prettyPhoto']:after,
.entry.single.format-gallery .entry-thumb a[rel^='prettyPhoto']:after,
.entry.single.cpt_review .entry-thumb a[data-rel^='prettyPhoto']:after {
	position: absolute;
	top: 40%;
	left: 50%;
	content: "";
	background: url(images/sprites.png) no-repeat -1px -234px;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	-webkit-transition: all 0.18s ease;
	-moz-transition: all 0.18s ease;
	-ms-transition: all 0.18s ease;
	-o-transition: all 0.18s ease;
	transition: all 0.18s ease;
	opacity: 0;
}

.entry.single.format-standard .entry-thumb:hover > a[data-rel^='prettyPhoto']:after,
.entry.single.format-gallery .entry-thumb:hover a[rel^='prettyPhoto']:after,
.entry.single.cpt_review .entry-thumb:hover a[data-rel^='prettyPhoto']:after  {
	opacity: 1;
	top: 50%;
}

.related, #comments, #respond {
	margin: 0;
}

.entry-thumb a img.alignnone {
	margin: 0;
}

#paging {
	clear: both;
	padding: 20px;
	border: 1px solid #545454;
}

#paging a,
#paging a:visited,
#paging span {
	padding: 5px 10px;
	margin-right: 5px;
	font-size: 12px;
	border: 1px solid #CCC;
}

#paging .nav-symbol {
	border: none;
	padding: 0;
	margin: 0;
}

.page-template-default .entry-title {
	margin-bottom: 25px;
}

.entry blockquote {
	font-family: Neuton, Georgia, serif;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 5px !important;
	padding-left: 20px !important;
	border-left-width: 3px;
	border-left-color: #1C1C1C;
}

.entry iframe {max-width: 100%;}
/* -----------------------------------------
	Comments
----------------------------------------- */

#respond {
	padding: 0;
}

#comments header {
	margin-bottom: 0;
}

#comment-list, #comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#comment-list ul {
	padding-left: 30px;
}

.comment {
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 20px;
	position: relative;
}

.comment .comment-copy p:last-of-type {
	margin-bottom: 0;
}

.comment:last-child {
	border: none;
}

.comment .comment:last-child {
	padding-bottom: 0;
}

.avatar {
	float: left;
	margin: 3px 15px 0 0;
	border: 1px solid #f1f1f1;
}

.comment-meta {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.comment-reply-link {
	position: absolute;
	top: 15px; right: 20px;
	font-size: 10px;
	text-transform: uppercase;
}

.post-form {
	padding: 0 20px 20px;
}

#commentform input[type=text],
#commentform textarea {
	width: 100%;
	background: #F5F5F5;
	margin-bottom: 20px;
}

#commentform label {
	font-family: Neuton, Georgia, serif;
	font-size: 16px;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

#footer {
	color: #FFF;
}

.footer-inner {
	padding: 20px;
}

#footer .widget-title {
	color: #FFF;
	font-size: 24px;
}

.credits {
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
}

.credits a,
.credits a:visited {
	color: #FFF;
	font-weight: bold;
}

.credits a:hover {
	color: #000;
}

.credits hr {
	border: none;
	background: none;
	border-top: 1px dotted #FFF;
	border-top: 1px dotted rgba(255,255,255,0.4);
	height: 0;
	margin-bottom: 15px;
}

#footer .topnav {
	margin: 0;
	padding: 0;
}

.credits .copy {
	text-align: right;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
	margin-bottom: 25px;
	font-size: 13px;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin-bottom: 4px;
}

.widget ul li:last-of-type {
	margin-bottom: 0;
}

.widget ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #e5e5e5;
	display: block;
	margin: 0;
}

.widget ul ul.children li:first-child {
	border-top: 1px dotted #e5e5e5;
}

.widget ul ul.children li:last-child {
	border-bottom: none;
}

.widget ul.children {
	margin-top: 5px;
}

.widget ul.children li {
	padding-left: 15px;
}

#sidebar {
	background: #F5F5F5 url(images/fold.png) top right no-repeat;
	margin-bottom: 30px;
}

.sidebar-inner {
	padding: 25px;
}

#sidebar .widget-title {
	color: #282828;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 12px 0 12px 10px;
	font-weight: normal;
	line-height: 1;
	border-top: 2px solid #545454;
	border-bottom: 1px solid #545454;
	background: #FFF url(images/diagonal_pattern.png);
}


/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ads125 li,
.ads125 li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	margin: 0 4% 10px 0;
	padding: 0;
}

#header .widget_ci_ads125_widget li,
#header .widget_ci_ads125_widget li,
#header .widget_ci_ads125_widget ul{
	margin: 0;
	float: right;
	max-width: 100%;
}

#header .widget_ci_ads125_widget {
	margin: 0;
}

#header .widget_ci_ads125_widget img {
	line-height: 0;
}

.ads125 li:nth-child(2n),
#ads125 li:nth-child(2n) {
	margin-right: 0;
}

/* WIDGET: #Search
========================================= */
.searchform { line-height: 1; position: relative; }
.searchform > div { position: relative; line-height: 1; }
.searchform .screen-reader-text { display: none; }

.searchform input[type=text] {
	border-radius: 0;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: normal;
	font-size: 12px;
	height: 45px;
}

.searchsubmit {
	font-size: 14px;
	line-height: 0;
	padding: 3px 5px 2px;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999em;
	height: 100%;
	border: none;
	background: transparent url(images/sprites.png) no-repeat 3px -89px;
}

#tophead .searchform input[type=text] {
	border: none;
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.15);
	background: rgba(0,0,0,0.08);
	height: 30px;
	color: #fff;
}

#tophead .searchform {
	width: 280px;
	float: right;
}

#tophead .searchsubmit {
	background: url(images/sprites.png) no-repeat scroll 3px -70px transparent;
}


.searchsubmit:hover {

}

.searchsubmit:active {

}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
	float: left;
	margin: 0 15px 15px 0;
}

.flickr_badge_image a {
	display: block;
	line-height: 0;
}

.flickr_badge_image a:hover { }


/* WIDGET: #About
========================================= */
.widget_about {
	margin-top: -5px;
}

.widget_ci_about .alignleft {
	float: left;
	margin: 5px 10px 6px 0;
}

.widget_about .alignright {
	float: right;
	margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
	margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
	display: block;
	font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody { }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a { font-weight: bold; font-style: italic; }

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery {
	margin-bottom: 20px;
	overflow:auto;
}

.gallery img {
	display:block;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

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

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* General Form Styling
=================================== */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {

}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {

}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn {
	line-height: normal;
	font-size: 14px;
	font-family: Neuton, Georgia, serif;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
	vertical-align: middle;
	padding: 10px 20px;
	color: #FFF;
	background: #1C1C1C;

	-webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-moz-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-ms-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-o-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover {
	background: #343434;
}

a.btn:active,
input[type=submit].btn:active,
button.btn:active {
	box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.17);
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */
#mobile-bar {
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #242628;
	background-image: linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -o-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(20,22,23)),
		color-stop(1, rgb(34,36,38))
	);
	padding: 15px 10px 0 10px;
	height: 48px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.menu-trigger,
.menu-trigger:focus {
	width: 24px;
	height: 21px;
	background: url(images/menu_trigger.png) no-repeat;
	cursor: pointer;
	opacity: 0.85;
	margin: 0;
	outline: none;
	position: absolute;
	left: 10px;
	top: 12px;
}
.menu-trigger:hover { opacity: 0.95; }
.menu-trigger:active { opacity: 1; }

.mob-title {
	color: #eeeeee;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jPanelMenu-panel { background: none !important; padding-top: 48px; }
#jPanelMenu-menu { margin: 0; padding: 0; background: #2b2e30; border-right: 1px solid rgba(0,0,0,0.3); }
#jPanelMenu-menu ul { list-style: none; margin: 0; padding: 0; display: block !important; visibility: visible !important; }
#jPanelMenu-menu .sf-with-ul:after { display: none; }
#jPanelMenu-menu li { display: block; float: none; padding: 0; margin: 0; border: none; }
#jPanelMenu-menu > li:last-child {  border-bottom: 1px solid rgba(255,255,255,0.1); }
#jPanelMenu-menu a, #jPanelMenu-menu a:visited { padding: 12px 20px; display: block; border-bottom: 1px solid rgba(0,0,0,0.7); border-top: 1px solid rgba(255,255,255,0.1); color: #eeeeee; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 14px; text-shadow: 1px 1px 0 rgba(0,0,0,1); }
#jPanelMenu-menu a:hover {
	background-image: linear-gradient(bottom, rgb(43,46,48) 1%, rgb(50,54,56) 100%);
	background-image: -o-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(50,54,56) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(50,54,56) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(50,54,56) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(50,54,56) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(43,46,48)),
		color-stop(1, rgb(50,54,56))
	);
}
#jPanelMenu-menu a:active {
	background-image: linear-gradient(bottom, rgb(43,46,48) 1%, rgb(34,36,38) 100%);
	background-image: -o-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(34,36,38) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(34,36,38) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(34,36,38) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(43,46,48) 1%, rgb(34,36,38) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(43,46,48)),
		color-stop(1, rgb(34,36,38))
	);
}
#jPanelMenu-menu a:focus { outline: none; }
#jPanelMenu-menu li ul li a { padding: 9px 0 9px 30px; font-size: 12px; }
#jPanelMenu-menu li ul li ul li a { padding: 9px 0 9px 40px; font-size: 11px; }
#jPanelMenu-menu .sf-sub-indicator { display: none; }
#jPanelMenu-menu li.current-menu-item > a,
#jPanelMenu-menu li.current_page_item > a,
#jPanelMenu-menu li.current-menu-item > a:visited,
#jPanelMenu-menu li.current_page_item > a:visited { }

/* -----------------------------------------
	External Plugins
----------------------------------------- */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000;
	background: rgba(0,0,0,0.95);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #333;
	background: rgba(0,0,0,0.6);
}


div.pp_default * { -moz-box-sizing:content-box; -webkit-box-sizing: content-box; box-sizing:content-box; }
div.pp_default iframe { padding-bottom:0; }
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}