/*
Theme Name: Snapshot
Theme URI: http://siteorigin.com/theme/snapshot/
Author: SiteOrigin
Author URI: http://siteorigin.com/
Version: 1.2.9
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: At its core, Snapshot is a theme built for showing off your photography. You can dive in and start adding your photos right away and it'll look great. Snapshot also includes our powerful drag and drop page builder, so you can use it to create a complete business or company site. We offer free and premium support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
Tags: gray, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, photoblogging
*/

@import "http://fonts.googleapis.com/css?family=Belgrano";
/* =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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =General 
-------------------------------------------------------------- */

body {
	background: #FEFEFE;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.container {
	position: relative;
	width: 960px;
	
	margin: 0 auto;
}

.clear {
	clear: both;
}

a {
	color: #dc5c3b;
}

/* =Top Area 
-------------------------------------------------------------- */

#top-area .container {
	padding: 19px 0;
}

#top-area-wrapper {
	width: 100%;
	
	display: table;
}

#top-area #logo {
	width: 10%;
	
	display: table-cell;
	vertical-align: middle;
}

#top-area #logo a {
	display: block;
	text-decoration: none;
}

#top-area #logo h1 {
	position: relative;
	
	color: #3b3b3b;
	display: inline-block;
	font-family: 'Belgrano', serif;
	font-size: 20px;
	white-space: nowrap;
}

#top-area h1 em {
	position: absolute;
	top: -2px;
	left: -8px;
	width: 8px;
	height: 8px;
	
	background: url(images/sprites/logo-decoration.png) no-repeat;
	display: block;
}

/* =Top Area  : Menu 
-------------------------------------------------------------- */

#menu-main-menu-container {
	display: table-cell;
	padding-left: 25px;
	text-align: right;
	vertical-align: middle;
}

#menu-main-menu,
#top-area .menu > ul {
	display: inline-block;
	font-size: 12px;
}

#menu-main-menu > li,
#top-area .menu > ul > li {
	position: relative;
	
	display: inline-block;
	margin-left: 20px;
}

#menu-main-menu > li > a,
#top-area .menu > ul > li > a {
	color: #3b3b3b;
	font-weight: 500;
	text-decoration: none;
}

#menu-main-menu .sub-menu,
#top-area .menu > ul .sub-menu {
	position: absolute;
	top: 1em;
	right: 0;
	
	display: none;
	padding-top: 28px;
	white-space: nowrap;
	z-index: 10;
}

#menu-main-menu > li:hover .sub-menu,
#top-area .menu > ul > li:hover .sub-menu {
	display: block;
}

#menu-main-menu .sub-wrapper,
#top-area .menu > ul .sub-wrapper {
	background: url(images/submenu-bg.png) repeat;
	padding: 10px 20px;
}

#menu-main-menu .sub-menu .pointer,
#top-area .menu > ul .sub-menu .pointer {
	position: absolute;
	top: 11px;
	right: 0;
	width: 17px;
	height: 17px;
	
	background: url(images/sprites/submenu-pointer.png) no-repeat;
	display: block;
}

#menu-main-menu .sub-menu li,
#top-area .menu > ul .sub-menu li {
	display: block;
}

#menu-main-menu .sub-menu li a,
#top-area .menu > ul .sub-menu li a {
	color: #c6c6c6;
	font-weight: 500;
	text-decoration: none;
}

/* =Hidden Search Form 
-------------------------------------------------------------- */

#hidden-search {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	display: none;
	padding: 10px 0;
}

#hidden-search label {
	display: none;
}

#hidden-search #s {
	width: 90%;
	
	border: 1px solid #EEE;
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	float: left;
	font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	outline: none;
	padding: 5px;
}

#hidden-search #searchsubmit {
	width: 10%;
	
	background: #F6F6F6;
	border: 1px solid #EEE;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #5e5e5e;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 6px 20px 7px 20px;
}

/* =Home Slider 
-------------------------------------------------------------- */

#home-slider,
.gallery-slider {
	position: relative;
	width: 100%;
	height: 420px;
	
	background: #1c1c1c;
	overflow: hidden;
}

