/*
    Theme Name: TechGet
    Theme URI: http://techget.net/
    Description: This is a child theme for Genesis framework created By Jaden
    Author: Jaden
    Author URI: http://techget.net/
 
    Version: 1.0
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.7
 
    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Adding Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* After post area
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Social Rss Widget
* Sidebar newsletter widget
* Sidebar twitter widget
* Sidebar facebook widget
* Sidebar Guest Post
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Genesis aff box
* Shortcodes

*/


/* Adding Fonts From Google Font API
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Delius);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans&v1);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif&v1);


/* Font Face Import
------------------------------------------------------------ */

@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('fonts/TitilliumText22L001-webfont.eot');
    src: url('fonts/TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L001-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('fonts/TitilliumText22L002-webfont.eot');
    src: url('fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('fonts/TitilliumText22L004-webfont.eot');
    src: url('fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L004-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('fonts/TitilliumText22L005-webfont.eot');
    src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('fonts/TitilliumText22L006-webfont.eot');
    src: url('fonts/TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L006-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L006-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Defaults
------------------------------------------------------------ */
.flike {
	float:left;
	position:absolute;
	left:450px;
}


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #666;
	font-family: 'Droid Serif', arial, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}



/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #47b92d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
        padding-left:0;
}
	
/* Body
------------------------------------------------------------ */

body {
	color: #6F6A58;
	background: url("images/bg.jpg");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 auto 0;
	line-height: 20px;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


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

#header {
	background: url("images/header.jpg");
	height: 121px;
	margin: 0 auto 0;
}

#header .wrap {
	width: 1070px; 
	height: 121px;
	margin: 0 auto 0;
}

#title-area {
	width: 400px;
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#title {
	font-size: 34px;
	font-weight: normal;
	line-height: 46px;
	margin: 0; 
	padding: 0;
}

#title a,
#title a:hover {
	color: #444;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
}

#header .widget-area {
	width: 480px;
	float: right;
	padding: 20px 0 0;
}

#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}

#header .facebook {
	background: url("images/icon-facebook.png") no-repeat left center;
	padding: 20px 5px 15px 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#header .subscribe {
	background: url("images/icon-subscribe.png") no-repeat left center;
	margin: 0 0 0 10px;
	padding: 20px 5px 15px 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
	
#header .twitter {
	background: url("images/icon-twitter.png") no-repeat left center;
	margin: 0 10px;
	padding: 20px 5px 15px 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#header .widget-area .textwidget {
	padding: 0;
	text-align: right;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #header #title-area {
	background: url("images/logo.png") left top no-repeat;
	margin-top: 17px;
}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 500px;
	height: 100px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
	
.header-image #title-area #description {
	display: none;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1020px;
}


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

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 20px;
	font-size: 16px;
	font-weight:bold;
	}

li a .sf-sub-indicator {
	background: url("images/arrow-down.png") no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url("images/arrow-right.png") no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	margin:40px 0 0 0 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #ABABAB;
	font-family: 'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	text-shadow: #000000 1px 1px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #000000;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


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

#nav { 
	background: url(images/nav.png);
	position:relative; 
	font-size:16px; 
	height:38px; 
	
}

#nav .wrap {
	margin: 0 auto;
	width: 1070px;
}

#nav ul {
	width:1020px;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CEC2C2;
}
	
#nav li {
	float: left;
	list-style: none;
	line-height: 14px;
}

#nav li a {
	color: #ffffff;
	display: block;
	line-height:20px;
    	margin: 0;
	padding: 10px 15px 8px 15px;
	text-decoration: none;
	position: relative;
    font-family: 'Lato', sans-serif;
	border-right: 1px solid #cec2c2;
}


#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
	background:none;
	color: #f7f7f7;
	text-shadow: 0px 0px 15px white;
	
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}	
	
#nav li a .sf-sub-indicator {
	background: url("images/arrow-down.png");
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 0px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
}
	
#nav li li a:hover, #nav li li a:active {
	background: #000000;
}

#nav li li a .sf-sub-indicator {
	background: url("images/arrow-right.png");
	top: 10px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
}

#nav li ul a { 
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
}

#nav li:hover, #nav li.sfHover { 
	position: static;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #fff;
	display: inline;
}

.menu li.right a:hover {
	color: #333;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

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

#subnav {
	background: url("images/subnav.png");
	color: #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
	clear: both;
	-webkit-box-shadow:#918f8f 0 0 10px;
}

#subnav .wrap {
        width: 1070px;
        margin: 0 auto 0;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style: none;
}

#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight:bold;
	padding-bottom:6px;
  	padding-left:15px;
  	padding-right:15px;
  	padding-top:6px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #ABABAB;
	-moz-border-radius: 15px 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}

#subnavex {
	float:right;
	padding: 6px 15px 6px 15px;
	position:relative;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0px auto;
	width: 1070px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-sidebar #inner {
	background:#ffffff;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 11px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-family: 'TitilliumText22LRegular', Helvetica, Arial, San Serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	width: 810px;
	float: left;
	background: #fff;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1070px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	border-right:1px solid #DDDDDD;
	width: 550px;
	float: left;
	overflow: hidden;
}


.content-sidebar #content,
.sidebar-content #content {
	width: 750px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1070px;
}

#content blockquote {
	background: url("images/quote.png") no-repeat 20px 10px #F6F6F6;
	color: #2F2E2E;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	margin: 0 0 20px -20px;
	padding: 20px 30px 10px 100px;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	text-shadow: #FFFFFF 1px 1px;
}

#content .post h2{
	color: #0C394F;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	line-height: 36px;
	text-decoration: none;
	padding-bottom: 10px;
}

.entry-content a, 
.entry-content a:visited {
	color: #5263FD;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: none;
}

.before-content {
	border-bottom:1px solid #DDDDDD;
}

.before-content .widget {
	margin:0px;
}

#content .post {
	padding: 10px 20px 15px 20px;
	overflow: hidden;
	margin: 0;
	border-bottom:1px solid #DFDFDF;
}

#content .note{
	 background: url("images/alert.png") no-repeat 20px 10px #FBF7D9;
	 color: #88835A; 
	 text-shadow: 1px 1px 1px #FFFEFC;
	 border-bottom:1px solid #E5E597;
	 border-top:1px solid #E5E597;
	 border-right:1px solid #E5E597;
	 margin: 0 0 20px -20px;
	 padding: 20px 30px 10px 100px;
	 font-style: italic;
}

