/*  
Theme Name: Smally
Theme URI: http://code-splash.com/2012/08/smally-free-responsive-wordpress-theme/
Description: Smally is a Premium responsive, mobile-first WordPress theme with a modern two-column layout, and a lot of options and page-templates. 
Version: 1.0
Author: Marcus Graf
Author URI: http://code-splash.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
/************************************************************************************
WP Stuff
*************************************************************************************/
.wp-caption {
	width:auto !important;
	max-width: 100%;
	text-align: left;
}
.wp-caption-text {
	margin: 0;
	padding: 10px 0 15px;
	font-size:1em;
	line-height: 1.4;
	font-style:italic;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Embedded elements */
object,
embed {
	max-width:100%;
}
/************************************************************************************
Layout
*************************************************************************************/
html {
font-size:100%;
overflow-y:scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
background-color: #fff;
}
body {
line-height: 1.9em;
font-family: 'Lato', sans-serif;
border-right: 1.5em solid #E7E7E7;
border-left: 1.5em solid #E7E7E7;
background-color: #fff;
color: #574742;
font-size:100%;
-webkit-font-smoothing: antialiased;
padding: 0;
}
::-moz-selection { 
background: #EB5F3A;
color: #fff;
text-shadow: none;
}
::selection {
	background: #EB5F3A;
	color: #fff;
	text-shadow: none;
}
a {
color:#EB5F3A;
text-decoration:none;
transition: all 1s;
-moz-transition: all 1s; /* Firefox 4 */
-webkit-transition: all 1s; /* Safari and Chrome */
-o-transition: all 1s; /* Opera */
	border-bottom:1px solid rgba(87,71,66,0);
}
a:hover {
	color:#38393E;
	border-bottom:1px solid rgba(87,71,66,.5);
text-decoration:none;
transition: all .2s;
-moz-transition: all .2s; /* Firefox 4 */
-webkit-transition: all .2s; /* Safari and Chrome */
-o-transition: all .2s; /* Opera */
}
.read-more {
	color:#EB5F3A;
	border:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s;
	transition: all .2s ease-in;
	background-position: right 4px;
}
.read-more:hover {
background: transparent url('images/read_more.png') no-repeat right 4px;
padding-right: 20px;
border:none;
color:#EB5F3A;
}
a:focus {
outline:thin dotted;
}
blockquote {
margin:1em 40px;
}
hr {
padding-bottom:36px;
background: url(images/bg_bottom.png) center 0 no-repeat;
border: 0;
}
mark {
background:#ff0;
color:#000;
font-style:italic;
font-weight:700;
}
pre,code {
font-family:monospace, monospace;
font-size:1em;
}
h1,h2,h3,h4,h5,h6 {
font: 900 1.6em "lato";
color:#2E2E2E;
font-weight:bold;
}
h2 {font-size:20px;font-weight:bold;}
h3 {font-size:1.3em;font-weight:bold;}
h4 {font-size:1.2em;font-weight:bold;}
h5 {font-size:1.1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}

.headline:after {
	content: "";
    display: block;
    width: 25px;
    border-bottom: 4px solid #EB5F3A;
	height:4px;
	padding-top:20px;
	margin-bottom:10px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {margin:20px 0;}

strong {

}
i{
	padding-right:4px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
ul {
	padding-left:0px;
}
#content article ul,
#content article ol {
	padding:0 0 20px 40px;
}
ul ul{
	padding-left:20px;
}
p {
	padding-bottom:20px;
}
pre {
	margin-bottom: 30px;
	padding: 15px;
	overflow: auto;
	background: #F8F8F8;
	font-family: Courier, monospace;
	line-height: 1.3;
	border-radius: 10px;
	border: 2px dotted lightGrey;
	box-shadow: -1px -1px 12px 2px gainsboro;
}
address{
	padding:0 0 30px; 
	line-height:1.7;
}
abbr,acronym {
	border-bottom:.1em dotted #909090;
	cursor: help;
}
ins{ 
	background:#ffffcc;
	text-decoration:none;
}
small {
	font-size:.7em;
}
blockquote {
	margin: 10px 30px 30px 10px;
	padding: 0 30px 0;
	border-left: 3px solid #DDD;
	color: #7E7E7E;
	font-family: Helvetica,Arial,Serif;
}
blockquote p{
	padding:10px 0!important;
}
blockquote blockquote {
	margin:10px 0 0;
}
.entry-content blockquote p,
#comments blockquote p {
	margin: 0;
	font-size:1.3em;
	font-style:italic;
	line-height:1.5 !important;
}
.entry-content blockquote p cite,
#comments blockquote p cite {
	display:inline-block;
	margin:20px 0 0 0;
	font-size:.75em;
	font-style:normal;
}
blockquote p cite:before,
.single-post blockquote p cite:before {
	content:"\2212 \0020";
} 
/************************************************************************************
Structure
*************************************************************************************/
#pagewrap {
	margin: 0 auto;
	max-width: 1280px;
	padding:0 46px;
}
#header {
	padding: 0 0 0;
	position: relative;
	text-align: center;	
	width:100%;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