#home-slider.loading,
.gallery-slider.loading {
	background: #1c1c1c url(images/slider-loader.gif) no-repeat center center;
}

#home-slider .container,
.gallery-slider .container {
	height: 100%;
	
}

#home-slider-below,
.gallery-slider-below {
	width: 100%;
	height: 8px;
	
	background: url(images/slide-below-bg.png) repeat;
	margin-bottom: 20px;
}

#home-slider img.slide,
.gallery-slider img.slide {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	
	display: none;
}

/* =Home Slider  : Demo Message 
-------------------------------------------------------------- */

#home-slider .demo-message-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(40%,rgba(0,0,0,0.8)), color-stop(60%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
	z-index: 2;
}

#home-slider .demo-message {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1em;
	
	color: #F3F3F3;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: -0.5em;
	text-align: center;
	text-shadow: 0 2px 1px rgba(0,0,0,0.8);
	z-index: 3;
}

/* =Home Slider  : Navigation 
-------------------------------------------------------------- */

#home-slider .navigation,
.gallery-slider .navigation {
	position: absolute;
	right: 0;
	bottom: 10px;
	
	display: none;
	line-height: 0;
	z-index: 2;
}

.gallery-slider .navigation {
	right: 10px;
	
}

#home-slider .navigation a,
.gallery-slider .navigation a {
	width: 24px;
	height: 24px;
	
	display: block;
	float: left;
	margin-left: 3px;
}

#home-slider .navigation a.next,
.gallery-slider .navigation a.next {
	background: url(images/sprites/home-slider-next.png) no-repeat;
}

#home-slider .navigation a.previous,
.gallery-slider .navigation a.previous {
	background: url(images/sprites/home-slider-prev.png) no-repeat;
}

/* =Home Slider  : Title 
-------------------------------------------------------------- */

#home-slider .post-titles,
.gallery-slider .post-titles {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#home-slider .post-titles a,
.gallery-slider .post-titles a {
	position: absolute;
	top: 25px;
	left: 0;
	
	background: rgba(0,0,0,0.6);
	color: #EEE;
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
	font-size: 24px;
	padding: 10px 18px;
	text-decoration: none;
	z-index: 2;
}

#home-slider .post-titles a.current,
.gallery-slider .post-titles a.current {
	display: block;
}

/* =Post Loop 
-------------------------------------------------------------- */

#post-loop {
}

#post-loop .container {
	width: 975px;
	
}

.entry-content #post-loop .container {
	width: auto;
	
	margin: 0 -7px;
}

#post-loop .post {
	width: 33.3333%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 14px;
	overflow: hidden;
	padding: 0 7px;
}

#post-loop .post.sticky {
}

#post-loop .post-background {
	position: relative;
	height: 420px;
	
	background: #1c1c1c;
}

#post-loop .post-background.loading {
	background: #1c1c1c url(images/slider-loader.gif) no-repeat center center;
}

#post-loop .post-background img {
	width: 100%;
	
}

#post-loop .post-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
	
	background: #1c1c1c;
	background-color: rgba(28,28,28,0.955);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	opacity: 0;
	overflow: hidden;
	padding: 5px 20px;
}

#post-loop .post-content-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: block;
}

#post-loop .post-content h2 {
	color: #dddddd;
	font: 300 21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px 0;
	word-wrap: break-word;
}

#post-loop .post-content h2 a {
	color: inherit;
	text-decoration: none;
}

#post-loop .post-content .excerpt {
	color: #dddddd;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* =Post Loop  : Date and Comments 
-------------------------------------------------------------- */

#post-loop .post-content .date,
#post-loop .post-content .comments {
	position: absolute;
	
	color: #dddddd;
	display: none;
	font-family: 'Belgrano', serif;
	font-size: 12px;
}

#post-loop .post-content:hover .date,
#post-loop .post-content:hover .comments {
	display: block;
}

#post-loop .post-content .date a,
#post-loop .post-content .comments a {
	color: #dddddd;
	text-decoration: none;
}

#post-loop .post-content .date em,
#post-loop .post-content .comments em {
	width: 16px;
	height: 16px;
	
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 6px;
}

