/*
	Theme Name: Mile Posts Child Theme
	Theme URI: http://mile-posts.com
	Author: Restored 316
	Author URI: http://restored316.com/

	Version: 1.0
	
	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* 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
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Museo);
@font-face {
    font-family: Museo;
    src: url(fonts/Museo300-Regular.otf);
    font-weight:300;
}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	outline:none;
	padding: 0;
	text-decoration: none;
}

p {
	color: #444;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0079c2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #eee;
	background-image: url(images/noise.png);
	background-repeat: repeat;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border-radius: 6px;
	margin: 5px auto 15px;
	overflow: hidden;
	padding: 5px;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

#header {
	background: url(images/header.png) no-repeat top left;
	height: 157px;
	margin: 0 auto;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 400px;
}

.header-full-width #title-area {
	padding: 44px 0 0;
}
	
#title {
	font-family: 'Museo', arial, serif;
	font-size: 42px;
	line-height: 42px;
	margin: 0;
	text-shadow: #fff 1px 1px;
}

.header-full-width #title {
	text-align: left;
}

#title a,
#title a:hover {
	color: #000;
	text-align: left;
	text-decoration: none;
}

#description {
	color: #727272;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
	text-shadow: #fff 1px 1px;
}

.header-full-width #description {
	text-align: left;
}

#header .widget-area {
	float: right;
	width:575px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	font-family: Museo;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #0079c2;
	display: block;
	font-size: 13px;
	padding: 0px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li:hover a,
#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 li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #222;
}

#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: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #4e351d;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#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 {
	color: #222;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#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);
	clear: both;
	color: #666;
	font-family: 'Museo', arial, serif;
	font-size: 16px;
	margin: 0px auto;
	padding: 0 10px;
	overflow: hidden;
	width: 940px;
	height: 35px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#nav li a {
	color: #fff;
	display: block;
	font-family: 'Museo', arial, serif;
	font-size: 16px;
	font-weight: 300;
	margin: 5px 0 0;
	padding: 3px 11px 9px;
	position: relative;
	text-decoration: none;
	text-shadow: 0px 1px 1px #808080;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a {
	color: #000;
}

#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #333;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #959595;
	border: 1px solid #959595;
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 148px;
}

#nav li li:last-child a,
#nav li li:last-child a:link,
#nav li:last-child a:visited {
	border-bottom-color: #ddd;
}

#nav li li a:hover,
#nav li li a:active {
	color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin-top: -3px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#nav li ul a {
	width: 150px;
}

#nav li ul ul {
	margin: -31px 0 0 169px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: none;
}

#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #0079c2;
	text-decoration: none;
}

#nav li.search {
	margin: 0;
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #0079c2;
	clear: both;
	color: #fff;
	font-family: 'Museo', arial, serif;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

#subnav li a:hover,
#subnav li a:active {
	color: #0079c2;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #fff;
	color: #333;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #0079c2;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: 'Museo', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 960px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#wrap_inner_shadow {
	background: transparent url(images/background-content-sidebar-wrap.jpg) 612px 0 repeat-y;
	overflow: hidden;
	width: 960px;
}

.content-sidebar-sidebar #wrap_inner_shadow {
	background: transparent url(images/background-content-sidebar-wrap.jpg) 382px 0 repeat-y;
}

.sidebar-sidebar-content #wrap_inner_shadow {
	background: transparent url(images/background-sidebar-content-wrap.jpg) 156px 0 repeat-y;
}

.sidebar-content #wrap_inner_shadow {
	background: transparent url(images/background-sidebar-content-wrap.jpg) -24px 0 repeat-y;
}

.full-width-content #wrap_inner_shadow {
	background: none;
}

#wrap_top_gradient {
	background: transparent url(images/background-content-sidebar-wrap-top-gradient.png) top left repeat-x;
	overflow: hidden;
	width: 960px;
}

#wrap_bottom_gradient {
	background: transparent url(images/background-content-sidebar-wrap-bottom-gradient.png) bottom left repeat-x;
	overflow: hidden;
	width: 960px;
}

#content-sidebar-wrap {
	float: left;
	padding-top: 24px;
	width: 774px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

.content-sidebar-sidebar #content {
	width: 446px;
}

.sidebar-sidebar-content #content {
	width: 446px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #444;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.blog_post_head {
	background: url(images/border.png) bottom center no-repeat;
	margin-bottom: 24px;
	overflow: hidden;
	padding-bottom: 24px;
	width: 100%;
}

.blog_post_date {
	background: url(images/date-bg.png);
	display: inline;
	float: left;
	width: 60px;
	height: 63px;
}

.blog_date_year {
	margin-top: 8px;
}

.blog_post_info {
	border-left: 1px dashed #ddd;
	display: inline;
	float: right;
	margin-right: 50px;
	padding-left: 15px;
	width: 450px;
}

.sidebar-sidebar-content .blog_post_info,
.content-sidebar-sidebar .blog_post_info,
.sidebar-content-sidebar .blog_post_info {
	margin-right: 0;
	padding-left: 20px;
	width: 350px;
}

.full-width-content .blog_post_info {
   width: 794px;
}

.post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

#sidebar .post {
	border-bottom: 1px solid #ddd;
	margin: 0;
	overflow: hidden;
	padding: 6px 0 6px 0px;
	width: 320px;
}

.single .post {
	background: none;
	margin: 0 0 24px;
	padding: 0 0 24px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 15px;
}

.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;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Museo', arial, serif;
	font-size: 18px;
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #000;
	font-family: 'Museo', arial, serif;
	font-size: 22px;
	line-height: 26px;
}

h2 a:hover {
	color: #0079c2;
	text-decoration: none;
}

.post h2.entry-title {
	font-family: 'Museo', arial, serif;
}

h2.entry-title a,
h2.entry-title a:visited {
	color: #000;
	font-size: 22px;
}

h2.entry-title a:hover,
#sidebar h2 a,
#sidebar h2 a:visited {
	color: #0079c2;
}

#sidebar h2 a:hover {
	text-decoration: underline;
}


h3 {
	font-size: 20px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 16px;
	text-decoration: none;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.widgettitle {
	color: #000;
	font-family: 'Museo', arial, serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
}

h6.blog_date_day {
	font-size: 30px;
	line-height: 26px;
	margin: 0 0 0 0;
}

h6.blog_date_month {
	color: #999;
	font-size: 13px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 15px;
	margin: 0 0 0 0;
}

#home-top h2 a {
	font-size: 28px;
}

#home-middle .post h2 {
	display: inline;
	float: right;
	width: 382px;
}

#home-middle h2 a {
	font-size: 22px;
	line-height: 23px;
}

#home-top .post h2,
#home-middle .post h2,
#home-bottom .post h2 {
	margin-bottom: 7px;
}

#home-bottom .post h2 {
	display: inline;
	float: right;
	width: 210px;
}

#home-bottom h2 a {
	font-size: 16px;
	line-height: 16px;
}

#sidebar .post h2 {
	margin-bottom: 0;
}

#sidebar .post h2 a {
	font-size: 14px;
}

#sidebar .widgettitle {
	margin-bottom: 16px;
}

#sidebar .featuredpost .widgettitle {
	margin-bottom: 8px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 0 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	border-radius: 6px;
	clear: both;
	font-size: 11px;
	margin-top: 12px;
	padding: 7px 10px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/line.png) top repeat-x;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	padding: 2px 0;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 0px;
	padding: 2px 0 2px 22px;
}

.tags {
	margin: 0 0 0 10px;
	padding: 2px 0;
}
	
.time {
	padding: 2px 0;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 98%;
}

img.alignleft,
img.aligncenter
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img,
.featuredpage img,
.featuredpost img {
	max-width: none;
}

.avatar,
.post-image {	
	margin-top: 4px;
}

.author-box .avatar {
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 16px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 15px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 15px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 15px 0;
}

#home-bottom .alignleft,
#home-middle .alignleft,
#home-top .alignleft {
	margin: 3px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 20px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

img.ad-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.ad-right {
	float: left;
	margin: 0 0 10px;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	margin: -15px 0 0 0;
	padding: 0;
	width: 335px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	margin-top: 24px;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 05px;
	overflow: hidden;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}

.tagcloud a,
.tagcloud a.active {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #0079c2;
	border-radius: 4px;
	color: #fff;
	float: left;
	margin: 0 4px 4px 0;
	padding: 2px 6px;
}

.tagcloud a:hover {
	background: #c6241d;
	text-decoration: none;
}

#text-14 {
	background: url(images/ad-bg.png);
	padding: 15px;
	border: 1px solid #ebebeb;
}

#featured-post-2 .widgettitle {
	background: url(images/tweet-icon.png) top left no-repeat;
	padding: 0 0 0 40px;
	height: 31px;
}

.left-split {
	width: 160px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.left-split ul li{
    background:none;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
    width: 335px;
    list-style: none;
}

.right-split {
    width: 160px;
    float: right;
    margin: 28px 0px 0px 0px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #444;
	display: inline;
	font-family: 'Museo', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
}

#home-top .post {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 22px;
}

#home-top img.attachment-featured {
	margin-bottom: 20px;
}

#home-bottom,
#home-middle {
	background: transparent url(images/background_shadow_post.png) top center no-repeat;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

#home-middle .post {
	margin:	0 0 20px 0;
	padding: 0 0 20px 0;
}

#home-middle .post p {
	clear: right;
	display: inline;
	float: right;
	margin-bottom: 0;
	width: 382px;
}

#home-bottom .post:last-child, 
#home-middle .post:last-child {
	border: 0;
	padding: 0;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}

#home-bottom .post p {
	clear: right;
	display: inline;
	float: right;
	width: 210px;
}

#home-bottom .post {
	margin:	0 0 24px 0;
	padding: 0 0 6px 0;
}

#home-bottom .widgettitle,
#home-middle .widgettitle,
#home-top .widgettitle {
	margin-bottom: 20px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #0079c2;
	border: 1px solid #0079c2;
	border-left: 1px solid #0079c2;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Museo', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#nav .searchsubmit {
	display: none;
}

.reply a,
.reply a:visited {
	padding: 0 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #e81e75;
	border: 1px solid #e81e75;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	background: #fff;
	display: inline;
	float: right;
	height: 23px;
	width: 220px;
	margin-top: 5px;
	padding: 0;
}

.s {
	background-color: #fff;
	color: #0079c2;
	font-family: 'Museo', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 175px;
}

#nav .s {
	background: none;
	border: 0;
	color: #999;
	display: inline;
	float: left;
	font-size: 12px;
	margin: 4px 0px 0 0px;
	padding: 0px 10px;
	width: 200px;
}

#nav .s input:focus {
	outline: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .enews-widget {
	background: transparent url(images/background-email.jpg) 0 0 no-repeat;
	height: 165px;
	padding: 20px 24px 0 24px;
	width: 228px;
}

#header .enews-widget {
	background: url(images/enews-bg.png) no-repeat;
	height: 82px;
	width: 323px;
	margin: 10px 0 0 252px;
	padding: 19px 0 0 0;
	}

.enews #subbox {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-right: 0;
	color: #999;
	float: left;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: inherit;
	margin: 12px 0 0 0;
	padding: 7px 0 7px 7px;
	width: 180px;
}

#header .enews p {
	width: 75px;
	float: left;
}

#header .enews p a {
	background:url(images/icon-viarss.png) no-repeat;
	position:absolute;
	text-indent: -5000px;
	width: 60px;
	height: 24px;
	margin: 14px 0 0 17px;
}

#header .enews p a:hover {
	background-position: 0 -24px;
}

#header .enews #subbox {
	background-color: #fff;
	border: 1px solid #e0ded9;
	color: #999;
	float: right;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	line-height: inherit;
	margin: 12px 0 0 0;
	padding: 7px 0 7px 7px;
	width: 140px;
}

.enews input#subbutton {
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	float: right;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	margin: 12px 0 0 0;
	padding: 7px 0 7px 0;
	text-align: center;
	width: 40px;
}

#header .enews input#subbutton {
	display: none;
}

#enews span{
	background:url(images/icon-viarss.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	text-indent: 9999;
	}
#enews:hover span{
	background-position: 0 -24px;
	}

/* 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 {
	clear: both;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 10px;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 10px;
}
 
#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 290px;
}
 
.footer-widgets-2 {
	float: left;
	width: 280px;
}
 
.footer-widgets-3 {
	float: right;
	width: 290px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-family: 'Museo', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

#footer p {
	color: #666;
	font-family: 'Museo', arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 400px;
}

#footer .gototop li {
	float: left;
	list-style: none;
	display: block;
}

#footer .gototop li a {
	padding: 0px 8px 10px 8px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 500px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment	{
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta {
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Social Media Icons
------------------------------------------------------------ */

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
	}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}
	
