/*
    Theme Name: Custom Genesis child theme for Christy
    Theme URI: http://www.moonsteamdesign.com
    Description: Custom Genesis child theme for Christy
    Author: Sara of Moonsteam Design
    Author URI: http://www.moonsteamdesign.com/
 
    Template: genesis
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* 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
* Responsive Design

*/


/* Fonts
------------------------------------------------------------ */

@font-face {
	font-family: 'Artisan12';
	src: url('fonts/artisan12.eot');
	src: url('fonts/artisan12.eot?#iefix') format('embedded-opentype'),
		url('fonts/artisan12.woff') format('woff'),
		url('fonts/artisan12.ttf') format('truetype'),
		url('fonts/artisan12.svg#artisan12') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'coneria_script_demoregular';
    src: url('fonts/coneriascript-webfont.eot');
    src: url('fonts/coneriascript-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coneriascript-webfont.woff') format('woff'),
         url('fonts/coneriascript-webfont.ttf') format('truetype'),
         url('fonts/coneriascript-webfont.svg#coneria_script_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Defaults
------------------------------------------------------------ */

body {
	color: #5f5f5f;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-color: #f6f2e3;
}

input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
	background-color: #f6f2e3;
	border: 1px solid #f6f2e3;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

textarea { width: 300px; height: 200px; }

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.meta-wide a img,
.newreadmore {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #eba387;
	text-decoration: none;
}

a:hover {
	color: #72903e;
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #eee;
	color: #10253f;
}

::selection {
	background-color: #eee;
	color: #10253f;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #fff;
	width: 1100px;
	margin: 30px auto;
	padding: 0;
	border: 1px solid #b3a373;
	-moz-box-shadow: 0px 0px 8px 2px #666;
    -webkit-box-shadow: 0px 0px 8px 2px #666;
    box-shadow: 0px 0px 8px 2px #666;
}

.wrap {
	
}


/* Header
------------------------------------------------------------ */

#header  {
	height: 273px;
	margin: 0 auto;
	width: 1100px;
	background: url(images/header.png) top left no-repeat;
}


#title-area {
	float: left;
	height: 123px;
	overflow: hidden;
	padding: 17px 0 0;
	width: 422px;
	text-shadow: -1px -1px 1px #fff;
}

#title {
	font-family: Arial, sans-serif;
	font-size: 55px;
	height: 123px;
	letter-spacing: 0;
	margin: 0;
	text-transform: lowercase;
}

#title a,
#title a:hover {
	color: #ddd;
	height: 123px;
	padding: 0 0 0 20px;
	text-decoration: none;
	width: 422px;
}

#description {
	color: #ddd;
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	margin: 0 auto;
	padding: 15px 0 0 0 !important;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

 .header-image #title-area {
	margin: 15px 0 0 0;
}


.header-image #title, .header-image #title a {	
	display: block;
	float: left;
	height: 123px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 422px;
}

.header-image #description {
	display: block;
	
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #10253f;
	font-size: 14px;
	font-weight: normal;
	margin: 0 20px;
	overflow: hidden;
	text-transform: uppercase;
}

#nav {
	background: #f6f2e3;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 1px 0;
	width: 1060px;
	text-align: center;
}
#nav .wrap { 
   
}

#subnav  {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 0px solid #ddd;
	font-family: Arial, sans-serif;
	width: 100%;
}

#nav ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	margin: 0 auto;
	display: table;
	text-align: center;
	padding: 0;
	width: auto;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	display: inline-block;
	list-style-type: none;
}

.menu-primary a {
    font-family: 'Artisan12', arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #89a15f;
	text-transform: uppercase;
	display: block;
	padding: 7px 15px 6px 15px;
	position: relative;
	text-decoration: none;
}

.menu-secondary a {
	display: block;
	padding: 7px 15px 6px 15px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
    
}

.menu-primary li a:hover,
.menu-secondary li a:hover,
#header .menu li a:hover {
    color: #fff;
	background: #eba387;	
}


