/*

	Theme Name: Blogo
	Theme URI: http://themeforest.net/item/blogo-stylish-wp-theme-for-creative-bloggers/5242888
	Description: Stylish WP Theme for Creative Bloggers
	Author: DodoWeb
	Author URI: http://dodoweb.eu
	Version: 1.2.01
	Text Domain: blogo

	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/********** Reset **********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
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,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font: inherit;
}
table th { font-weight: bold; }
strong, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
em { font-style: italic; }
img, a img, :link img, :visited img { border: none; }
ul { list-style: none; }
:focus { outline: 0; }
textarea { overflow-y: auto; }
::-webkit-input-placeholder { color: inherit; }

h1, h2, h3, h4, h5, h6, p, pre {
	word-wrap: break-word;
}

/********** End of Reset **********/

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail { max-width: 100%; }

#footer:after,
#footer .widgettitle:after,
.widget:after,
.widget .tagcloud:after {
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
}
#wp-calendar tr { background: transparent; }

/********** Global **********/
@font-face {
	font-family: Providence;
	src: url('fonts/Providence.ttf');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
body {
	max-width: 100%;
	font: 12px/24px Arial, Helvetica, sans-serif;
}
a { text-decoration: none; }
h1, h2, h3, h4 {
	padding-bottom: 20px;
	line-height: 120%;
	/*color: #e86452;*/
	font-family: Providence;
	cursor: default;
}
h1 { font-size: 31px; }
h2 { font-size: 27px; }
h3 { font-size: 23px; }
h4 { font-size: 15px; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3 { font-weight: normal; }

input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 10px 0;
}
input[type=url],
input[type=tel],
input[type=email],
input[type=text], textarea {
	padding: 0 15px;
	height: 41px;
	line-height: 41px;
	font-style: italic;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	resize: none;
}
textarea {
	padding: 15px;
	height: 110px;
	line-height: 24px;
}
input[type=url]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
select:focus, textarea:focus {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
input[type=submit], input[type=button] { cursor: pointer; }
label { cursor: pointer; }
.left, .alignleft { float: left; }
.right, .alignright { float: right; }
.aligncenter { margin: 0 auto; }
.clear {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
}
img.alignleft { margin: 3px 10px 5px 0; }
img.alignright { margin: 3px 0 5px 10px; }

::selection { color: #fff; }
::-moz-selection { color: #fff; }

/********** End of Global **********/

/********** Site Skeleton **********/
.wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#sidebar {
	float: right;
	position: relative;
	z-index: 1;
	width: 275px;
	margin-top: 104px;
	padding: 70px 0 27px;
}
.home #sidebar { margin-top: 316px; }
#languages { list-style: none; }
#lang_sel_footer { margin-bottom: -5px; }

/********** Header **********/
#header,
#header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .inner {
	display: none;
	height: 50px;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 10;
}
#logo-mobile {
	display: none;
	position: absolute;
	top: 12px;
	left: 10px;
}
.open-topIcons,
.open-mainNav {
	display: none;
	float: right;
	width: 50px;
	height: 50px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
.open-topIcons {
	background-image: url('images/mobile-open-share.png');
}
.open-mainNav {
	background-image: url('images/mobile-open-menu.png');
}
#topIcons {
	padding-top: 23px;
	height: 70px; /*47px;*/
	text-align: right;
	position: relative;
	z-index: 60;
}
#topIcons li { float: right; margin-right: 12px; }
#topIcons li a {
	display: block;
	width: 34px;
	height: 34px;
	background-image: url('images/header_social.png');
	background-repeat: no-repeat;
	border-radius: 100%;
}

#topIcons .home a { background-position: 0 0; }
#topIcons .twitter a { background-position: -34px 0; }
#topIcons .facebook a { background-position: -68px 0; }
#topIcons .rss a { background-position: -102px 0; }
#topIcons .vimeo a { background-position: -136px 0; }
#topIcons .flickr a { background-position: -170px 0; }
#topIcons .googleplus a { background-position: -204px 0; }
#topIcons .dribbble a { background-position: -238px 0; }
#topIcons .myspace a { background-position: -272px 0; }
#topIcons .linkedin a { background-position: -306px 0; }
#topIcons .reddit a { background-position: -340px 0; }
#topIcons .youtube a { background-position: -374px 0; }
#topIcons .digg a { background-position: -408px 0; }
#topIcons .evernote a { background-position: -442px 0; }
#topIcons .pinterest a { background-position: -476px 0; }
#topIcons .instagram a { background-position: -510px 0; }

