/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: http://www.PixelMeDesigns.com
	Description: Custom child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0
	
	Template: genesis
	Template Version: 1.6.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

* 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
* Unordered / Ordered 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

*/


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
    color: #414141;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
    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: #cb3f81;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}


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

body {
    background: #fff;
}


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

.site-container {
    margin: 0px auto;
    width: 100%;
}


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

.site-header {
    margin: 0px auto;
    height: 195px;
    width: 1100px;
}

.site-header .wrap {
    background: url(images/Header.png) no-repeat;
    height: 195px;
    width: 1100px;
    position: relative;
    z-index: 9999;
}

.title-area {
    float: left;
    overflow: hidden;
    padding: 10px 0 0;
    width: 400px;
}

.site-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}

.site-title a,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.site-description {
    color: #817c76;
    font-size: 14px;
}

.site-header .widget-area {
    float: right;
    width: 450px;
}


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

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

.header-image .site-description {
    display: block;
    overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
    width: 1000px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
    left: -9999px;
}

li:hover,
li.sfHover {
    position: static;
}


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

.site-header ul.nav,
.site-header ul.menu {
    float: right;
}

.site-header ul.nav ul,
.site-header ul.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.site-header ul.nav li,
.site-header ul.menu li {
    background-color: #333;
    float: left;
    list-style-type: none;
}

.site-header ul.nav li a,
.site-header ul.menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 10px 5px;
    position: relative;
    text-decoration: none;
}

.site-header ul.nav li a:hover,
.site-header ul.nav li a:active,
.site-header ul.nav .current_page_item a,
.site-header ul.nav .current-cat a,
.site-header ul.nav .current-menu-item a,
.site-header ul.menu li a:hover,
.site-header ul.menu li a:active,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a {
    background-color: #817c76;
    color: #fff;
}

.site-header ul.nav li a .sf-sub-indicator,
.site-header ul.menu li a .sf-sub-indicator {
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
}

.site-header ul.nav li li a,
.site-header ul.nav li li a:link,
.site-header ul.nav li li a:visited,
.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
    background-color: #817c76;
    border: 1px solid #65605b;
    border-top-width: 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    position: relative;
    width: 138px;
}

.site-header ul.nav li li a:hover,
.site-header ul.nav li li a:active,
.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
    background-color: #000;
}

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

.site-header ul.nav li ul a,
.site-header ul.menu li ul a {
    width: 140px;
}

.site-header ul.nav li ul ul,
.site-header ul.menu li ul ul {
    margin: -29px 0 0 159px;
}

.site-header ul.nav li:hover>ul,
.site-header ul.nav li.sfHover ul,
.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul {
    left: auto;
}


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

.nav-primary {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    background: url(images/nav.png) repeat;
    clear: both;
    font-size: 19px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    margin-top: -15px;
}

.nav-primary .wrap {
    width: 1100px;
    margin: 0px auto;
}

.nav-primary ul {
    float: left;
    width: 100%;
}

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

.nav-primary li a {
    color: #fff;
    display: block;
    padding: 13px 10px;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
}

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

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

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
    border-top-width: 0;
    color: #DB488A;
    font-size: 15px;
    padding: 6px;
    position: relative;
    width: 160px;
    text-indent: 0px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
    color: #4BC3E3;
}

.nav-primary li ul {
    background-color: #fff;
    border: 1px solid #DB488A;
    height: auto;
    left: -9999px;
    position: absolute;
    width: 170px;
    z-index: 9999;
}

.nav-primary li ul a {
    width: 150px;
}

.nav-primary li ul ul {
    margin: -29px 0 0 169px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
    left: auto;
}

