/*
Theme Name:         Codilight
Theme URI:          http://www.famethemes.com/themes/codilight/
Description:        Codilight is a premium Wordpress theme by FameThemes.
Version:            1.5
Author:             FameThemes
Author URI:         http://www.famethemes.com/
Tags: white, black, two-columns, custom-colors, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html

*/


/*-----------------------------------------------------------------------------------


:: 01. CSS Reset & Clearfix
:: 02. Global
:: 03. Structure
:: 04. Header
:: 05. Content
:: 06. Sidebar
:: 07. Comment
:: 08. Footer
:: 09. Pages & Templates


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/

/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

.clearfix:after {
	clear: both; 
}

.clearfix {
	zoom: 1; 
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*-----------------------------------------------------------------------------------*/

/*	2.	Global

/*-----------------------------------------------------------------------------------*/


body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	color: #494949;
	word-wrap: break-word;
	margin: 0;
}

:focus {
	outline: none;
}

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

iframe, embed {
	max-width: 100%;
}

input,
textarea,
select {
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font: 13px/20px "Helvetica",Arial,sans-serif;
    padding: 11px;
    width: 250px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #EEEEEE;
	   -moz-box-shadow: 0 1px 1px #EEEEEE;
            box-shadow: 0 1px 1px #EEEEEE;
}

textarea {
	resize: vertical;
	width: 95%;
}

input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}

.hidden { display: none; }

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

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

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #46a28d;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}

a:hover { 
	color: #46a28d;
	text-decoration: none; 
}

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin: 0 0 20px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
	margin: 30px 60px 30px 60px;
}

blockquote p {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 11px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre, code, tt {
	background: url(images/pre-bg.png) repeat;
	border: none;
    color: #888888;
    display: block;
    font-size: 12px;
	line-height: 20px;
    overflow: auto;
    padding: 20px;
    word-wrap: break-word;
	vertical-align: baseline;
}

ul, ol, dl { 
	margin-left: 30px; 
	padding: 0;
}

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.sticky {}

.bypostauthor {}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    background: #FFFFFF;
}

img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	display: block;
	clear: both;
    margin: 10px auto;
}

img.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 10px 20px;
	color: #999999;
	font-style: italic;
}

.wp-caption a {
    display: inline-block;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: none;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
    margin: 0 0 0 0;
}

.gallery {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto ! important;
	overflow: hidden;
}

.gallery br {
	height: 0 ! important;
	display: none;
}	

.gallery-item { 
    float: left; 
    margin: 0 0 0 0 ! important;
    text-align: center;
	font-size: 0px;
	line-height: 0px;
}

.gallery-icon {
	margin: 0 0 0 0;
	display: block;
	overflow: hidden;
}

.gallery-item .gallery-caption { 
	display: block;
	text-align: center;
    margin-bottom: 5px !important;
	font-size: 12px;
	line-height: 20px;
}

.gallery-item img {
	border: none ! important;
	margin: 0 !important;
	padding:  0 !important;
	width: 100%;
}

.gallery-item a {
	float: left;
	margin:  0 0 2% 0!important;
	padding: 0 !important;
	line-height: 0;
	font-size: 1px;
	width: 98%;
}


/*-----------------------------------------------------------------------------------*/

/*	3.	Structure

/*-----------------------------------------------------------------------------------*/

.admin-bar #top-navigation{ top: 32px; }
.admin-bar .body-content{   }

#codilight {
	display: none;
}

.body-content {
	padding: 46px 0 0 0;
}

.wrapper {
	margin: 0 auto;
	width: 1182px;
	overflow: hidden;
}

.wrapper-no-over {
	margin: 0 auto;
	width: 1182px;
}

#header {
	float: left;
	display: block;
	width: 100%;
	margin: 40px 0;
}

#main {
	float: left;
	display: block;
	width: 100%;
}

.main-content {
	width: 1181px;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
}

#content {
	float: left;
	width: 853px;
	padding: 0 0 40px 0;
	margin: 0 0 0 0;
}

#sidebar {
	float: right;
	width: 300px;
	padding: 0;
	margin: 30px 25px 30px 0;
}

#footer {
	margin: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/

/*	4.	Header

/*-----------------------------------------------------------------------------------*/


/* Top Navigation
-------------------------------------------------------------------------------------*/


#top-navigation {
	background: #46A28D;
	border-bottom: 1px solid #30917b;
	height: 45px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
}

.top-menu-left {
	background: url("images/divider.png") no-repeat right top;
	float: left;
	margin: 0 0 0 0;
	height: 46px;
}

.top-menu-left li {
	background: url("images/divider.png") no-repeat left top;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
}

.top-menu-left li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.top-menu-left li.small-logo a {
	background: #46a28d;
	display: block;
	width: 56px;
	height: 45px;
	position: relative;
}

.top-menu-left li.small-logo a:hover {
	background: #ffffff;
	height: 46px;
    color: #46a28d;
}

.top-menu-left li.small-logo a span.home-icon {
    display: block;
    font-size: 19px;
    height: 15px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 16px;
}
.top-menu-left li.categories a {
    padding: 16px 20px;
    display: inline-block;
    height: 13px;
    position: relative;
}

.top-menu-left li.categories a:hover {
    background: #ffffff;
    color: #46a28d;
}

.top-menu-left li.categories a span.categories-icon {
    background: url("images/categories-icon.png") no-repeat;
    float: left;
    width: 13px;
    height: 12px;
    display: block;
    margin: 0 8px 0 0;
}


#top-navigation .top-menu-left li a {
    cursor: pointer;
}

#top-navigation .top-menu-left li .dropdown-menu {
    background: #ffffff;
    padding: 0px;
    display: none;
    position: absolute;
    top: 45px;
    height: 0;
    margin: 0 0 0 0;
    list-style: none;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-animation: showmenu 0.2s;
    -moz-animation: showmenu 0.2s;
    -ms-animation: showmenu 0.2s;
    -o-animation: showmenu 0.2s;
}

#top-navigation .top-menu-left li:hover .dropdown-menu {
    display: block;
    height: auto;
}

#top-navigation .top-menu-left li .dropdown-menu.categories {
    width: 225px;
}

#top-navigation .top-menu-left li .dropdown-menu.categories ul {
    margin: 0 0 0 0;
    list-style: none;
}

#top-navigation .top-menu-left li .dropdown-menu.categories li {
    background: none;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #EAEAEA;
}

#top-navigation .top-menu-left li .dropdown-menu.categories li a {
    display: block;
    height: auto;
    line-height: 28px;
    padding: 13px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
}

#top-navigation .top-menu-left li .dropdown-menu.categories li a:hover {
    color: #46a28d;
}

#top-navigation .top-menu-left li .dropdown-menu.hot-tags {
    padding: 20px 15px 15px 20px;
    width: 225px;
}

#top-navigation .top-menu-left li .dropdown-menu.hot-tags ul {
    margin: 0 0 0 0;
    list-style: none;
}

#top-navigation .top-menu-left li .dropdown-menu.hot-tags ul li {
    background: none;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 0 0 0;
}