#mainNav {
	margin-left: 435px;
	width: 510px;
	height: 69px;
	font-size: 13px;
	position: relative;
	z-index: 60;
}
#mainNav > li {
	float: left;
	margin-top: 15px;
	padding-bottom: 13px;
	position: relative;
}
#mainNav > li > a {
	display: block;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#mainNav .menu-item-language { display: none; }

#mainNav .sub-menu li { position: relative; }
#mainNav .sub-menu .sub-menu {
	top: -7px;
	left: auto;
	right: -210px;
	width: 210px;
}
#mainNav li .sub-menu .sub-menu:after {
	content: '';
	display: none;
}
#mainNav li .sub-menu,
#mainNav li .children { display: none; }

#mainNav li ul {
	position: absolute;
	top: 51px;
	left: 5px;
	padding: 8px 0;
	min-width: 210px;
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#mainNav li ul a {
	display: block;
	padding: 0 25px;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dashed;
}
#mainNav li ul li:first-child { top: -1px; }
#mainNav li ul li:first-child a { border-top: 0;}
#mainNav li .children:after {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 19px;
	width: 20px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: -544px -172px;
}

#breadcrumbs {
	margin-top: 45px;
	padding: 12px 30px;
	width: 634px;
	height: 52px; /* 28px */
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#breadcrumbs li { float: left; margin: 0 2px; }
#breadcrumbs a {
	display: block;
	padding: 8px;
	color: #fff;
}
#breadcrumbs .current {
	float: left;
	padding: 8px 10px;
	cursor: default;
}
#hpGraphic {
	position: absolute;
	top: 0;
	left: -31px;
	width: 1051px;
	height: 892px;
	background-repeat: no-repeat;
	z-index: -1;
}
#innerGraphic {
	position: absolute;
	top: 0;
	left: -10px;
	width: 1030px;
	height: 719px;
	background-repeat: no-repeat;
	z-index: -1;
}

#slider,
#slider * {
	-webkit-box-sizing: border-box;
	-mo-box-sizing: border-box;
	box-sizing: border-box;
}
#slider {
	position: relative;
	width: 1000px; /* 980px */
	height: 335px; /* 315px */
	margin-top: 32px;
	padding: 10px;
	background: #fff;
	color: #fff;
}
#sidebar {
	float: right;
	position: relative;
	z-index: 1;
	width: 275px;
	margin-top: 104px;
	padding: 70px 0 27px;
}
/********** End of Header **********/

/********** Slider **********/
#slider .slides li {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);
}
#slider #slide1 {
	display: block;
	z-index: 3;
}
#slider .slideContent {
	padding: 0 20px;
	width: 387px; /* 346px */
	height: 315px;
	line-height: 21px;
	position: relative;
	z-index: 1;
}
#slider .slideContent .date {
	padding: 20px 0;
	margin-bottom: 13px;
	line-height: 11px;
	color: #bcbcbc;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#slider .slideContent .content {
	width: 315px;
	height: 159px;
	overflow: hidden;
	font-size: 11px;
}
#slider .slideContent .content h2 {
	padding-bottom: 10px;
	/*color: #fff;*/
	font-size: 42px;
}
#slider .slideContent .content h2 span {
	display: block;
	margin-top: -5px;
	line-height: 36px;
	font-size: 30px;
	font-weight: normal;
}
#slider .slideContent .categories {
	margin-top: 10px;
	padding: 10px 0;
	width: 305px;
	font-weight: bold;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dashed;
}
#slider .slideContent .readMore {
	position: absolute;
	left: -1px;
	bottom: 0;
	padding: 13px 4px 0 0;
	width: 118px; /* 113px */
	height: 38px; /* 25px */
	background-repeat: no-repeat;
	background-position: 0 -252px;
	font-family: Providence;
	text-transform: uppercase;
	text-align: center;
}
#slider .slideContent .readMore:hover {
	background-position: -117px -252px;
}
#slider .slideImg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 980px;
	height: 315px;
	text-align: right;
	overflow: hidden;
	background: #fff;
}
#slider .topGraphic {
	position: absolute;
	top: 0px;
	left: 179px;
	width: 165px;
	height: 31px;
	background-position: -210px -171px;
	z-index: 5;
}
#slider .bottomGraphic {
	position: absolute;
	bottom: 0px;
	left: 283px;
	width: 126px;
	height: 17px;
	background-position: -314px -489px;
	z-index: 5;
}
#slider .cornerGraphic {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 23px;
	height: 21px;
	background-position: -1008px -485px;
	z-index: 5;
}
#slider .controls {
	position: absolute;
	bottom: -28px;
	left: 0;
	z-index: 1;
}
#slider .controls li {
	float: left;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: #fff;
	cursor: pointer;
}
#slider .controls li:hover { background: #e96655; }
#slider .controls .active { background: #e96655; cursor: default; }
#slider .controls .active:hover { background: #e96655; }
/********** End of Slider **********/