#post-loop .post-content .date {
	bottom: 10px;
	left: 10px;
	
}

#post-loop .post-content .comments {
	right: 10px;
	bottom: 10px;
	
}

#post-loop .post-content .date em {
	background-image: url(images/sprites/loop-icon-date.png);
}

#post-loop .post-content .comments em {
	background-image: url(images/sprites/loop-icon-comments.png);
}

/* =Post Loop  : Corners 
-------------------------------------------------------------- */

#post-loop .corner {
	position: absolute;
	width: 19px;
	height: 19px;
	
}

#post-loop .corner.corner-se {
	right: 5px;
	bottom: 5px;
	
	background: url(images/sprites/loop-corner-se.png) no-repeat;
}

#post-loop img.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	
}

/* =Post Loop  : Page Nagivation 
-------------------------------------------------------------- */

#page-navigation {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 7px;
	padding: 15px 0;
}

#page-navigation a {
	color: #525252;
	text-decoration: none;
}

#page-navigation a.next {
	float: left;
}

#page-navigation a.prev {
	float: right;
}

/* =Page Title 
-------------------------------------------------------------- */

#page-title {
	position: relative;
	width: 100%;
	
	background: #1c1c1c;
	overflow: hidden;
}

#page-title .container {
	display: table;
	padding-bottom: 15px;
	padding-top: 15px;
}

#page-title h1 {
	color: #d4d4d4;
	font-size: 24px;
	font-weight: 300;
	min-height: 1em;
}

/* =Page Title  : Post Info 
-------------------------------------------------------------- */

#page-title .post-info {
	width: 170px;
	
	color: #dddddd;
	display: table-cell;
	font-size: 11px;
	font-weight: 500;
	vertical-align: middle;
}

#page-title .post-info div {
	background: inherit;
	display: block;
	margin-bottom: 6px;
}

#page-title .post-info div.category {
	margin-bottom: 0;
}

#page-title .post-info a {
	color: #dddddd;
	text-decoration: none;
}

#page-title .post-info a:hover {
	text-decoration: underline;
}

#page-title .post-info em {
	width: 14px;
	height: 14px;
	
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
}

#page-title .post-info .date em {
	background-image: url(images/sprites/post-title-icon-date.png);
}

#page-title .post-info .comments em {
	background-image: url(images/sprites/post-title-icon-comment.png);
}

#page-title .post-info .category em {
	background-image: url(images/sprites/post-title-icon-category.png);
}

/* =Page Title  : Post Title 
-------------------------------------------------------------- */

#page-title.post-title h1 {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}

/* =Page Title  : Post Navigation 
-------------------------------------------------------------- */

#page-title .nav {
	width: 40px;
	
	display: table-cell;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
}

#page-title .nav a {
	width: 14px;
	height: 19px;
	
	display: block;
	float: right;
	margin-left: 6px;
	text-align: left;
	text-indent: -9999px;
}

#page-title .nav a[rel=prev] {
	background: url(images/sprites/post-nav-prev.png) no-repeat;
}

#page-title .nav a[rel=next] {
	background: url(images/sprites/post-nav-next.png) no-repeat;
}

/* =Photo Viewer 
-------------------------------------------------------------- */

#post-single-viewer {
	width: 100%;
	
	background: #212121;
	line-height: 0;
}

#post-single-viewer.loading {
	background: #212121 url(images/photo-loader.gif) no-repeat center center;
}

/* =Post 
-------------------------------------------------------------- */

#post-main {
	width: 440px;
	
	float: left;
	margin-right: 25px;
	min-height: 10px;
}

#post-main.no-sidebar {
	width: 775px;
	
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.page #post-main {
	width: 630px;
	
}

.page-template-page-slidertext-php #post-main,
.page-template-page-full-php #post-main,
.full-width #post-main,
#panels-home #post-main {
	width: 100%;
	
}

/* =Post  : Share 
-------------------------------------------------------------- */

#post-share {
	width: 160px;
	
	float: left;
	margin-right: 25px;
	min-height: 10px;
}

#post-share .networks .network {
	margin-bottom: 3px;
}

/* =Post  : Post Main 
-------------------------------------------------------------- */