#top-navigation .top-menu-left li .dropdown-menu.hot-tags ul li a {
    background: #46a28d;
    color: #ffffff;
    padding: 3px 6px;
    font-size: 13px;
    line-height: 21px;
    height: auto;
    text-transform: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#top-navigation .top-menu-left li .dropdown-menu.hot-tags ul li a:hover {
    background: #222222;
}

#top-navigation .top-menu-right li a {
    cursor: pointer;
}

.top-menu-left li.categories a:hover span.categories-icon {
    background: url("images/categories-icon.png") no-repeat;
    background-position: -13px 0;
}

.top-menu-left li.hot-tags a {
    padding: 16px 20px;
    display: inline-block;
    height: 13px;
    position: relative;
}

.top-menu-left li.hot-tags a:hover {
    background: #ffffff;
    color: #46a28d;
}

.top-menu-left li.hot-tags a span.tags-icon {
    background: url("images/tags-icon.png") no-repeat;
    float: left;
    width: 13px;
    height: 13px;
    display: block;
    margin: 0 8px 0 0;
}

.top-menu-left li.hot-tags a:hover span.tags-icon {
    background: url("images/tags-icon.png") no-repeat;
    background-position: -13px 0;
}


.top-menu-left .pri-menu {
	float:left;
	max-width:600px;
	margin:0;
}

.top-menu-left .pri-menu li {
	position: relative;
}

.top-menu-left .pri-menu > li a {
	padding: 16px 20px 17px;
	display: inline-block;
	height: 13px;
	position: relative;
}

.top-menu-left .pri-menu > li:hover > a{
    background: #ffffff;
    color: #46a28d;
}
.top-menu-left .pri-menu li ul.sub-menu {
	display: none;
	background: #ffffff;
	padding: 0;
	position: absolute;
	top: 45px;
	height: 0;
	margin: 0 0 0 0;
	list-style: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	z-index: 9999;
	width: 225px;
}
#top-navigation .top-menu-left .dropdown-menu .categories-menu,
#top-navigation .top-menu-left .dropdown-menu .hot-tags-menu {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#top-navigation .top-menu-left .dropdown-menu .categories-menu ul.sub-menu li:hover ul.sub-menu,
#top-navigation .top-menu-left .dropdown-menu .categories-menu li:hover ul.sub-menu,
.top-menu-left .pri-menu li:hover ul.sub-menu {
	display: block;
	height: auto;
}

#top-navigation .top-menu-left .dropdown-menu .categories-menu ul.sub-menu ul.sub-menu {
    display: none;
}

.top-menu-left .pri-menu li a i {
	margin-right:8px;
	font-size:15px;
}


.top-menu-left .pri-menu > li a:hover {
	background:#fff;
	color:#46A28D;
}

.top-menu-left .pri-menu > li > ul.sub-menu > li:hover > a{
    color: #46a28d;
}

.top-menu-left .pri-menu > li:hover ul.sub-menu {
	display: block;
}
#top-navigation .top-menu-left .dropdown-menu .categories-menu > li,
.top-menu-left .pri-menu > li > ul.sub-menu > li {
	background: none;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
#top-navigation .top-menu-left li .dropdown-menu.categories li.menu-item-ancestor a,
.top-menu-left .pri-menu > li > ul.sub-menu > li.menu-item-ancestor a {
	background: url("images/menu-arrow.png") no-repeat 94% 17px;
}

#top-navigation .top-menu-left li .dropdown-menu.categories li.menu-item-ancestor > ul.sub-menu > li a,
.top-menu-left .pri-menu > li > ul.sub-menu > li.menu-item-ancestor > ul.sub-menu > li a {
	background: none;
}

.top-menu-left .pri-menu > li > ul.sub-menu > li a {
	font-family: 'Raleway',sans-serif;
    font-size: 18px;
    font-weight: 500;
	color: #888888;
    display: block;
    height: auto;
    line-height: 28px;
    padding: 13px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.top-menu-left .pri-menu > li > ul.sub-menu > li a:hover {
	color:#46A28D;
}

#top-navigation .top-menu-left .dropdown-menu .categories-menu ul.sub-menu,
.top-menu-left .pri-menu > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
    background: #FFF;
	top: 0px;
	width: 225px;
	z-index: 9999;
	left:225px;
	display:none;
}

#top-navigation .top-menu-left .dropdown-menu .categories-menu > li:hover > ul.sub-menu,
.top-menu-left .pri-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display:block;
}