/********** Main Content **********/
#content {
	float: left;
	margin-top: 52px;
	width: 695px;
}
.home #content { margin-top: 80px; }
.post {
	padding: 25px 20px 7px 0;
	margin-bottom: 60px;
	background: #fff;
	position: relative;
}
.posts .post { padding-bottom: 20px; }
.posts .post.sticky:after {
	display: block;
	content: '';
	position: absolute;
	top: -12px;
	right: -10px;
	width: 86px;
	height: 97px;
	background-repeat: no-repeat;
}
.posts .post h2 { padding-top: 0 !important; }
.posts .meta { margin-bottom: 0; }
.post .meta {
	float: left;
	position: relative;
	width: 143px;
	margin: -25px 20px 13px 0;
	color: #fff;
	line-height: 18px;
}
.post .meta li {
	padding: 9px 20px 9px 34px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.post .meta li.last { border: 0; }
.post .meta a { color: #fff; }
.post .meta .noborder { border-bottom: none !important; }
.post .meta .label {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.post .meta .date {
	padding: 12px 0 30px 25px;
	font-family: Providence;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.post .meta .date .day {
	padding-bottom: 23px;
	font-size: 72px;
	line-height: 72px;
}
.post .meta .date .month {
	padding-bottom: 10px;
	font-size: 44px;
	line-height: 44px;
}
.post .meta .date .year {
	font-size: 36px;
	line-height: 36px;
}
.post .meta .author,
.post .meta .categories,
.post .meta .comments,
.post .meta .tags { background-repeat: no-repeat; }

.post .meta .author { background-position: 0 0; }
.post .meta .categories { background-position: -143px 0; }
.post .meta .comments { padding-right: 15px; background-position: -287px 0; }
.post .meta .tags { background-position: -430px 0; }

.post .meta .socialButtons {
	padding: 30px 0 15px 20px;
	border-top-width: 1px;
	border-top-style: dashed;
}
.post .meta .socialButtons {
	padding: 30px 0 15px 20px;
	border-top-width: 1px;
	border-top-style: dashed;
}
.post .meta .like { margin-bottom: 9px; }
.post .meta .tweets { margin-bottom: 10px; }

.post .meta .bgTop {
	position: absolute;
	top: -22px;
	left: -19px;
	width: 162px;
	height: 113px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
}
.post .meta .bgBottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0;
	width: 11px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: -567px -164px;
	border: 0;
}
.post .content {
	float: right; /* left */
	width: 512px;
}
.post .content.full {
	float: none;
	width: 635px;
	padding: 0 0 8px 30px;
}
.posts .post h2,
.relatedPosts h2,
.comments h2,
#respond h3 { padding-top: 0; font-size: 31px; }
#respond h3 { color: #fff; }
.post .content h2,
.post .content h3,
.post .content h4 { padding-top: 10px; }
.post .content p,
.post .content table { padding-bottom: 15px; }
.post .content ul { padding-bottom: 9px; }
.post .content ul > li {
	padding: 0 0 6px 17px;
	background-repeat: no-repeat;
	background-position: 0 9px;
}
.post .content ol { padding: 0 0 9px 18px; }
.post .content ol > li { padding-bottom: 6px; }
.post .content ol ul { margin-bottom: -6px; padding: 6px 0 0 1px; }
.post .content ol ol { margin-bottom: -6px; padding: 6px 0 0 18px; }
.post .content ul ol { margin-bottom: -6px; padding: 6px 0 0 18px; }
.post .content ul ul { margin-bottom: -6px; padding: 6px 0 0 1px; }
.post .content blockquote {
	margin-top: 5px;
	padding: 7px 0 1px 70px;
	line-height: 21px;
	background-repeat: no-repeat;
	font-style: italic;
}
.post .content .highlight1 { padding: 0 3px; }
.post .content .highlight2 { padding: 0 3px; }
.post .content table {
	width: 73%; /* 100% */
	overflow: hidden;
}
.post .content hr {
	margin-bottom: 21px;
	height: 0px;
	border: 0;
	border-top-width: 1px;
	border-top-style: dashed;
}
.post .content .postImage {
	width: 100%; /* 650px */
}
.single .post .content img.size-full,
.single .post .content .postImage {
	display: inline-block;
	max-width: 70%; /* 450px */
}
.single .post .content .wp-caption .size-full {
	max-width: 100%;
}
.post .content .postImage img {
	display: block;
	margin-bottom: 23px;
	border-width: 7px;
	border-style: solid;
}
.post .content a.postImage:hover img {
	border-width: 7px;
	border-style: solid;
}
.post .content img {
	max-width: calc(100% - 10px); /* 620px */
	height: auto;
}
.post .content .aligncenter,
.post .content .alignnone {
	float: none !important;
	margin: 0 !important;
}
.post .content .aligncenter {
	margin: 0 auto !important;
}
.post .content .alignleft,
.post .content .aligncenter,
.post .content .alignnone {
	float: left;
	margin: 7px 30px 20px 0;
	border-width: 7px;
	border-style: solid;
}
.post .content .alignright {
	float: right;
	margin: 7px 0 20px 30px;
	border-width: 7px;
	border-style: solid;
}
.post .content .alignleft img,
.post .content .alignright img,
.post .content .aligncenter img,
.post .content .alignnonet img { display: block; }
.post .content .wp-caption {
	padding: 7px;
	margin-bottom: 20px !important;
	width: auto;
	max-width: calc(100% - 10px); /* 620px */
	border: 0 !important;
}
.post .content .wp-caption img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 7px;
}
.post .content .wp-caption.aligncenter img { margin: 0 auto 7px; }
.post .content .wp-caption-text { padding-bottom: 0; }
.post .content .wp-caption.aligncenter .wp-caption-text { text-align: center; }
.post .content input[type=password] {
	margin-left: 7px;
	padding: 5px 10px;
	border: 1px solid;
}
.post .content input[type=submit] {
	padding: 4px 10px;
	border: 1px solid;
}
.post .content .separator { height: 12px; }

.post .content .columnHalf { float: left; width: 50%; }
.post .content .columnHalf > * { margin-left: 15px; }
.post .content .columnHalf.first > * { margin: 0 15px 0 0; }

.post .readMore {
	position: absolute;
	bottom: -10px;
	right: 9px;
	width: 98px;
	height: 26px;
	padding: 20px 0 0 22px;
	background-repeat: no-repeat;
	background-position: -216px 0;
	color: #fff;
	font-family: Providence;
	text-transform: uppercase;
	text-align: center;
}
.post .readMore:hover { background-position: -216px -46px; }

.relatedPosts,
.postComments {
	margin: -30px 0 60px;
	padding: 25px 30px 7px;
	background: #fff;
	position: relative;
}
.relatedPosts h2 { padding-bottom: 14px; }
.relatedPosts p { padding-bottom: 25px; }
.relatedPosts li {
	padding: 15px 0;
	border-top-width: 1px;
	border-top-style: dashed;
}
.relatedPosts li:first-child { padding-top: 0; border: 0; }
.relatedPosts .postImage {
	float: left; 
	margin-right: 20px;
	border-width: 4px;
	border-style: solid;
}
.relatedPosts .right {
	float: left;
	width: 561px;
	padding-top: 4px;
}
.relatedPosts h3 {
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.postComments { padding-bottom: 27px; }
.postComments .pagination { margin: 40px 0 0; }
.postComments .pagination a,
.postComments .pagination .current { display: inline-block; }
.postComments h2 {
	padding-bottom: 20px !important;
	padding: 0 0 50px 132px;
}
.postComments h2 span {
	position: absolute;
	top: -19px;
	left: 8px;
	width: 97px;
	height: 64px;
	padding: 39px 35px 0 15px;
	background-repeat: no-repeat;
	background-position: -180px -290px;
	color: #fff;
	font-family: Providence;
	font-size: 46px;
	text-align: center;
}
.postComments h3 {
	padding-bottom: 6px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
.postComments li {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
	padding-bottom: 30px;
}
.postComments li.parent { padding-bottom: 0 !important; }
.postComments li li {
	margin-top: 0 !important;
	margin-top: 56px;
	padding-left: 133px;
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
.postComments li li:first-child { margin-top: 26px !important; }

.postComments .comment {
	float: right;
	padding: 15px 20px;
	width: 462px;
	position: relative;
}
.postComments .comment .content h2 { padding: 0 0 20px; }
.postComments .comment .content p,
.postComments .comment .content blockquote,
.postComments .comment .content table,
.postComments .comment .content dl,
.postComments .comment .content h3,
.postComments .comment .content h4,
.postComments .comment .content h5,
.postComments .comment .content h6 { padding: 0 0 20px; }
.postComments .comment .content ul {
	padding: 0 0 20px 20px;
	list-style: disc;
}

.postComments .comment .content table tr th {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.post .content table td,
.postComments .comment .content table td {
	/*padding: 6px 20px;*/
	padding: 6px 12px;
}
.postComments .comment .content ol { padding: 0 0 20px 21px; }
.postComments .comment .content ol ol,
.postComments .comment .content ul ul,
.postComments .comment .content ol ul,
.postComments .comment .content ul ol { padding-bottom: 0; }
.postComments .comment .content li {
	margin: 0 !important;
	padding: 0 0 5px !important;
}
.postComments .avatar {
	display: inline-block;
	border-width: 7px;
	border-style: solid;
}
.postComments .meta {
	display: block;
	padding-bottom: 8px;
}
.postComments .arrow {
	position: absolute;
	top: 31px;
	left: -16px;
	width: 16px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: -164px -340px;
}
.postComments .reply a {
	position: absolute;
	bottom: -27px;
	right: -5px;
	width: 71px;
	height: 26px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-position: 0 -340px;
	color: #fff;
	font-family: Providence;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
}
.postComments .reply a:hover { background-position: -71px -340px; }

.postComments li ul .sub { display: none; }
.postComments li .sub {
	position: absolute;
	bottom: -45px;
	left: 0px;
	width: 22px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: -142px -340px;
}

#comments li > a { display: inline-block; }

.postComments li li .avatar { width: 50px; border-width: 4px; }
.postComments li li .comment { width: 385px; }
.postComments li li .arrow { left: -11px; }

.submitComment { margin-top: -30px; }
.submitComment .left { width: 325px; }
.submitComment .right { width: 338px; position: relative; }

.submitComment input[type=text],
.submitComment textarea {
	margin-bottom: 10px;
	width: 294px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.submitComment textarea {
	display: block;
	width: calc(100% - 30px); /* 308px */
	height: 110px;
	line-height: 24px;
}
.submitComment input[type=submit] {
	position: absolute;
	bottom: -29px;
	right: -7px;
	width: 164px;
	height: 50px;
	padding-top: 11px;
	background-repeat: no-repeat;
	background-position: -327px -343px;
	color: #fff;
	font-family: Providence;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.submitComment input[type=submit]:hover {
	background-position: 0 -375px;
}
#respond p { margin-bottom: 10px; }
#respond h3 #cancel-comment-reply-link,
#respond .form-submit { display: none; }
#respond h3 a { text-shadow: none; }
#respond .logged_in { float: none; width: 695px; }
#respond .logged_in textarea {
	width: calc(100% - 30px); /* 665px */
}
#respond .logged_in #cancel-comment-reply-link {
	/*left: 360px;*/
	bottom: -39px;
}
#respond .logged_in input[type=submit] { bottom: -39px; }

#respond #cancel-comment-reply-link {
	position: absolute;
	bottom: -29px;
	left: 0;
	/*width: 157px;*/
	min-width: 157px;
	height: 39px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: -327px -265px;
	color: #fff;
	font-family: Providence;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
#respond #cancel-comment-reply-link:hover {
	background-position: -327px -304px;
}
.required { color: #e66e5f; /* All Skins */ }
.error { margin-top: -5px; color: #e86452; font-weight: bold; }

.pagination {
	margin-left: 14px;
	height: 38px;
	line-height: 20px;
	color: #fff;
	font-family: Providence;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.pagination a {
	margin: 9px 13px 0;
	padding: 0 7px;
	height: 20px;
	color: #fff;
}
.pagination .prev {
	float: left;
	margin-left: 5px;
	line-height: 23px;
}
.pagination ul {
	display: inline-table;
	padding-top: 6px;
	font-family: Providence;
}
.pagination li {
	display: table-cell;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.pagination li a {
	display: block;
	margin: 0 2px;
	padding: 0 9px;
	height: 26px;
}
.pagination .current {
	margin: 0 2px;
	padding: 0 9px;
	cursor: default;
}
.pagination .next {
	float: right;
	line-height: 23px;
	text-align: right;
}
.pagination .graphicLeft {
	position: absolute;
	top: 0;
	left: -14px;
	width: 14px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: -564px -176px;
}
.pagination .graphicRight {
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 24px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: -543px -164px;
}


.wpcf7-form {
	margin-bottom: 20px; 
	padding-bottom: 20px;
}
.wpcf7-form br { height: 0; }
.wpcf7-form p { padding: 0 !important; }

.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form input[type=text] { margin-bottom: 10px; width: 460px; }
.wpcf7-form input[type=range] { width: 490px; }
.wpcf7-form select { width: 490px; height: 41px; }
.wpcf7-form select:hover { border: none; }
.wpcf7-quiz-label + input[type=text] { width: auto; }

.wpcf7-form textarea { display: block; width: 605px; }

.wpcf7-form input[type=submit] {
	float: right;
	padding: 0;
	padding-top: 15px !important;
	width: 90px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 -290px;
	color: #fff;
	font-family: Providence;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	bottom: 11px;
	left: 7px;
	border: none !important;
}
.wpcf7-form input[type=submit]:hover { background-position: -90px -290px; }
/********** End of Main Content **********/

/********** Sidebar **********/
#sidebar a { color: #fff; }
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar .bottom a,
#sidebar .twitter a { color: #fff; }
#sidebar .separator1 {
	position: relative;
	margin: 0 0 -9px -17px;
	width: 292px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: 0 -162px;
}
#sidebar .separator2 {
	margin-left: -1px;
	width: 281px;
	height: 63px;
	background-repeat: no-repeat;
	background-position: -297px -101px;
}
#sidebar .separator3 {
	position: relative;
	z-index: 2;
	margin-left: -7px;
	width: 297px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: 0 -113px;
}
#sidebar .searchForm {
	position: relative;
	padding: 10px 20px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#sidebar .searchForm input[type=text] {
	padding: 0 20px;
	width: 175px;
	height: 47px;
	line-height: 47px;
	background: #fff;
	border: 0;
}
#sidebar .searchForm input[type=submit] {
	position: absolute;
	top: 2px;
	right: 10px;
	width: 54px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: -162px 0;
}
#sidebar .searchForm input[type=submit]:hover {
	background-position: -162px -56px;
}
#sidebar .widget {
	z-index: 1 !important;
	color: #fff;
}
#sidebar .twitter {
	margin-bottom: -20px;
	padding: 0 0 45px 0;
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidebar .twitter p {
	padding: 0 20px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
}
#sidebar .twitter .moreTweets {
	display: inline-block;
	margin: 20px 0 0 20px;
	padding: 6px 10px 4px;
	line-height: 12px;
	color: #fff !important;
	font-family: Providence;
	text-transform: uppercase;
}

#sidebar .widget #sidebar .widgettitle,
#sidebar .widget caption { position: relative; }

#sidebar .widget .textwidget { padding: 0 20px; }
#sidebar .widget .textwidget p { padding: 15px 0 0; }
#sidebar .widget .textwidget p:first-child { padding: 0; }
#sidebar .widget .textwidget p iframe { display: block; }
#sidebar .widget .textwidget select { margin: 0; }

#sidebar .widget #sidebar .widgettitle { margin-bottom: 15px; }
#sidebar .widget img { max-width: 235px; height: auto; }

#sidebar [class^="widget-calendar"],
#sidebar [class*="widget-calendar"],
#sidebar .widget ul { padding-bottom: 10px; }

#sidebar .widget ul li {
	padding: 4px 20px;
	font-weight: bold;
	line-height: 1.45;
}
#sidebar .widget p { padding: 0 20px; }
#sidebar .widget h2 {
	padding: 17px 20px 13px;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
}
#sidebar .widget select {
	margin: 0 20px;
	padding: 4px;
	width: calc(100% - 40px);
	max-width: 235px;
	max-width: 100%; /* 235px */
	background: inherit !important;
	color: inherit;
	border: 1px solid !important;
}
#sidebar .widget_text select { width: auto !important; }
#sidebar .widget_text option { color: #333; }

