/*
    Theme Name: Pure Elegance
	Theme URI: http://www.studiopress.com/themes/pure-elegance
	Description: Pure Elegance is a one or two column child theme created for the Genesis Framework.
    Author: Auxano Creative
    Author URI: http://www.auxanocreative.com/
 
    Version: 1.1
 
    Tags: custom-background, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.8.0
 
	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
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* Featured Widget Under Subnav
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Social Icons Widget
* Genesis Slider/WP Cycle
* Color Styles
  *Ivory
  *Charcoal

*/


/* @Font-Face
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Quicksand);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

}


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #575757;
	font-family: Georgia,'Palatino', serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #575757;
	font-family: Georgia,'Palatino', serif;
}

input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 0;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #fa886d;
	text-decoration: none;
}

a:hover {
    color: #737373;
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #ffffff;
        font-family: georgia, palatino, serif; 
        color: #575757;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 10px;
	width: 1000px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 20px auto 0;
	overflow: hidden;
	width: 1000px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 350px;
}

#title {
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	line-height: 42px;
	margin: 0;
	text-transform: none;
}

#title a,
#title a:hover {
	color: #a77878;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 500px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

/*.header-image #title-area {
	background: url(images/logo.png) no-repeat top left;
}*/

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 240px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 394px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

/*.header-full-width.header-image #title-area {
	background: url(images/logo.png) no-repeat center center;
}*/

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1000px;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 8px;
	top: 11px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	background: #ffffff;
	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 {
	border: 0;
	float: left;
	list-style-type: none;
	text-transform: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #a7d1d2;
	display: block;
	font-size: 12px;
	padding: 2px 15px 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: #a7d1d2;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 9px;
	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: #ffffff;
	border: 1px dashed #e2e2e2;
	border-top-width: 0;
	color: #a9a8a8;
	font-size: 12px;
	padding: 4px 10px 2px;
	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: #a77878;
}


#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;
	right: 8px;
	top: 10px;
}

#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: #fee3d6;
        border-bottom: 0px solid #fa886d; 
	clear: both;
	color: #7ebfc1;
	font-family: 'Georgia', Palatino, serif;
	height: 41px;
	margin: 0 auto 5px;
	overflow: hidden;
	width: 1000px;
}

#nav .wrap {
	margin-top: 5px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
        margin-left: 30px;
}

#nav li a {
	color: #95cacb;
	display: block;
	font-size: 18px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase; 
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current_page_ancestor a {
	color: #fa886d;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #ffffff;
	border: none;
	border-top-width: 0;
	color: #fa886d;
	font-family: 'Georgia', Palatino, serif;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #737373;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-family: 'Georgia', Palatino, serif;
	font-size: 12px;
	padding: 5px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #a77878;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fa886d;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss-nav.png) no-repeat center left;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	font-size: 12px;
	padding: 7px 0 5px 25px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: #ffffff;
	clear: both;
	color: #fa886d;
	margin: 0 auto 5px;
	overflow: hidden;
	text-transform: none;
	width: 1000px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fa886d;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#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,
#subnav .current_page_ancestor a {
	color: #b2ddde;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #ffffff;
	border: none;
	border-top-width: 0;
	color: #b2ddde;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #737373;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#top {
	background: transparent;
	height: 13px;
	margin: 5px auto 0;
	width: 1000px;
}

#inner {
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	width: 1000px;
}

#bottom {
	background: #ffffff;
	height: 13px;
	margin: 0 auto 5px;
	width: 1000px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #f5f5f5;
	color: #b4035f;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 6px 10px 5px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	margin: 0 auto;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1000px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 20px;
	width: 500px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 620px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	margin: 0 auto;
	width: 1050px;
}

blockquote {
	background: #defbfc;
	color: #555555;
	font-style: italic;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dashed #e2e2e2;
	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;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #fa886d;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
        font-weight: 300; 
	line-height: 40px;
}
h1,
h2 {
	background: url(images/icon.png) no-repeat top left;
	padding: 0 0 0 40px;
}
#header h1 {
       background: none;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #333333;
	text-decoration: none;
}

h3 {
        color: #fa886d;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
        font-weight: 300;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background: #ffffff; 
	color: #7ebfc1;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
        font-weight: normal; 
	margin: 0 0 5px;
	padding: 6px 5px 5px 10px;
	text-transform: uppercase; 
        text-align: center;
}

