/*
    Theme Name: Miss Organized Theme
    Theme URI: http://www.creativegirlmedia.com/missorganized
    Description: A  feminine responsive theme for keeping your blog, shop, & website in pixel-perfect order.
    Author: Creative Girl Media
    Author URI: http://www.creativegirlmedia.com/
 
    Version: 1.8
 
    Tags: pink, blue, gray, clean, organized, two-column, three-column, responsive
 
    Template: genesis
    Template Version: 1.8
 
	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
* Gravity Forms
* Responsive Design

*/


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

@import url(//fonts.googleapis.com/css?family=Oleo+Script|Open+Sans:400,600,700|Trocchi|Sacramento);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #646464;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
        background: #fff;
	color: #646464;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
        padding: 0 0 0 7px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

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


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

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

a:hover {
	color: #5adad3;
	text-decoration: none;
	
}

a img {

}


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

body {
	background: url(images/bg.png);
}

::-moz-selection {
	background-color: #5adad3;
	color: #fff;
}

::selection {
	  background-color: #5adad3;
	 color: #fff;
}


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

#wrap { 

	background-color: #FFFFFF;
	border: 1px solid #D6D5D5;
	margin: 0 auto;
	width: 1040px;
	padding: 0;
}


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

#header {
	/* margin: 43px auto 0px; */
	min-height: 185px;
}

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

#title {
	font-family: 'Sacramento', arial, serif;
	font-size: 50px;
	line-height: 1.5em;
	margin: 0;
}

#title a {
	color: #5adad3;
	padding: 0 0 0 20px;
	text-decoration: none;
        font-size: 1.3em;
}

#title a:hover {
       color: #f36195;
}

#description {
	color: #f36195;
	font-family: 'Trocchi',serif;
        font-size: 1.2em;
        padding: 0 0 0 20px;
        width: 100%;
}

#header .widget-area {
	background: none repeat scroll 0 0 #FAFAFA;
        border: 1px solid #DDDDDD;
        border-radius: 0 0 0 20px;
        float: right;
        margin: -121px -1px 0px 0px;
        padding: 20px;
}


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

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

.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: 100%;
}


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


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

#nav {
    background: url(images/menu-primary.png);
    clear: both;
    font-size: 14px;
    height: 46px;
    margin: 0 0 0 -22px;
    overflow: hidden;
    padding: 0 1.5%;
    width: 101%;
}

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

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

#nav li a {
      color: #FFFFFF;
      display: block;
      font-family: 'Open Sans',arial,san-serif;
      font-size: 15px;
      font-weight: bold;
      margin: 0 7px;
      padding: 8px 10px;
      position: relative;
      text-decoration: none;
      text-shadow: -1px 0 1px #1D9790;
      text-transform: uppercase;
            
}

#nav li a:hover,
#nav li a:active {
        color: #1F9F98;
        text-shadow: 0px 0px 5px #fff;
        -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
	transition: all 500ms ease;
        
}

#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: #656565;
	font-size: 12px;
        text-shadow: none;
        font-weight: 400;
	padding: 5px 10px;
	position: relative;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	background: #FF5B96;
        color: #fff;
}

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

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


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

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


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

#subnav {
	clear: both;
	clear: both;
        color: #FFFFFF;
        margin: -43px auto;
        overflow: hidden;
        width: 1040px;    
}

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

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

#subnav li a {
	background: white;
        border: 1px solid #d6d5d5;
	display: block;
        font-family: 'Oleo Script', arial, serif;
	font-size: 20px;
	text-transform: lowercase;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
        margin: 0px 7px 0px;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #FFFFFF;
        color: #5adad3;
        padding: 6px 10px 4px;
        background: #fdfdfd;
        -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
        font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #509ac9;
}

#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: -31px 0 0 149px;
}

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


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

#inner { 
        margin: 0px auto;
        overflow: hidden;
        padding: 15px;
}


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

.breadcrumb {
	font-size: 13px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


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

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


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

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

.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;
	padding: 10px;
	width: 650px;
}

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

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

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

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 23px;
}

blockquote {
       background: url("images/bg.png") repeat scroll 0 0 #F6F6F6;
       border: 1px solid #DDDDDD;
       margin: 10px;
       padding: 20px 20px 10px;
}

blockquote p {
	color: #777;
	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
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
        color: #FF5B96;
	font-family: 'Oleo Script', arial, serif;
	line-height: 1.25em;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
        font-family: 'Trocchi', serif;
        color: #5adad3;
	font-size: 18px;
}