#sidebar .widget table {
	padding: 0 20px;
	width: 275px;
	text-align: center;
}
#sidebar .widget caption {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.rssSummary { font-weight: normal; }

#sidebar [class^="widget-recent"] a,
#sidebar [class*="widget-recent"] a {
	display: block;
	margin-bottom: 10px;
}
.rss-date,
.post-date {
	display: block;
	font-style: italic;
	font-weight: normal;
}
.comment-author-link { font-weight: bold; }
#sidebar iframe {
	width: calc(100% + 40px);
	margin: 0 -20px !important;
}

#sidebar .tagcloud {
	padding: 0 20px 10px;
}
#sidebar .widget.bottom .tagcloud {
	margin-top: -10px;
	padding: 0 20px;
}
#sidebar .widget.top .tagcloud {
	padding: 0 20px 20px;
}
#sidebar .widget .tagcloud a {
	float: left;
	margin: 10px 10px -3px 0 !important;
	padding-right: 20px !important;
	background-position: top right !important;
	font-size: 11px !important;
}
#sidebar .widget .tagcloud a:hover {
	background-position: bottom right !important;
}

#sidebar .widget li:first-child { padding-top: 0; }
#sidebar .widget_links li:first-child {border-top: 0; }

#sidebar .widget.bottom {
	margin-top: 30px;
	padding-bottom: 20px;
}
#sidebar .widget.bottom h2, 
#sidebar .widget.twitter h2 {
	margin-bottom: 16px;
	text-shadow: #31a59e 0 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#sidebar .widget.firstBottom {
	margin-top: -14px;
	padding-top: 14px;
	position: relative;
	z-index: -1;
}
#sidebar .widget.last_top { padding-bottom: 10px; }