#nav_menu-3 {
	width: 300px;
	float: left;
}
	
#connect {
	margin: 3px 5px 0 0px;
	float: left;
	}

#icon-twitter {
	width:39px;
	height:39px;
	font-size:12px;
	float: left;
	overflow:hidden;
	display: block;
	margin-right: 5px;
	text-indent: -5000px;
	}
#icon-twitter span{
	background:url(images/icon-twitter.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	}
#icon-twitter:hover span{
	opacity: .8;
	}
	
#icon-facebook {
	width:39px;
	height:39px;
	font-size:12px;
	float: left;
	overflow:hidden;
	display: block;
	margin-right: 5px;
	text-indent: -5000px;
	}
#icon-facebook span{
	background:url(images/icon-facebook.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	}
#icon-facebook:hover span{
	opacity: .8;
	}
	
#icon-pinterest {
	width:39px;
	height:39px;
	font-size:12px;
	float: left;
	overflow:hidden;
	display: block;
	margin-right: 5px;
	text-indent: -5000px;
	}
#icon-pinterest span{
	background:url(images/icon-pinterest.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	}
#icon-pinterest:hover span{
	opacity: .8;
	}
	
#icon-linkedin {
	width:39px;
	height:39px;
	font-size:12px;
	float: left;
	overflow:hidden;
	display: block;
	margin-right: 5px;
	text-indent: -5000px;
	}