.top-menu-left .pri-menu > li > ul.sub-menu > li > ul.sub-menu li {
	background: none;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

.top-menu-right {
	background: url("images/divider.png") no-repeat right top;
	float: right;
	margin: 0 0 0 0;
}

.top-menu-right li:hover >a{
    color:#46A28D;
    background: #ffffff;
}

.top-menu-right li {
	background: url("images/divider.png") no-repeat left top;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
    position: relative;
}

.top-menu-right li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.top-menu-right li.search a {
	padding: 16px 20px;
	display: inline-block;
	height: 13px;
	position: relative;
}

.top-menu-right li.search a:hover {
	background: #ffffff;
	color: #46a28d;
}

.top-menu-right li.search a span.search-icon {

	float: left;
	width: 14px;
	height: 15px;
	display: block;
	margin: -1px 8px 0 0;
}

.top-menu-right li.search a:hover span.search-icon {

	background-position: -14px 0;
}

.top-menu-right li.twitter a {
	padding: 16px 20px;
	display: block;
	height: 13px;
	position: relative;
}

.top-menu-right li.twitter a:hover {
	background: #ffffff;
	color: #46a28d;
}

.top-menu-right li.twitter a span.twitter-icon {
	float: left;
	width: 16px;
	height: 13px;
	display: block;
	margin: 0 8px 0 0;
}


.top-menu-right li.share a {
	padding: 16px 20px;
	display: inline-block;
	height: 13px;
}

.top-menu-right li.share a:hover {
	background: #ffffff;
	color: #46a28d;
}

.top-menu-right li.share a span.share-icon {
	float: left;
	width: 14px;
	height: 16px;
	display: block;
	margin: 0px 8px 0 0;
}


.top-menu-right li.turn-off {
	display: none;
}

.top-menu-right li.turn-off a {
	padding: 16px 20px;
	display: inline-block;
	height: 13px;
}

.top-menu-right li.turn-off a span.turn-off-icon {
	background: url("images/turn-off.png") no-repeat;
	float: left;
	width: 14px;
	height: 13px;
	display: block;
	margin: 0px 8px 0 0;
}

/* Drop Menu */
.top-mobile-menu {
    display: none;
    position: relative;
    background: 0 none;
}
.top-mobile-menu .dropdown-phone {
    left: 1px;
    position: absolute;
    top: 46px;
    width: 225px;
    z-index: 400;
    display: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}
.top-mobile-menu .dropdown-phone ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
.top-mobile-menu .dropdown-phone ul li {
    float: none;
    width: 100%;
    background: 0 none !important;
    padding: 0;
}
.top-mobile-menu .dropdown-phone ul li a {
    border-bottom: 1px solid #EAEAEA;
    background: #FFF;
    display: block;
    color: #888888;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    height: auto;
}
.top-mobile-menu .dropdown-phone ul li a:hover {
    color: #46A28D;
}
.top-mobile-menu .dropdown-phone ul li .sub-menu,
.top-mobile-menu .dropdown-phone ul li .sub-menu .sub-menu{
    display: block !important;
    left: 0 !important;
    position: static !important;
    height: auto !important;
    box-shadow: none;
}
.top-mobile-menu .dropdown-phone ul li .sub-menu li,
.top-mobile-menu .dropdown-phone ul li .sub-menu .sub-menu li{
    border: none !important;
}
.top-mobile-menu .dropdown-phone li.menu-item-ancestor a {
    background-image: none !important;
}
.top-mobile-menu > a {
    display: inline-block;
    padding: 16px 20px 17px;
    position: relative;
    color: #FFFFFF;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.top-mobile-menu > a:hover {
    background: #FFF;
    color: #46A28D;
}

.top-mobile-menu > a > span.categories-icon {
    background: url("images/categories-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 12px;
    margin: 0 8px 0 0;
    width: 13px;
}
.top-mobile-menu > a:hover > span.categories-icon {
    background: url("images/categories-icon.png") no-repeat scroll -13px 0 rgba(0, 0, 0, 0);
}

#top-navigation .top-menu-left li a {
	cursor: pointer;
}

/*
#top-navigation .top-menu-left .categories-menu,
#top-navigation .top-menu-left .hot-tags-menu {
	display: none;
	background: #ffffff;
	padding: 0;
	position: absolute;
	top: 45px;
	height: auto;
	margin: 0 0 0 0;
	list-style: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	visibility: hidden;
	z-index: 9999;
}
*/

/*
#top-navigation .top-menu-left li.sfHover .categories-menu,
#top-navigation .top-menu-left li.sfHover .hot-tags-menu {
	visibility: visible;
}

#top-navigation .top-menu-left .categories-menu {
	*/
/*width: 265px;*//*

	margin: 0 0 0 0;
	list-style: none;
}

#top-navigation .top-menu-left .categories-menu li {
	background: none;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

#top-navigation .top-menu-left .categories-menu li:last-child {
	border-bottom: none;
}
*/

/*#top-navigation .top-menu-left .categories-menu li a {
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    font-weight: 500;
	color: #888888;
    display: block;
    height: auto;
    line-height: 28px;
    padding: 13px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

#top-navigation .top-menu-left .categories-menu li a:hover {
	color: #46a28d;
}

#top-navigation .top-menu-left .categories-menu li a.sf-with-ul {
	background: url("images/menu-arrow.png") no-repeat 94% 17px;
}*/

/*#top-navigation .top-menu-left .categories-menu li ul {
	position: absolute;
    top: -9999em;
    width: 225px;
    z-index: 9999;
}*/

/*#top-navigation .top-menu-left .categories-menu li:hover ul,
#top-navigation .top-menu-left .categories-menu li.sfHover ul {
	border-top: 1px solid #eaeaea;
	background: #ffffff;
	position: absolute;
	left: 225px;
	top: -1px;
	padding: 0;
	margin: 0 0 0 0;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}*/

#top-navigation .top-menu-left .categories-menu li:hover li ul,
#top-navigation .top-menu-left .categories-menu li.sfHover li ul,
#top-navigation .top-menu-left .categories-menu li li:hover li ul,
#top-navigation .top-menu-left .categories-menu li li.sfHover li ul,
#top-navigation .top-menu-left .categories-menu li li li:hover li ul,
#top-navigation .top-menu-left .categories-menu li li li.sfHover li ul { top: -9999em; }

#top-navigation .top-menu-left .categories-menu li li:hover ul,
#top-navigation .top-menu-left .categories-menu li li.sfHover ul,
#top-navigation .top-menu-left .categories-menu li li li:hover ul,
#top-navigation .top-menu-left .categories-menu li li li.sfHover ul,
#top-navigation .top-menu-left .categories-menu li li li li:hover ul,
#top-navigation .top-menu-left .categories-menu li li li li.sfHover ul {
	left: 250px;
	top: -1px;
}

#top-navigation .top-menu-right li a {
	cursor: pointer;
}

#top-navigation .top-menu-right li.search .dropdown-search, 
#top-navigation .top-menu-right li.twitter .dropdown-social-icons,
#top-navigation .top-menu-right li.share .dropdown-share-buttons {
	background: #ffffff;
	padding: 20px;
	display: none;
	position: absolute;
	top: 45px;
	height: auto;
	margin: 0 0 0 0;
	list-style: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  	z-index: 9999;
}

#top-navigation .top-menu-right li.search:hover .dropdown-search, 
#top-navigation .top-menu-right li.twitter:hover .dropdown-social-icons,
#top-navigation .top-menu-right li.share:hover .dropdown-share-buttons {
	display:block;
	height: auto;
}

.dropdown-search {
    width: 322px;
}

#top-navigation .top-menu-right li.twitter .dropdown-social-icons,
#top-navigation .top-menu-right li.share .dropdown-share-buttons{ right: 0px;}

.chrome .dropdown-search,
.opera .dropdown-search,
.safari .dropdown-search {
    width: 326px;
}

.dropdown-search #searchform {
	display: block;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.dropdown-search #searchform input[type="text"] {
	background: none;
	border: none;
	width: 270px;
}

.dropdown-search #searchform input[type="submit"] {
    background: url("images/search-icon-form.png") no-repeat center center;
	cursor: pointer;
	width: 14px;
	height: 15px;
	margin: 8px 5px 0 0;
	display: block;
	float: left;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.dropdown-search #searchform input[type="submit"]:hover {
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	   -moz-opacity: 0.8;
			opacity: 0.8;
}

#top-navigation .top-menu-right li .dropdown-social-icons {
	width: 350px;
	margin-left: -250px;
}

.ie #top-navigation .top-menu-right li .dropdown-social-icons {
	width: 350px;
	margin-left: -250px;
}

.chrome #top-navigation .top-menu-right li .dropdown-social-icons,
.opera #top-navigation .top-menu-right li .dropdown-social-icons,
.safari #top-navigation .top-menu-right li .dropdown-social-icons {
	width: 350px;
	margin-left: -248px;
}

.dropdown-social-icons h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #666666;	
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.dropdown-social-icons .social-icons-section {
	width: 100%;
	border-bottom: 1px dotted #dfdfdf;
	margin: 0 0 20px 0;	
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

.dropdown-social-icons .social-icons-section ul {
	display: block;
	margin: 0 0 0 0;
	list-style: none;
	overflow: hidden;	
	z-index: 99999;
}

.dropdown-social-icons .social-icons-section ul li {
	background: none;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}

.dropdown-social-icons .social-icons-section ul li:last-child {
	margin: 0 0 0 0;
}

.dropdown-social-icons .social-icons-section ul li a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0 0 0 0;
}

.dropdown-social-icons .facebook-box-section {
	width: 100%;
	display: block;
	overflow: hidden;
	z-index: 99999;
}