h2 a,
h2 a:visited {
	color: #5adad3;
}

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

.featuredpost h2 {
        font-size: 20px;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 20px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	border-bottom: 1px solid #DDDDDD;
        color: #FF5B96;
        font-size: 23px;
        padding: 3px 0;
        text-align: center;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: url(images/bg.png);
        border: 3px solid #FFFFFF;
        box-shadow: 0 0 2px #DDDDDD;
        padding: 5px;
}

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: square;
	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 {
	margin: -5px 0 15px;
}

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

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


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

.author-box {
	background-color: #f6f6f6;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


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

.sticky {
	background-color: #f6f6f6;
	margin: -10px 0 40px;
	padding: 20px;
}


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

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

/* Portfolio Page
------------------------------------------------------------ */

.page-template-page-portfolio-php h2,
.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	background-image: none;
	color: #4e351d;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
}

.page-template-page-portfolio-php .featuredpost a img {
	border: 1px solid #ece5e2;
	padding: 3px;
}

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

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	background: url(http://www.lisarunsforcupcakes.com/wp-content/themes/missorganized/images/port-divider.png) bottom center no-repeat;
	float: left;
	margin: 0 8px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 210px;
	height: 180px;
}

/* Category Grid Styling
------------------------------------------------------------ */

.archive #content .post, .search #content .post {
	width: 200px;
	height: 150px;
	overflow: hidden;
	padding: 0px 8px 15px 8px;
	float: left;
	}

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

.archive #content h2, .search #content h2,
.archive #content h2 a, .search #content h2 a,
.archive #content h2 a:visited, .search #content h2 a:visited {
        color: #777;
        font-family: 'Trocchi',serif !important;
        font-size: 12px !important;
        margin: 5px 0 0;
        text-align: center;
}

.archive #content .post p img, .search #content .post p img {
	width: 200px;
	height: 132px;
	}

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

.tags {
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


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

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	padding: 4px;
}

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

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: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

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

.gallery-caption {
}


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

.navigation {
	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 #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f6f6f6;
}


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

.sidebar {
    border: 1px solid #DDDDDD;
    display: inline;
    float: right;
    font-size: 13px;
    margin: 0 -16px 0 0;
    padding: 10px;
    width: 316px;
}

.sidebar-content #sidebar {
	float: left;
        margin: 0 0 0 -16px;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,

.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dashed #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.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;
	margin: 0 0 15px;
	overflow: hidden;
}

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

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

.user-profile p {
}

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


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

input[type="button"],
input[type="submit"] {
	background: none repeat scroll 0 0 #1D9790;
        border: none;
	-webkit-border-radius: 8px;
        border-radius: 8px;
        color: white;
        cursor: pointer;
        font-family: 'Open Sans',sans-serif;
        font-weight: 800;
        line-height: 19px;
        padding: 1px 7px;
        text-decoration: none;
        text-transform: uppercase;
}

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


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

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

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #FFFFFF;
    border: medium none;
    -webkit-border-radius: 10px;    
    border-radius: 10px;
    margin: 8px -7px 0 0;
    padding: 3px 10px;
}


/* 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: #f6f6f6;
	font-weight: bold;
	margin: 10px 0 0;
}

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


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

#footer-widgets {
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

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

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 300px;
}

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

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


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

#footer {
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

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

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


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

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
        background: #fff;
	list-style-type: none;
	margin-right: -16px;
       
}

.comment-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
        color: #1D9790;
        font-family: 'Sacramento',cursive;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        padding: 0 10px 0 0;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f6f6f6;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Home Page Widgets
------------------------------------------------------------ */

#home-top {
	float: left;
	padding: 10px 0 0 0;
	width: 100%;
	}

#home-full {
	border-bottom: 1px #ddd;
	float: left;
	padding: 0;
	width: 700px;
}

#home-top p, #home-bottom-area p, #home-full p {
	font-size: 13px;
}

#home-bottom-area {
	border-top: 1px #ddd;
	float: left;
	padding: 10px 0 0 0;
	width: 100%;
}
	
.home-top-left {
	float: left;
	width: 49%;
	}
	
.home-top-right {
	float: right;
	width: 49%;
	}

.home-top-left .featuredpost {
	height: 400px;
}

.home-top-right .featuredpost {
	height: 400px;
}

