/*
	Theme Name: It's Peachy Keen
	Theme URI: http://www.lilipopdesigns.com/
	Description: It's Peachy Keen is a custom WordPress theme by Lilipop Designs, built on Genesis Framework.
	Author: Lilipop Designs
	Author URI: http://www.lilipopdesigns.com/
	
	Version: 2.0

	Template: genesis

	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
* Post Formats
* 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
* Widget Titles
* Post Page Titles
* Primary Nav
*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Prata);
@import url(http://fonts.googleapis.com/css?family=Montez);
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
@import url(http://fonts.googleapis.com/css?family=Allura);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: 'Century Gothic', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

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

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

ul li {
	list-style-type: square;
}


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

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

a:hover {
	text-decoration: underline;
	color: #bee4d7;
}

a img {
	border: none;
}

.more-link {
	border-bottom: 4px double #dedede;
	display: block;
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 10px 0 0px;
	padding: 0 0 10px 0;
	text-align: right;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
	background-image: url(images/background.png);
	background-position: center;
}


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

#wrap {
	background-color: #fff;
	margin: 20px auto;
	overflow: hidden;
	width: 1100px;
	box-shadow: 0 1px 2px #999;
	-moz-box-shadow: 0 1px 2px #999; 
	-webkit-box-shadow: 0 1px 2px #999;
}


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

#header {
	background: url(images/header.png) no-repeat top left;
	height: 250px;
	margin: 0 auto;
	width: 1100px;
}

.page-template-landing-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 105px 0 0 0;
	width: 1100px;
	text-align: center;
}

.header-full-width #title-area {
	padding: 35px 0 0;
}
	
#title {
	font-family: 'Prata', Georgia, Times, Times New Roman, serif;
	font-size: 48px;
	font-variant: small-caps;
	line-height: 48px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #464646;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fc92a4;
	font-family: 'Raleway',Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 200px;
}


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

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

.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: 1100px;
	margin-top: 27px;
}


/* 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;
}

#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: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	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: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#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: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#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 li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

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

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

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

#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 {
	clear: both;
	color: #fbbdb7;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 1100px;
}

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

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

#nav li a {
	display: block;
	padding: 10px 10px 8px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #444;
}

#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: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 148px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #f9c1c4;
}

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

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

#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;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

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

#subnav {
	clear: both;
	color: #333;
	background-color: #fbbdb7;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px auto 0;
	overflow: hidden;
	width: 1100px;
}

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

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

#subnav li a {
	display: block;
	padding: 9px 16px 8px 15px;
	position: relative;
	text-decoration: none;
	color: #333;
}

#subnav .wrap {
	margin-left: auto;
	margin-right: auto;
	display:table;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: transparent;
	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: #fbbdb7;
	color: #333;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
	width: 148px;
}

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

#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: -30px 0 0 168px;
}

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


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

#inner {
	margin: 30px auto;
	overflow: hidden;
	width: 1060px;
}


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

.breadcrumb {
	color: #444;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 1100px;
}

.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
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 780px;
}

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

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

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


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

#content {
	float: left;
	width: 560px;
}

.content-sidebar #content,
.sidebar-content #content {
	padding: 5px 0px;
	width: 710px;
}

.content-sidebar-sidebar #content {
	width: 540px;
}

.sidebar-sidebar-content #content {
	width: 540px;
}

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

.content-sidebar-sidebar .sidebar {
	width: 200px;
}

.sidebar-sidebar-content .sidebar {
	width: 200px;
}

.sidebar-content-sidebar .sidebar {
	width: 200px;
}

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

.page-template-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

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

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

.entry-content p,
.home #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: #444;
	font-family: 'Prata', Georgia, serif;
	font-size: 18px;
	margin: 0 0 5px;
}

h1 {
	color: #f26a87;
	font-family: 'Prata', Georgia, serif;
	font-size: 22px;
	line-height: 26px;
}

h2 {
	color: #f26a87;
	font-family: 'Prata', Georgia, serif;
	font-size: 20px;
}

h2 a,
h2 a:visited {
	color: #f5989d;
	font-family: 'Prata', Georgia, serif;
	font-size: 20px;
	line-height: 26px;
}

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

.home h2 a {
font-size: 15px;
}

h3,
h3 a,
h3 a:hover,
h3 a:visited {
	color: #f26a87;
	font-size: 18px;
	text-decoration: none;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #f26a87;
	font-size: 16px;
	text-decoration: none;
}

h5,
h5 a,
h5 a:hover,
h5 a:visited {
	color: #f26a87;
	font-size: 14px;
	text-decoration: none;
}

h6,
h6 a,
h6 a:hover,
h6 a:visited {
	color: #f26a87;
	font-size: 12px;
	text-decoration: none;
}


/* 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-family: 'Prata', Georgia, serif;
	text-shadow: #fff 1px 1px 0px;
	margin: -5px 0px 15px;
	text-transform: lowercase;
	padding: 5px 15px;
	border-top: 4px double #dedede;
}


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

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px !important;
	text-transform: uppercase;
}


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

.author-box {
	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: 0px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat scroll;
	float: right;
	margin-top: -35px;
	height: 26px;
	width: 32px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

.full-width-content .post-comments {
	margin-right: 25px;
}

.tags {
	padding: 2px 0 2px 20px;
}
	
.time {
	padding: 2px 0 2px 21px;
}


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

img {
	max-width: 100%;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.aligncenter
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: 1px solid #ddd;
	max-width: none;
	margin: 0 0 10px;
	padding: 4px;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
	border: 1px solid #999;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.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 10px;
}

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

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

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

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

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

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


/* 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 {
	background: #ffffff;
	display: inline;
	float: right;
	margin: 0 0 20px;
	padding: 5px 0px;
	width: 300px;
}

#sidebar-alt {
	float: left;
	width: 200px;
}

.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 15px;
	padding: 0 0 10px;
}

.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;
}


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

#cat,
.widget_archive select {
	background-color: #fff;
	color: #666;
	display: inline;
	font-family: 'Century Gothic', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


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

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

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-top .widgettitle {
	background: none;
	font-family: 'Allura';
	font-size: 35px;
	padding: 10px 0px;
}

#homepage-middle .widgettitle {
	background: none;
	font-family: 'Allura';
	font-size: 35px;
	padding: 10px 0px;
	text-align: left;
}

#homepage-left .widgettitle {
	background: none;
	font-family: 'Allura';
	font-size: 35px;
	padding: 10px 0px;
}

#homepage-right .widgettitle {
	background: none;
	font-family: 'Allura';
	font-size: 35px;
	padding: 10px 0px;
}

#homepage-bottom .widgettitle {
	background: none;
	font-family: 'Allura';
	font-size: 35px;
	padding: 10px 0px;
	text-align: left;
}

#homepage-middle .featuredpost .post {
	width: 235px;
	float: left;
}

#homepage-bottom .featuredpost .post {
	width: 235px;
	float: left;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}

#homepage-middle {
	text-align: center;
}

#homepage-bottom {
	text-align: center;
}

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

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #bee4d7;
	border: 1px solid #bee4d7;
	color: #464646;
	cursor: pointer;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px 4px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.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: #f5989d;
	border: 1px solid #f5989d;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
}


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

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #999999;
	font-family: 'Century Gothic', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 210px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


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

.enews #subbox {
	background-color: #fff;
	color: #999999;
	font-family: 'Century Gothic', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}

/* 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;
    color: #fff;
    font-size: 12px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 1100px;
}
 
#footer-widgets .wrap {
    margin: 0 auto;
    width: 1100px;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets p {
    color: #fff;
    padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
    color: #f5989d;
    text-decoration: none;
    font-weight: normal;
}

#footer-widgets a:hover {
    text-decoration: underline;
    color: #bee4d7;
}
 
#footer-widgets ul {
    color: #666;
    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 20px 20px;
    width: 305px;
}
 
.footer-widgets-2 {
    float: left;
    padding: 0 20px 20px 20px;
    width: 310px;
}
 
.footer-widgets-3 {
    float: right;
    padding: 0 20px 20px 20px;
    width: 305px;
}


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

#footer {
	background-color: #bee4d7;
	clear: both;
	font-family: 'Century Gothic', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	width: 1100px;
}

#footer p {
	color: #333;
	font-family: 'Century Gothic', 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: 200px;
	text-transform: uppercase;
}

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


/* 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;
}

/* Widget Titles
------------------------------------------------------------ */
.widgettitle {
	color: #333;
	background: url(images/sidebar.png);
	padding: 10px 0px 10px 40px;
	font-size: 18px;
	font-family: 'Raleway', Arial, sans-serif;
}