#content {
	width:64%;
	float:left;
	background: url(images/bg_sidebar.png) right top no-repeat;
	padding-right:6%;
}
#content.fullwidth {
	width:100%;
	float:none;
	max-width:100%;
	background-image:none;
	padding:0;
}
#content.fullwidth.small840 {
	max-width:840px;
	width:100%;
	margin:0 auto;
	float:none;
}
#content.fullwidth.small640 {
	max-width:640px;
	margin:0 auto;
	float:none;
}
#content.fullwidth .portfolio-preview-text header {
	text-align:left;	
}
#sidebar {
	width:28%;
	float:left;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	opacity:.9;
}
#sidebar:hover {
	opacity:1;
}
#body {
	float:left;
	width: 100%;
}
#footer {
	clear:both;
	padding:40px 0;
	width: 100%;
}
/************************************************************************************
Layout
*************************************************************************************/
#header #site-logo {
	text-align: center;
	display: block;
	padding-top:10px;
	margin: 0 auto 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out; 
}
#header #site-logo:hover {
	-webkit-transform: rotate(-2deg) scale(1.05);
	-moz-transform: rotate(-2deg) scale(1.05);
	-o-transform: rotate(-2deg) scale(1.05);
	-ms-transform: rotate(-2deg) scale(1.05);
	transform: rotate(-2deg) scale(1.05);
}
#header #site-logo a {
	border:0 none;
}
#header #site-logo.logo-text{
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 800;
	font-style: normal;
	font-size: 40px !important;
	font-size: 5.5em;
}
#header #site-logo a{
	color:#38393E;
}
#header #site-description {
	max-width: 636px;
	margin:0 auto;
	font-size: 1em;
	color: #BDBDBD;
	line-height: 1.8em;
	font-weight:normal;
	padding-bottom:20px;
}
#header .header-widget-area{
	max-width:640px;
	margin:0 auto;
	text-align:center;
}
#header div,
#header form,
#header input{
	text-align:center;
}
#header form input,
#header form input{
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	color:#574742;
}
#header div,
#header form,
#header input{
	text-align:center;
}
#main-nav-wrap,
#footer-nav {
	border-bottom: 1px #EB5F3A;
	border-top: 1px #EB5F3A;
	text-align: center;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
#main-nav-wrap.fixed ul {
	padding:1px 0;
}
#main-nav-wrap ul,
#footer-nav ul {
text-align: center;
padding:20px 0;
margin:0 46px;
/*border-bottom: 1px solid #38393E;
border-top: 1px solid #38393E;*/
}
#main-nav-wrap ul li,
#footer-nav ul li {
	display:inline-block;
}
#main-nav-wrap ul li a,
#footer-nav ul li a {
	color: #38393E;
	padding-bottom: 4px;
	border:0px none;
	margin:0 10px;
	font-size:1em;
	padding-bottom:22px;
	border-bottom: 3px solid #fff;
}   
#main-nav-wrap ul li a:hover,
#main-nav-wrap ul li.current_page_item a,
#footer-nav ul li a:hover,
#footer-nav ul li.current_page_item a {
	border-bottom: 3px solid #EB5F3A;
	color:#EB5F3A;
	padding-bottom:23px;
}
#main-nav-wrap ul li a:hover,
#footer-nav ul li a:hover {
	color:#EB5F3A;
}
/* Subnavig */
#main-nav-wrap #main-nav li {
	position:relative;
}
#main-nav-wrap #main-nav li ul.sub-menu {
	display:none;
	overflow:hidden;
	position:absolute;
	z-index:99999;
	top:50px;
	margin:0;
	border:0px none;
	padding:0;
	border-top:1px solid #ddd;
}
#main-nav-wrap #main-nav li:hover ul.sub-menu {
	display:block;
}