.listingThumb h2 { padding-bottom: 5px; }
.listingLinks h2,
#sidebar .widgettitle {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.listing li,
.listingThumb li,
#sidebar .widget_links li{
	padding: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
}
.listingLinks li,
#sidebar .widget_links li{ padding: 8px 20px; }
.listingThumb li { padding: 15px 20px 15px; }
.listingThumb li:first-child { border: 0; }
.listingThumb li .thumbnail {
	float: left;
	width: 52px;
	margin-right: 15px;
}
.listingThumb li .thumbnail img {
	float: left;
	border: 3px solid #fff;
	text-align: center;
}
.listingThumb li .meta {
	float: left;
	width: 168px;
	line-height: 18px;
	color: #fff;
	font-style: italic;
}
.listing li h3,
.listingThumb li h3,
.listingLinks li h3,
#sidebar .widget_links li h3,
.widget_categories li h3 {
	padding-bottom: 0;
	font-size: 12px;
	font-style: normal;
}
.listingThumb li h3 { padding-bottom: 8px; }
.widget.tags { padding-bottom: 13px; }
.widget.tags ul { padding: 4px 10px 0 20px; }
.widget .tagcloud li { float: left; }
.widget .tagcloud a {
	display: block;
	margin: 0 20px 7px 0;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	color: #fff !important;
	font-weight: bold;
	position: relative;
}
.widget .tagcloud a span {
	position: absolute;
	top: 0;
	right: -13px;
	display: block;
	width: 13px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top right;
}
.widget .tagcloud a:hover {
	background-position: bottom left;
	color: #fff !important;
}
.widget .tagcloud a:hover span { background-position: bottom right; }
.widget.video { padding-bottom: 20px; }
.widget.video h2 { margin-bottom: 0; border: 0; }
.widget.video iframe { display: block; }