#top-navigation .top-menu-right li .dropdown-share-buttons {
	width: 95px;
	margin-left: -30px;
}

.chrome #top-navigation .top-menu-right li .dropdown-share-buttons,
.opera #top-navigation .top-menu-right li .dropdown-share-buttons,
.safari #top-navigation .top-menu-right li .dropdown-share-buttons {
	margin-left: -29px;
}

#top-navigation .top-menu-right li .dropdown-share-buttons ul {
	display: block;
	margin: 0 0 0 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: auto;
}

#top-navigation .top-menu-right li .dropdown-share-buttons li {
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	width: 100%;
	z-index: 99999;
	display: block;
	zoom: 1;
	float: left;
	overflow: hidden;
	height: 20px;
	position: relative;
}

#top-navigation .top-menu-right li .dropdown-share-buttons li.pinterest-button {
	margin: 0 0 0 0;
}

#top-navigation .top-menu-right li .dropdown-share-buttons li.google-button {
	display: none;
}

#top-navigation .top-menu-right li.sfHover .dropdown-share-buttons li.google-button {
	display: block;
}

#top-navigation .top-menu-right li .dropdown-share-buttons li iframe {
	position: absolute;	
	z-index: 99999;
	display: block ! important;
	cursor: default;
}

#top-navigation .top-menu-right li .dropdown-share-buttons li a {
	padding: 0 0 0 0;
	height: auto;
}

#top-navigation .top-menu-right li .dropdown-share-buttons li a:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Mobile Menu */

.tinynav {
	display: none;
}
.top-menu-left select.tinynav { margin-top:2px; }


/* Logo
-------------------------------------------------------------------------------------*/


.logo {
	min-width: 250px;
	float: left;
	margin: 5px 0 0 0;
}

.custom-logo p {
	display: none;
}

.logo img { 
	max-width: 100%;
	height: auto;
	margin: 0; 
}

.logo h1 {
	font-size: 50px;
	line-height: 54px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

.logo h1 a {
	color: #444444;
	text-decoration: none;
}

.logo h1 a:hover {
	opacity: 0.8;
}

.logo div a:hover {
	opacity: 0.8;
}

.logo p {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* Header Ads
-------------------------------------------------------------------------------------*/


.header-ads {
	float: right;
	width: 728px;
	line-height: 0;
	font-size: 0px;
}

/* Search
-------------------------------------------------------------------------------------*/


#searchform { 
	border: 1px solid #DFDFDF;
    border-radius: 2px 2px 2px 2px;
    display: block;
    overflow: hidden;
	margin: 0; 
}

#searchform input[type='text'] {
	float: left;
	border: medium none;
    box-shadow: none;
	color: #AAAAAA;
	width: 247px;
	font-size: 13px;
	line-height: 21px;
	outline: none;
	margin: 0;
	padding: 12px 11px;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
}

#searchform input[type='submit'] {
	background: url("images/search-icon-form.png") no-repeat center center;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin: 8px 5px 0 0;
    width: 14px;
}

#searchform input[type='submit']:hover {
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/

/*	5.	Content

/*-----------------------------------------------------------------------------------*/


.post-box {
	float: left;
	width: 100%;
}


/* Big Articles
-------------------------------------------------------------------------------------*/


.grid-big {
	float: left;
	width: 601px;
}

.grid-big .hentry {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	position: relative;
}

.grid-big .hentry .featured-image {
	width: 601px;
	height: 350px;
	margin: 0 0 0 0;
}

.grid-big .hentry .featured-image img {
	width: 601px;
	height: 350px;
}

.grid-big .hentry .meta-category {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
}

.grid-big .hentry .meta-category a {
	background: #fa4b2a;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 21px;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}

.grid-big .hentry h2.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 51px;
	max-width: 70%;
}

.grid-big .hentry h2.post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	background: #FFFFFF;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	color: #222222;
	text-decoration: none;
}

.grid-big .hentry h2.post-title a:hover {
	color: #46A28D;
	text-decoration: none;
}

.grid-small {
	float: left;
	width: 290px;
	margin: 0 0 0 0;
}

.grid-small .hentry {
	padding: 0 0 0 0;	
	border: none;
	position: relative;
}

.grid-small .hentry .featured-image {
	width: 290px;
	height: 175px;
	margin: 0 0 0 0;
}

.grid-small .hentry .featured-image img {
	width: 290px;
	height: 175px;
}

.grid-small .hentry .meta-category {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
}

.grid-small .hentry .meta-category a {
	background: #fa4b2a;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 21px;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}

.grid-small .hentry h2.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 51px;
	max-width: 70%;
}

.grid-small .hentry h2.post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	background: #FFFFFF;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	color: #222222;
	text-decoration: none;
}

.grid-small .hentry h2.post-title a:hover {
	color: #46A28D;
	text-decoration: none;
}

/* Random Posts
-------------------------------------------------------------------------------------*/


#random-section {
	display: block;
	overflow: hidden;
}

#random-section .random-title {
	float: left;
	width: 250px;
	height: 57px;
	background: url("images/random-arrow.png") no-repeat right top;
	color: #ffffff;
	padding: 0 25px 0 0;
	border-bottom: 1px solid #dfdfdf;
}

#random-section .random-title h3 {
	background: #46a28d;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 57px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	height: 57px;
	vertical-align:middle;
}

#random-section .random-article {
	float: left;
	width: 881px;
	padding: 0 0 0 25px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 57px;
}

#random-section .random-article h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 16px 0 0 0;
}

#random-section .random-article h4 a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	text-decoration: none;
}

#random-section .random-article h4 a:hover {
	color: #46A28D;
	text-decoration: none;
}


/* Grid Posts ( Second )
-------------------------------------------------------------------------------------*/


.grid-big-second {
	float: left;
	width: 450px;
	margin: 25px;
	position: relative;
}

.grid-big-second .hentry {
	margin-right: 0;
}

.grid-big-second .hentry .featured-image {
	width: 450px;
	height: 230px;
	margin: 0 0 15px 0;
}

.grid-big-second .hentry .featured-image img {
	width: 450px;
	height: 230px;
}

.grid-big-second .hentry .meta-category {
	font-family: 'Raleway',sans-serif;
	font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.grid-big-second .hentry .meta-category a {
	background: #00c8ff;
	color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 10px;
    text-decoration: none;
}

.grid-big-second .hentry .meta-author {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #c4c4c4;
	text-transform: uppercase;
	display: block;	
	overflow: hidden;
	margin: 0 0 20px 0;
}

.grid-big-second .hentry .meta-author a {
	font-weight: 600;
	color: #46a28d;
	text-decoration: none;
}

.grid-big-second .hentry .meta-author a:hover {
	font-weight: 600;
	color: #46a28d;
	text-decoration: none;
}

.grid-big-second .hentry h2.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	margin: 0 0 30px 0;
}

.grid-big-second .hentry h2.post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #222222;
	text-decoration: none;
}

.grid-big-second .hentry h2.post-title a:hover {
	color: #46A28D;
	text-decoration: none;
}

.grid-big-second .hentry .front-post-content {
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #c4c4c4;
}