#content .page {
	padding: 20px;
	overflow: hidden;
	margin: 0;
	border-bottom:1px solid #DFDFDF;
}

#content .page .wrap {
	background: url("images/post-bg.png") repeat-x bottom;
	padding: 20px;
	border: 1px solid #FFFFFF;
}

#content .post p {
	font-family: Helvetica, Arial, sans-serif;
	color:#272626;
	font-size:16px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px 0 !important;
}

#content p.alertbox {
	background: #EEEEEE;
    	border: 1px solid #CCCCCC;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 20px;
	line-height: 24px;
	text-align: center;
	text-shadow: #FFFFFF 1px 1px;
}

.single #content p.alertbox {
	font-size: 14px;
	padding: 10px 15px 15px 15px;
	line-height: 20px;
	text-align: left;
}

#content div.special {
	background: #FFF6D5;
	color: #3F2502;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 20px;
	line-height: 24px;
	text-align: center;
	text-shadow: #FFFFFF 1px 1px;
	border: 1px solid #D1B655;
}

.single #content div.special {
	font-size: 14px;
	padding: 0 15px 5px 15px;
	line-height: 20px;
	text-align: left;
}	

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding-bottom:20px !important;
  	padding-left:19px !important;
  	padding-right:19px !important;
  	padding-top:20px !important;
	width: 44%;;
	height:550px;
	border-left:1px solid #DFDFDF;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding-bottom:20px !important;
  	padding-left:19px !important;
  	padding-right:20px !important;
  	padding-top:20px !important;
	width: 44%;
	height:550px;
}

.genesis-grid-even {
	margin-bottom:0 !important;
  	margin-left:-2px !important;
  	margin-right:0 !important;
  	margin-top:0 !important;
}


.genesis-grid-odd {
	margin-bottom:0 !important;
  	margin-left:0 !important;
  	margin-right:-2px !important;
  	margin-top:0 !important;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Droid Sans', arial, serif;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Droid Sans', arial, serif;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
}

h2 a:hover {
	color: #1D6F68;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	padding-top: 15px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	border-bottom: 3px solid #ddd;
	color: #47b92d;
	margin: 0 0 10px;
	padding: 0 0 3px;
	text-transform: uppercase;
}

#footer-widgets .widget-area h4 {
	border: none;
	padding-left:7px;
}

h5 {
	font-size: 12px;
}

h6 {font-size: 10px;}

pre {background: #E3F0F2 center no-repeat; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;color: #333;
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	line-height: 36px;}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	color:#545454;
	font-size:15px;
	margin: 0;
	padding: 0;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	background: url("images/dotted-line.png") repeat-x bottom;
	color: #8e9471;
	font-family: 'Droid Sans', arial, serif;
	font-size: 13px;
	margin: 5px;
	padding: 0 0 15px 0;
}

.post-info a {
	color: #8e9471;
	padding-left:2px;
	padding-top:3px;
	font-style: normal;
}

.post-info .author  {
	padding: 0 5px 0 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	background: #E9E9E9;
	borrder-top:1px solid #e6e6e6;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
	margin: -1px 0px;
	font-size: 11px;
}

.categories {
	width:300px;
}

.categories a,
.categories a:visited {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
}

.categories a:hover {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	color: #ABABAB;
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
}

.tags {
	background: url("images/dotted-sep.png") no-repeat left;
	margin: 0 0 0 5px;
	padding: 0 0 2px 15px;
}


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

.author-box {
	background: url("images/a-box.png") repeat scroll center bottom #fefefe;
	margin: 0 0 0 0;
	padding: 20px;
	text-shadow: #FFFFFF 1px 1px;
	border-bottom:1px solid #DDDDDD !important;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:rgba(0, 0, 0, 0.148438) 0 0 10px inset;
}

#content .author-box strong {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	color: #6F6F6F;
	font-size: 15px;
	line-height: 25px;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
}


#content .author-box h3 {
	background: url("images/author-icon.png") no-repeat left ;
	font-family:'Droid Sans', Helvetica, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 0 !important;
	padding: 0 0 0 50px !important;
}

.author-box p {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	color: #6F6F6F;
    text-shadow: 1px 1px 1px #FEFEFE;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
	
.author-box img {
	border: 1px solid #EEEEEE;
    margin: 5px;
    padding: 4px;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:rgba(0, 0, 0, 0.148438) 0 0 10px outset;
}


/* After Post Area
------------------------------------------------------------ */


#arp_related_posts-3 {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	background: #F6F6F6;
	height: 370px;
	padding: 20px;
	border: 1px solid #FFFFFF !important;
}


#content .after-post-left {
	width: 350px;
	margin-right:-5px;
	float: left;
	text-shadow: #FFFFFF 1px 1px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#content .after-post h3 {
	display:none;
}

#content .after-post-left ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#content .after-post-left ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("images/dotted-line.png") repeat-x bottom;
}

#content .after-post-left ul li a {
	display: block;
	font-size: 13px;
	padding: 10px 0 10px 30px;
	background: url("images/bullet.png") no-repeat 10px 15px;
}
	
	
#content .after-post-right {
	width: 349px;
	float: right;
	text-shadow: #FFFFFF 1px 1px;
	border-left: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#arp_related_posts-3 h4 {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	font-size: 19px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
}



/* Post Icons
------------------------------------------------------------ */

.time, .categories {
	margin: 0;
	padding: 0;
}
	
.post-comments {
	background: url("images/dotted-sep.png") no-repeat left;
	margin: 0 0 0 5px;
	padding: 0 0 2px 15px;
}

.post-comments a {
	background: url("images/comment.png") no-repeat 0px 2px;
	display: inline-block;
	padding-left: 25px;
}

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

.post-nav {
	font-family: 'TitilliumText22LRegular', Helvetica, Arial, sans-serif;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-left: 1px solid #FFFFFF;
	border-right:1px Solid #FFFFFF;
    overflow: auto;
    margin: 10px 0 0 0;
    padding: 15px 0 15px 0;
	font-weight:normal !important;
}

.post-nav span.next {
   background: url("images/dotted-line.png") repeat-x bottom;
    display: block;
    margin-bottom: 5px;
	padding-left:5px;
}

.post-nav span.prev {
    background: url("images/dotted-line.png") repeat-x bottom;
    display: block;
    margin-bottom: 5px;
	padding-right:5px;
}