form[id^="gform"],
form[id*="gform"] {
	padding: 0 20px;
	overflow: hidden;
}
#footer form[id^="gform"],
#footer form[id*="gform"] { padding: 0; }

.gform_wrapper {
	width: 100%;
	max-width: 100% !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 100% !important;
	max-width: calc(100% - 12px);
	padding: 0 10px;
}
#footer .gform_wrapper .top_label input.medium,
#footer .gform_wrapper .top_label select.medium {
	width: 100% !important;
	max-width: 100% !important;
	padding: 10px;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
	width: calc(100% - 20px) !important;
	padding: 10px;
}
#footer .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.gform_wrapper .gform_heading {
	width: calc(100% - 40px) !important;
	margin-bottom: 0 !important;
}
#footer .gform_wrapper .gform_heading { width: 100% !important; }
.gform_wrapper h3.gform_title {
	width: 100% !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#sidebar [class^="widget-gform"] li,
#sidebar [class*="widget-gform"] li { padding: 0 !important; }

.gform_wrapper .gform_footer { margin-top: 0 !important; }

#sidebar .gform_wrapper .gform_footer {
	padding: 0;
	overflow: hidden;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	float: left;
	width: 100%;
	padding: 8px 10px;
	color: #fff;
	font-family: Providence;
	font-size: 14px !important;
	text-transform: uppercase;
	text-shadow: none;
}
/********** End of Sidebar **********/