.nav-primary li.home {
    background-image: url('images/home1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 140px;
    margin: 0 4px;
    padding: 6px 0;
}

.nav-primary li.about {
    background-image: url('images/about1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 140px;
    margin: 0 4px;
    padding: 6px 0;
}

.nav-primary li.work {
    background-image: url('images/work1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 140px;
    margin: 0 4px;
    padding: 6px 0;
}

.nav-primary li.family {
    background-image: url('images/familia1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 140px;
    margin: 0 4px;
    padding: 6px 0;
}

.nav-primary li.save {
    background-image: url('images/ahorra1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 140px;
    margin: 0 4px;
    padding: 6px 0;
}

.nav-primary li.giveaway {
    background-image: url('images/giveaway1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 180px;
    margin: 0 4px;
    padding: 6px 0;
}

.nav-primary li.recipe {
    background-image: url('images/recipes1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 140px;
    margin: 0 4px;
    padding: 6px 0;
}


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

.nav-primary li.right {
    color: #000;
    float: right;
    padding: 5px 10px;
}

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

.nav-primary li.right a:hover {
    color: #000;
    text-decoration: underline;
}

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


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

.nav-secondary {
    clear: both;
    color: #4BC3E3;
    font-size: 17px;
    overflow: hidden;
    width: 10)%;
}

.nav-secondary .wrap {
    width: 1100px;
    margin: 0px auto;
}

.nav-secondary ul {
    float: left;
    width: 100%;
}

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

.nav-secondary li a {
    color: #4BC3E3;
    display: block;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
}

.nav-secondary li a:hover {
    color: #ddd;
}

.nav-secondary li a:active,
.nav-secondary .current_page_item a,
.nav-secondary .current-cat a,
.nav-secondary .current-menu-item a {
    background: transparent;
    color: #4BC3E3;
}

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

.nav-secondary li li a,
.nav-secondary li li a:link,
.nav-secondary li li a:visited {
    border-top-width: 0;
    color: #4BC3E3;
    font-size: 15px;
    padding: 7px;
    position: relative;
    width: 138px;
}

.nav-secondary li li a:hover,
.nav-secondary li li a:active {
    color: #ddd;
}

.nav-secondary li ul {
    background: #fff;
    border: 1px solid #4BC3E3;
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

.nav-secondary li ul a {
    width: 140px;
}

.nav-secondary li ul ul {
    margin: -29px 0 0 159px;
}

.nav-secondary li:hover>ul,
.nav-secondary li.sfHover ul {
    left: auto;
}


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

.site-inner {
    margin: 0px auto;
    padding: 0px;
    width: 1100px;
}

.site-inner .wrap {
    overflow: hidden;
}

.before-content {
    width: 700px;
    padding: 5px;
    margin: 10x 0px;
}

.after-content1 {
    float: left;
    width: 320px;
}

.after-content1 h4 {
    font-size: 20px;
    font-weight: bold;
}

.after-content2 {
    float: right;
    width: 320px;
}

.after-content2 h4 {
    font-size: 20px;
    font-weight: bold;
}

.newsletter {
    background: url(images/Newsletter.png) left no-repeat;
    width: 380px;
    height: 50px;
    padding: 5px 100px 5px 420px;
    margin: 0px auto;
}

.newsletter input[type="text"] {
    float: left;
    background: #fff;
    border: 2px solid bda4b0;
    width: 250px;
    padding: 5px 0;
    margin: 10px auto;
}

.newsletter input[type="submit"] {
    float: right;
    background: #4BC3E3;
    padding: 5px 20px;
    margin: 9px auto 0;
    color: #fff;
}

.newsletter input[type="submit"]:hover {
    background: #ddd;
}

#expired-icon {
    position: absolute;
    margin-top: -4em;
    margin-left: -2em;
}

.category-expired {
    text-decoration: line-through;
}


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

.breadcrumb {
    margin: 0 0 30px;
    padding: 5px 10px;
}


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

.taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
}


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

.content-sidebar-wrap {
    border-top: 2px solid #eee;
    float: left;
    width: 1100px;
    padding: 20px 0 0 0;
}

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

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

.sidebar-content-sidebar .content-sidebar-wrap {
    width: 960px;
    float: right;
}

.sidebar-sidebar-content .content-sidebar-wrap {
    width: 960px;
    float: right;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    width: 960px;
    float: left;
}

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


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

.content {
    float: left;
    max-width: 730px;
    padding: 5px;
}

.content-sidebar .content {
    max-width: 730px;
}

.sidebar-content .content {
    max-width: 730px;
}

.content-sidebar-sidebar .content {
    padding: 5px;
    max-width: 580px;
}

.sidebar-content-sidebar .content {
    padding: 5px;
    max-width: 580px;
}

.sidebar-content .content {
    float: right;
    max-width: 730px;
}

.sidebar-sidebar-content .content {
    padding: 5px;
    max-width: 580px;
    float: right;
}

.content-sidebar-sidebar .content {
    padding: 5px;
    max-width: 600px;
}

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

blockquote {
    background: #e2e2e2;
    clear: both;
    font-style: italic;
    margin: 0 10px 20px;
    padding: 20px 20px 0 20px;
}

.entry {
    background: url(images/post.png) bottom center no-repeat;
    margin: 0 0 40px;
    padding-bottom: 50px;
}

.entry-content {
    overflow: hidden;
}

.entry-content p {
    padding: 0 0 20px;
}

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


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
    padding: 5px;
    width: 48%;
    border-bottom: 6px solid #000;
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}


/* Headlines
------------------------------------------------------------ */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.widget-area h4 {
    font-weight: normal;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 0 0 5px;
}

h1 {
    font-size: 22px;
    line-height: 25px;
}

h2 {
    font-size: 22px;
    line-height: 25px;
}

h2 a,
h2 a:visited {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    color: #4BC3E3;
    font-size: 25px;
    line-height: 28px;
}

.entry-title {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    color: #4BC3E3;
    font-size: 25px;
    line-height: 28px;
}

.entry-title a {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    color: #4BC3E3;
    font-size: 25px;
    line-height: 28px;
}

h2 a:hover {
    text-decoration: none;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.widget-area h4 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    color: #E34B8F;
    text-align: center;
    font-size: 19px;
    line-height: 21px;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 20px;
}

.entry-content ol {
    margin: 0 0 0 35px;
}

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

.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
    padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
    font-size: 11px;
    margin: 5px 0 10px;
}


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

.entry-footer .entry-meta {
    clear: both;
    font-size: 11px;
    padding: 5px 0 0;
}


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

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


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

.sticky {
    margin: 0 0 40px;
    padding: 10px;
}


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

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


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

.entry-comments-link,
.entry-tags {
    background: url(images/icon-dot.png) no-repeat center left;
    margin: 0 0 0 3px;
    padding: 0 0 0 8px;
}


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

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

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
    max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #f5f5f5;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    width: 80px;
}

.post-image {
    margin: 0 10px 10px 0;
}

.comment-list li .avatar {
    background-color: #fff;
    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 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 {
    border: none;
    padding: 5px;
    text-align: center;
}

p.wp-caption-text {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding: 5px;
}

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


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

.pagination {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
    background-color: #333;
    color: #fff;
    padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #e85119;
    color: #fff;
    text-decoration: none;
}


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

.sidebar {
    display: inline;
    float: right;
    width: 350px;
    margin-right: 5px;
}

.sidebar-secondary {
    float: left;
    width: 100px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

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

.sidebar .widget {
    margin: 0 0 25px;
    padding: 5px;
}

.widget-area ol,
.widget-area ul {
    margin: 0 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;
}

#about {
    font-size: 14px;
}


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

#cat,
.widget_archive select {
    background-color: #f5f5f5;
    color: #65605b;
    display: inline;
    font-size: 12px;
    padding: 3px;
    width: 100%;
}


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

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

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


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

.user-profile {
    overflow: hidden;
}


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

div.gform_footer input.button,
.enews #subbutton,
.comment-reply a,
.comment-reply a:visited,
.search-form input[type="submit"],
#submit {
    background-color: #4BC3E3;
    border: 1px solid #4BC3E3;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 3px;
    text-decoration: none;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.comment-reply a:hover,
.search-form input[type="submit"]:hover,
#submit:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #fff;
    text-decoration: none;
}


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

.site-header .search-form {
    float: right;
    padding: 5px;
}

.nav-primary .search-form {
    float: right;
    margin-top: 2px;
}

.sidebar .search-form {
    border: 1px solid #ddd;
    padding: 5px;
}

.search-form input[type="search"] {
    background: #fff;
    color: #000;
    font-size: 12px;
    margin: 0 2px 0 0;
    padding: 4px 5px;
    width: 200px;
}

.site-header .search-form input[type="search"] {
    width: 170px;
}

.sidebar .search-form input[type="search"] {
    width: 265px;
}


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

.enews #subbox {
    color: #65605b;
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 4px 0 4px 5px;
    width: 190px;
}


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

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


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

.footer-widgets {
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.footer-widgets .wrap {
    overflow: hidden;
    padding: 20px 24px 5px;
    width: 1100px;
    margin: 0 auto;
}

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

.footer-widgets ul {
    list-style-type: none;
    margin: 0 0 10px;
}

.footer-widgets ul li {
    list-style-type: square;
    margin: 0 0 0 15px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
    background: none;
}

.footer-widgets-1 {
    float: left;
    padding: 0 30px 0 0;
    width: 330px;
}

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

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


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

.site-footer {
    margin: 0px auto;
    background: #eee;
    clear: both;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.site-footer .wrap {
    width: 1100px;
    margin: 0 auto;
}

.site-footer p {
    font-size: 14px;
}

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

.site-footer .creds {
    float: right;
    text-align: right;
    width: 755px;
}

.children {
    position: absolute;
    margin-top: -190px;
    margin-left: 800px;
}


/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
    margin: 0 0 30px;
    overflow: hidden;
    width: 96%;
    clear: both;
}

#author,
#comment,
#email,
#url {
    font-size: 12px;
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 96%;
    border: 2px solid #ddd;
    clear: both;
}

.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;
    margin-left: 50px;
    border-bottom: none;
}

.comment-list ul.children li.comment {
    background: #fff;
    border-bottom: none;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
    font-weight: bold;
}

.comment-meta {
    display: none;
    font-weight: normal;
}

.comment-author {
    color: #f4536b;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 10px 0;
}

.comment-meta {
    font-size: 12px;
    padding: 3px 8px;
}

.nocomments {
    text-align: center;
}

.entry-comments .pagination {
    display: block;
    padding: 0;
}

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

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

.comment-form-comment p {
    margin-top: 20px;
}

#respond label {
    font-size: 13px;
    clear: both;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
    border: 1px solid #ddd;
}

#respond .form-submit input {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    width: auto;
}


/* Customize Read More Link */

.more-link {
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    font-style: italic;
    display: block;
}