.grid-small-second {
	float: left;
	width: 316px;
	margin: 25px 25px 25px 0;
}

.grid-small-second.last {
	margin: 25px 0 25px 0;
}

.grid-small-second .hentry .featured-image {
	width: 316px;
	height: 145px;
	margin: 0 0 10px 0;
}

.grid-small-second .hentry .featured-image img {
	width: 316px;
	height: 145px;
}

.grid-small-second .hentry .meta-category {
	font-family: 'Raleway',sans-serif;
	font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.grid-small-second .hentry .meta-category a {
	background: #00c8ff;
	color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 10px;
    text-decoration: none;
}

.grid-small-second .hentry .meta-author {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #c4c4c4;
	text-transform: uppercase;
	display: block;	
	overflow: hidden;
	margin: 0 0 10px 0;
}

.grid-small-second .hentry .meta-author a {
	font-weight: 600;
	color: #46a28d;
	text-decoration: none;
}

.grid-small-second .hentry .meta-author a:hover {
	font-weight: 600;
	color: #46a28d;
	text-decoration: none;
}

.grid-small-second .hentry h2.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0 0;
}

.grid-small-second .hentry h2.post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	text-decoration: none;
}

.grid-small-second .hentry h2.post-title a:hover {
	color: #46A28D;
	text-decoration: none;
}


/* Front Ads
-------------------------------------------------------------------------------------*/

.border-section {
	background: #dfdfdf;
	height: 1px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.front-ads {
	width: 100%;
	display: block
	overflow: hidden;
	padding: 25px 0;
	border-top: 1px solid #dfdfdf;
	text-align: center;
	line-height: 0;
	font-size: 0px;
}

.front-ads img {	
	display: inline-block;
	line-height: 1;
}


/* Block Posts
-------------------------------------------------------------------------------------*/


.block {
	float: left;
	width: 798px;
	margin: 0 30px 0 25px;
}

.block .hentry {
	border-bottom: 1px solid #dfdfdf;
	padding: 40px 0;
	display: block;
	overflow: hidden;
}

.block .hentry .post-content-right {
	float: left;
	width: 518px;
}

.block .hentry .post-header {
	position: relative;
}

.block .hentry .featured-image {
	float: left;
	width: 250px;
	height: 220px;
	margin: 0 30px 0 0;
}

.block .hentry .featured-image img {
	width: 250px;
	height: 220px;
}

.block .hentry .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    line-height: 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.block .hentry .meta-category a {
    background: #00C8FF;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 10px;
    text-decoration: none;
}

.block .hentry .post-content-right h2.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #222222;
	margin: 0 0 20px 0;
}

.block .hentry .post-content-right h2.post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #222222;
	text-decoration: none;
}

.block .hentry .post-content-right h2.post-title a:hover {
	color: #46A28D;
	text-decoration: none;
}

.block .hentry .post-content-right .meta-info {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #999999;
	margin: 0 0 25px 0;
	display: block;
	overflow: hidden;
}

.block .hentry .post-content-right .meta-info a {
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #999999;
	text-decoration: none;
}

.block .hentry .post-content-right .meta-info a:hover {
	color: #999999;
	text-decoration: underline;
}

.block .hentry .post-content-right .post-content-front p {
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	margin: 0 0 0 0;
}


/* Single Post
-------------------------------------------------------------------------------------*/


.block.loop-single .hentry {
	padding: 25px 0 0 0;
	border-bottom: none;
}

.breadcrumbs {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 25px 0;
	display: block;
	overfolow: hidden;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.breadcrumbs a {
	color: #555555;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #46a28d;
	text-decoration: none;
}

.block.loop-single .hentry h1.post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 45px;
	line-height: 54px;
	margin: 0 0 30px 0;
}	

.block.loop-single .hentry .featured-image {
	width: 798px;
	height: 350px;
	margin: 0 0 20px 0;
}

.block.loop-single .hentry .featured-image img {
	width: 798px;
	height: 350px;
}

.block.loop-single .hentry .featured-image.video {
	width: 798px;
	height: 449px;
}

.block.loop-single .hentry .post-content {
	width: 798px;
	display: block;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.block.loop-single .hentry .post-content .post-content-left {
	width: 140px;
	float: left;
	margin: 0 50px 0 0;
}

.block.loop-single .hentry .post-content .post-content-left .post-tags {
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

.block.loop-single .hentry .post-content .post-content-left h4 {
	color: #44444;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.block.loop-single .hentry .post-content .post-content-left a {
	display: block;
	color: #777777;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.block.loop-single .hentry .post-content .post-content-left a:hover {
	color: #777777;
	text-decoration: underline;
}

.block.loop-single .hentry .post-content .post-content-left .random-posts {

}

.block.loop-single .hentry .post-content .post-content-left .random-posts ul {
	margin: 0 0 0 0;
	list-style: none;
}

.block.loop-single .hentry .post-content .post-content-right {
	width: 608px;	
	float: left;
	margin: 0 0 0 0;
	font-size: 15px;
	line-height: 27px;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info {
	color: #C4C4C4;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 0 30px 0;
    overflow: hidden;
    text-transform: uppercase;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info a {
	color: #46A28D;
    font-weight: 600;
    text-decoration: none;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info a:hover {
	color: #46A28D;
    font-weight: 600;
    text-decoration: none;
}

.share-buttons.responsive {
	display: none;
	margin: 0 0 0 0;
}


/* Post Styling
-------------------------------------------------------------------------------------*/


.post-box ul {
	margin-left: 45px;
	list-style: square outside none;
}

.post-box ul li {
	margin-bottom: 10px;
}

.post-box ol {
	list-style: decimal outside none;
    list-style-position: inside;
}

.post-box ol li {
	margin-bottom: 10px;
}


/* Author
-------------------------------------------------------------------------------------*/


.author-wrap {
	border: 1px solid #dfdfdf;
	padding: 25px;
	margin: 0 0 30px 0;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.author-gravatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 25px 0 0;
	line-height: 1;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}

.author-gravatar img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}

.author-info {
	float: left;
	width: 621px;
}

.author-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #555555;
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

.author-title a {
	color: #555555;
	text-decoration: none;
}

.author-title a:hover, .author-title a:focus {
	color: #555555;
	text-decoration: none;
}

.author-description {
	display: block;
}

.author-description p {	
	margin: 0;
}


/* Related Posts
-------------------------------------------------------------------------------------*/


.related-posts {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dfdfdf;
}

.related-posts h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: #222222;
	margin: 0 0 20px 0;
}

.related-posts ul {
	margin: 0 0 0 0;
	list-style: none;
}

.block.loop-single .hentry .related-posts ul li {
	float: left;
	width: 249px;
	margin: 0 25px 0 0;
	overflow: hidden;
	position: relative;
}

.block.loop-single .hentry .related-posts ul li:last-child {
	margin-right: 0;
}

.block.loop-single .hentry .related-posts .featured-image {
	width: 249px;
	height: 120px;
	margin: 0 0 20px 0;
}

.block.loop-single .hentry .related-posts .featured-image img {
	width: 249px;
	height: 120px;
}	

.block.loop-single .hentry .related-posts h4.related-article {
	font-family: 'Raleway', sans-serif;	
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0 0;
}

.block.loop-single .hentry .related-posts h4.related-article a {
	color: #222222;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

.block.loop-single .hentry .related-posts h4.related-article a:hover {
	color: #46a28d;
}

.block.loop-single .hentry .related-posts .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    line-height: 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.block.loop-single .hentry .related-posts .meta-category a {
	background: #46A28D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 10px;
    text-decoration: none;
}


/* Pages
-------------------------------------------------------------------------------------*/


.post-content-single {
	font-size: 15px;
	line-height: 27px;
}


/* Archives
-------------------------------------------------------------------------------------*/


.post-box-archives {
	display: block;
	padding: 25px 30px 0 25px;
	overflow: hidden;
}

.post-box-archives .block {
	margin: 0 0 0 0;
}

.post-box-archives .breadcrumbs {
	margin: 0 0 25px 0;
}

.main-page-title {
	font-family: 'Raleway',sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
	color: #222222;
	margin: 0 0 30px 0;
}

.category-description {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.category-description p {
	margin: 0 0 0 0;
}

#post-nav.post-nav-archives {
	padding: 25px 30px 0 25px;
}

/* Navigation
-------------------------------------------------------------------------------------*/


#post-nav {  
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	padding: 30px 30px 40px 30px;
}

.pagination a,
.pagination span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 18px 10px 18px;
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.pagination a {
	background: #46a28d;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination span {
	background: #46a28d;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination .current {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/

/*	6.	Sidebar

/*-----------------------------------------------------------------------------------*/


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


.widget {
	padding: 0;
	margin: 0 0 30px 0;
	width: 100%;
	font-size: 13px;
	line-height: 21px;
	float: left;
}

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

.widget.uxde_ad125_widget {
	border-bottom: none;
	padding-bottom: 0;
}

.widget.Facebook_like {
	margin-bottom: 10px;
}

h3.widget-title {
	display: block;
	margin: 0 0 20px 0;
}

h3.widget-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.widget p {
	color: #555555;
	font-size: 13px;
	line-height: 21px;
}

.widget ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.widget ul li a {	
	color: #46a28d;
	text-decoration: none;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.widget-section {}


/* Categories
-------------------------------------------------------------------------------------*/


#sidebar .uxde_categories_widget ul {
	margin: 0 0 0 2px;
}

#sidebar .uxde_categories_widget li {
	background: url("images/categories-arrow.png") no-repeat left 5px;
	border: none;
	display: block;
	position: relative;
	padding: 0 0 8px 15px;
	margin: 0 0 8px 0;
}

#sidebar .uxde_categories_widget li:last-child {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}

#sidebar .uxde_categories_widget li a {
	color: #555555;
	font-size: 13px;
	lin-height: 21px;
	text-decoration: none;
}

#sidebar .uxde_categories_widget li a:hover {
	text-decoration: underline;
}

#sidebar .uxde_categories_widget li span {
	background: #cacaca;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 12px;
	position: absolute;
	top: 0;
	right: 5px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}