/* =Post  : Post Images 
-------------------------------------------------------------- */

#post-images {
	width: 310px;
	
	float: right;
	min-height: 10px;
}

#post-images .image {
	line-height: 0;
	margin-bottom: 15px;
}

/* =Entry Content 
-------------------------------------------------------------- */

.entry-content {
	color: #6a6a6a;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: -25px;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p,
.entry-content > ul,
.entry-content > li,
.entru-content dl {
	margin: 25px 0;
}

.entry-content > div:first-child {
	margin-top: 25px;
}

.entry-content a {
	color: #dc5c3b;
}

.entry-content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-left: 1.5em;
}

.entry-content blockquote cite {
	color: #5e5e5e;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.entry-content blockquote cite a {
	color: #5e5e5e;
}

.entry-content pre {
	background: white;
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	font-family: "Courier New", Courier, mono;
	overflow-x: auto;
	padding: 10px;
}

.entry-content code {
	font-family: "Courier New", Courier, mono;
}

.entry-content sup,
.entry-content sub {
	position: relative;
	height: 0;
	
	line-height: 1;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
	
}

.entry-content sub {
	top: .5ex;
	
}

.entry-content strong,
.entry-content b {
	font-weight: bold;
}

.entry-content em {
	font-style: italic;
}

/* =Entry Content  : Gallery 
-------------------------------------------------------------- */

.entry-content .gallery-caption {
}

.entry-content .gallery {
	margin: 25px 0 !important;
}

.entry-content .gallery .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.entry-content .gallery .gallery-icon {
	line-height: 0;
	margin-bottom: 0 !important;
}

.entry-content .gallery img {
	border: none !important;
}

.entry-content .gallery .gallery-caption {
	margin: 10px !important;
	padding-left: 0 !important;
}

/* =Entry Content  : Table 
-------------------------------------------------------------- */

.entry-content table {
	width: 100%;
	
}

/* =Entry Content  : Images 
-------------------------------------------------------------- */

.entry-content img {
	height: auto;
	
	max-width: 100%;
}

.entry-content .wp-caption {
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.09);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 30px 0;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.entry-content .wp-caption:first-child {
	margin-top: 25px;
}

.entry-content .wp-caption p.wp-caption-text {
	color: #848484;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

.entry-content .alignleft {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.entry-content .alignright {
	display: inline;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Entry Content  : Lists 
-------------------------------------------------------------- */

.entry-content ul {
	list-style-type: square;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ol ol {
	list-style-type: upper-alpha;
}

.entry-content ol ol ol {
	list-style-type: lower-roman;
}

.entry-content ul li,
.entry-content ol li {
	margin-left: 1.5em;
}

/* =Entry Content  : Definition List 
-------------------------------------------------------------- */

.entry-content dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.entry-content dl dd {
	margin-bottom: 10px;
	padding-left: 20px;
}

/* =Entry Content  : Headings 
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #5e5e5e;
	font-weight: 300;
	margin: 30px 0;
}

.entry-content h1 {
	font-size: 22px;
}

.entry-content h2 {
	font-size: 19px;
}

.entry-content h3 {
	font-size: 16px;
}

.entry-content h4 {
	font-size: 14px;
}

.entry-content h5 {
	font-size: 12px;
}

.entry-content h6 {
	font-size: 10px;
}

/* =Comments 
-------------------------------------------------------------- */

#single-comments-wrapper {
	margin-top: 25px;
}

/* =Comments  : Comment List 
-------------------------------------------------------------- */

#comments-title {
	color: #474747;
	font-size: 16px;
	font-weight: 300;
	margin: 1em 0;
}

#comment-list {
	margin-bottom: 30px;
}

#comment-list .comment,
#comment-list .pingback,
#comment-list .trackback {
	position: relative;
	
	margin-bottom: 25px;
}

#comment-list .comment-reply-link {
	color: #474747;
	float: right;
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
	text-decoration: none;
}

#comment-list .comment .comment-main {
	min-height: 60px;
}

#comment-list .comment .comment-avatar {
	position: absolute;
	top: 0;
	left: -85px;
	
}

