/*
   	Theme Name: The Nerd's Wife
	Author: Hello Monday Creative
   	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 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
* Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/





/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6{
	color: #8c8c8c;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p,.entry-content,
select,
textarea, body .gform_wrapper .gform_body,
body #gforms_confirmation_message {
	color: #666;
  font-family: "museo-sans",sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description
{
	background-color: #f5f5f5;
	border: 1px solid #c1bbbb;
}

input,
label,
select,
textarea {
	color: #333;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: circle;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #1b75bb;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
    outline: medium none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #fff ;
	width: 100%;
	overflow-x: hidden;

}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap{
	width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
	padding: 0 20px;
}

.wrap {
	margin: 0 auto;
	width: 1000px;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #fff url(http://www.thenerdswife.com/wp-content/uploads/2013/03/bgd.png) repeat-x;
	margin: 0 auto;
	width: 100%;
	height: 212px;
	margin-top: 0px;

	z-index: 9999;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0 7px;
	width: 724px;
}

#title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-shadow: 1px 1px #222;
}

#title a,
#title a:hover {
	color: #fff;
	padding: 0;
	text-decoration: none;
}

#description {
	color: #fff;
	font-size: 14px;
	padding: 0;
	text-shadow: 1px 1px #222;
}

#header .widget-area {
	float: right; 
	padding: 100px 0 0;
	width: 250px;
	text-align: right;
}

#header .simple-social-icons ul {
	margin: 5px 0 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

 #header .wrap{ width: 1000px; margin-top: 0px;}
 #nav .wrap{ width: 1000px; margin: 27px 0 0 0 ; padding:0;}


.header-image #title-area,
.header-image #title,
.header-image #title a {
	background: url(http://www.thenerdswife.com/wp-content/uploads/2013/03/header.png) no-repeat;
	display: block;
	margin: 0 auto;
	height: 109px;
	overflow: hidden;
	padding: 0px;
	text-indent: -9999px;


}

.header-image #title-area {
	margin-top: 40px;
}


.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 / Primary / Secondary Navigation
*  No - this theme does not ship with a secondary nav
*  But, I left the styling here if you want it - Cheers!
------------------------------------------------------------ */

#nav,
#subnav,
#header .menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	font-weight: normal;
	text-align: center;


}

#header .menu {
	box-sizing: border-box;
}

#nav {
	background-color: #transparent;
	margin: 5px auto;
	padding: 0 5px;
  font-family: "museo-slab",serif;
	color: #fff;
	text-align: center;

}

#nav a:hover { color:#fff; }

.cell_type .mg_overlay_tit, #mg_overlay {
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
}


#subnav {
		background-color: #fff;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	width: 100%;
	text-align: center;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #fff;
	display: block;
	padding: 0px 0px 0px 55px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
}

.menu-linkbar a:hover {color: #fff;}

#header .menu a:hover, .menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	background-color: #transparent;
	color: #fff;
}



.menu-primary li:first-child {
	margin-left: -59px;
}


#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background: none;
	color: #fff;
}



.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #777777;
	color: #fff;
	font-size: 9px;
	padding: 5px 10px 5px;
	position: relative;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #736f6d;
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 160px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -35px 0 0 178px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}


#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #fff;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	margin: 0 auto;
	padding: 40px 0 20px;
}


#inner .wrap {
	width: 1000px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}

.more-link {
	color: #1B75BB;
	font-weight: 300;
  font-family: "museo-slab",serif;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 580px;
	
}

.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: 0 0 0px 0px;
	width: 500px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 500px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1000px;
}

.post {
	margin: 0 0 50px 0px;
}



.entry-content h1, 
.entry-content h2, .entry-title h2 a, .entry-title, .entry-title a, 
.entry-title h1, 
h2 a, h2 a:visited, .page h1, .post h1, #comments h3, #respond h3 {
	font-weight: 300;
	font-size: 18px;
	text-transform: none;
	color: #1B75BB;
	letter-spacing: .05em;
  font-family: "museo-slab",serif;
	padding: 0;
	margin: 0;
	line-height: 22px;
}

 .page h1 {
margin-bottom: 15px;
}