#sidebar .uxde_categories_widget li:hover span {
	background: #46a28d;
}


/* Categories, Archives, Pages & Meta
-------------------------------------------------------------------------------------*/


#sidebar .widget_categories li, #sidebar .widget_archive li, #sidebar .widget_meta li, #sidebar .widget_pages li {
    background: #f9f9f9;
	display: block;
	font-size: 14px;
	line-height: 22px;
    margin-bottom: 0;
	border: none;
	padding: 10px 15px;
	margin: 0 0 1px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#sidebar .widget_categories li a , #sidebar .widget_archive li a, #sidebar .widget_meta li a, #sidebar .widget_pages li a {
	color: #555555;
	text-shadow: 1px 1px #FFFFFF;
	text-decoration: none;
}


#sidebar .widget_categories li a:hover, #sidebar .widget_archive li a:hover, #sidebar .widget_meta li a:hover, #sidebar .widget_pages li a:hover {
	color: #46a28d;
	text-shadow: 1px 1px #FFFFFF;
	text-decoration: none;
}


/* 125x125 Banners
-------------------------------------------------------------------------------------*/


.uxde_ad125_widget {
	margin: 0 0 15px 0;
}

.ads-125 ul {
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
}

.ads-125 ul li {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 0 0 0;
	width: 125px;
	height: 125px;
	border: none;
}

.ads-125 ul li a img { 
	width: 125px;
	height: 125px;
	display: block;
	line-height: 1;
}

.ads-125 ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
}


/* Twitter Widget 
-------------------------------------------------------------------------------------*/


.uxde_tweet_widget ul li {
	border-bottom: 1px dotted #dfdfdf;
	padding: 0 0 12px 0;	
	margin: 0 0 12px 0;
}

.uxde_tweet_widget ul li span {
	font-size: 13px;
	line-height: 21px;
}

.uxde_tweet_widget ul li span a {
	color: #46a28d;
	font-size: 13px;
	line-height: 21px;
}

.uxde_tweet_widget ul li a {
	font-size: 11px;
	line-height: 19px;
	color: #555555;
	border-bottom: 1px solid #eaeaea;
}

a.twitter-link {
	float: right;
}


/* Flickr 
-------------------------------------------------------------------------------------*/


.flickr_badge_image {
	float: left;
	width: 62px;
	height: 62px;
	margin: 0 10px 10px 0;
}

.flickr_badge_image img {
	width: 62px;
	height: 62px;
}

.flickr_badge_image img:hover {
}


/* Calendar
-------------------------------------------------------------------------------------*/


.widget_calendar table {
	width: 100%;
	margin: 0 0 0 0;
	border: 1px solid #dfdfdf;
}

.widget_calendar table caption {
	border-bottom: 1px solid #DFDFDF;
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 10px;
    margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.widget_calendar table > thead > tr {
	border: 1px solid #46a28d;
	color: #ffffff;
}

.widget_calendar tbody > tr > td {
    padding: 7px 0 8px;
    text-align: center;
    width: 14.2857%;
}

.widget_calendar table#wp-calendar thead > tr > th {
	background: #46a28d;
}

.widget_calendar th {
	padding: 7px 8px;
	text-align: center;
	border-right: 1px solid #ffffff;
}

.widget_calendar th:last-child {
	border: none;
}

.widget_calendar table > tbody > tr {
	border: 1px solid #dfdfdf;
}

.widget_calendar table > tbody > tr td {
	border-right: 1px solid #dfdfdf;
}

.widget_calendar table > tbody > tr td a {
	font-weight: bold;
	text-decoration: none;
}

.widget_calendar table > tbody > tr td#today {
	background: #46a28d;
	color: #ffffff;
}

.widget_calendar a:hover {
	text-decoration: underline;
}

.widget_calendar tfoot > tr {
	border-bottom: 1px #dfdfdf;
}

.widget_calendar #prev {
	text-align: left;
	font-weight: bold;
}

.widget_calendar #prev a {
	text-decoration: none;
}

.widget_calendar #next {
	text-align: right;
	font-weight: bold;
}

.widget_calendar #next a {
	text-decoration: none;
}