/* Primary Nav
------------------------------------------------------------ */
#subnav li a:hover {
	color: #fff;
}

/* Entry Titles
------------------------------------------------------------ */
.type-post .entry-title {
	color: #f5989d;
}

/* Horizontal Social Menu
------------------------------------------------------------ */
.menu-social-container {
        background-color: #fff;
        clear: both;
        overflow: hidden;
        width: 100%;
}

.menu-social-container .menu {
        float: left;
        width: 300px;
	margin-top: 5px;
}

.menu-social-container ul {
        float: left;
        width: 100%;
	margin: 0px;
	padding: 0 0 0 12px;
}

.menu-social-container li {
        float: left;
        list-style-type: none;
	margin: 0 5px 5px 0;
	width: 30px;
}

.menu-social-container ul li {
    list-style-type: none;
}

.menu-social-container a {
        display: block;
        padding: 7px 5px;
        position: relative;
}

.facebook {
	background: url(images/facebooksprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.tweet {
	background: url(images/twittersprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.pinterest {
	background: url(images/pinterestsprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.gplus {
	background: url(images/gplussprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.feed {
	background: url(images/feedsprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.sendemail {
	background: url(images/emailsprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.instag {
	background: url(images/instagramsprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.youtube {
	background: url(images/youtubesprite.png);
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.facebook a:hover {
	background: url(images/facebooksprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.tweet a:hover {
	background: url(images/twittersprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.pinterest a:hover {
	background: url(images/pinterestsprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.gplus a:hover {
	background: url(images/gplussprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.feed a:hover {
	background: url(images/feedsprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.sendemail a:hover {
	background: url(images/emailsprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.instag a:hover {
	background: url(images/instagramsprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.youtube a:hover {
	background: url(images/youtubesprite.png) no-repeat;
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

/* Slider Custom CSS
------------------------------------------------------------ */

#genesis-responsive-slider {
	margin-bottom: 15px!important;
}

ul.flex-direction-nav li {
	list-style: none!important;
}

.flex-direction-nav li .next {
	right: 10px!important;
}

.flex-direction-nav li .prev {
	left: 10px!important;
}

.slide-excerpt-border {
	border: none!important;
}

.slide-excerpt {
	margin: 0px!important;
}

.flexslider .slides > li {
    position: relative;
    list-style-type: none;
}

/* Custom CSS
------------------------------------------------------------ */

#image-2 {
	margin: 0px;
	padding: 0px;
}

#homepage-bottom h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	max-width: 219px;
}

#homepage-middle h2 {
	max-width: 219px;
}