#home-top .wrap, #home-full .wrap, #home-bottom-area .wrap {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top p, #home-bottom p, #home-bottom-area p {
	margin: 0;
	padding: 5px 0 0 0;
	}

#home-full .widget, #home-top .widget, #home-bottom-area .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}

.home-bottom-left {
	float: left;
	width: 49%;
	}
	
.home-bottom-right {
	float: right;
	width: 49%;
	}

#home-full h4 {
	color: #59c5ca;
	font-family: 'Oleo Script', cursive;
	font-size: 30px;
	padding: 0 0 4px 0;
	text-align: center;
	text-transform: lowercase;
}

#home-top h4 {
	background: none repeat scroll 0 0 #F36195;
        border: 3px solid #FFAAC8;
        color: #FFFFFF;
        font-family: 'Oleo Script',cursive;
        font-size: 23px;
        padding: 0px;
        text-align: center;
        text-shadow: 1px 1px 2px #CD527E;
        text-transform: none;
}

#home-bottom-area h4 {
	background: none repeat scroll 0 0 #F36195;
        border: 3px solid #FFAAC8;
        color: #FFFFFF;
        font-family: 'Oleo Script',cursive;
        font-size: 23px;
        padding: 0px;
        text-align: center;
        text-shadow: 1px 1px 2px #CD527E;
        text-transform: none;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
	border: 0px solid #ddd !important;
	padding: 0px !important;
}

.sidebar .genesis_slider {
	border: none !important;
}


#genesis-slider .jFlowSlideContainer {
	border-radius: 0px;
	}

#genesis-slider .slide-excerpt{
	display: block;
	margin: 10px 0px 20px 0px;
	opacity: 0.9;
	padding: 0;
	position: absolute;
	z-index: 8;
}

.genesis-slider h2, .genesis-slider h2 a {
	font-family: 'Oleo Script', cursive !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.slide-excerpt {
	text-align: center !important;
	width: 335px !important;
}

.slide-excerpt-border {
	border: none !important;
	padding: 0 !important;
	text-align: center !important;
	width: 315px !important;
}

.flex-direction-nav li .next {
       background-position: -52px 0 !important;
       right: -50px !important;
}

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

/* Color Style Options
------------------------------------------------------------ */



/* Raspberry & Lime 
---------------- */

.miss-raspberry-lime a,
.miss-raspberry-lime a:visited {
	color: #b5c828;
}

.miss-raspberry-lime a:hover {
	color: #eb1d80;	
}

.miss-raspberry-lime ::-moz-selection {
	background-color: #eb1d80;
}

.miss-raspberry-lime ::selection {
	  background-color: #eb1d80;
}

.miss-raspberry-lime #title a {
	  color: #eb1d80;
}

.miss-raspberry-lime #title a:hover {
      color: #b5c828;
}

.miss-raspberry-lime #description {
	  color: #b5c828;
}

.miss-raspberry-lime #nav {
    background: url(images/menu-primary-razz.png);
}

.miss-raspberry-lime #nav li a {
     text-shadow: -1px 0 1px #c71c6f;          
}

.miss-raspberry-lime #nav li a:hover,
.miss-raspberry-lime #nav li a:active {
        color: #991d59;      
}

.miss-raspberry-lime #nav li li a:hover,
.miss-raspberry-lime #nav li li a:active {
	background: #b5c828;
        color: #fff;
}

.miss-raspberry-lime #subnav li a:hover,
.miss-raspberry-lime #subnav li a:active,
.miss-raspberry-lime #subnav .current_page_item a,
.miss-raspberry-lime #subnav .current-cat a,
.miss-raspberry-lime #subnav .current-menu-item a {
        color: #eb1d80;
}

.miss-raspberry-lime #subnav li li a:hover,
.miss-raspberry-lime #subnav li li a:active {
	color: #b5c828;
}

.miss-raspberry-lime h1,
.miss-raspberry-lime h2,
.miss-raspberry-lime h2 a,
.miss-raspberry-lime h2 a:visited,
.miss-raspberry-lime h3,
.miss-raspberry-lime h4,
.miss-raspberry-lime h5,
.miss-raspberry-lime h6 {
        color: #b5c828;
}

.miss-raspberry-lime h2,
.miss-raspberry-lime h2 a,
.miss-raspberry-lime h2 a:visited {
        color: #eb1d80;
}

.miss-raspberry-lime h2 a,
.miss-raspberry-lime h2 a:visited {
	color: #eb1d80;
}