/********** Footer **********/
#footer,
#footer * {
	-webkit-box-sizing: border-box;
	-mo-box-sizing: border-box;
	box-sizing: border-box;
}
#footer {
	position: relative;
	width: 1000px; /*940px;*/
	margin-top: 70px;
	padding: 26px 30px 22px;
}
#footer .col { overflow: hidden; }
#footer .col > li {
	float: left;
	width: calc(25% - 20px);
	margin: 0 1% 20px;
}
#footer a { font-weight: bold; }
#footer h2 {
	margin-bottom: 13px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#footer ul .widget:first-child { padding-top: 0; }
#footer ul img { max-width: 100%; height: auto; }

#footer li li a { display: block; }

#footer .col:first-child { margin-left: 0; }
#footer .newsletterForm { padding: 22px 0 8px; }

#footer .widget .textwidget p { padding: 15px 0 0; }
#footer .widget .textwidget p:first-child { padding: 0; }
#footer .widget .textwidget p iframe { display: block; }

#footer .widgettitle { margin-bottom: 15px; }
#footer .widgettitle .rsswidget { float: left; margin-right: 10px; }
#footer .widget ul li { padding: 2px 0; }
#footer .widget select {
	padding: 2px;
	width: 100%;
	background: inherit !important;
	color: inherit;
	border: 1px solid !important;
}
#footer .widget input[type=text],
#footer .widget input[type=email] {
	padding: 0 4%;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: inherit !important;
	color: inherit;
	border: 1px solid !important;
}
#footer #wp-calendar { max-width: 300px; }
#footer .newsletterForm input[type=text] {
	float: left;
	width: 127px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	border: 0;
}
#footer .newsletterForm input[type=submit] {
	float: left;
	height: 43px;
	width: 87px;
	line-height: 43px;
	color: #fff;
	font-family: Providence;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