#icon-linkedin span{
	background:url(images/icon-linkedin.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	}
#icon-linkedin:hover span{
	opacity: .8;
	}
	
#icon-youtube {
	width:39px;
	height:39px;
	font-size:12px;
	float: left;
	overflow:hidden;
	display: block;
	margin-right: 5px;
	text-indent: -5000px;
	}
#icon-youtube span{
	background:url(images/icon-youtube.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	}
#icon-youtube:hover span{
	opacity: .8;
	}
	
#icon-email {
	width:39px;
	height:39px;
	font-size:12px;
	float: left;
	overflow:hidden;
	display: block;
	margin: 0;
	text-indent: -5000px;
	}
#icon-email span{
	background:url(images/icon-email.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	}
#icon-email:hover span{
	opacity: .8;
	}
	
.genesis-feature-1 .blog_post_head {
	margin-top: 25px;
}

#latest-tweets-2 .widgettitle {
	background: url(images/tweet-icon.png) top left no-repeat;
	padding: 0 0 0 40px;
	height: 31px;
}

#latest-tweets-3 .widgettitle {
	background: url(images/tweet-icon.png) top left no-repeat;
	padding: 0 0 0 40px;
	height: 31px;
}

#archives-3 .widgettitle, #categories-3 .widgettitle {
	background: url(images/archives-icon.png) center left no-repeat;
	padding: 0 0 0 40px;
	height: 28px;
}
	