.post-nav a {
    text-decoration: none;
	padding-left:4px;
	padding-right:4px;
}

.post-nav a:hover {
    text-decoration: underline;
}

.post-nav a:active {
}

.next-post-nav {
    width: 50%;
    float: left;
}

.prev-post-nav {
    width: 50%;
    float: right;
    text-align: right;
}

/* Images
------------------------------------------------------------ */

#content .post-image {
	margin: 5px 10px 10px 5px;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
	
	

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}


img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

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

img.alignleft,
img.left {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright, 
img.right {
	border: 5px solid #E9E9E9;
	display: inline;
	margin: 0 0 10px 10px;
}

img.frame {
	border: 5px solid #E9E9E9;
}
	
.alignleft, 
.left {
	float: left;
	margin: 15px 20px 0 0;
}

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

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
}

p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


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

.navigation {
	font-family: 'Droid Serif', Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 15px 10px;
	overflow: hidden;
        clear: both;
}

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

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: #E6E6E6;
	color: #4C4B4B;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navigation li a:hover,
.navigation li.active a {
	background: #66962F;
	color: #FFFFFF;
	text-shadow: #540406 1px 1px;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	width: 310px;
	float: right;
	display: inline;
	margin: 0px 4px 0px 4px;
}
	
#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget, #sidebar-alt .widget {
	background: #ffffff;
	margin: 0 0 15px 0;
	padding: 0;
}

#sidebar h4, #sidebar-alt h4 {
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

	
#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	padding: 0;
}
	
#sidebar .widget p, #sidebar-alt .widget p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 3px 6px 3px 6px;
}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 10px 0 0 0;
	padding: 0 10px 0 20px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
}

#sidebar li, #sidebar-alt li {
	list-style-type: square;
 	word-wrap: break-word;
}

#sidebar .search {
	margin-bottom: 20px;
	text-align: center;
}

	
#search-2 input.s {
	background: url("images/text-bg.png") repeat-x !important;
	color: #585858;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	height: 17px;
	text-shadow: #FFFFFF 1px 1px;
	border: 1px solid #C5C5C5;
	width: 190px;
}

#search-2 .searchsubmit {
	background: url("images/search.png") no-repeat !important;
	width: 38px;
	height: 31px;
	border: 0;
	cursor: pointer;
	text-indent: -999px;
	font-size: 0px;
	margin: 0 !important;
	vertical-align: middle;
	margin-left:5px;
}

#recent-posts-2 h4 {
	color:#ffffff;
	background: url("images/recent-hot-grey.png") no-repeat 6px 10px #5ca136;
	display: block;
	margin:0;
	padding: 0 10px 0 26px;  
	line-height: 38px; 
	text-transform: uppercase;
}

#recent-posts-2 ul{
	background: #FFFFFF;
	padding: 10px 20px;
	border: 2px solid #E7E7E7;
	list-style: none !important;
	margin: 0;
}

#recent-posts-2 ul li {
	list-style: none !important;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	background: url("images/dotted-line.png") repeat-x bottom;
}

#recent-posts-2 ul li a {
	display: block;
	font-size: 14px;
	padding: 0px 0 10px 30px;
	background: url("images/bullet.png") no-repeat 10px 15px;
}

.BloggingCage-blue #recent-posts-2 h4 {
	color:#ffffff;
	background: url("images/recent-hot-grey.png") no-repeat 6px 10px #37689b;
	display: block;
	margin:0;
	padding: 0 13px 0 30px;  
	line-height: 38px; 
	text-transform: uppercase;
}

.BloggingCage-blue #recent-posts-2 ul{
	background: #FFFFFF;
	padding: 10px 20px;
	border: 2px solid #E7E7E7;
	list-style: none !important;
	margin: 0;
}

.BloggingCage-blue #recent-posts-2 ul li {
	list-style: none !important;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	background: url("images/dotted-line.png") repeat-x bottom;
}

.BloggingCage-blue #recent-posts-2 ul li a {
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	background: url("images/bullet.png") no-repeat 10px 15px;
}

.BloggingCage-orange #recent-posts-2 h4 {
	color:#ffffff;
	background: url("images/recent-hot-grey.png") no-repeat 6px 10px #bb6a16;
	display: block;
	margin:0;
	padding: 0 13px 0 30px;  
	line-height: 38px; 
	text-transform: uppercase;
}

.BloggingCage-orange #recent-posts-2 ul{
	background: #FFFFFF;
	padding: 10px 20px;
	border: 2px solid #E7E7E7;
	list-style: none !important;
	margin: 0;
}

.BloggingCage-orange #recent-posts-2 ul li {
	list-style: none !important;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	background: url("images/dotted-line.png") repeat-x bottom;
}

.BloggingCage-orange #recent-posts-2 ul li a {
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	background: url("images/bullet.png") no-repeat 10px 15px;
}


.BloggingCage-red #recent-posts-2 h4 {
	color:#ffffff;
	background: url("images/recent-hot-grey.png") no-repeat 6px 10px #a03231;
	display: block;
	margin:0;
	padding: 0 13px 0 30px;  
	line-height: 38px; 
	text-transform: uppercase;
}

.BloggingCage-red #recent-posts-2 ul{
	background: #FFFFFF;
	padding: 10px 20px;
	border: 2px solid #E7E7E7;
	list-style: none !important;
	margin: 0;
}

.BloggingCage-red #recent-posts-2 ul li {
	list-style: none !important;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	background: url("images/dotted-line.png") repeat-x bottom;
}

.BloggingCage-red #recent-posts-2 ul li a {
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	background: url("images/bullet.png") no-repeat 10px 15px;
}

#advwidget-3 {
	background: #fff; 
	margin: 0 0 15px 0; 
	padding: 15px 15px 10px; 
	border: 3px double #E7E7E7;
}

#advwidget-3 .widget-ad125 {
	background:#ffffff;
}

#advwidget-3 .widget-ad125  img {
  padding-bottom:5px;
  padding-left:10px;
  padding-right:5px;
  padding-top:8px;
}

#advwidget-3 h4 {
	background: url("images/adsicon.png") no-repeat 9px 9px #E9E9E9;
	display: block; 
	margin: 0 0 0 3px; 
	padding: 0 13px 0 36px;  
	line-height: 38px; 
	text-transform: uppercase;
}