.miss-raspberry-lime h2 a:hover {
	color: #b5c828;
}

.miss-raspberry-lime .taxonomy-description h1,
.miss-raspberry-lime .widget-area h4 {
        color: #eb1d80;
}

.miss-raspberry-lime input[type="button"],
.miss-raspberry-lime input[type="submit"] {
	background: #991d59;
}

.miss-raspberry-lime input:hover[type="button"],
.miss-raspberry-lime input:hover[type="submit"] {
	background: #cc1c71;
}

.miss-raspberry-lime .comment-list cite,
.miss-raspberry-lime .ping-list cite {
        color: #991d59;
}

.miss-raspberry-lime #home-full h4 {
	color: #cc1c71;
}

.miss-raspberry-lime #home-top h4 {
	    background: #b5c828;
        border: 3px solid #d6ee29;
        text-shadow: 1px 1px 2px #809101;
}

.miss-raspberry-lime #home-bottom-area h4 {
	    background: #b5c828;
        border: 3px solid #d6ee29; 
        text-shadow: 1px 1px 2px #809101;
}

/* Charcoal & Mustard 
---------------- */

.miss-charcoal-mustard a,
.miss-charcoal-mustard a:visited {
	color: #dfb41d;
}

.miss-charcoal-mustard a:hover {
	color: #9c9c9c;	
}

.miss-charcoal-mustard ::-moz-selection {
	background-color: #9c9c9c;
}

.miss-charcoal-mustard ::selection {
	  background-color: #9c9c9c;
}

.miss-charcoal-mustard #title a {
	  color: #9c9c9c;
}

.miss-charcoal-mustard #title a:hover {
      color: #dfb41d;
}

.miss-charcoal-mustard #description {
	  color: #dfb41d;
}

.miss-charcoal-mustard #nav {
    background: url(images/menu-primary-charcoal.png);
}

.miss-charcoal-mustard #nav li a {
     text-shadow: -1px 0 1px #333333;         
}

.miss-charcoal-mustard #nav li a:hover,
.miss-charcoal-mustard #nav li a:active {
        color: #dfb41d;      
}

.miss-charcoal-mustard #nav li li a:hover,
.miss-charcoal-mustard #nav li li a:active {
	background: #dfb41d;
        color: #fff;
}

.miss-charcoal-mustard #subnav li a:hover,
.miss-charcoal-mustard #subnav li a:active,
.miss-charcoal-mustard #subnav .current_page_item a,
.miss-charcoal-mustard #subnav .current-cat a,
.miss-charcoal-mustard #subnav .current-menu-item a {
        color: #9c9c9c;
}

.miss-charcoal-mustard #subnav li li a:hover,
.miss-charcoal-mustard #subnav li li a:active {
	color: #dfb41d;
}

.miss-charcoal-mustard h1,
.miss-charcoal-mustard h2,
.miss-charcoal-mustard h2 a,
.miss-charcoal-mustard h2 a:visited,
.miss-charcoal-mustard h3,
.miss-charcoal-mustard h4,
.miss-charcoal-mustard h5,
.miss-charcoal-mustard h6 {
        color: #dfb41d;
}

.miss-charcoal-mustard h2,
.miss-charcoal-mustard h2 a,
.miss-charcoal-mustard h2 a:visited {
        color: #9c9c9c;
}

.miss-charcoal-mustard h2 a,
.miss-charcoal-mustard h2 a:visited {
	color: #9c9c9c;
}

.miss-charcoal-mustard h2 a:hover {
	color: #dfb41d;
}

.miss-charcoal-mustard .taxonomy-description h1,
.miss-charcoal-mustard .widget-area h4 {
        color: #9c9c9c;
}

.miss-charcoal-mustard input[type="button"],
.miss-charcoal-mustard input[type="submit"] {
	background: #444;
}

.miss-charcoal-mustard input:hover[type="button"],
.miss-charcoal-mustard input:hover[type="submit"] {
	background: #DFB41D;
}

.miss-charcoal-mustard .comment-list cite,
.miss-charcoal-mustard .ping-list cite {
        color: #991d59;
}

.miss-charcoal-mustard #home-full h4 {
	color: #cc1c71;
}

.miss-charcoal-mustard #home-top h4,
.miss-charcoal-mustard #home-bottom-area h4 {
	background: none repeat scroll 0 0 #DFB41D;
        border: 3px solid #E8C549;
        text-shadow: 1px 1px 2px #CAA10F;
}