.widget-area h4 a {
	color: #444;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
        color: #f2836a;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered 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: 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 {
    border-top: 1px dashed #b2ddde; 
    border-bottom: 1px dashed #b2ddde; 
	color: #737373;
	font-size: 12px;
        letter-spacing: 1px;
	margin: 10px 0 15px;
        padding: 4px 0 4px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dashed #b2ddde;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: none;
}
#reply-title h3 {
        color: #fa886d;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
        font-weight: 300; 
	line-height: 40px;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: none;
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
}

p.post-comments {
	background: url(images/bullet.png) no-repeat left;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
        display: none; 
}

p.post-comments a {
	color: #737373;
}

p.post-comments a:hover {
	color: #b4035f;
	text-decoration: none;
}

/* Images
------------------------------------------------------------ */

.avatar,
.post-image {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 4px;
}

.author-box .avatar {
	background-color: #ffffff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #ffffff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

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 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* 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 #e2e2e2;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    background: #ffffff;
	display: inline;
	float: right;
	font-size: 14px;
	line-height: 20px;
        padding: 5px;
	width: 300px;
}

.sidebar p {
	font-size: 13px;
        font-family: georgia, palatino, serif;
	line-height: 20px;
	padding: 0 10px 10px 0;
}

.sidebar-split-left {
	display: inline;
	float: left;
	width: 155px;
}
	
.sidebar-split-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-split-right p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

.sidebar-split-bottom {
	clear: both;
	width: 300px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: #ffffff;
	border: 0px solid #fa886d; 
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.widget-area .textwidget {
	padding: 5px 15px 0;
}

.sidebar-split-right .textwidget {
	padding: 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 10px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
	padding: 4px 0 0;
	border-bottom: 1px dashed #e2e2e2;
}

.widget-area ul li a, 
.widget-area ul li a:visited {
	text-decoration: none;
}

.widget-area ul li a:hover {
	color: #b4035f;
	text-decoration: none;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}

/* Featured Widget Under Subnav
------------------------------------------------------------ */

#featured-widget {
	background: none;
	height: 189px;
	margin: 0 auto;
	padding: 0 0 0 5px;
        margin-left: 7px;
	width: 1000px;
}

#featured-widget .featuredpage,
#featured-widget .featuredpost, 
#featured-widget .textwidget {
	float: left;
	height: 189px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#featured-widget .featuredpage .page,
#featured-widget .featuredpost .post, 
#featured-widget .textwidget {
	float: left;
	overflow: hidden;
	padding: 0 20px 0 0;
	width: 230px;
}

#featured-widget .featuredpage .page img,
#featured-widget .featuredpost .post img {
	border: 0px solid #ffffff;
	padding: 0;
}

#featured-widget .featuredpage .page img:hover,
#featured-widget .featuredpost .post img:hover {
	border: 0px solid #f5f5f5;
}

#featured-widget h4.widgettitle {
	background: transparent;
	color: #a77878;
	left: 10px;
	top: 145px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	padding: 6px 10px 5px 10px;
	position: absolute;
}

#featured-widget .featuredpage .page p,
#featured-widget .featuredpost .post p {
	display: none;
}
	
#featured-widget .featuredpage .page h2,
#featured-widget .featuredpost .post h2 {
	display: none;
}

#featured-widget a {
	color: #a77878;
}

#featured-widget a:hover {
	color: #a9a8a8;
	text-decoration: none;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
.reply a {
	background-color: #fa886d;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 6px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"],
.reply a:hover {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#header input[type="button"], #header input[type="submit"] {
	font-size: 12px;
	padding: 4px 6px;
}

#nav .searchform {
	float: right;
	padding: 2px 0 0;
}

#nav input[type="button"], #nav input[type="submit"] {
	font-size: 12px;
	padding: 4px 6px;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 7px 5px;
	width: 190px;
}

#nav .s {
	background-color: #f5f5f5;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: #ffffff;
        border-top: 2px solid #b1ddde;
	clear: both;
	margin: 5px auto;
	overflow: hidden;
	width: 1000px;
}

#footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 19px 0;
}

#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 h4 {
	color: #f2836a;
}

#footer-widgets p {
	color: #555555;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fa886d;
}

#footer-widgets a:hover {
	text-decoration: underline;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 10px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 295px;
}