#ranged-popular-posts h4 {
	background: url("images/poppost-hot-orange.png") no-repeat 9px 7px #FF782E ;
	color:#ffffff;
	display: block; 
	margin:0px !important;
	padding: 0 13px 0 30px;  
	line-height: 38px; 
	text-transform: uppercase;
}


#ranged-popular-posts ul {
	margin-top:-3px;
	background: #FFFFFF;
	padding: 10px 20px;
	border: 1px solid #DDDDDD;
}

#ranged-popular-posts ul {
	list-style: none !important;
}

#ranged-popular-posts ul li {
	list-style: none !important;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	background: url("images/dotted-line.png") repeat-x bottom;
}

#ranged-popular-posts ul li a {
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	background: url("images/bullet.png") no-repeat 10px 15px;
}


#text-4 h4 {
	background: url(images/ebook-header.png) no-repeat scroll center top #F0F1EC;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    height: 60px;
    letter-spacing: 0.08em;
    line-height: 39px;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #D35E24;
}

#text-4 .edownload {
	background: url(images/ebook-background.jpeg) no-repeat scroll center top #F0F1EC;
    margin: 0 0 20px;
}


/* Social Rss Widget
------------------------------------------------------------ */

.social { 
	background: #fcfcfc; 
	height: 80px; 
	padding: 0 15px;
	border-bottom: 1px solid #f0f0f0; 
	font-family: 'TitilliumText22LRegular', Helvetica, Arial, sans-serif;
}


.social li { 
	float: left; 
	width: 52px; 
	margin-right: 15px; 
	text-align: center; 
	list-style:none !important; 
}

.social li.last { 
	margin-right: 0;
}

.social li a { 
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	font-size: 11px; 
	color: #666; 
	padding-top: 42px; 
	line-height: 34px; 
}

.social li a:hover {
	opacity: 1.0; 
	filter: alpha(opacity=100); 
	color: #666; 
	text-decoration: none; 
}


.social .social-feed { 
	display: block; 
	background: url("images/ico-social-rss.png") no-repeat; 
}

.social .social-twitter {
	display: block; 
	background: url("images/ico-social-twitter.png") no-repeat; 
}

.social .social-facebook { 
	display: block; 
	background: url("images/ico-social-facebook.png") no-repeat; 
}
.social .social-youtube { 
	display: block; 
	background: url("images/ico-social-youtube.png") no-repeat; margin-right: 0; 
}

/* BloggingCage Blue
------------------------------------------------------------ */

.BloggingCage-blue a,
.BloggingCage-blue a:visited {
	color: #37689b;
}

.BloggingCage-blue .author-box a,
.BloggingCage-blue .author-box a:visited,
.BloggingCage-blue .menu-secondary li a:active,
.BloggingCage-blue .menu-secondary li a:hover,
.BloggingCage-blue .menu-secondary li:hover a,
.BloggingCage-blue .menu-secondary .current_page_item a,
.BloggingCage-blue .menu-secondary .current-cat a,
.BloggingCage-blue .menu-secondary .current-menu-item a,
.BloggingCage-blue .sidebar a,
.BloggingCage-blue .sidebar a:hover,
.BloggingCage-blue .sidebar a:visited,
.BloggingCage-blue .widget-area h4,
.BloggingCage-blue .widget-area h4 a,
.BloggingCage-blue #footer-widgets a,
.BloggingCage-blue #footer-widgets a:visited,
.BloggingCage-blue.BloggingCage #genesis-responsive-slider a,
.BloggingCage-blue.BloggingCage #genesis-responsive-slider a:visited,
.BloggingCage-blue #header .menu li a:active,
.BloggingCage-blue #header .menu li a:hover,
.BloggingCage-blue #header .menu li:hover a,
.BloggingCage-blue #header .menu .current_page_item a,
.BloggingCage-blue #header .menu .current-cat a,
.BloggingCage-blue #header .menu .current-menu-item a,
.BloggingCage-blue #sub-footer a,
.BloggingCage-blue #sub-footer a:visited,
.BloggingCage-blue #sub-footer h4,
.BloggingCage-blue #sub-footer .latest-tweets ul li.last a,
.BloggingCage-blue #sub-footer .latest-tweets ul li.last a:visited {
	color: #407ab4;
}

.BloggingCage-blue .menu-primary a,
.BloggingCage-blue .menu-secondary a,
.BloggingCage-blue .menu-secondary li li a,
.BloggingCage-blue .menu-secondary li li a:link,
.BloggingCage-blue .menu-secondary li li a:visited,
.BloggingCage-blue.BloggingCage #genesis-responsive-slider a:hover,
.BloggingCage-blue #header .menu a {
	color: #fff;
	text-decoration: none;
}

.BloggingCage-blue .menu-secondary li li a:active,
.BloggingCage-blue .menu-secondary li li a:hover{
	color: #407ab4;
}

.BloggingCage-blue #nav {
	background: url(images/blue/nav.png);
}

.BloggingCage-blue .post-info a,
.BloggingCage-blue .post-info a:visited,
.BloggingCage-blue .post-meta a,
.BloggingCage-blue .post-meta a:visited {
	color: #999;
}

.BloggingCage-blue h2 a,
.BloggingCage-blue h2 a:visited,
.BloggingCage-blue .menu-primary li a:active,
.BloggingCage-blue .menu-primary li a:hover,
.BloggingCage-blue .menu-primary li:hover a,
.BloggingCage-blue .menu-primary .current_page_item a,
.BloggingCage-blue .menu-primary .current-cat a,
.BloggingCage-blue .menu-primary .current-menu-item a,
.BloggingCage-blue .post-info a:hover,
.BloggingCage-blue .post-meta a:hover {
	color: #333;
}

.BloggingCage-blue h2 a:hover {
	color: #37689b;
}

.BloggingCage-blue input[type="button"],
.BloggingCage-blue input[type="submit"],
.BloggingCage-blue #sub-footer .latest-tweets ul li {
	background-color: #407ab4;
}

.BloggingCage-blue input:hover[type="button"],
.BloggingCage-blue input:hover[type="submit"],
.BloggingCage-blue .navigation li a:hover,
.BloggingCage-blue .navigation li.active a {
	background-color: #37689b;
}

.BloggingCage-blue #sub-footer .latest-tweets a,
.BloggingCage-blue #sub-footer .latest-tweets a:visited {
	color: #333;
}