.menu-primary li li,
.menu-secondary li li {
    display: block;
     list-style-type: none;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	border-top: none;
	font-size: 14px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0;
	position: absolute;
	width: 138px;
	z-index: 9999;
	background: #f6f2e3;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	color: #e90119;
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 15px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	height: 16px;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	
}





#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	color: #b19bca;
	font-family: Arial, sans-serif;
	float: right;
	letter-spacing: 0 !important;
	padding: 7px 15px 6px;
	text-transform: none;
}

.menu li.right a {
	background: none;
	border: none;
	color: #b19bca;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #b19bca;
	text-decoration: none;
}

.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;
}



/* Inner
------------------------------------------------------------ */

#inner {
	margin: 25px 0 10px 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	margin: 0 0 30px 0;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description h1 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	padding: 15px 0 0 0 !important;
	text-align: center;
	color: #72903e;
}

.taxonomy-description {
	background-color: #f6f2e3;
	margin: 0 0 30px;
	padding: 15px;
}

.taxonomy-description p {
	font-size: 16px;
	text-align: center;
	line-height: 16px;
	padding: 0;
	margin: 0;
	
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin-left: 20px;
	padding: 0px 0px 10px 0px;
	width: 710px;
}

.content-sidebar #content {
	width: 680px;
}

.full-width-content #content {
	width: 1060px;
}

.post {
	margin: 0 0 40px;
	margin: 0 0 30px;
	padding: 0 0 15px;
}

.entry-content {
	overflow: hidden;
	padding: 0;
}

.entry-content p {
	margin: 0 0 15px;
}

.entry-content a, .entry-content a:visited, .entry-content a:active {
   
}


blockquote {
	background: #f6f2e3;
	border: 1px dashed #72903e;
	border-radius: 6px;
	margin: 5px 20px 20px 20px;
	padding: 25px 30px 5px 30px;
}

blockquote p {
	color: #4c4b4b;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* 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,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

#content h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 10px;
	color: #72903e;
}

h1 {
	font-family: 'Artisan12', arial, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #89a15f;
	text-transform: uppercase;
	margin: 0 0 10px;
    font-weight: normal;
}
.page h1 { 
    font-family: 'coneria_script_demoregular', arial, sans-serif; 
	font-size: 30px;
	text-transform: none;
	text-align: center;
	padding: 5px;
	line-height: 36px;
}

#content .entry-title h1 {
	color: #72903e;
}

h2.entry-title {
	margin: 0 0 10px 0 !important;
}


#content h2 a, #content h2 a:visited {
	text-decoration: none;
	font-family: 'Artisan12', arial, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #89a15f;
	text-transform: uppercase;
	font-weight: normal;
}

h2 a,
h2 a:visited {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h2 a:hover {
	color: #10253f;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}

#respond h3, #comments h3{
	margin: 5px 0;
	padding: 0;
	font-family: 'Artisan12', arial, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #89a15f;
	text-transform: uppercase;
	font-weight: normal;
}

.archive-page h4 {
	font-family: Arial, sans-serif;
}

h4 {
	font-size: 20px;
}

.widget-area h4, .widget-area label {
	margin: 0 0 5px 0;
	padding: 7px 0 7px 7px;
	font-family: 'coneria_script_demoregular', arial, sans-serif; 
	font-size: 30px;
	text-transform: none;
	text-align: center;
	padding: 5px;
	line-height: 36px;
	color: #89a15f;
	text-align: center;
	font-weight: normal;
}

.widget-area h4 a {
	color: #72903e;
	text-decoration: none;
}

#footer-widgets h4 {
	margin: 0 0 5px 0;
	padding: 7px 0 7px 7px;
	font-family: 'Artisan12', arial, sans-serif;
	font-size: 24px;
	letter-spacing: -2px;
	color: #89a15f;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 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 {
	font-size: 11px;
	margin: -10px 0 15px;
	text-transform: uppercase;
}

.post-info a, .post-info a:active, .post-info a:visited, .post-info a:hover {
    
}

.post-info a:hover { 
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	border-top: 1px solid #dbd5be;
	padding: 3px 0 0 0;
}

.post-meta a, .post-meta a:active, .post-meta a:visited, .post-meta a:hover {
    
}