.footer-widgets-2 {
	float: left;
	width: 290px;
}

.footer-widgets-3 {
	float: right;
	width: 295px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
	padding: 4px 0;
	text-transform: none;
	width: 1000px;
}

#footer p {
	color: #737373;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #fa886d;
}

#footer a:hover {
	color: #555555;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0;
	width: 200px;
}

#footer .gototop a {
	background: url(images/arrow-up.png) no-repeat center left;
	padding: 0 0 0 16px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#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 {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: normal;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #ffffff;
}

.alt,
.depth-1,
.even {
	border: 1px dashed #b2ddde;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #a9a8a8;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #ffffff;
}

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 Icons Widget
------------------------------------------------------------ */

#social-widget {
	float: right;
	margin: -10px 5px 5px 0;
        margin-right: 30px;
	min-height: 35px;
	width: 250px;
}

#social-widget a {
	color: #a77878;
}

#social-widget a:hover {
	color: #a9a8a8;
	text-decoration: none;
}

#social-widget ul li.social-email,
#social-widget ul li.social-facebook,
#social-widget ul li.social-flickr,
#social-widget ul li.social-pinterest,
#social-widget ul li.social-rss,
#social-widget ul li.social-twitter {
    float: left;
}

#social-widget ul li.social-email a,
#social-widget ul li.social-facebook a,
#social-widget ul li.social-flickr a,
#social-widget ul li.social-pinterest a,
#social-widget ul li.social-rss a,
#social-widget ul li.social-twitter a {
    display: block;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    text-indent: -9999px;
    width: 35px;
}

#social-widget ul {
	list-style: none;
}

#social-widget ul li.social-email a {
	background: url(images/yellow-email.png) 0 0 no-repeat;
}

#social-widget ul li.social-facebook a {
	background: url(images/yellow-facebook.png) 0 0 no-repeat;
}

#social-widget ul li.social-flickr a {
	background: url(images/yellow-flickr.png) 0 0 no-repeat;
}

#social-widget ul li.social-pinterest a {
	background: url(images/yellow-pinterest.png) 0 0 no-repeat;
}

#social-widget ul li.social-rss a {
	background: url(images/yellow-rss.png) 0 0 no-repeat;
}

#social-widget ul li.social-twitter a {
	background: url(images/yellow-twitter.png) 0 0 no-repeat;
}

/* Genesis Slider
------------------------------------------------------------- */

.genesis_slider #genesis-slider {
	border: 0;
	margin-bottom: 5px;
}

/* WP Cycle
-------------------------------------------------------------- */

#slideshow-widget #rotator {
	border: 0px solid #ffffff !important;
	height: 350px;
	margin: 20px 0px !important;
        margin-top: 20px;
	width: 1000px;
}

#slideshow-widget a {
	color: #737373;
}

#slideshow-widget a:hover {
	color: #000000;
	text-decoration: none;
}


/* Pure Elegance Ivory
------------------------------------------------------------ */

body.pure-elegance-ivory {
	background: #e0e0e0 url(images/ivory/ivory.png) fixed;
}

.pure-elegance-ivory a,
.pure-elegance-ivory a:visited {
	color: #e78aa9;
}

.pure-elegance-ivory a:hover {
	text-decoration: underline;
}

.pure-elegance-ivory #nav li.rss a {
	background: url(images/ivory/pink-rss-nav.png) no-repeat center left;
}

.pure-elegance-ivory #nav li.twitter a {
	background: url(images/ivory/pink-twitter-nav.png) no-repeat center left;
}

.pure-elegance-ivory h2 a,
.pure-elegance-ivory h2 a:visited {
	color: #444;
}

.pure-elegance-ivory h2 a:hover {
	color: #e78aa9;
	text-decoration: none;
}

.pure-elegance-ivory #social-widget ul li.social-facebook a{
	background: url(images/ivory/pink-facebook.png) 0 0 no-repeat;
}

.pure-elegance-ivory #social-widget ul li.social-flickr a{
	background: url(images/ivory/pink-flickr.png) 0 0 no-repeat;
}

.pure-elegance-ivory #social-widget ul li.social-pinterest a{
	background: url(images/ivory/pink-pinterest.png) 0 0 no-repeat;
}

.pure-elegance-ivory #social-widget ul li.social-rss a{
	background: url(images/ivory/pink-rss.png) 0 0 no-repeat;
}