.BloggingCage-blue #sub-footer .latest-tweets ul li:before {
	border-color: #407ab4 #407ab4 transparent transparent;
}

.BloggingCage-blue #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}


/* BloggingCage Orange
------------------------------------------------------------ */

.BloggingCage-orange a,
.BloggingCage-orange a:visited {
	color: #bb6a16;
}

.BloggingCage-orange .author-box a,
.BloggingCage-orange .author-box a:visited,
.BloggingCage-orange .menu-secondary li a:active,
.BloggingCage-orange .menu-secondary li a:hover,
.BloggingCage-orange .menu-secondary li:hover a,
.BloggingCage-orange .menu-secondary .current_page_item a,
.BloggingCage-orange .menu-secondary .current-cat a,
.BloggingCage-orange .menu-secondary .current-menu-item a,
.BloggingCage-orange .sidebar a,
.BloggingCage-orange .sidebar a:hover,
.BloggingCage-orange .sidebar a:visited,
.BloggingCage-orange .widget-area h4,
.BloggingCage-orange .widget-area h4 a,
.BloggingCage-orange #footer-widgets a,
.BloggingCage-orange #footer-widgets a:visited,
.BloggingCage-orange.BloggingCage #genesis-responsive-slider a,
.BloggingCage-orange.BloggingCage #genesis-responsive-slider a:visited,
.BloggingCage-orange #header .menu li a:active,
.BloggingCage-orange #header .menu li a:hover,
.BloggingCage-orange #header .menu li:hover a,
.BloggingCage-orange #header .menu .current_page_item a,
.BloggingCage-orange #header .menu .current-cat a,
.BloggingCage-orange #header .menu .current-menu-item a,
.BloggingCage-orange #sub-footer a,
.BloggingCage-orange #sub-footer a:visited,
.BloggingCage-orange #sub-footer h4,
.BloggingCage-orange #sub-footer .latest-tweets ul li.last a,
.BloggingCage-orange #sub-footer .latest-tweets ul li.last a:visited {
	color: #da791a;
}

.BloggingCage-orange .menu-primary a,
.BloggingCage-orange .menu-secondary a,
.BloggingCage-orange .menu-secondary li li a,
.BloggingCage-orange .menu-secondary li li a:link,
.BloggingCage-orange .menu-secondary li li a:visited,
.BloggingCage-orange.BloggingCage #genesis-responsive-slider a:hover,
.BloggingCage-orange #header .menu a {
	color: #fff;
	text-decoration: none;
}

.BloggingCage-orange .menu-secondary li li a:active,
.BloggingCage-orange .menu-secondary li li a:hover{
	color: #da791a;
}

.BloggingCage-orange #nav {
	background: url(images/orange/nav.png);
}

.BloggingCage-orange .post-info a,
.BloggingCage-orange .post-info a:visited,
.BloggingCage-orange .post-meta a,
.BloggingCage-orange .post-meta a:visited {
	color: #999;
}

.BloggingCage-orange h2 a,
.BloggingCage-orange h2 a:visited,
.BloggingCage-orange .menu-primary li a:active,
.BloggingCage-orange .menu-primary li a:hover,
.BloggingCage-orange .menu-primary li:hover a,
.BloggingCage-orange .menu-primary .current_page_item a,
.BloggingCage-orange .menu-primary .current-cat a,
.BloggingCage-orange .menu-primary .current-menu-item a,
.BloggingCage-orange .post-info a:hover,
.BloggingCage-orange .post-meta a:hover {
	color: #333;
}

.BloggingCage-orange h2 a:hover {
	color: #bb6a16;
}

.BloggingCage-orange input[type="button"],
.BloggingCage-orange input[type="submit"],
.BloggingCage-orange #sub-footer .latest-tweets ul li {
	background-color: #da791a;
}

.BloggingCage-orange input:hover[type="button"],
.BloggingCage-orange input:hover[type="submit"],
.BloggingCage-orange .navigation li a:hover,
.BloggingCage-orange .navigation li.active a {
	background-color: #bb6a16;
}

.BloggingCage-orange #sub-footer .latest-tweets a,
.BloggingCage-orange #sub-footer .latest-tweets a:visited {
	color: #333;
}

.BloggingCage-orange #sub-footer .latest-tweets ul li:before {
	border-color: #da791a #da791a transparent transparent;
}

.BloggingCage-orange #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}


/* BloggingCage Red
------------------------------------------------------------ */

.BloggingCage-red a,
.BloggingCage-red a:visited {
	color: #a03231;
}

.BloggingCage-red .author-box a,
.BloggingCage-red .author-box a:visited,
.BloggingCage-red .menu-secondary li a:active,
.BloggingCage-red .menu-secondary li a:hover,
.BloggingCage-red .menu-secondary li:hover a,
.BloggingCage-red .menu-secondary .current_page_item a,
.BloggingCage-red .menu-secondary .current-cat a,
.BloggingCage-red .menu-secondary .current-menu-item a,
.BloggingCage-red .sidebar a,
.BloggingCage-red .sidebar a:hover,
.BloggingCage-red .sidebar a:visited,
.BloggingCage-red .widget-area h4,
.BloggingCage-red .widget-area h4 a,
.BloggingCage-red #footer-widgets a,
.BloggingCage-red #footer-widgets a:visited,
.BloggingCage-red.BloggingCage #genesis-responsive-slider a,
.BloggingCage-red.BloggingCage #genesis-responsive-slider a:visited,
.BloggingCage-red #header .menu li a:active,
.BloggingCage-red #header .menu li a:hover,
.BloggingCage-red #header .menu li:hover a,
.BloggingCage-red #header .menu .current_page_item a,
.BloggingCage-red #header .menu .current-cat a,
.BloggingCage-red #header .menu .current-menu-item a,
.BloggingCage-red #sub-footer a,
.BloggingCage-red #sub-footer a:visited,
.BloggingCage-red #sub-footer h4,
.BloggingCage-red #sub-footer .latest-tweets ul li.last a,
.BloggingCage-red #sub-footer .latest-tweets ul li.last a:visited {
	color: #ba3a3a;
}

.BloggingCage-red .menu-primary a,
.BloggingCage-red .menu-secondary a,
.BloggingCage-red .menu-secondary li li a,
.BloggingCage-red .menu-secondary li li a:link,
.BloggingCage-red .menu-secondary li li a:visited,
.BloggingCage-red.BloggingCage #genesis-responsive-slider a:hover,
.BloggingCage-red #header .menu a {
	color: #fff;
	text-decoration: none;
}