.post-meta a:hover {  }


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments {
    margin: 0;
	padding: 0;
}

.tags {
	margin: 0;
	padding: 0;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.entry-content img a { width: auto; margin: 0 auto; }

.avatar,
.post-image {
	background-color: #f6f2e3;
	padding: 7px;
}

.featuredpage img,
.featuredpost img {
	background-color: #f6f2e3;
	margin: 0 0 7px 0;
	padding: 7px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 0;
	border: 1px solid #787450;
	height: 80px;
	width: 80px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
}

p.wp-caption-text {
	background: #f6f2e3;
	font-size: 14px;
	margin: 5px 0 10px 0;
	padding: 3px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-family: Arial, sans-serif;
	font-size: 14px;
	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 #f6f2e3;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f6f2e3;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 350px;
	padding: 10px;
	margin-right: 20px;
	background: #f6f2e3;
	text-align: center;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 15px;
	overflow: hidden;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	font-family: Arial, sans-serif;
	padding: 0;
	text-align: left;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
	line-height: 18px;
	font-size: 14px;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	float: left;
    margin: 0 10px 10px 15px;
    overflow: hidden;
    padding: 5px 0 15px;
    width: 210px;
	height: 260px;
}

.featuredpost h4.widgettitle {
    font-family: 'coneria_script_demoregular', arial, sans-serif; 
	font-size: 30px;
	text-transform: none;
	text-align: center;
	padding: 5px;
	line-height: 36px;
}

.featuredpost h2 { 
    margin: 0; 
	padding: 0;
	text-align: center;
}

.featuredpost .post h2 a { 
    font-size: 16px !important;
	line-height: 16px !important;
	text-transform: none !important;
}



#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	border: 1px solid #f6f2e3;
	background: #f6f2e3;
	color: #889f64;
	cursor: pointer;
	font-family: Arial, sans-serif;
	line-height: 14px;
	text-transform: uppercase;
	padding: 6px 8px;
	text-decoration: none;
	margin: 4px 0 0 0;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
	background: #eba387;
	border: 1px solid #eba387;
	color: #fff;
}

.newreadmore { 
    text-align: right; 
	margin: 5px 0 20px 0; 
}

.newreadmore a,
.newreadmore a:visited,
.newreadmore a:active {
    border: 1px solid #f6f2e3;
	background: #f6f2e3;
	color: #889f64;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 6px 8px;
	text-decoration: none;
}

.newreadmore a:hover {
    text-decoration: none;
	background: #eba387;
	border: 1px solid #eba387;
	color: #fff;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 0;
}

.sidebar  .widget_search {
}

.s {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 6px 5px;
	text-transform: lowercase;
	width: 280px;
	background: #fff;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#header .enews, #header .widget-wrap {
	
}

.enews  {
	padding: 7px 14px 0 14px;
	
}




.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	background-color: #fff;
	color: #4c4b4b;
	font-family: Arial, sans-serif;
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	text-transform: lowercase;
	width: 265px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #F7F7F7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #F7F7F7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	margin: 0 auto;
	min-width: 960px;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	padding: 20px 10px 10px;
	width: 1080px;
	
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: #F7F7F7;
}

.footer-widgets-1 {
	float: left;
	margin: 0;
	padding: 0 45px 0 0;
	width: 330px;
}

.footer-widgets-2 {
	float: left;
	margin: 0;
	padding: 0 35px 0 0;
	width: 330px;
}

.footer-widgets-3 {
	float: right;
	padding: 0 0 0 0;
	width: 330px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

#footer p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #a5a4a4;
}

#footer a,
#footer a:visited {
	color: #a5a4a4;
}

#footer a:hover {
	color: #a5a4a4;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	text-align: center;
	width: 100%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	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 {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
	margin: -5px 0 5px 0;
}

.reply  a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 5px;
	font-weight: 300;
	background: #f6f2e3;
	border: 1px solid #f6f2e3;
	color: #72903e;
}

.reply a:hover {
    background: #eba387;
	border: 1px solid #eba387;
	color: #fff;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
	
}

.thread-alt,
.thread-even {
	background-color: #faf9f6;
}