#main-nav-wrap #main-nav li ul.sub-menu li{
	clear:both;
	background-color:#FFF;
	width:100%;
	text-align:left;
}
#main-nav-wrap #main-nav li ul.sub-menu li:hover{
	clear:both;
	background-color:#EB5F3A;
}
#main-nav-wrap #main-nav li ul.sub-menu li a{
	color:#2E2E2E;
	border: 0px none;	
	padding:0 10px;
	margin:0;
	white-space:nowrap;
}
#main-nav-wrap #main-nav li ul.sub-menu li:hover a{
	color:#FFF;
}
#main-nav-wrap #main-nav li ul.sub-menu li a:hover{
	border: 0px none;
}
/*header small*/
#header.small-fixed {
	position:fixed;
	z-index:9999;
	width:100%;
	opacity:.6;
	margin:0px;
}
#header.small-fixed hgroup{
	height:0;
	overflow:hidden;
}
#header.small-fixed #main-nav-wrap{
	padding:0;
	margin:19px 0 0;
}
#header.small-fixed:hover {
	opacity:1;
}
#header.small-fixed:hover #main-nav-wrap{
	padding:10px 0;
}
/*header small ende*/
article {
	position:relative;
	padding: 25px 0;
	clear: both;
	text-align: left;
}
article.excerpt {
	float:left;
	clear:both;
}
article.excerpt img{
box-shadow: 0 0 5px #888;
border-bottom: 4px solid #EB5F3A;
	width:100%!important;
}
.single-post article {
	padding: 30px 0 0 0px;
}
article .post-content {
}
article:hover .post-content figure {
	opacity:1;
}
article .post-content figure img{
	border:1px #EB5F3A;
	border-bottom: 4px solid #EB5F3A;
}
article .post-content header {
	text-align: left;
}
article .post-content header h1 {
	margin:0;	
}
article .post-content header h1 a{
	color:#2E2E2E;
	border:0px none;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
article.excerpt:hover .post-content header h1 a{
	color:#574742;
}
article.excerpt .post-content header h1 a:hover{
	color: #EB5F3A;
}
article .post-content header .post-author {
	line-height:1em;
	color: #7E7E7E;
	font-size:.8em;
	position: relative;
	top: -8px;
	position:relative;
	top:-8px;
}
article.excerpt .post-content header .post-author{
	line-height:1em;
	opacity:.1;
	position:relative;
	top:-8px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
article .post-content header .post-author:after {
    content: "";
    display: block;
    width: 25px;
    border-bottom: 4px solid #EB5F3A;
	height:4px;
	padding-top:20px;
	margin-bottom:10px;
}
article.excerpt:hover .post-content header .post-author{
	opacity:1;
}
article .full-post .tags {
	max-width: 100%;
}
article.excerpt .tags {
	opacity:.1;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
article.excerpt:hover .tags {
	opacity:1;
}
article .post-content .tags a,
.tagcloud a {
	padding: 5px 10px 5px 26px;
	margin: 0px;
	background-image: url(images/bg_plus.png);
	background-position:0 -25px;
	background-repeat: no-repeat;
	background-color: #B4B4B4;
	color: #fff;
	font-size: 14px!important;
	line-height: 16px;
	display:inline-block;
	border:none;
	border-radius: 3px;
}
article .post-content .tags a:hover,
.tagcloud a:hover {
color:#2A2A2A;
background-color:#EB5F3A;
background-position:0 0;
border:none;
}
article .post-content-full header {
padding-bottom: 38px;
background: url(images/bg_bottom.png) center bottom no-repeat;
}
.fullwidth article .post-content-full header {
	text-align:center;
}
article .post-content-full header h1{
	margin:0;
}
article .post-content-full header .post-author {
color: #7E7E7E;
font-size: .8em;
position:relative;
top:-8px;
}
article .post-content-full header h1 a{
	color:#323232;
}
article .post-content-full header h1 a:hover{
	color: #EB5F3A;
}
article .post-content-full .tags {
	margin: 20px 0;
	white-space:normal;
}
article .post-content-full .tags a{
padding: 5px 10px 5px 26px;
margin: 0px;
background-image: url(images/bg_plus.png);
background-position:0 -25px;
background-repeat: no-repeat;
background-color: #B4B4B4;
color: #2A2A2A;
font-size: 14px;
line-height: 16px;
display:inline-block;
color:#fff;
border:none;
border-radius: 3px;
}
article .post-content-full .tags a:hover{
	background-color: #EB5F3A;
	background-position:0 0;
	color:#000;
}
article .post-content-full .full-post {
	
}
article .post-content-full .full-post p{
	padding-bottom:20px;
}
article .post-content-full .full-post img{
	border:none;
	box-shadow: 0 0 5px #888;
	border-bottom: 4px solid #EB5F3A;
}
.post-footer {
	margin-top:1em;
	width: 100;
}
.share-bar {
	width: 100%;
	height:20px;
	padding: 20px 0;
	overflow:hidden;
}
.share-bar h2{
	margin:0 40px 0 0;
	display:inline-block;
}
.share-bar iframe,
.share-bar div,
.share-bar a,
.share-bar a:hover{
	position:relative;
	top:4px;
	border:0 none;
}
.author-info {
	padding:0;
	float:left;
	border-top:1px solid #DDD;
}
.author-info h3 a{
}
.author-info .avatar-container{
	float: left;
	width: 10%;
	padding:20px 0;
	text-align:left;
}
.author-info .avatar-container img{
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
}
.author-info .author-description {
	float: left;
	width: 80%;
}
/* Portfolio */
.portfolio {
	text-align:center;
}
.small840 .portfolio {
	text-align:left;
}
.portfolio-entrytext {

}
.portfolio ul.filter {
	list-style:none;
	padding: 0 0 19px;
	margin:0 0 0;
}
.portfolio ul.filter li{
	display:inline-block;
	margin-left: 20px;
}
.portfolio .filterable-grid {
	list-style:none;
	max-width:841px;
	overflow:hidden;
	margin: 0 auto;
}
.portfolio .filterable-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.portfolio .filterable-grid li,
.portfolio-prev-box {
  width:98%;
  max-width:840px;
  display:block;
  text-align: center;
	padding: 0;
	  margin:0;
  height: 100px;
  margin:1px;
  float:left;
  border:1px solid rgba(0, 0, 0, .1);
  position:relative;
}
.portfolio-prev-box {

}
.portfolio .filterable-grid li:hover,
.portfolio-prev-box:hover {

}
.portfolio-image-overlay {
	display:block;
	width:100%;
	height:100%;
	line-height:100px;
	position:absolute;
	top:0;
	left:0;
	color:#474747;
	height:100px;
}
.portfolio-image-overlay:hover {
	
}
.portfolio-image-overlay .portfolio-title {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0;
	left:0;
	background-color: rgba(255, 255, 255, 1);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	line-height: 100px;
}
.portfolio-image-overlay:hover .portfolio-title {
	background-color: rgba(255, 255, 255, .5);
	transition: all .6s;
	-moz-transition: all .6s; /* Firefox 4 */
	-webkit-transition: all .6s; /* Safari and Chrome */
	-o-transition: all .6s; /* Opera */
	opacity:0;
}
.portfolio-prev-box.single .portfolio-image-overlay .portfolio-image-bg {
	background-position:center top;
	-webkit-animation: scroll 60s infinite;
	-webkit-animation-timing-function: ease-out;
}
.portfolio-prev-box.single .portfolio-image-overlay:hover .portfolio-image-bg {
	-webkit-animation: scroll 20s infinite;
}
.portfolio-prev-box.single .portfolio-image-overlay .portfolio-title{
	background-color: rgba(255, 255, 255, .9);
}
.portfolio-prev-box.single .portfolio-image-overlay:hover .portfolio-title{
	background-color: rgba(255, 255, 255, .2);
}
.portfolio-image-overlay .portfolio-image-bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:center bottom;
	background-repeat:no-repeat;
	transition: all 8s;
	-moz-transition: all 8s; /* Firefox 4 */
	-webkit-transition: all 8s; /* Safari and Chrome */
	-o-transition: all 8s; /* Opera */
	background-size: 100%;
}
.portfolio-image-overlay:hover .portfolio-image-bg {
	background-position:center top;
}
.portfolio-just-text{
	display:block;
	width:100%;
	height:100%;
	line-height:161px;
	color:#fff;
	background-color: #EB5F3A;
}
.portfolio-just-text:hover{
	background-color: #DDD;
	color:#fff;
}
.portfolio-preview-text {
	text-align:left;
	overflow:hidden;
}
.portfolio-preview-images img {
  border: 1px solid #DDD!important;
  width:100%;
}
/* --- Smart Archive ---- */
#content .page ul#smart-archives-block {
	margin:10px 0 50px;
	padding:30px 20px 10px;
	overflow: hidden;
	background:#f6f6f6;
	font-size:15px;
	font-size:0.9375rem;
}
ul#smart-archives-block li {
	float: left;
	margin:0;
	padding:0 0 20px;
	list-style:none !important;
	line-height:1.7;
}
ul#smart-archives-block li a {
	margin:0 0 0 15px;
	display: inline-block;
}
ul#smart-archives-block li strong {
	margin:0;
	font-weight:normal;
}
ul#smart-archives-block li span.empty-month {
	margin:0 0 0 18px;
}
#smart-archives-list h2 {
	margin:2em 0 0.3em;
}
#content .page #smart-archives-list ul {
	margin: 0;
	font-size:18px;
	font-size:1.125rem;
}
#smart-archives-list ul li {
	padding: 0 !important;
	list-style:none;
}
/* Authorbox */
.post-nav {
	float:left;
	clear:both;
	width:100%;
}
.post-nav a {
	border: 1px solid #DDD;
	-moz-box-shadow: -1px -1px 12px 2px gainsboro;
	-webkit-box-shadow: -1px -1px 12px 2px gainsboro;
	box-shadow: -1px -1px 12px 2px gainsboro;
}
.post-nav .prev a{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 55%;
	left:1em;
	margin-top: -41px;
	margin-left: 0px;
	display: block;
	width: 41px;
	height: 41px;
	background: url("images/btn_left.gif");
	background-position: 0 0;
}
.post-nav .next a{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 55%;
	right:1em;
	margin-top: -41px;
	margin-left: -61px;
	display: block;
	width: 41px;
	height: 41px;
	background: url("images/btn_right.gif");
	background-position: 0 0;
}
.post-nav a:hover{
	background-position: -41px 0;
}
.back-top a{
	z-index: 1000;
	position: fixed;
	bottom:1em;
	right:1em;
	margin-left:-20px;
	display: block;
	width: 41px;
	height: 41px;
	background: url("images/btn_up.gif");
	border: 1px solid #DDD;
	-moz-box-shadow: -1px -1px 12px 2px gainsboro;
	-webkit-box-shadow: -1px -1px 12px 2px gainsboro;
	box-shadow: -1px -1px 12px 2px gainsboro;
}
.back-top a:hover {
	background-position:0 -41px;
}
.back-to-blog a {
	z-index: 1000;
	position: fixed;
	bottom: 70px;
	right:1em;
	margin-left:-20px;
	display: block;
	width: 41px;
	height: 41px;
	background: url("images/btn_blog.gif");
	border: 1px solid #DDD;
	-moz-box-shadow: -1px -1px 12px 2px gainsboro;
	-webkit-box-shadow: -1px -1px 12px 2px gainsboro;
	box-shadow: -1px -1px 12px 2px gainsboro;
}
.back-to-blog a:hover {
	background-position:0 -41px;
}
.pagenav {
	width:100%;
	float:left;
	margin: 20px auto;
	text-align:center;
}
.pagenav span,
.pagenav a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
color:#fff;
padding: 5px 10px;
border:0 none;
}
.pagenav span {
background-color: #EB5F3A;
color:#2A2A2A;
}
.pagenav a {
background-color: #ddd;
}
.pagenav a:hover {
background-color: #EB5F3A;
color:#2A2A2A;
}
#sidebar .widget,
#header .header-widget-area .widget {
	padding:10px 22px 30px;
	font-size:13px;
}
#sidebar .widget li,
#header .header-widget-area li{
	list-style:none;
}
#sidebar .widget h4,
#header .header-widget-area h4{
	margin:20px 0;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	font-size:16px;
}
#footer .footer-text {
	text-align:center;
}
/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/
/* comments */
#comments {
	border-top:1px solid #DDD;
	padding-top:24px;
	position:relative;
	float:left;
	width:100%;
}
#comments h3 {
	font-size:24px;
}
#comments h3:after {
content: "";
    display: block;
    width: 40px;
    
	padding-top:20px;
	margin-bottom:10px;
}
#comments ol, 
#comments ul,
#comments li {
	list-style:none;
}
#comments .comment {
	overflow:hidden;
	margin:0;
	padding:0;
}
#comments h3#comments-title span {
	display:none;
	margin:0 0 0 7px;
	font-size: .55em;
	color:#909090;
}
#comments h3#comments-title span a {
	color:#909090;
}
#comments h3#comments-title span a:hover {
	color:#333;
}
#content ol.commentlist {
    list-style:none;
	margin-bottom:24px;
}
#content ol.commentlist li {
	margin:0;
}
#content #comments ol li ul.children {
	margin:0;
	padding-left:50px;
}
#content #comments ol li ul.children ul.children {
	margin:0;
	padding:0;
}
/* --- Comment Content --- */
#comments .comment-content h1 {
	margin: 1em 0 0.6em;
	font-size:1.6em;
}
#comments .comment-content h2 {
	margin: 1em 0 0.6em;
	font-size:1.4em;
}
#comments .comment-content h3 {
	margin: 0.6em 0 0.4em;
	font-size: 1.3em;
}
#comments .comment-content h4 {
	margin: 0.5em 0 0.3em;
	font-size: 1.2em;
}
#comments .comment-content h5,
#comments .comment-content h6 {
	margin: 0.3em 0 0.3em;
	font-size: 1.1em;
}
#comments .comment-content {
	display:block;
	padding:0;
}
#comments .comment-content ul.comment-meta img.avatar {
	float:left;
	margin-right:10px;
	-webkit-border-radius: 42px;
	   -moz-border-radius: 42px;
	        border-radius: 42px;
}
#comments .comment-content ul.comment-meta {
	margin:0;
	padding:7px 0 0;
	overflow:hidden;
	list-style:none;
	font-size:0.95em;
}
#comments .comment-content .comment-text {
	margin:0;
	padding: 20px 10% 20px 50px;
	overflow:hidden;