.BloggingCage-red .menu-secondary li li a:active,
.BloggingCage-red .menu-secondary li li a:hover{
	color: #ba3a3a;
}

.BloggingCage-red #nav {
	background: url(images/red/nav.png);
}

.BloggingCage-red .post-info a,
.BloggingCage-red .post-info a:visited,
.BloggingCage-red .post-meta a,
.BloggingCage-red .post-meta a:visited {
	color: #999;
}

.BloggingCage-red h2 a,
.BloggingCage-red h2 a:visited,
.BloggingCage-red .menu-primary li a:active,
.BloggingCage-red .menu-primary li a:hover,
.BloggingCage-red .menu-primary li:hover a,
.BloggingCage-red .menu-primary .current_page_item a,
.BloggingCage-red .menu-primary .current-cat a,
.BloggingCage-red .menu-primary .current-menu-item a,
.BloggingCage-red .post-info a:hover,
.BloggingCage-red .post-meta a:hover {
	color: #333;
}

.BloggingCage-red h2 a:hover {
	color: #a03231;
}

.BloggingCage-red input[type="button"],
.BloggingCage-red input[type="submit"],
.BloggingCage-red #sub-footer .latest-tweets ul li {
	background-color: #ba3a3a;
}

.BloggingCage-red input:hover[type="button"],
.BloggingCage-red input:hover[type="submit"],
.BloggingCage-red .navigation li a:hover,
.BloggingCage-red .navigation li.active a {
	background-color: #a03231;
}

.BloggingCage-red #sub-footer .latest-tweets a,
.BloggingCage-red #sub-footer .latest-tweets a:visited {
	color: #333;
}

.BloggingCage-red #sub-footer .latest-tweets ul li:before {
	border-color: #ba3a3a #ba3a3a transparent transparent;
}

.BloggingCage-red #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}

/* NewsLetter Sidebar Widget
------------------------------------------------------------ */
#newsletter { 
	height:395px;
	background: #fff; 
	border: 1px solid #e7e7e7; 
	margin: 0 0 0px 0; 
	padding: 15px 0 0; 
}

#newsletter .widget-title { 
	background: url("images/newsletter.png") no-repeat 243px 1px;
	margin-bottom: 6px; 
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	text-transform: none; 
}

#newsletter .newsletter { 
	background: #fff; 
	padding: 15px 15px 10px 10px; 
}

#newsletter .newsletter p {
	font-size: 12px; color: #777; 
}

#newsletter .newsletter span { 
	font-size: 11px; 
	color: #999; 
}

#newsletter .newsletter-form { 
	margin: 6px 0 3px; 
}

#newsletter .newsletter-form .email {
	padding: 6px; 
	background: #fffff0; 
	border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC; 
	border-width:1px; 
	border-style:solid; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius:3px; 
	color: #777; 
}

#newsletter .newsletter-form .email { 
	width:150px; 
}

#newsletter .newsletter-form .submit {  
	display: inline-block;
	margin: 5px;
	padding: 7px 10px;
	border: 1px solid #C4C4C4;
	border-top-color: #E4E4E4;
	border-left-color: #E4E4E4;
	color: #424242 !important;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #EDEDED; 
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #ffffff), color-stop(1, #E5E5E5) );
	background: -moz-linear-gradient( center top, #ffffff 20%, #E5E5E5 100%);
}

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

#sidebar .sidebartwitter {
	width: 300px;
	height: 80px;
	background: url("images/twitter-bg.png") no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar .sidebartwitter  p{
	color:#2c2c2c;
	padding-bottom:5px;
 	padding-left:73px;
  	padding-right:5px;
  	padding-top:15px;
}

#sidebar .sidebartwitter .fcount {
	color:#BC1F01;
  	font-weight:bold;
}

#sidebar .sidebartwitter .followus {
	background: url("images/followus.png") no-repeat center;
	display: block;
	float: right;
	width: 39px;
	height: 35px;
	padding:20px 10px 0 0;
}


/* Sidebar Facebook Widget
------------------------------------------------------------ */

#sidebar .sidebarfacebook {
	width: 300px;
	height: 80px;
	background: url("images/facebook-bg.png") no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar .sidebarfacebook  p{
	color:#2c2c2c;
	padding-bottom:5px;
 	padding-left:60px;
  	padding-right:5px;
  	padding-top:20px;
}

#sidebar .sidebarfacebook .likeus {
	background: url("images/likeus.png") no-repeat left center;
	padding:10px 0 11px 36px;
}


#sidebar .sidebarfacebook .likeus1 {
	background: url("images/likeusb.png") no-repeat center;
	display: block;
	float: right;
	width: 39px;
	height: 35px;
	padding: 5px 30px 0 0;
}


/* Sidebar Guest Post
------------------------------------------------------------ */

#sidebar .guestpost {
	width: 300px;
	height: 120px;
	background: url("images/guestpostbg.png") no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar .guestpost  p{
	color:#2c2c2c;
	padding-bottom:5px;
 	padding-left:93px;
  	padding-right:5px;
  	padding-top:5px;
}

#sidebar .guestpost .myblog{
	color: #BC1F01;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.featuredpost h2,
.featuredpost h2 a {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}

.sidebar .featuredpost .alignleft, img.left{
	border:none;
	padding:0;
	margin:0;
	}


.more-from-category {
	padding: 5px 10px 0;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	font-size:13px;
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}

.user-profile .alignleft{
	border:1px solid #dddddd;
	padding:3px;
	background:#f3f3f3;
}




/* Buttons
------------------------------------------------------------ */
#content .more-link, .reply a, .reply a:visited, #submit {
	color: #5ca136 !important;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #94998C -1px -1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .more-link {
	font-family:'Droid Serif', Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	float:right;
	margin-left:20px;
  	margin-right:20px;
  	margin-top:20px;
}

#content .more-link:hover {
	text-decoration: underline;
}

.BloggingCage-red #content .more-link, .reply a, .reply a:visited, #submit {
	color: #a03231 !important;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #94998C -1px -1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.BloggingCage-red #content .more-link {
	font-family:'Droid Serif', Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	float:right;
	margin-left:20px;
  	margin-right:20px;
  	margin-top:20px;
}

.BloggingCage-red #content .more-link:hover {
	text-decoration: underline;
}