.entry-content p {
	margin: 0 0 20px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #777777;
	font-weight: 300;
	font: Times, serif;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #c1bbbb;
	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 {
	line-height: 1.25;
	margin: 0 0 12px;
}



.taxonomy-description h1 {
	margin: 0;
}



.widget-area h2,
.widget-area h2 a {
	font-size: 12px;
	margin: 0 0 5px;
	font-weight: 300;
	
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	color: #bead9f;
}

h6 {
	letter-spacing: .15em;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.taxonomy-description h1,
.widget-area h4 {
	border-bottom: 1px solid #c1bbbb;
	font-size: 12px;
	padding: 10px 0;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border-bottom: 1px solid #c1bbbb;
	color: #DDD;
	padding: 0 0 10px;
	text-shadow: 1px 1px black;
}

h5 {
	font-size: 13px;
}


/* 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: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 30px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info, 
.post-info a {
	font-size: 11px;
	margin: 10px 0 20px;
	padding: 0px 0;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "museo-sans",sans-serif;
	color: #666;
	letter-spacing: .05em;
}
.nr_post_title {
color: #8c8c8c;
	letter-spacing: .08em;
	font-family: "futura-pt", sans-serif;
	font-size: 11px;
}

.nrelate_related_1 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	text-align: left;
	width: 100%;
	border-top: 2px dotted #cde6cc;
	border-bottom: 2px dotted #cde6cc;
	padding: 5px 0;
	color: #1B75BB;
	font-weight: 300;
	font-size: 10px;
	font-family: "museo-slab",serif;
}

.post-meta a {
	  font-family: "museo-sans",sans-serif;
	color: #666;
	font-weight: 300;
}





.share-comments {
	position: relative;
	z-index: 100;
	color: #888;
	float: right;
	margin-top: -18px;
	height: 20px;

}

.comment-number {
	float: right;
	color: #888;
	font-size: 9px;
	margin-top: -16px;
	margin-right: 0px;
	position: relative;
	z-index: 1000;
	width: 22px;
	text-align: center;
}


.comment-bgd {
float: right;
}

.comment-number a {
	color: #666;
}

#share {
	text-align: right;
	margin-top: -27px;
	padding-right: 80px;
	font-style: italic;
	color: #777777;
	letter-spacing: .08em;
	font-size: 13px;
	height: 20px;
display:block;
}







/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */


.tags {
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;

}

.categories {

	padding: 0px 0 0px 0px;

}
	
.comments {

	padding: 0px 0 0px 0px;
	color: #8c8c8c;
	text-transform: uppercase;
	font-size: 12px;

}

.comments a {
	color: #8c8c8c;
}

.tags {

	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	

.form-submit p {
text-transform: uppercase;
font-size: 11px;
color: #8c8c8c;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

.avatar,
.featuredpage img,
.featuredpost img {
	background-color: #f5f5f5;
	border: 1px solid #c1bbbb;
	padding: 4px;
}


.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 5px 0;

}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 0 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 5px;
}

img.alignnone {
	display: inline;
	margin: 0 0 5px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 5px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 5px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.wp-caption {
	padding: 0px;
	max-width: 180px;
	margin: 0 10px 0 0;
	text-align: left;
	background-color: #fff;
	border: 0px solid;
	display: inline-block;
}

p.wp-caption-text {
	font-size: 15px;
	margin: 8px 0 10px;
	color: #8c8c8c;
	font-size: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
  font-family: "museo-sans",sans-serif;
	text-transform: none;
	color: #777777;
	font-size: 11px;
	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 #c1bbbb;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	width: 480px;
	background: #fff;
	padding-top:0px;
  font-family: "museo-sans",sans-serif;
	text-align: center;
}

#sidebar-alt {
	float: right;
	width: 170px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;

}

.slidedeck-frame {
	border: 1px solid #bfc0c1;
	padding: 4px;
}

#text-6{
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}

.sidebar h2, .sidebar h4, 
.sidebar h2 a, .sidebar h4 a { 
	text-align: center;
	text-transform: none;
	font-size: 20px;
	font-weight: 300;
	padding: 0px 0;
	color: #1B75BB;
	margin: 0 0 8px 0;
	letter-spacing: .08em;
	border: 0;
  font-family: "lobster",serif;
}



.sidebar img {padding: 0 0px;}

.sidebar p.first {
	padding:0 0 0 0px;
	margin:0 0 0px 0px;
}



.sidebar p {
	font-size: .98em;
	line-height:20px;
	padding: 0px 0px 0 0px;
	color: #666;

}

.sidebar .widget {
	background: #fff;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #bfc0c1;
}


.sidebar .widget a:hover{
color: #b2aaa3;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
}

.sidebar.widget-area ul li {
	border-bottom: 1px dashed #eaeaea;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

#footer-widgets .widget-area ul li {
	border-bottom: 1px dashed #444;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
display: none;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}



.sidebar-bottom-left{
display: inline;
float: left;
	width: 160px;
}

.sidebar-bottom-left p, .sidebar-bottom-right p {
	padding: 0;
}

.sidebar-bottom-left .widget, 
.sidebar-bottom-right .widget {
	background: #fff;
	margin: 0 0 10px;
	padding: 0 0 0px;
	border-bottom: 0;

}

.sidebar-bottom-right {
display: inline;
float: left;
width: 300px;
}

.sidebar-bottom-left img{ padding: 0 0px 0 0px;}
.sidebar-bottom-right img {padding: 0 0px 0 0px;}

.sidebar-bottom-right {
float: right;
}

.sidebar-bottom-left p,
.sidebar-bottom-right p {
	font-size: 12px;
	line-height:15px;
	color: #666;
	padding: 0px 0px 0px 0px;
}

.sidebar-bottom-left p a,
.sidebar-bottom-right p a {
	color: #000;
	text-decoration: none;
}

/* 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 {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 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 {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */




/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 4px 0 0;
}