/* Taupe & Teal 
---------------- */

.miss-taupe-teal a,
.miss-taupe-teal a:visited {
	color: #71c1b8;
}

.miss-taupe-teal a:hover {
	color: #a29990;	
}

.miss-taupe-teal ::-moz-selection {
	background-color: #a29990;
}

.miss-taupe-teal ::selection {
	  background-color: #a29990;
}

.miss-taupe-teal #title a {
	  color: #a29990;
}

.miss-taupe-teal #title a:hover {
      color: #71c1b8;
}

.miss-taupe-teal #description {
	  color: #71c1b8;
}

.miss-taupe-teal #nav {
    background: url(images/menu-primary-taupe.png);
}

.miss-taupe-teal #nav li a {
     text-shadow: -1px 0 1px #333333;         
}

.miss-taupe-teal #nav li a:hover,
.miss-taupe-teal #nav li a:active {
        color: #71c1b8;      
}

.miss-taupe-teal #nav li li a:hover,
.miss-taupe-teal #nav li li a:active {
	background: #71c1b8;
        color: #fff;
}

.miss-taupe-teal #subnav li a:hover,
.miss-taupe-teal #subnav li a:active,
.miss-taupe-teal #subnav .current_page_item a,
.miss-taupe-teal #subnav .current-cat a,
.miss-taupe-teal #subnav .current-menu-item a {
        color: #a29990;
}

.miss-taupe-teal #subnav li li a:hover,
.miss-taupe-teal #subnav li li a:active {
	color: #71c1b8;
}

.miss-taupe-teal h1,
.miss-taupe-teal h2,
.miss-taupe-teal h2 a,
.miss-taupe-teal h2 a:visited,
.miss-taupe-teal h3,
.miss-taupe-teal h4,
.miss-taupe-teal h5,
.miss-taupe-teal h6 {
        color: #71c1b8;
}

.miss-taupe-teal h2,
.miss-taupe-teal h2 a,
.miss-taupe-teal h2 a:visited {
        color: #807469;
}

.miss-taupe-teal h2 a,
.miss-taupe-teal h2 a:visited {
	color: #807469;
}

.miss-taupe-teal h2 a:hover {
	color: #71c1b8;
}

.miss-taupe-teal .taxonomy-description h1,
.miss-taupe-teal .widget-area h4 {
        color: #a29990;
}

.miss-taupe-teal input[type="button"],
.miss-taupe-teal input[type="submit"] {
	background: #807469;
}

.miss-taupe-teal input:hover[type="button"],
.miss-taupe-teal input:hover[type="submit"] {
	background: #71c1b8;
}

.miss-taupe-teal .comment-list cite,
.miss-taupe-teal .ping-list cite {
        color: #991d59;
}

.miss-taupe-teal #home-full h4 {
	color: #cc1c71;
}

.miss-taupe-teal #home-top h4,
.miss-taupe-teal #home-bottom-area h4 {
	background: none repeat scroll 0 0 #71C1B8;
        border: 3px solid #97c9c3;
        text-shadow: 1px 1px 2px #58A097;
}

.miss-taupe-teal #header .widget-area {
        background: #f9f7f4;
        border: 1px solid #D6D5D5;
}

/* Gray & Pink
---------------- */

.miss-gray-pink a,
.miss-gray-pink a:visited {
	color: #fdb4bb;
}

.miss-gray-pink a:hover {
	color: #9d9d9d;	
}

.miss-gray-pink ::-moz-selection {
	background-color: #9d9d9d;
}

.miss-gray-pink ::selection {
	  background-color: #9d9d9d;
}

.miss-gray-pink #title a {
	  color: #9d9d9d;
}

.miss-gray-pink #title a:hover {
      color: #fdb4bb;
}

.miss-gray-pink #description {
	  color: #fdb4bb;
}

.miss-gray-pink #nav {
    background: url(images/menu-primary-gray.png);
}

.miss-gray-pink #nav li a {
     text-shadow: -1px 0 1px #333333;         
}

.miss-gray-pink #nav li a:hover,
.miss-gray-pink #nav li a:active {
        color: #fdb4bb;      
}

.miss-gray-pink #nav li li a:hover,
.miss-gray-pink #nav li li a:active {
	background: #fdb4bb;
        color: #fff;
}