#comment-list .pingback-icon {
	position: absolute;
	top: 5px;
	left: -43px;
	width: 18px;
	height: 18px;
	
	background-image: url(images/sprites/pingback-icon.png);
}

#comment-list .comment-info {
	color: #5e5e5e;
	font-weight: 500;
	margin-bottom: 20px;
}

#comment-list .comment-info .author {
	display: inline-block;
	margin-right: 8px;
}

#comment-list .bypostauthor .comment-info .author {
	font-style: italic;
	font-weight: bold;
}

#comment-list .comment-info .author a {
	color: #525252;
	font-weight: 500;
	text-decoration: none;
}

#comment-list .children {
	margin-left: 85px;
	margin-top: 25px;
}

#comment-list .entry-content {
	margin-top: -10px;
}

#comment-list #commentform {
	margin-bottom: 25px;
}

#comment-navigation {
	margin-bottom: 30px;
}

#comments-closed {
	font-family: "Droid Sans" sans-serif;
	margin-top: 30px;
}

/* =Comments  : Reply 
-------------------------------------------------------------- */

#respond {
	margin-top: 25px;
}

#respond .commentform-error {
	color: #474747;
	margin-bottom: 5px;
}

#reply-title {
	color: #474747;
	font-size: 16px;
	font-weight: 300;
	margin: 1em 0;
}

#reply-title a {
	color: #474747;
	font-weight: normal;
	text-decoration: none;
}

#commentform input[type=text],
#commentform textarea {
	border: 1px solid #DDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #ececec 0px 1px 4px inset, #F4F4F4 -4px -4px 0, #F4F4F4 4px -4px 0, #F4F4F4 4px 4px 0, #F4F4F4 -4px 4px 0;
	-moz-box-shadow: #ececec 0px 1px 4px inset, #F4F4F4 -4px -4px 0, #F4F4F4 4px -4px 0, #F4F4F4 4px 4px 0, #F4F4F4 -4px 4px 0;
	box-shadow: #ececec 0px 1px 4px inset, #F4F4F4 -4px -4px 0, #F4F4F4 4px -4px 0, #F4F4F4 4px 4px 0, #F4F4F4 -4px 4px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #777777;
	font-family: "Droid Sans", sans-serif;
	font-size: 12px;
	font-weight: 300;
	outline: none;
}

#commentform input[type=text]:focus,
#commentform textarea:focus {
	border-color: #C0C0C0;
}

#commentform p,
#commentform #comment {
	position: relative;
	
	margin-bottom: 10px;
}

#commentform p.form-submit {
	margin-bottom: 0;
}

#commentform p.comment-notes,
#commentform p.logged-in-as {
	color: #919191;
	font-family: "Droid Sans", sans-serif;
	font-size: 11px;
}

#commentform #comment {
	width: 100%;
	
	padding: 10px;
}

#commentform input[type=text] {
	width: 280px;
	
	padding: 4px;
}

#commentform input[type=submit] {
	background: #f5f5f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#f1f1f1 100%);
	background: linear-gradient(top, #f5f5f5 0%,#f1f1f1 100%);
	border: 1px solid #DEDEDE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: #ECECEC 1px 1px 3px 0px;
	color: #777;
	cursor: pointer;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
	padding: 7px 16px;
}

#commentform input[type=submit]:hover {
	border: 1px solid #CCC;
}

#commentform label {
	position: absolute;
	top: 50%;
	left: 300px;
	height: 1em;
	
	color: #919191;
	margin-top: -0.5em;
}

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

#footer {
	background: #1c1c1c url(images/dark/footer-bg.png) repeat;
	margin-top: 30px;
	min-height: 120px;
}

#footer .container {
	width: 975px;
	
	padding: 30px 0 20px 0;
}

/* =Footer  : Widget 
-------------------------------------------------------------- */

#footer .widget {
	width: 33.3333%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #898989;
	float: left;
	font-size: 12px;
	padding: 0 7px;
	word-wrap: break-word;
}

#footer .widget img {
	height: auto;
	
	max-width: 100%;
}

#footer .widgettitle {
	color: #c6c6c6;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 25px;
}

#footer .widget ul li {
	line-height: 1.5em;
}