.BloggingCage-orange #content .more-link, .reply a, .reply a:visited, #submit {
	color: #bb6a16 !important;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #94998C -1px -1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.BloggingCage-orange #content .more-link {
	font-family:'Droid Serif', Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	float:right;
	margin-left:20px;
  	margin-right:20px;
  	margin-top:20px;
}

.BloggingCage-blue #content .more-link:hover {
	text-decoration: underline;
}

.BloggingCage-blue #content .more-link, .reply a, .reply a:visited, #submit {
	color: #37689b !important;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #94998C -1px -1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.BloggingCage-blue #content .more-link {
	font-family:'Droid Serif', Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	float:right;
	margin-left:20px;
  	margin-right:20px;
  	margin-top:20px;
}

.BloggingCage-orange #content .more-link:hover {
	text-decoration: underline;
}

.reply a, .reply a:visited, .reply a:hover {
	font-family:'Open Sans', Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}


.reply a:hover {
	 color:#DDDDDD;
	 text-decoration:underline;
}
 


input[type="button"],
input[type="submit"] {
		font-family: Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        background-color: #89b059;
		border-radius:20px;
        border: 5px none #eceae5;
        padding: 11px 20px 9px 20px;
		margin:10px 10px 10px 0px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	 background-color: #66962f;
	text-decoration: none;
}

.avatar{
	border: 3px double #AAA;
	float: left;
	margin: 5px 10px 0 0;
	line-height: 0;
}

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

.searchform {
	padding: 0;
	margin: 0;
}

#header .searchform {
	float: right;
	padding: 10px 20px 0 0;
}
	
	
#header .s {
	background: #F7F7F7 !important;
	background-image:url("images/header.png");
	color: #333333;
	font-family: 'Open Sans', Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 7px 5px 6px 7px;
	border: 1px solid #E6E6E6;
	vertical-align: middle;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#header .searchform input.s {
	background: url("images/text-bg.png") repeat-x !important;
	color: #585858;
	font-family:'Droid Sans', Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	padding: 7px 10px 5px 10px;
	height: 17px;
	text-shadow: #FFFFFF 1px 1px;
	border: 1px solid #C5C5C5;
	width: 190px;
}

#header .searchform .searchsubmit {
	background: url("images/search.png") no-repeat !important;
	width: 38px;
	height: 31px;
	border: 0;
	margin-right:-30px;
	cursor: pointer;
	text-indent: -999px;
	font-size: 0px;
	margin: 0 !important;
	vertical-align: middle;
}


#sidebar .searchform {
	padding: 0 0 8px 0;
	margin: 0;
	border-bottom:1px solid #dddddd;
}
	
#nav .searchform {
	float: right;
	padding: 0;
}
	
.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	vertical-align: middle;
}

#sidebar .search input.s {
	background: url("images/text-bg.png") repeat-x !important;
	color: #585858;
	font-size: 14px;
	padding: 7px 10px 5px 10px;
	height: 17px;
	text-shadow: #FFFFFF 1px 1px;
	border: 1px solid #C5C5C5;
	width: 190px;
}
	
	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 6px 5px;
	width: 215px;
}


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

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background: #2A3A38;
	border-top: 3px solid #222;
	clear: both;
	font-size: 14px;
	overflow: hidden;
}

#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 25px;
	width:1070px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	clear: both;
	color: #888;
	padding: 10px 0 0;
}

#footer-widgets p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 10px;
	color: white;
	text-shadow: -1px -1px black;
}

#footer-widgets a {
	color: white;
	line-height: 30px;
	text-decoration: none;
	text-shadow: -1px -1px black;
}

#footer-widgets a:hover  { color: #ED702B; text-decoration: underline;font-weight:normal; }
#footer-widgets ul {
	margin: 0;
}

#footer-widgets .latest-tweets {
	background: url(images/footer-twitter.png) top right no-repeat;
}

#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
	color: #bbb;
	text-decoration: none;
}

#footer-widgets .latest-tweets li span a:hover {
	color: #bbb;
	text-decoration: underline;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0px;
	width: 400px;
	border-right:1px solid #d1d1d1;
}

.footer-widgets-2 {
	float: left;
	width: 320px;
}

.footer-widgets-3 {
	float: right;
	width: 320px;
}


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

#footer {
	border-top: 5px solid #f0f4f6;
	clear: both;
	color: #617984;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1060px;
}

#footer .wrap {
	border-top: 1px solid #e3eaee;
	overflow: hidden;
	
}

#footer p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

#footer .gototop {
	float: left;
	padding: 10px 0;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 10px 0 10px 40px;
}

#footer .creds {
	float: right;
	padding: 10px 0;
	text-align: right;
	width: 630px;
}





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

#comments h3 {
	font-family:'TitilliumText22LRegular', Helvetica, Tahoma, sans-serif;
	font-size: 25px;
	margin: 20px 20px 20px 10px;
	padding: 0 0 5px 63px;
	line-height: 95px;
	background: url("images/comment-icon-big.png") no-repeat left;
}

#respond {
	margin: 0 0 15px 0;
	padding: 20px;
}

#respond h3 {
	font-size: 24px;
	padding: 10px 0 10px 65px;
	margin: 0 5px 10px 0;
	line-height: 80px;
	background: url("images/new-comment-icon.png") no-repeat left;
}

#pings {
	margin-bottom: 50px;
}
	
#pings h3 {
	font-size: 24px;
	padding: 0 0 0 20px;
	line-height: 30px;
	margin-top: 30px;
}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 5px 0 5px 3px;
	margin: 5px 5px 10px 0;
	border: 1px solid #E6E6E6;
}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
}
	
	
.comment-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li {
	margin: 1px 0 0 0;
	padding: 20px;
	list-style: none;
}

	
.comment-list li ul li { 
	margin-left: 5px;
	margin-right: 5px;
}

.comment-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}

.comment-list li .avatar { 
	background:#FFFFFF;
	float:left;
	border:2px solid #bfbfbf;
	margin:0 10px 0 0px;
	padding:1px;
	width:33px;
	height:33px;
}

.comment-list cite, .comment-list cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
}

.thread-alt, .thread-even {
	background: #F6F6F6;
	color: #2F2E2E;
	text-shadow: #FFFFFF 1px 1px;
}

#pings .thread-alt, #pings .thread-even {
	background: none;
}


.even, .alt, .depth-1 {
	border: 1px solid #FFFFFF;
	padding:15px;
}