/* Optin Form
-------------------------------------------------------------------------------------*/


.uxde_newsletter_widget input[type="text"] {
    padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
	width: 278px;
	display: block;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 2px; 
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.uxde_newsletter_widget input[type="email"] {
    padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
	width: 278px;
	display: block;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 2px; 
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.uxde_newsletter_widget input[type="submit"] {
	background: #46a28d;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    padding: 9px 12px;
	margin: 0;
	border: none;
	display: inline;
	-webkit-border-radius: 1px; 
	   -moz-border-radius: 1px;
			border-radius: 1px;
}

.uxde_newsletter_widget input[type="submit"]:hover {
	background: #222222;
}

.uxde_newsletter_widget p {
	background: none ! important;
	margin-bottom: 17px;
}


/* Recent & Popular Posts
-------------------------------------------------------------------------------------*/


.uxde_posts_widget .widget-post,
.uxde_popular_widget .widget-post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.uxde_posts_widget .post:last-child {
	margin: 0;
	padding: 0;
}
.uxde_popular_widget .post-title { margin: 0; }

.uxde_posts_widget .post-title,
.uxde_popular_widget .post-title {
	font-family: 'Raleway', sans-serif;	
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.uxde_posts_widget .post-title a,
.uxde_popular_widget .post-title a {
	color: #222222;
	text-decoration: none;
}

.uxde_posts_widget .post-title a:hover,
.uxde_popular_widget .post-title a:hover {
	color: #46a28d;
}

.uxde_posts_widget .widget-post,
.uxde_popular_widget .widget-post { 
	background: none;
    border-radius: 0;
    box-shadow: none;
	border: none;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.uxde_posts_widget .widget-post:last-child, 
.uxde_popular_widget .widget-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.uxde_posts_widget .widget-post .meta-category,
.uxde_popular_widget .widget-post .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.uxde_posts_widget .widget-post .meta-category a {
	background: #00C8FF;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.uxde_popular_widget .widget-post .meta-category a {
	background: #46A28D;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.uxde_posts_widget .widget-post .featured-image,
.uxde_popular_widget .widget-post .featured-image {
	width: 100px;
	height: 80px;
	float: left;
	display: block;
	margin: 0 15px 5px 0;
	position: relative;
}

.uxde_posts_widget .widget-post span,
.uxde_popular_widget .widget-post span {
	color: #c4c4c4;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
}


/* Tabbed Widget
-------------------------------------------------------------------------------------*/


.widget .widget-tabs {
	float:left;
	padding: 0;
}

.tab_wrap {
	background: #FFFFFF;
	float: left;
}

.widget .widget-tab ul {
    float: left;
	margin: 0;
}

.widget .widget-tabs ul.drop {
	float:left;
	width:300px;
	height:45px;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.widget .widget-tabs ul.drop li a {
	font-family: 'Raleway', sans-serif;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
}

.widget .widget-tabs ul.drop li a:hover {
	color: #46a28d;
	text-decoration: none;
}

.widget .widget-tabs ul.drop li {
	float:left;
	margin: 0;
	padding: 0 0 0 0;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
}

.widget .widget-tabs ul.drop li.ui-tabs-active {	
	border: 1px solid #dfdfdf;
	border-bottom: none;
}

.widget .widget-tabs ul.drop li.ui-tabs-active a {
	color: #46a28d;
}	

.widget .widget-tabs ul.drop li.tab_nav_1 {
	width:49%;
}

.widget .widget-tabs ul.drop li.tab_nav_2 {
	width:49%;
}

.widget .widget-tabs ul.nav{
	width:258px;
}

.widget .widget-tabs .widget-tab {
	float:left;
	padding:0;
	margin:0;
}

.widget .widget-tabs .widget-tab li {
    float: left;
    padding: 0 0 10px 0;
	margin: 0 0 10px 0;
   	width: 300px;
	border-bottom: none;
}

.widget .widget-tabs .widget-tab li:last-child {
    padding: 0;
	margin: 0;
	border-bottom: none;
}

.widget .widget-tabs .widget-tab li:last-child .featured-image {
    padding-bottom: 0;
	margin-bottom: 0;
}

.widget .widget-tabs .widget-tab li .widget-post {
	position: relative;
	padding: 0;
	margin: 0;
}

.widget .widget-tabs .widget-tab li .meta-category {
	font-family: 'Raleway',sans-serif;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.widget .widget-tabs .widget-tab li .meta-category a {
	background: #FA4B2A;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.widget .widget-tabs .widget-tab li .featured-image {
	float: left;
	display: block;
	width: 100px;
	height: 80px;
	margin: 0 15px 5px 0;
	padding: 0;
}

.widget .widget-tabs .widget-tab li h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.widget .widget-tabs .widget-tab li h4 a {
	color: #222222;
	text-decoration: none;
}

.widget .widget-tabs .widget-tab li h4 a:hover {
	color: #46a28d;
	text-decoration: none;
}

.widget .widget-tabs .widget-tab li span {
    color: #C4C4C4;
    font-size: 13px;
    font-style: normal;
    line-height: 21px;
}

.ui-tabs .ui-tabs-hide {
    left: -10000px;
    position: absolute;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}


/*-----------------------------------------------------------------------------------*/

/*	7.	Comments

/*-----------------------------------------------------------------------------------*/


#comments {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

.comment-header {
	color: #222222;
    overflow: hidden;
    position: relative;
	margin: 0 0 45px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.comment-header h3 {
	font-family: 'Raleway', sans-serif;	
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #222222;
	margin: 0 0 0 0;
}	

.comment-header h3 a {
	color: #222222;
	text-decoration: none;
}

.comment-header h3 a:hover {
	color: #222222;
	text-decoration: none;
}

.comment-header ul {
    color: #7E7E75;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 32px;
}

.comment-header ul li a {
    float: left;
	padding: 6px 16px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comment-header ul li a:hover {
	text-decoration: underline;
}

ol.commentlist {
	margin: 0 ! important;
	list-style: none ! important;
}

.comment-body {
    margin: 0 0 35px 0;
    overflow: hidden;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #DFDFDF;
    position: relative;
}

.comment-avatar {
	width: 75px;
}

.comment-body .avatar {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
		    border-radius: 50px;
}

.comment-content {
	display: block;
	position: relative;
	margin: 0 0 0 95px;
}

.comment-meta {
	display: block;
}

.comment .vcard {
	margin: 0 20px 10px 0;
	position: relative;
	width: 75px;
	float: left;
}

.comment {
	margin: 0 0 35px 0;
}

.comment-body .fn {
	font-family: 'Raleway',sans-serif;
	font-weight: 400;
    font-size: 18px;
	font-style: normal;
	line-height: 24px;
	display: block;
    padding: 0 0 15px 0;
}

.comment-body .fn a {
	color: #444444;
	text-decoration: none;
}

.comment-body .fn a:hover {
	color: #222222;
	text-decoration: none;
}

.comment-body time {
	display: inline-block;
	color: #d3d3d3;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}	

.comment-body time a {
	font-style: italic;
	font-weight: bold;
	color: #d3d3d3;
	text-decoration: none;
}

.comment-body time a:hover {
	font-weight: bold;
	color: #d3d3d3;
	text-decoration: none;
}

.comment-edit-link {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	display: inline;
}

a.comment-edit-link {
	color: #494949;
}

a:hover.comment-edit-link {
	color: #494949;
}

.reply-rate {
	display: block;
	width: 100%;
	position: relative;
}

.comment-reply-link {
    margin: 0;
}

a.comment-reply-link {
	color: #46a28d;
	text-decoration: none;	
	font-weight: bold;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

a:hover.comment-reply-link {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

#allowed_tags,
.comment p {
	font-size: 14px;
	line-height: 22px;
	color: #474646;
	margin: 0 0 20px 0;
}

section.comment {
	background: #FFFFFF;
	padding: 0;
	margin: 0 0 0 0;
}

.comment .children {
	margin: 0;
}

.comment .children li {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 50px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

#respond {
	margin: 50px 0 0 0;
}

#respond h3 {
	color: #222222;
    font-family: 'Raleway',sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 20px 0;
}

form label {
	margin: 5px 0 3px 0;
	font-size: 14px;
	line-height: 20px;
}

form label.comment-field {
	display: block;
}

#respond input {
	background: #FFFFFF;
	display: block;
	margin-right: 1.33%;
	width: 51%;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#respond p.respond_desc {
	font-size: 12px !important;
}

#respond input#url {
	margin-right: 0;
}

#respond textarea {
	background: #FFFFFF;
	height: 230px;
	width: 767px;
	margin-top: 2px;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#respond #submit {
	font-family: 'Raleway',sans-serif;
	background: #46a28d;
	color: #FFFFFF;
	width: 300px;
	padding: 15px 0;
	border: none;
	cursor: pointer;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	background: #222222;
	margin: 0;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}

.form-allowed-tags {
	display: none;
}

.comment-form-author {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.comment-form-email {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.comment-form-url {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.comment-form-comment {
	font-weight: bold;
}

.form-submit {
	margin: 0 0 0 0;
}


/*-----------------------------------------------------------------------------------*/

/*	8.	Footer

/*-----------------------------------------------------------------------------------*/


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


.footer-shadow {
	background: url("images/footer-shadow.png") no-repeat;
	width: 960px;	
	height: 43px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
    clear: both;
	padding: 0 0 30px 0;
}


/* Copyright
-------------------------------------------------------------------------------------*/


.copyright {
	padding: 0;
	color: #888888;
	overflow: hidden;
	text-align: center;
}

#copyright-nav {
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
}

#copyright-nav ul {
	margin: 0 0 0 0;
}

#copyright-nav ul li {
	display: inline;
	margin: 0 30px 0 0;
}

#copyright-nav ul li:last-child {
	margin: 0 0 0 0;
}

#copyright-nav ul li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #46a28d;
	text-decoration: none;
}

#copyright-nav ul li a:hover {
	color: #444444;
	text-decoration: none;
}

.copyright-text {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}

.copyright-text p {
	margin: 0 0 0 0;
}

.theme-credit {
	margin: 0 auto;
	width: 118px;
}

.theme-credit span {
	float: left;
	width: 73px;
}

.credit-logo {
	float: right;
	background: url("images/credit-logo.png") no-repeat;
	width: 45px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	margin-top: -3px;
}


/* Back Top
-------------------------------------------------------------------------------------*/


#back-top {
    bottom: 43%;
    opacity: 1;
    position: fixed;
    right: 20px;
    visibility: visible;
}

#back-top a {
    display: block;
    width: 50px;
}

#back-top a:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#back-top span {
    background: #46A28D url("images/back-top.png") no-repeat;
    display: block;
    height: 50px;
    width: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}


/*-----------------------------------------------------------------------------------*/

/*	9.	Page Templates

/*-----------------------------------------------------------------------------------*/


/* Full Width
-------------------------------------------------------------------------------------*/

#content.full-width {
	border-right: none;
	width: 100%;
	padding-right: 0;
}

#content.full-width .block.loop-single {
	width: 1131px;
	margin: 0 25px 0 25px;
}