.sidebar .searchform {
	padding: 0px 0 0 0px;
	
}

.s {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	border: 0px;
	font-family: "museo-slab",serif;
	font-size: 13px;
	text-align: center;
	color: #1b75bb;
	width: 140px;
	background: #d7ebd6;
}

#nav .s {
	#transparent;
}

.searchsubmit {display: none;}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 0 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* 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;
}

#credits {
font-size: 10px;
text-transform: uppercase;
margin-bottom: 20px;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url("images/bg-footer.jpg") repeat scroll 0 0 #333333;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	clear: both;
	color: #ddd;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 30px 25px;
}

#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 {
	color: #888;
	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 30px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #9bce99;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 0 10px;
}

#footer-copyright {
float: left;
width: 600px;
text-align: left;
  font-family: "museo-sans",sans-serif;
}


#footer-creds {
float: right;
width: 300px;
text-align: right;  font-family: "museo-sans",sans-serif;
}

#footer p {
	font-size: inherit;
	color: #fff;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
display: none;
}

#footer .creds {
	width: 1000px;
}



/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 0px;
	overflow: hidden;
}



h3.nr_title {
text-transform: uppercase;
	color: #777777;
	font-size: 11px;
}

.nr_post_title {
text-align: left;
font-weight: normal;
text-transform: uppercase;
	font-size: 11px;
	color: #777777;
}

.respond h3{
	font-size: 12px;
	
}



.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
    text-indent: 0;
}

.comment-list li,
.ping-list li {
 background-color: #fff;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 20px;
	padding: 10px 0 0 20px;
}

.comment-content p {
	padding: 0px 0px 10px;
}

.comment-list cite,
.ping-list cite, .says {
	font-style: normal;
font-size: 13px;
text-transform: uppercase;
}

.commentmetadata {
display: none;

}

.comment-author, .comment-author a{
	color: #9bce99;
  font-family: "museo-slab",serif;
    font-size: 12px;
text-transform: uppercase;
    font-style: normal;
    letter-spacing: .08em;
}


.reply a {
	margin: 0 0 10px 0px;
	padding: 4px 5px;
	text-transform: none;
    color: #fff;
	background: #1b75bb;
	font-size: 11px;
    letter-spacing: .08em;
font-weight: 300;
	text-align: center;
}


.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.comment-list .children {
    list-style: none outside none;
    margin-top: 20px;
    text-indent: 0;
}
.comment-list .children li {
    background-color: #FFFFFF;
    border-left: 3px solid #9bce99;
    padding: 10px 20px 5px;
}
.comment-list .children li .reply a {
    display: none;
}

#commentform {
    margin-bottom: 90px;
    padding-top: 10px;
}
#comments p.nocomments {
    padding: 0;
}
form#commentform input {
    background-color: #fff;
    border: 1px solid #c1bbbb;
  font-family: "museo-sans",serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: .08em;
    line-height: 23px;
    margin-bottom: 10px;
    padding: 0px 5px;
    text-align: left;
    width: 260px;
	height: 25px;
	color: #666;
}
form#commentform textarea {
    background-color: #fff;
    border: 1px solid #c1bbbb;
   color: #666;
  font-family: "museo-sans",serif;
	font-size: 12px;
	font-weight: 300;
    height: 120px;
    line-height: 23px;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: left;
    width: 488px;
}
form#commentform input#submit {
 background: #1b75bb;
    color: #fff;
    padding: 8px 5px 8px;
    width: 130px;
	text-align: center;
	border: 0px;
	height: 35px;
  font-family: "museo-slab",serif;
font-size: 13px;
}

.comment-subscription-form {
    display: none;
}

label{
	margin: 10px 0px 0 5px;
color: #666;
  font-family: "museo-sans",serif;
    font-size: 12px;
text-transform: uppercase;
    font-style: normal;
	font-weight: 300;
    letter-spacing: .08em;

}




/* Gravity Forms
------------------------------------------------------------ */

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]{
	padding:5px 5px; margin-bottom: 10px;
	width: 480px;
background: #fff;
font-size: 11px;
color: #666;
}

body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
width: 480px;
background: #fff;
margin-bottom: 5px;
font-size: 11px;
color: #666;
padding: 5px 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
text-transform: none;
	font-size: 12px;
	padding: 0px 0;
	color: #666;
	margin: 0 0 0px 0;
	letter-spacing: .08em;
  font-family: "museo-sans",sans-serif;
	font-weight: 300;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {margin:0; padding: 0}
body .gform_wrapper .gform_body .gform_fields .gfield{margin:0; padding: 0}

body .gform_wrapper .gform_footer input[type=submit] {
margin-top: -10px;
 background: #1b75bb;
    color: #fff;
    padding: 8px 5px 8px;
    width: 130px;
	text-align: center;
	border: 0px;
	height: 35px;
  font-family: "museo-slab",serif;
font-size: 13px;
}