#footer .socialIcons { margin-top: -1px; }
#footer .socialIcons a {
	padding: 1px 0 2px 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#footer .socialIcons .twitter a { background-position: 0 0; }
#footer .socialIcons .twitter a:hover { background-position: -1500px 0; }
#footer .socialIcons .facebook a { background-position: -300px 0px; }
#footer .socialIcons .facebook a:hover { background-position: -1800px 0px; }
#footer .socialIcons .rss a { background-position: -600px 0px; }
#footer .socialIcons .rss a:hover { background-position: -2100px 0px; }
#footer .socialIcons .vimeo a { background-position: -900px 0px; }
#footer .socialIcons .vimeo a:hover { background-position: -2400px 0px; }
#footer .socialIcons .flickr a { background-position: -1200px 0px; }
#footer .socialIcons .flickr a:hover { background-position: -2700px 0px; }

#footer .widget table {
	width: 100%;
	text-align: center;
}
#footer .widget caption {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#footer .widget .tagcloud {
	margin: -10px 0 10px;
}
#footer .widget .tagcloud a {
	float: left;
	margin: 10px 10px -3px 0 !important;
	background: none;
	border: 1px solid;
	font-size: 11px !important;
}
#footer .widget .tagcloud a:hover { text-decoration: underline; }
#footer li li a { display: inline !important; }

#footer .widget_wysija hr {
	border: none;
	border-bottom: 1px dashed rgba(255,255,255,.4);
}
#footer .widget_wysija label { margin-top: 10px; }
#footer .widget_wysija input[type=text].wysija-input {
	height: 43px;
	border: none !important;
}
#footer .wysija-checkbox-paragraph input[type=text].wysija-input {
	margin-top: 0;
}
#footer .wysija-submit {
	float: right;
	min-width: 92px;
	height: 43px;
	margin-top: 10px;
	color: #fff;
	font-family: Providence;
	font-size: 14px;
	text-transform: uppercase;
}
#footer .wysija-paragraph { overflow: hidden; }

#footer .gotoTop {
	position: absolute;
	top: -68px;
	right: -11px;
	width: 208px;
	height: 101px;
	background-repeat: no-repeat;
	background-position: -336px 0;
}
#footer .gotoTop:hover { background-position: -292px -164px; }
/********** End of Footer **********/

/********** Credits **********/
#credits,
#credits * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#credits {
	width: 1000px;
	padding: 20px 30px;
	font-size: 11px;
	font-weight: bold;
}
#credits .right { width: auto !important; }
#credits .dodoweb {
	float: right;
	width: 89px;
	height: 18px;
	margin-top: 1px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
#credits .dodoweb:hover { background-position: 0 -18px; }
/********** End of Credits **********/

#languages {
	position: absolute;
	top: 25px;
	right: 20px;
	list-style: none;
}
#languages ul { list-style: none; }
#languages #lang_sel a.lang_sel_sel { border-color: #fff; }

.safariInput { /* Safari Placeholders Fix */
	line-height: 12px !important;
}