/* Archives
-------------------------------------------------------------------------------------*/

.archive-lists h2 {
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 10px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #DFDFDF;
}

.archive-lists ul {
    margin: 0 0 40px 0;
	list-style: none:
	overflow: hidden;
}

.archive-lists ul.children {
	border-bottom: none;
	margin: 0 0 0 15px;
}

.archive-lists ul li {
	display: block;
	margin: 0 0 10px 0;
}

.archive-lists .recent-post-list {
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.archive-lists .popular-post-list {
	float: left;
	width: 47%;
	margin: 0 0 0 0;
}

.block.loop-single .hentry .archive-lists ul li .widget-post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .featured-image {
    display: block;
    float: left;
    height: 80px;
    margin: 0 15px 5px 0;
    padding: 0;
    width: 100px;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .featured-image img {
	height: 80px;
	width: 100px;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 {
	font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 a {
	color: #222222;
	text-decoration: none;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 a:hover {
	text-decoration: none;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .meta-category {
    font-family: 'Raleway',sans-serif;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .meta-category a {
    background: #00C8FF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 2px 4px;
    text-decoration: none;
}

.archive-lists ul li .widget-post .meta-category a {
	color: #FFFFFF;
	text-decoration: none;
}

.archive-lists .archives {
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.archive-lists .categories {
	float: left;
	width: 47%;
	margin: 0 0 0 0;
}

.archive-lists .categories ul li {
	background: url("images/categories-arrow.png") no-repeat left 5px;
    border: none;
    display: block;
    margin: 0 0 8px;
    padding: 0 0 8px 15px;
    position: relative;
}

.archive-lists .categories ul li a {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
}

.archive-lists .categories ul li a:hover {
	text-decoration: underline;
}

.archive-lists .categories ul li span {
    background: #CACACA;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 12px;
    position: absolute;
    right: 5px;
    top: 0;
}

.archive-lists .categories ul li:hover span {
	background: #46A28D;
}

.archive-lists .archives ul li {
	background: url("images/categories-arrow.png") no-repeat left 5px;
    border: none;
    display: block;
    margin: 0 0 8px;
    padding: 0 0 8px 15px;
    position: relative;
}

.archive-lists .archives ul li a {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
}

.archive-lists .archives ul li a:hover {
	text-decoration: underline;
}

.archive-lists .archives ul li span {
    background: #CACACA;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 12px;
    position: absolute;
    right: 5px;
    top: 0;
}

.archive-lists .archives ul li:hover span {
	background: #46A28D;
}


/* 404 Page
-------------------------------------------------------------------------------------*/


.error-search {
	padding: 0 0 50px 0;
	margin: 0 0 60px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}

.error-search #searchform {
	border: 1px solid #dfdfdf;
	width: 796px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.error-search #searchform input[type="text"] {
	width: 746px;
	border: none;
	-webkit-border-radius: 0 0 0 0 ! important;
	   -moz-border-radius: 0 0 0 0 ! important;
			border-radius: 0 0 0 0 ! important;
}