.alt,
.depth-1,
.even {
	border: 1px solid #f6c9ba;
}

	
div.sharedaddy div.sd-block { border: none !important; }	
	
#prev-next { margin: 15px 0 5px 0; padding: 10px; background: #f6f2e3; font-size: 12px; line-height: 16px; }
.prev-link { float: left; width: 50%; }
.next-link { float: right; text-align: right; width: 50%; }	

/* Category Grid View Gallery */
div.cgview ul li { 
    border-radius: 0 !important; 
	float: left !important; 
	border: 1px solid #333 !important; 
    margin: 10px 0 10px 30px !important; 	
}
div.cgview ul li div.cgtitle p a {
    font-family: inherit !important;
	font-size: 13px !important;
	padding: 5px !important;
}
div.cgview.light ul li div.cgback { background-color: #DFF4F5 !important; }
div.cgview ul li div.cgback { opacity: 0.8 !important; }
div.cgview.light ul li:hover { border-color: #949e45 !important; }

#post-teasers { margin: 20px 0 0 0 !important; }

.nrelate { margin: 30px 0 20px 0 !important; }
h3.nr_title { margin: 30px 0 2px 0 !important; }
.nrelate .nr_title { padding: 0 !important; margin: 0 !important; font-size: 16px !important; text-transform: uppercase !important; color: #10253f; padding-top: 15px; }

.comment-subscription-form { line-height: 18px; margin: 0; }

/* Alignment */
div.alignleft.pib-pinterest,
div.alignright.pib-pinterest,
div.aligncenter.pib-pinterest { padding: 10px; }

.nailthumb-container img.nailthumb-image {
   padding: 0 15px 15px 0 !important;
}

/* Sidebar Socials */
.topsocials {
   width: 100%;
   margin: 0 auto;
   text-align: center;
}
a.social-fb { 
   background: url(images/socials_fb_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-fb:hover {
   background: url(images/socials_fb_green.png) top center no-repeat;
}
a.social-twitter { 
   background: url(images/socials_twitter_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-twitter:hover {
   background: url(images/socials_twitter_green.png) top center no-repeat;
}
a.social-pinterest { 
   background: url(images/socials_pinterest_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-pinterest:hover {
   background: url(images/socials_pinterest_green.png) top center no-repeat;
}
a.social-instagram { 
   background: url(images/socials_instagram_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-instagram:hover {
   background: url(images/socials_instagram_green.png) top center no-repeat;
}
a.social-rss { 
   background: url(images/socials_rss_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-rss:hover {
   background: url(images/socials_rss_green.png) top center no-repeat;
}
a.social-gplus { 
   background: url(images/socials_gplus_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-gplus:hover {
   background: url(images/socials_gplus_green.png) top center no-repeat;
}
a.social-email { 
   background: url(images/socials_email_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-email:hover {
   background: url(images/socials_email_green.png) top center no-repeat;
}
a.social-hometalk { 
   background: url(images/socials_hometalk_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-hometalk:hover {
   background: url(images/socials_hometalk_green.png) top center no-repeat;
}
a.social-bloglovin { 
   background: url(images/socials_bloglovin_coral.png) top center no-repeat;
   height: 54px;
   width: 55px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-bloglovin:hover {
   background: url(images/socials_bloglovin_green.png) top center no-repeat;
}


/* End of Post Socials */

.postsocials {
   width: 100%;
   margin: 10px 0 0 0;
   text-align: left;
}
a.social-fb-sm { 
   background: url(images/socials_fb_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-fb-sm:hover {
   background: url(images/socials_fb_green_sm.png) top center no-repeat;
}
a.social-twitter-sm { 
   background: url(images/socials_twitter_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-twitter-sm:hover {
   background: url(images/socials_twitter_green_sm.png) top center no-repeat;
}
a.social-pinterest-sm { 
   background: url(images/socials_pinterest_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-pinterest-sm:hover {
   background: url(images/socials_pinterest_green_sm.png) top center no-repeat;
}
a.social-instagram-sm { 
   background: url(images/socials_instagram_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-instagram-sm:hover {
   background: url(images/socials_instagram_green_sm.png) top center no-repeat;
}
a.social-rss-sm { 
   background: url(images/socials_rss_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-rss-sm:hover {
   background: url(images/socials_rss_green_sm.png) top center no-repeat;
}
a.social-gplus-sm { 
   background: url(images/socials_gplus_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-gplus-sm:hover {
   background: url(images/socials_gplus_green_sm.png) top center no-repeat;
}
a.social-email-sm { 
   background: url(images/socials_email_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-email-sm:hover {
   background: url(images/socials_email_green_sm.png) top center no-repeat;
}
a.social-hometalk-sm { 
   background: url(images/socials_hometalk_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-hometalk-sm:hover {
   background: url(images/socials_hometalk_green_sm.png) top center no-repeat;
}
a.social-bloglovin-sm{ 
   background: url(images/socials_bloglovin_coral_sm.png) top center no-repeat;
   height: 34px;
   width: 35px;
   display: inline-block;
   margin: 0 2px;
   padding: 0;
 }
a.social-bloglovin-sm:hover {
   background: url(images/socials_bloglovin_green_sm.png) top center no-repeat;
}



/* Genesis Responsive Slider
------------------------------------------------------------ */

.nivo-directionNav a { 
    background: #f6f2e3; 
	padding: 7px; 
	color: #89a15f; 
	-moz-border-radius: 50px;
    border-radius: 50px; 
    font-size: 11px;
}
.nivo-nextNav { right: 10px }
.nivo-prevNav { left: 10px; }




#genesis-responsive-slider { 
   	background-color: #f6f2e3 !important;
	border: 1px solid #f6f2e3 !important;
	padding: 10px !important;
	margin: 0 0 30px 0 !important;
}

#genesis-responsive-slider .slide-excerpt { 
	width: 100% !important;
	background: #f6f2e3 !important;
	text-align: center !important;
	padding: 15px 10px !important; 
	opacity: 0.6 !important;
	margin: 0;
}

#genesis-responsive-slider .slide-background { }

#genesis-responsive-slider .slide-excerpt-border {
	border: none !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
}

#genesis-responsive-slider .slide-excerpt-border h2 { 
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .slide-excerpt-border h2 a { 
    font-family: 'Artisan12', arial, sans-serif !important;
	font-size: 22px !important;
	letter-spacing: -1px !important;
	color: #89a15f !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider .newreadmore {
    padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
}

#genesis-responsive-slider .newreadmore a {
    padding: 8px;
	border: none;
	color: #000;
	font-weight: 700;
}

#genesis-responsive-slider .flexslider .slides img { 
   	width: 688px;
	height: 298px;
	margin: 0;
}


.flex-control-nav {
    margin: 15px 0 10px !important;
}


.bottomwrapper { text-align: center !important; margin: 0 auto !important; }
.pins-mid { float: none !important; }

.postsocials h4{ text-align: left; margin: 0 !important; font-size: 16px; padding: 5px 0 10px 0; font-weight: 700; }

#subbutton { margin: 5px auto; }

.post-end-form {
    padding: 30px 10px 10px 10px;
    margin: 10px 0 0 0;	
	text-align: center;
	border: 1px solid #f6c9ba;
}

.post-end-form h4 {
	text-align: center; 
	margin: 0 !important; 
	font-size: 30px; 
	padding: 5px 0 10px 0; 
	font-weight: 300;
	font-family: 'coneria_script_demoregular',arial,sans-serif;
}

.post-end-form input { margin: 0 10px 0 0; padding: 7px; }

/* MAILCHIMP OPT-IN */

/*sidebar one*/
#mc_embed_signup {
    background: url() top center no-repeat;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form {
	padding: 0;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 0 !important;
}
#mc_embed_signup .mc-field-group-1 {  
    display: inline;
}
#mc_embed_signup .mc-field-group-2 {
    padding: 0; 
    display: inline;
}
#mc_embed_signup .mc-field-group-3 {
    padding: 0; 
    display: inline;
    margin: 0 0 0 10px;
}
#mc_embed_signup input#mce-EMAIL, 
#mc_embed_signup input#mce-FNAME,
#mc_embed_signup input#mce-LNAME
 { 
    height: 30px; 
   
    display: inline-block; 
    margin: 0 auto; 
    padding: 3px 8px 5px; 
    width: 250px;
    font-size: 12px;
    
}
#mc_embed_signup .mc-field-group label {
	display: none !important;
	margin-bottom: 0;
	text-align: center;
}
#mc_embed_signup input#mce-EMAIL { 
    margin: 0 auto 5px auto;
	display: block;
	width: 300px !important;
	background: #fff;
	
}
#mc_embed_signup input { padding: 1rem; }

#mc_embed_signup .button {
	background-color: #eba387 !important;
	border-radius: 0 !important;
	color: auto !important;
	font-weight: 300 !important;
	margin: 0 auto !important;
	display: block !important;
	color: #fff !important;
	padding: 10px !important;
}
#mc_embed_signup .button:hover {
	background: #89a15f !important;
	border: 1px solid #89a15f !important;
}

/*end of posts one*/

#mc_embed_signup_posts {
    background: url() top center no-repeat;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#mc_embed_signup_posts #mc-embedded-subscribe-form {
	padding: 0;
}
#mc_embed_signup_posts .mc-field-group {
	padding-bottom: 0 !important;
}
#mc_embed_signup_posts .mc-field-group-1 {  
    display: inline;
}
#mc_embed_signup_posts .mc-field-group-2 {
    padding: 0; 
    display: inline;
}
#mc_embed_signup_posts .mc-field-group-3 {
    padding: 0; 
    display: inline;
    margin: 0 0 0 10px;
}
#mc_embed_signup_posts input#mce-EMAIL, 
#mc_embed_signup_posts input#mce-FNAME,
#mc_embed_signup_posts input#mce-LNAME
 { 
    height: 30px; 
   
    display: inline-block; 
    margin: 0 auto; 
    padding: 3px 8px 5px; 
    width: 250px;
    font-size: 12px;
    
}
#mc_embed_signup_posts .mc-field-group label {
	display: none !important;
	margin-bottom: 0;
	text-align: center;
}
#mc_embed_signup_posts input#mce-EMAIL { 
    margin: 0 auto 5px auto;
	display: block;
	width: 500px !important;
}
#mc_embed_signup_posts input { padding: 1rem; }

#mc_embed_signup_posts .button {
	background-color: auto !important;
	border-radius: 0 !important;
	color: auto !important;
	font-weight: 300 !important;
	margin: 0 auto !important;
	display: block !important;
	padding: 10px !important;
}
#mc_embed_signup_posts .button:hover {
	background: auto !important;
}




/* Mobile
------------------------------------------------------------ */
@media only screen and (max-width: 1024px) {
	
	#header { background: url("http://www.oursouthernhomesc.com/wp-content/uploads/2014/08/header_mobile.png") center center no-repeat !important; }
	#wrap { width: 98%; margin: 5px auto; }
	#header, #nav
	{ width: 100%; }
	.menu-primary a { padding: 7px 10px 6px; font-size: 20px; }
	.content-sidebar #content { width: 98%; float: none; margin: 0 auto; }
	#content h2 a, #content h2 a:visited { font-size: 26px; }
	.entry-content p { font-size: 18px; line-height: 24px; }
	.newreadmore a, .newreadmore a:visited, .newreadmore a:active { font-size: 17px; }
	.sidebar { width: 100%; float: none; margin: 0 auto; display: block; }
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 { width: 100%; float: none; }
	.footer-widgets-1 { margin-left: 0; }
	
}

@media only screen and (max-width: 480px) {
	body { font-size: 15px; }
	.pibfi_pinterest { display: block !important;}

} 

@media only screen and (max-width: 320px) {
	#header { background: url("http://www.oursouthernhomesc.com/wp-content/uploads/2014/08/header_mobile.png") center center no-repeat !important; background-size: 280px 194px; }
	#genesis-responsive-slider { display: none; }
	img.alignleft { display: block; margin: 0 auto 5px; float: none; }
	
}	