background: url(images/bg_bottom.png) center bottom no-repeat;
}
#comments .comment-content ul li.comment-author {
	margin:0;
	font-weight:bold;
	line-height:normal;
	color:#2E2E2E;
	font-size: 22px;
}
#comments .comment-content ul li{
	padding-top:10px;
}
#comments ul.children .comment-content ul li.comment-author {
	margin:0;
}
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	margin:0 0 0 10px;
}
#comments .comment-content ul li.comment-author,
#comments .comment-content ul li.comment-time,
#comments .comment-content ul li.comment-edit {
	float:left;
}
#comments .comment-content ul li.comment-reply {
	margin:0;
	padding:0;
	float:right;
	position:relative;
}
#comments ul.children .comment-content ul li.comment-reply {
	margin:0;
}
#comments .comment-content p {
	margin:0 0 17px;
}
#comments .comment-content p:last-child {
	margin:0;
}
#comments .comment-content blockquote {
	padding: 0 0 0 15px;
	background:none;
	border-left:1px solid #999;
}
#comments .comment-content blockquote p cite {
	margin-top:0;
}
#comments .comment-content ul,
#comments .comment-content ol {
    margin:0 0 30px 25px;
	font-size: 100%;
}
#comments .comment-content ol ol,
#comments .comment-content ul ul {
	margin:0 0 0 22px;
	font-size: 100%;
}
#comments .comment-content table {
	font-size: 100%;
}
#comments .comment-content dl dt,
#comments .comment-content dl dd {
	font-size:.95em;
}
#comments ol.commentlist li.depth-2 .comment {
	margin-left:0;
}
#comments ol.commentlist li.depth-2 li .comment {
	margin-left:0;
}
ol.commentlist ul.children {
	list-style: none;
}
#comments p.comment-awaiting-moderation {
	display:inline;
	font-style:italic;
}
/* --- Pingback --- */
#comments ol li.pingback {
	display:block;
	margin:0 0 40px;
	padding:0 0 40px;
	font-size:0.95em;
	border-bottom:1px solid #ececec;
}
#comments ol li.pingback span {
	color:#4C4A4A;
	font-weight:bold;
	line-height:normal;
}
#comments ol li.pingback p {
	margin:0;
}
#comments ol li.pingback a {	
	font-weight: normal;
}
#comments ol li.pingback a.comment-edit-link {
	font-size:.85em;
}
/* --- No Comments Info --- */
#content .nopassword, 
#content p.nocomments {
	margin:0;
	padding:0 0 60px;
	font-size:1.1em;
	font-style:italic;
}
/* comment form */
.comment-form-comment {}
input[type="text"], textarea {
background-color: white;
border: 1px solid #ddd;
border: 1px solid rgba(0, 0, 0, .1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
color: #2E2E2E;
font-size: 100%;
margin-bottom: 1em;
outline: 0;
padding:10px 2%;
width: 96%;
}
form input[type="submit"] {
	padding: 5px 10px 5px 26px;
	margin: 0px;
	background-image: url(images/bg_plus.png);
	background-position: 0 -25px;
	background-repeat: no-repeat;
	background-color: #B4B4B4;
	color: white;
	cursor:pointer;
	font-size: 14px!important;
	line-height: 16px;
	display: inline-block;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	border-radius: 3px;
}
form input[type="submit"]:hover {
	color:#2A2A2A;
	background-color:#EB5F3A;
	background-position:0 0;
	border:none;
}
/* shortcodes and grid*/
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.onecol {
width: 4.85%;
}

.twocol {
width: 13.45%;
}

.threecol {
width: 22.05%;
}

.fourcol {
width: 30.75%;
}

.fivecol {
width: 39.45%;
}

.sixcol {
width: 48%;
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 65.4%;
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 82.7%;
}

.elevencol {
width: 91.35%;
}

.twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}
.divider {
	margin:10px 0;
	clear: both; 
  float: left; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}