.miss-gray-pink #subnav li a:hover,
.miss-gray-pink #subnav li a:active,
.miss-gray-pink #subnav .current_page_item a,
.miss-gray-pink #subnav .current-cat a,
.miss-gray-pink #subnav .current-menu-item a {
        color: #9d9d9d;
}

.miss-gray-pink #subnav li li a:hover,
.miss-gray-pink #subnav li li a:active {
	color: #fdb4bb;
}

.miss-gray-pink h1,
.miss-gray-pink h2,
.miss-gray-pink h2 a,
.miss-gray-pink h2 a:visited,
.miss-gray-pink h3,
.miss-gray-pink h4,
.miss-gray-pink h5,
.miss-gray-pink h6 {
        color: #fdb4bb;
}

.miss-gray-pink h2,
.miss-gray-pink h2 a,
.miss-gray-pink h2 a:visited {
        color: #9c9c9c;
}

.miss-gray-pink h2 a,
.miss-gray-pink h2 a:visited {
	color: #9c9c9c;
}

.miss-gray-pink h2 a:hover {
	color: #fdb4bb;
}

.miss-gray-pink .taxonomy-description h1,
.miss-gray-pink .widget-area h4 {
        color: #9d9d9d;
}

.miss-gray-pink input[type="button"],
.miss-gray-pink input[type="submit"] {
	background: #7C7C7C;
}

.miss-gray-pink input:hover[type="button"],
.miss-gray-pink input:hover[type="submit"] {
	background: #ffdcdf;
}

.miss-gray-pink .comment-list cite,
.miss-gray-pink .ping-list cite {
        color: #991d59;
}

.miss-gray-pink #home-full h4 {
	color: #444;
}

.miss-gray-pink #home-top h4,
.miss-gray-pink #home-bottom-area h4 {
	background: none repeat scroll 0 0 #fdb4bb;
        border: 3px solid #ffdcdf;
        text-shadow: 1px 1px 2px #f18f98;
}

.miss-gray-pink #header .widget-area {
        background: #F6F6F6;
        border: 1px solid #D6D5D5;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	#title, #title a,
	#title a:hover {
		font-size: 30px;
		margin: 0 !important;
		padding: 0 !important;
		}

	#description {
		font-size: 11px;
		}

	#home-full {
		width: auto !important;
		}

	.sidebar, .sidebar .wrap {
		margin: 0 auto !important;
		width: 100%;
		}

	.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 {
		padding: 0;
		width: 100%;
	}

	#nav li a,
	#subnav li a,
	#header #nav li a {
		margin: 0;
		padding: 7px 3%;
	}

	#nav li li a .sf-sub-indicator,
	#nav li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	#nav li li a,
	#nav li li a:link,
	#nav li li a:visited,
	#subnav li li a,
	#subnav li li a:link,
	#subnav li li a:visited,
	#header #nav li li a,
	#header #nav li li a:link,
	#header #nav li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	#nav li ul,
	#subnav li ul,
	#header #nav li ul {
		background: #575757;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	#nav li ul ul,
	#subnav li ul ul,
	#header #nav li ul ul {
		background: #606060;
	}

	#nav li ul ul ul,
	#subnav li ul ul ul,
	#header #nav li ul ul ul {
		background: #999;
	}

	#nav li ul ul,
	#subnav li ul ul,
	#header #nav li ul ul {
		margin: 0;
	}

}


@media only screen and (max-width: 780px) {
	#home-full {
		width: auto !important;
	}

}


@media only screen and (max-width: 1040px) {
        #nav li,
	#nav li ul,
	#nav li ul a {
		display: block;
	}
        
        #subnav li,
	#subnav li ul,
	#subnav li ul a {
	        display: block;
                
        }

	.featuredpost img {
	        align: center !important;
	}

	img {
		display: inline-block;
		height: auto;
		margin: 0 auto ;
		max-width: 100%;
		text-align: center;
	}

	#header {
		
		height: auto;
		margin: 0;
	}
	
	.sidebar {
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		clear: both;
		display: inline;
		float: none;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.sidebartop {
		display: none;
	}

	.sidebarbottom {
		display: none;
	}

	#description {
		padding: 0 !important;

	}

	#title, #title a,
	#title a:hover {
		margin: 0 !important;
		padding: 0 !important;
	}

	#header .widget-area {
		display: none;
	}

	body {
		margin: 0 auto;
		width: 100%;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	#nav li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	img.centered,
	.aligncenter {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	img.alignnone {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	img.alignleft {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	img.alignright {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	.alignleft {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	.alignright {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

}