ul.children {
	margin-top: 20px;
}

ul.children li.comment  {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
	
.commentmetadata {
	font-weight: normal;
}

.comment-author { 
	background: #E9E9E9;
	padding: 7px 10px 0px 10px;
	text-shadow: #FAFAFA 1px 1px;
	color: #2F2E2E;
	font-size: 14px;
	font-weight: bold;
}

	
#pings .comment-author {
	font-weight: normal;
	background: none;
	font-style: normal;
}

#pings a.url {
	font-weight: bold;
	font-style: normal;
}

.comment-meta { 
	padding: 0 10px 5px 10px;
	text-shadow: #FAFAFA 1px 1px;
	color: #7B7B7B;
}

.comment-meta a {
	color: #7B7B7B;
}

.comment-policy-box {
	font-family: 'TitilliumText22LRegular', Helvetica, Arial, sans-serif;
	margin: 15px 0 0 5px;
	Padding:5px 10px 10px 5px;
}

.comment-policy-box strong {
	font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
	font-size:12px;
	text-shadow:#FFFFFF 1px 1px;
}

.comment-policy-box p {
	font-family: 'TitilliumText22LRegular',Arial,Helvetica,sans-serif;
	font-size:14px;
	text-shadow:#FFFFFF 1px 1px;
}

.comment-discussion-links {
	float:right;
	overflow:hidden;
	margin-right:5px;
}

.comment-discussion1 {
	background: url("images/morebut.png") repeat-x;
	color: #FFFFFF !important;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin: 30px 3px 3px 5px;
}

.comment-discussion1 a {
	color:#FFFFFF;
	padding-bottom:1px;
}


.comment-discussion2 {
	background: url("images/morebut.png") repeat-x;
	color: #FFFFFF !important;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	margin: 30px 3px 3px 5px;
}

.comment-discussion2 a {
	color:#FFFFFF;
	padding-bottom:1px;
}


/* Gravity Forms
------------------------------------------------------------ */

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
}

.gform_footer input.button {
	color: #FFFFFF !important;
}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
}
	
.gform_wrapper .gform_footer {
	border: none !important;
}

/* Genesis Aff Box
------------------------------------------------------------ */

#genesis-box {
    background: #8BBBCD;
    border-top: 1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 10px 10px 0;
	box-shadow:rgba(0, 0, 0, 0.046875) 0 0 15px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.148438) 0 0 10px inset;
}
 
#genesis-box h3 {
	color:#f3f3f3;
	font-family:'Open Sans', Helvetica, Tahoma, sans-serif;
    font-size: 19px;
	line-height:26px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;

}

#genesis-box p{
	color:#ffffff;
    font-family: 'TitilliumText22LRegular',Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px !important;
}

 
#genesis-box .alignright {
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    display: inline;
    float: right;
    margin: 0 0 5px 10px;
    padding: 7px;
	box-shadow:rgba(0, 0, 0, 0.0585938) 0 0 19px;
}

#genesis-box a {
	color: #565f4a;
	text-decoration:none;
}
	
#genesis-box a:hover {
	text-decoration:underline;
}

/* ShortCodes */

.note {background: #E3F0F2 url(images/notice.png) center no-repeat; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.notice {background: #E3F0F2 url(images/notice.png) center no-repeat; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.alert {background: #ffffa0 url(images/alert.png) center no-repeat; border: 1px solid #E6DB55; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.help {background: #CCFFFF url(images/help.png) center no-repeat; border: 1px solid #3399FF; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.important {background: #159EC7 url(images/key.png) center no-repeat; border: 1px solid #99C68E; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.tip {background: #E66C2C url(images/bulb.png) center no-repeat; border: 1px solid #800517; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

.widget  { position:relative; margin: 0 0 20px 0; background:#fefefe url(images/bg-box.png) repeat-x; padding:0; border:1px solid #fff; color:#555; font-family:Georgia, "Times New Roman", Times, serif; line-height:20px; }
.widget h3  { font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:14px; color:#666; margin: 0; padding:14px 15px 0; height:30px; background:url(images/bg-widget-title.png) repeat-x; }
.widget .textwidget p { padding: 5px 0; }

.widget ul, .widget div, .widget p { padding:5px; }
.widget ul  { clear:both; margin:5px 0;}
.widget ul li  { padding-left:5px; border-bottom: 1px solid #ededed; }
.widget ul li a  { padding:0px 0; line-height: 30px; text-decoration: none; color:#777; }
.widget ul li a:hover  { color: #000; border-bottom:1px dotted; }
.widget ul ul  { margin:0; padding:0; border-top: none; }
.widget ul ul li  {  border: none; }

/************ Related Posts *************/
.related-posts {
    overflow: hidden;
    margin: 0 0 10px;
}
 
.related-list li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  text-align: center;
  width: 120px;
}
 
.related-list img {
  background: none repeat scroll 0 0 #6FA1B1;
  border: 2px solid #2B5D6C;
  display: block;
  margin: 0 auto;
  padding: 0px;
  width:100px;
  height:100px;
}	


/* Newsletter Box below Posts
------------------------------------------------------------- */
#newsletterbox {
    background-color: #f5f5f5;
    border: 10px solid #e4e4e4;   
    margin-top: 30px;
}
#newsletterbox .white-border {
    border: 1px solid #fff;
}
.newsletterbox-wrap {
    background: url("images/enews-ribbon.png") no-repeat scroll left top transparent;
    margin: -17px -18px;
    overflow: hidden;
    padding: 45px 30px 40px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}

.newsletterbox-wrap h4 {
    text-align: center;
	font-size: 26px;
}

.newsletterbox-wrap p {
    margin: 0 35px 20px;
    text-align: center;
}
.newsletterbox-wrap input[type="email"] {
    background: url("images/enews1.png") no-repeat scroll left center #fff;
    box-shadow: 0 0 5px #ccc inset;
    color: #999;
    font-family: 'proxima-nova',sans-serif;
    font-size: 12px;
    margin: 0 5px;
    padding: 15px 0 15px 45px;
    width: 40%;
}

.newsletterbox-wrap input[type="submit"] {
    box-shadow: 0 1px 1px #a24a1d;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}

/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
 
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 5px 10px;
}
 
.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}
 
.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}
 
.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96;
}
 
.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e;
}
 
.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}
 
.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}
 
.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3;
}
 
.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}