#header .divider {
	margin: 0;
}
.white-box, 
.blue-box, 
.yellow-box, 
.red-box, 
.green-box, 
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 30px 0;
	padding: 30px;
	overflow:hidden;
	font-size:1.1em;
	line-height:1.45;
}
.white-box {
	background:#fff;
	border:1px solid #333;
}
.blue-box {
	background:#56B3B7;
	color:#fff;
}
.yellow-box {
	background:#F7EC69;
	color:#333;
}
.red-box {
	background:#E22727;
	color:#fff;
}
.green-box {
	background:#71B247;
	color:#fff;
}
.lightgrey-box {
	background:#f6f6f6;
}
.grey-box {
	background:#D3D3D3;
}
.dark-box {
	background:#333;
	color:#fff;
}
.standard-btn {
	display:inline-block;
	margin:10px 10px 10px 0;
	padding:8px 15px;
	overflow:hidden;
	cursor:pointer;
	font-size:.9em;
	color:#fff !important;
	text-decoration:none !important;
	text-align:center;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.standard-btn:hover {
	background:#909090;
	text-decoration:none;
}
.standard-btn.small-btn {
	padding:5px 10px;
	font-size: .8em;
}
.standard-btn.large-btn {
	margin:15px 15px 15px 0;
	padding:12px 22px;
	font-size: 1.1em;
}
.red-btn {
	background:#E22727;
	color:#fff;
}
.green-btn {
	background: #71B247;
	color:#fff;
}
.blue-btn {
	background: #56B3B7;
	color:#fff;
}
.yellow-btn {
	background: #F9D93A;
	color:#333 !important;
}
.grey-btn {
	background: #D3D3D3;
	color:#333 !important;
}
.grey-btn:hover {
	color:#333;
}
.black-btn {
	background: #000;
	color:#fff;
}
.recent-posts {
	clear: both;
	float: left;
}
.recent-posts h2{
	min-height:90px;
	margin:0;
}
.recent-posts h2 a{
	color: #2E2E2E;
}
/*feed*/
.mini-feed {
clear: both;
float: left;
}
.mini-feed ul.tweet-list {
    padding: 0!important;
	margin-left:0
}

.mini-feed li {
    border-bottom: 1px solid #F2F2F2;
    list-style: none;
    padding: 10px 20px 10px 0;
    font-size: 13px;
    line-height: 16px;
    min-height: 48px;
}

.mini-feed li.last {
    border: none;
}

.mini-feed li img {
    border-radius: 6px;
    float: left;
    margin: 0 10px 10px 0;
}

.mini-feed li span {
    margin-left: 58px;
    display: block;
}

.mini-feed li .tweet-time {
    display: block;
    color: #999;
    font-size: 11px;
    padding-top: 5px;
}
/*
	responsive-slider
*/
.responsive-slider.flexslider {
	margin:0!important;
}
responsive-slider {
	
}
#content article .responsive-slider ul,
#content article .responsive-slider ol {
	padding: 0;
}
/* Smaller screens */
@media only screen and (max-width: 1024px) {
	a {
		transition: all 0;
		-moz-transition: all 0; /* Firefox 4 */
		-webkit-transition: all 0; /* Safari and Chrome */
		-o-transition: all 0; /* Opera */
	}
	a:hover {
		transition: all 0;
		-moz-transition: all 0; /* Firefox 4 */
		-webkit-transition: all 0; /* Safari and Chrome */
		-o-transition: all 0; /* Opera */
	}
	article.excerpt .post-content header .post-author,
	article.excerpt .tags,
	article .post-content header h1 a {
		opacity:1;
		transition: all 0;
		-moz-transition: all 0; /* Firefox 4 */
		-webkit-transition: all 0; /* Safari and Chrome */
		-o-transition: all 0; /* Opera */
	}
	article.excerpt .tags {
		margin-bottom:20px;
	}
	#content {
		width: 100%;
	}
	article.excerpt {
		opacity:1;
	}
	#header .header-widget-area,
	#main-nav-wrap ul, #footer-nav ul {
		margin:0 20px;
	}
	#content {
	background: none;
	padding-right: 0;
	}
	#sidebar {
		opacity:1;
		width: 100%;
		border-left:0px none;
		margin-left: 0;
		padding-top: 36px;
		background: url(images/bg_bottom.png) center top no-repeat;
		text-align:center;
	}
	article .post-content figure.thumbnail {
		display:none;
	}
	.back-top a{
		right: 0;
		bottom: 60px;
	}
	.back-to-blog a{
		bottom: 120px;
		right: 0;
	}
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
	body {
		border:0px none;
		padding:0;
	}
	#pagewrap {
		padding:20px;
	}
	.author-info .avatar-container {
		display:none;
	}
	.author-info .author-description {
		width: 100%;
		background-image:none;
		padding:0;
	}
	#content #comments ol li ul.children {
		margin: 0;
		padding-left: 0;
	}
	.post-nav .prev a {
		top:auto;
		left:0;
		bottom:0;
	}
	.post-nav .next a {
		top:auto;
		right:0;
		bottom:0;
	}
	#main-nav-wrap ul li, #footer-nav ul li {
		display: inline-block;
		width: 100%;
	}
	#main-nav-wrap ul li a, #footer-nav ul li a {
		padding:0;
	}
	#main-nav-wrap ul li a, #footer-nav ul li a:hover {
		border:0 none!important;
	}
	#main-nav-wrap #main-nav li ul.sub-menu {
		border:0px none;
		margin:0 auto;
		display:block;
		position:static;
	}
	#main-nav-wrap #main-nav li ul.sub-menu li{
		text-align:center;
	}
	#content article ul, #content article ol {
		padding: 0 0 20px 0;
	}
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	width: 100%;
	float: none;
	}
}