#footer .widget ul li a {
	color: #9e9e9e;
	text-decoration: none;
}

/* =Footer  : Copyright 
-------------------------------------------------------------- */

#footer-copyright {
	color: #7c7c7c;
	font-size: 11px;
	margin-top: 25px;
	padding: 0 7px;
}

#footer-copyright a {
	color: #898989;
	text-decoration: none;
}

#footer-copyright .designer {
	float: right;
}

/* =Panels 
-------------------------------------------------------------- */

.panel-grid {
	margin: 0 -15px 30px -15px;
}

.panel-grid-cell {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.panel-grid-cell .panel {
	margin-bottom: 30px;
}

.panel-grid-cell .panel:last-child {
	margin-bottom: 0;
}

.panel {
	margin-bottom: 15px;
	min-height: 1em;
}

.panel.panel-last-child {
	margin-bottom: 0;
}

.panel h3.widget-title {
	font-size: 125%;
	margin-bottom: 15px;
}

/* =Widgets 
-------------------------------------------------------------- */

/* =Widgets  : Button 
-------------------------------------------------------------- */

.widget .button {
	background: #ee6b49; /* Old browsers */ 
	background: -moz-linear-gradient(top, #ee6b49 9%, #dc5c3b 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#ee6b49), color-stop(100%,#dc5c3b)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #ee6b49 9%,#dc5c3b 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #ee6b49 9%,#dc5c3b 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #ee6b49 9%,#dc5c3b 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #ee6b49 9%,#dc5c3b 100%); /* W3C */ 
	border: 1px solid #cf5031;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ 
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6b49', endColorstr='#dc5c3b',GradientType=0 ); /* IE6-9 */ 
	font-size: 13px;
	padding: 12px 35px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.button-container.align-center {
	text-align: center;
}

.button-container.align-left {
	text-align: left;
}

.button-container.align-right {
	text-align: right;
}

.button-container.align-full .button {
	display: block;
	text-align: center;
}

/* =Widgets  : Call To Action 
-------------------------------------------------------------- */

.widget_call-to-action {
	position: relative;
	
	background: url(images/slide-below-bg.png) repeat;
	border-left: 3px solid #AAA;
	padding: 25px;
}

.widget_call-to-action .cta-headline {
	color: #444444;
	margin-bottom: 0;
	margin-top: 0;
}

.widget_call-to-action .cta-sub-text {
	color: #777777;
	margin-bottom: 0;
	margin-top: 10px;
}

.widget_call-to-action .button {
	position: absolute;
	top: 50%;
	right: 25px;
	
	margin-top: -22px;
}

/* =Widgets  : Icon and Text 
-------------------------------------------------------------- */

.widget_icon-text h3.widget-title {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
}

.widget_icon-text h3.widget-title a {
	color: inherit;
	text-decoration: none;
}

.widget_icon-text .entry-content {
	margin-top: 0;
}

.widget_icon-text .entry-content > *:first-child {
	margin-top: 0;
}

.widget_icon-text .feature-icon {
	width: 32px;
	height: 32px;
	
	float: left;
}

.widget_icon-text .feature-icon img {
	width: auto;
	height: auto;
	
	max-height: 100%;
	max-width: 100%;
}

.widget_icon-text .widget-text {
	margin-left: 45px;
}

/* =Widgets  : Headline Widget 
-------------------------------------------------------------- */

.widget_headline .widget-title span {
	display: block;
	line-height: 1.3em;
}

.widget_headline .widget-title .size-medium {
	font-size: 130%;
}

.widget_headline .widget-title .size-large {
	font-size: 160%;
}

.widget_headline .widget-title .size-extra-large {
	font-size: 190%;
}

.widget_headline .align-left {
	text-align: left;
}

.widget_headline .align-center {
	text-align: center;
}

.widget_headline .align-right {
	text-align: right;
}

.widget img {
	height: auto;
	
	max-width: 100%;
}

/* =Widgets  : Text Widget 
-------------------------------------------------------------- */

.widget_text *:first-child {
	margin-top: 0;
}

.widget_text *:last-child {
	margin-top: 0;
}