.pure-elegance-ivory #social-widget ul li.social-twitter a{
	background: url(images/ivory/pink-twitter.png) 0 0 no-repeat;
}

.pure-elegance-ivory input[type="button"],
.pure-elegance-ivory input[type="submit"],
.pure-elegance-ivory .reply a {
	background-color: #e78aa9;
	color: #ffffff;
}

.pure-elegance-ivory input:hover[type="button"],
.pure-elegance-ivory input:hover[type="submit"],
.pure-elegance-ivory .reply a:hover {
	background-color: #a9a8a8;
}

.pure-elegance-ivory p.post-comments {
	background: url(images/ivory/pink-bullet.png) no-repeat left;
}

.pure-elegance-ivory p.post-comments a {
	color: #a9a8a8;
}

.pure-elegance-ivory p.post-comments a:hover {
	color: #e78aa9;
	text-decoration: none;
}

.pure-elegance-ivory #footer-widgets a,
.pure-elegance-ivory #footer-widgets a:visited {
	color: #e78aa9;
}

/* Pure Elegance Charcoal
------------------------------------------------------------ */

body.pure-elegance-charcoal {
	background: #818181 url(images/charcoal/charcoal.png) fixed;
}

.pure-elegance-charcoal a,
.pure-elegance-charcoal a:visited {
	color: #7ac5cd;
}

.pure-elegance-charcoal #nav li.rss a {
	background: url(images/charcoal/blue-rss-nav.png) no-repeat center left;
}

.pure-elegance-charcoal #nav li.twitter a {
	background: url(images/charcoal/blue-twitter-nav.png) no-repeat center left;
}

.pure-elegance-charcoal h2 a,
.pure-elegance-charcoal h2 a:visited {
	color: #444;
}

.pure-elegance-charcoal h2 a:hover {
	color: #7ac5cd;
	text-decoration: none;
}

.pure-elegance-charcoal #social-widget a {
	color: #7ac5cd;
}

.pure-elegance-charcoal #social-widget a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pure-elegance-charcoal #social-widget ul li.social-facebook a {
	background: url(images/charcoal/blue-facebook.png) 0 0 no-repeat;
}

.pure-elegance-charcoal #social-widget ul li.social-flickr a {
	background: url(images/charcoal/blue-flickr.png) 0 0 no-repeat;
}

.pure-elegance-charcoal #social-widget ul li.social-pinterest a {
	background: url(images/charcoal/blue-pinterest.png) 0 0 no-repeat;
}

.pure-elegance-charcoal #social-widget ul li.social-rss a {
	background: url(images/charcoal/blue-rss.png) 0 0 no-repeat;
}

.pure-elegance-charcoal #social-widget ul li.social-twitter a{
	background: url(images/charcoal/blue-twitter.png) 0 0 no-repeat;
}

.pure-elegance-charcoal #slideshow-widget a {
	color: #7ac5cd;
}

.pure-elegance-charcoal #slideshow-widget a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pure-elegance-charcoal #featured-widget a {
	color: #7ac5cd;
}

.pure-elegance-charcoal #featured-widget a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pure-elegance-charcoal input[type="button"],
.pure-elegance-charcoal input[type="submit"],
.pure-elegance-charcoal .reply a {
	background-color: #7ac5cd;
	color: #ffffff;
}

.pure-elegance-charcoal input:hover[type="button"],
.pure-elegance-charcoal input:hover[type="submit"],
.pure-elegance-charcoal .reply a:hover {
	background-color: #a9a8a8;
}

.pure-elegance-charcoal p.post-comments {
	background: url(images/charcoal/blue-bullet.png) no-repeat left;
}

.pure-elegance-charcoal p.post-comments a {
	color: #a9a8a8;
}

.pure-elegance-charcoal p.post-comments a:hover {
	color: #7ac5cd;
	text-decoration: none;
}

.pure-elegance-charcoal #footer-widgets a,
.pure-elegance-charcoal #footer-widgets a:visited {
	color: #7ac5cd;
}

.pure-elegance-charcoal #footer p {
	color: #7ac5cd;
}

.pure-elegance-charcoal #footer a,
.pure-elegance-charcoal #footer a:visited {
	color: #7ac5cd;
}

.pure-elegance-charcoal #footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
