/*
	Theme Name: Minimum Child Theme
	Theme URI: http://www.studiopress.com/themes/minimum
	Description: Minimum is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	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
* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Welcome
* Featured
* Portfolio
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
*/
/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Helvetica Neue);
/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #343434;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15.1px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
	color: #3f9291;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Wrap
------------------------------------------------------------ */
#wrap {
	background-color: #fff;
	border-top: 3px solid #7fc2c1;
	margin: 0 auto;
	overflow: hidden;
}
/* Header
------------------------------------------------------------ */
#header {
	border-bottom: 3px double #eee;
	min-height: 130px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
margin-top: 10px;
}
.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}
#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 400px;
}
#title {
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
.header-full-width #title {
	text-align: center;
}
#title a,
#title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
}
#description {
	display: none;
}
.header-full-width #description {
	text-align: center;
}
#header .widget-area {
	float: right;
	width: 550px;
}
/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	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: 950px;
}
/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}
li:hover,
li.sfHover { 
	position: static;
}
/* Header Right Navigation
------------------------------------------------------------ */
#header ul.nav,
#header ul.menu {
	float: right;
	padding: 30px 0 0 0;
}
#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
#header ul.nav li a,
#header ul.menu li a {
	color: #444;
	display: block;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}
#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #3f9291;
}
#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}
#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #3f9291;
}
#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 140px;
}
#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}
#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}
/* Primary Navigation
------------------------------------------------------------ */
#nav {
	border-bottom: 3px double #eee;
	clear: both;
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 975px;
        padding-left: 16%;
}
#nav ul {
	float: left;
	width: 100%;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
	color: #5595c0;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
        font-weight: bold;
}
#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #3f9291;
}
#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 #eee;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 148px;
	background-color: #ddd;
}
#nav li li a:hover,
#nav li li a:active {
	color: #3f9291;
}
#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#nav li ul a { 
	width: 140px;
}
#nav li ul ul {
	margin: -33px 0 0 159px;
}
#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}
#nav .wrap {
    width: 900px;
    margin: 0 0 0 75px;
}
/* Primary Navigation Extras
------------------------------------------------------------ */
#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}
#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}
#nav li.right a:hover {
	color: #3f9291;
	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 {
	border-bottom: 3px double #eee;
	clear: both;
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
#subnav ul {
	float: left;
	width: 100%;
}
#subnav li {
	float: left;
	list-style-type: none;
}
#subnav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #3f9291;
}
#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 #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#subnav li li a:hover,
#subnav li li a:active {
	color: #3f9291;
}
#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#subnav li ul a { 
	width: 140px;
}
#subnav li ul ul {
	margin: -33px 0 0 159px;
}
#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}
/* Welcome
------------------------------------------------------------ */
.welcome {
	border-bottom: 3px double #eee;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 1000px;
}
.welcome,
.welcome p {
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	font-style: italic;
}
/* Featured
------------------------------------------------------------ */
.featured {
	border-bottom: 3px double #eee;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 1000px;
}
.featured p {
	padding: 0 0 15px;
}
/* Featured2
------------------------------------------------------------ */
.featured2 {
	border-bottom: 3px double #eee;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 1000px;
}
.featured2 p {
	padding: 0 0 15px;
}
/* Portfolio
------------------------------------------------------------ */
.portfolio {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 0;
	width: 1000px;
}
.portfolio p {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}
/* Inner
------------------------------------------------------------ */
#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 0 10px;
	width: 1000px;
}
/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	background: #f5f5f5;
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 10px;
}
.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
	float: left;
	width: 790px;
}
.content-sidebar #content-sidebar-wrap,
.home #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1000px;
}
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
.full-width-content #content-sidebar-wrap {
	width: 1000px;
}
/* Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 490px;
}
.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}
.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content,
.home #content {
	width: 1000px;
}
.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 760px;
}
blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}
blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}
.post {
	border-bottom: 3px double #eee;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}
.single .post {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}
.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}
.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}
.entry-content .archive-page a:hover {
	text-decoration: underline;
}
.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
}
p.subscribe-to-comments {
   padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 3px double #eee;
	clear: both;
	margin: 0 0 15px;
}
/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}
.one-third,
.two-sixths {
	width: 31%;
}
.four-sixths,
.two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	margin: 0 0 10px;
}
h1,
h2,
h2 a,
h2 a:visited {
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 30px;
	line-height: 36px;
}
.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}
.portfolio h2,
.portfolio h2 a,
.portfolio h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}
h2 a:hover {
	color: #3f9291;
	text-decoration: none;
}
h3 {
	font-size: 24px;
}
h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 20px;
	text-decoration: none;
}
.widget-area h4 {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h7 {
	font-size: 8px;
}
/* Unordered / Ordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */
.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}
/* Post Meta
------------------------------------------------------------ */
.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}
/* Author Box
------------------------------------------------------------ */
.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}
/* Archive Page
------------------------------------------------------------ */
.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}
/* Post Icons
------------------------------------------------------------ */
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}
/* Images
------------------------------------------------------------ */
img.portfolio {
	border: 1px solid #ddd;
	padding: 14px;
	width: 930px;
}
.featured a img,
.portfolio a img {
	border: 0px solid #ddd;
	padding: 4px;
}
.featured a:hover img,
.portfolio a:hover img {
	border: 0px solid #999;
}
.featuredpage img,
.featuredpost img {
	margin: 0 10px 0 0;
border: 4px solid #fff;
}
.portfolio .featuredpage img,
.portfolio .featuredpost img {
	margin: 0;
}
.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}
.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: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	text-align: center;
}
p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}
.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}
.gallery-caption {
}
/* Post Navigation
------------------------------------------------------------ */
.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
	background: #f5f5f5;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	width: 300px;
}
#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}
.sidebar p {
	font-size: 13px;
	line-height: 20px;
}
.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .widget {
	border-bottom: 3px double #e5e5e5;
	margin: 0 0 15px;
	padding: 0 0 20px;
}
.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}
.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}
.widget-area ol li {
	list-style-type: decimal;
}
/* Dropdowns
------------------------------------------------------------ */
#cat,
.widget_archive select {
	background-color: #fff;
	color: #3f9291;
	display: inline;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}
.portfolio .featuredpage .page,
.portfolio .featuredpost .post {
	float: left;
	margin: 5px 20px 0 0;
	width: 170px;
}
/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
}
/* Buttons
------------------------------------------------------------ */
div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #9e84d4;
	border: 1px solid #444;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}
#nav .searchsubmit {
	padding: 2px 7px 2px;
}
div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #3f9291;
	border: 1px solid #3f9291;
	color: #fff;
	text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */
#header .searchform {
	float: right;
	padding: 40px 0 0;
}
#nav .searchform {
	float: right;
	margin: 1px 0 0;
}
.s {
	background-color: #fff;
	color: #3f9291;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 4px 0 5px 7px;
	width: 175px;
}
#nav .s {
	padding: 2px 0 2px 5px;
}
/* eNews and Update Widget
------------------------------------------------------------ */
.enews #subbox {
	background-color: #fff;
	color: #3f9291;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}
/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets {
	border-top: double #eee;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 1000px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets p {
	padding: 0 0 15px;
}
#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px;
}
#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: 10px;
	width: 300px;
background-color: #f5f9fb;
margin-right: 20px;
border-radius: 4px;
}
.footer-widgets-2 {
	float: left;
	padding: 10px;
	width: 300px;
background-color: #f1fded;
margin-right: 10px;
border-radius: 4px;
}
.footer-widgets-3 {
	float: right;
	padding: 10px;
	width: 300px;
background-color: #fbe6d6;
border-radius: 4px;
}
/* Footer
------------------------------------------------------------ */
#footer {
	border-top: double #eee;
	clear: both;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px 0;
	width: 1000px;
}
#footer p {
	color: #444;
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 12px;
}
#footer a,
#footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #3f9291;
	text-decoration: none;
}
#footer .gototop {
	float: left;
	width: 200px;
}
#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}
/* Comments
------------------------------------------------------------ */
#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}
#comments {
	font-size: 13px;
	line-height: 20px;
}
#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol,
.ping-list ol {
	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-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}
.comment-list ul.children {
	margin-top: 20px;
}
.comment-list ul.children li.comment  {
	background: #fff;
}
.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-weight:normal;
}
.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}
.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
	padding: 0;
}
.bypostauthor {
}
.thread-alt,
.thread-even {
	background: #f5f5f5;
}
.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}
/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #555 !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
.af-textWrap
#awf_field-23022231{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ddd;
font-size:14px;
line-height:18px;
margin: 0px 5px 0 0px;
padding:0;
float:left;
width:320px;
}
.af-textWrap
#awf_field-23022232{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ddd;
font-size:14px;
line-height:18px;
margin: 0px 5px 0 0px;
padding:0;
float:left;
width:320px;
}
.submit
#submit{
margin: 0px 15px 0 17px;
float:left;
width:320px;
}
.af-textWrap
#awf_field-25226547{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0000cc;
font-size:14px;
line-height:16px;
margin: 0px 5px 0 60px;
padding:0;
float:left;
width:165px;
}
#awf_field-40230649{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0000cc;
font-size:14px;
line-height:16px;
margin: -70px 10px 0 0;
padding:1px;
float:right;
width:160px;
}
#awf_field-40230650{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #0000cc;
font-size:14px;
line-height:18px;
margin: -33px 10px 0 0;
padding:1px;
float:right;
width:160px;
}
#af-submit-image-430437320 {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/button8-24d.png");
    background-color:transparent;
    border:0px;
    margin: -77px 10px 0 0;
    float:right;
    display: block;
    height: 36px;
    width: 164px;
}
#af-submit-image-430437320:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/button8-24d.png");
    background-position: left bottom;
    display: block;
}
.af-textWrap{
background:transparent url(http://www.realmenrealstyle.com/wp-content/uploads/2012/08/bgrd8-24.png) no-repeat scroll 0 0;
}
/* New After Single */
#aftersingle {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#C1D8E9;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#003FB9;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#003FB9;
border-left-style:solid;
border-left-width:1px;
border-right-color:#003FB9;
border-right-style:solid;
border-right-width:1px;
border-top-color:#003FB9;
border-top-style:solid;
border-top-width:1px;
clear:both;
width: 660px;
margin-bottom:45px;
margin-left:0;
margin-right:0;
margin-top:15px;
}
#emailsub {
padding-bottom:0.25em;
padding-left:6.95em;
padding-right:0.75em;
padding-top:0.75em;
}
#emailsub h3 {
font-size:19px;
margin-top:0;
}
#emailsub p {
margin-bottom:0;
}
#emailsub h4 {
font-size:14px;
margin-top:18px;
}
#emailsub h5 {
font-size:19px;
margin: 0 0 0 -35px;
}
#awf_field-24589139 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#FFFFFF;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#DDDDDD;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#DDDDDD;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#DDDDDD;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#DDDDDD;
border-top-style:solid;
border-top-width:1px;
float:left;
font-size:14px;
height:21px;
line-height:14px;
margin-bottom:0;
margin-left:100px;
margin-right:5px;
margin-top:-34px;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:5px;
width:265px;
}
#submit-afterpost{
float:left;
height: 27px;
color: #ffffff;
background: #424242;
margin-bottom:0;
margin-left:380px;
margin-right:15px;
margin-top:-33px;
width:50px;
}
#submit-afterpost:hover{
color: #424242;
background: #ffffff;
border: 1px solid #424242;
}
.af-textWrap
#awf_field-27557457{
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #ddd;
background-color: #fff;
background: url(http://www.realmenrealstyle.com/wp-content/themes/minimum/images/search-bg.png) no-repeat;
font-size:14px;
color: #cc0000;
height:32px;
margin: 0 5px 20px 2px;
padding-left:7px;
float:left;
width:250px;
}
#awf_field-40148550{
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #ddd;
background-color: #fff;
background: url(http://www.realmenrealstyle.com/wp-content/themes/minimum/images/search-bg.png) no-repeat;
font-size:14px;
color: #cc0000;
height:32px;
margin: 0px 5px 20px 2px;
padding-left:7px;
float:left;
width:250px;
}
.af-element
#af-submit-image-380160010 {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/minimum/images/button-freebook.png");
    background-color:transparent;
    border:0px;
    margin: 0px 5px 20px 2px;
    float:left;
    display: block;
    height: 59px;
    width: 230px;
}
#af-submit-image-380160010:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/themes/minimum/images/button-freebook.png");
    background-position: left bottom;
    display: block;
}
.af-textWrap
#awf_field-27807424{
background:#FFFFFF none repeat scroll 0 0;
border:0px solid #ddd;
background-color: #fff;
background: url(http://www.realmenrealstyle.com/wp-content/themes/minimum/images/search-bg.png) no-repeat;
font-size:14px;
color: #000000;
height:32px;
margin: 0px 5px 20px 2px;
padding-left:7px;
float:left;
width:250px;
}
.af-element
#af-submit-image-929761403{
margin: 50px 5px 20px -265px;
float:left;
border: 0px;
}
#livefyre .lf_comment_date{visibility:hidden;} 
#awf_field-33517544{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #ddd;
font-size:14px;
line-height:18px;
height:21px;
margin: 0px 5px 0 0px;
padding:0;
float:left;
width:214px;
}
.submit2 {
background: #ff0000;
color: #ffffff;
float:left;
margin-bottom:0;
margin-left:220px;
margin-right:15px;
margin-top:-23px;
width:79px;
}
.submit2:hover {
background:#cc0000;
color: #ffffff;
}
.sidebar-style-system {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/grey1.jpg");
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-style-system:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/grey1.jpg");
    background-position: left bottom;
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-guide-style {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/orange1.jpg");
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-guide-style:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/orange1.jpg");
    background-position: left bottom;
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-newsletter {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/blue1.jpg");
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-newsletter:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/blue1.jpg");
    background-position: left bottom;
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-having-questions {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/green1.jpg");
    display: block;
    height: 132px;
    width: 300px;
}
.sidebar-having-questions:hover {
    background-image: url("http://www.realmenrealstyle.com/wp-content/uploads/2012/08/green1.jpg");
    background-position: left bottom;
    display: block;
    height: 132px;
    width: 300px;
}
#footer .logo a {
    background-image: url("http://mediacdn.disqus.com/1355159673/img/next/powered-by.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    padding: 0;
    text-indent: -9999em;
    width: 86px;
}
.tablepress-id-N tbody td {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
}
/* New Horizontal Optin Banner */
#ck_firstNameField {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 16px;
    margin: 215px 10px 0 55px;
    padding: 3px;
    width: 165px;
    color: #cc0000;
    position: absolute;
}
#ck_emailField {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 18px;
    margin: 215px 10px 0 240px;
    padding: 3px;
    width: 165px;
    color: #cc0000;
    position: absolute;
}
#convkit-textWrap-3 {
    background: url("https://bilingualkidsrock.com/wp-content/uploads/2013/06/bkids-header-new1.png") no-repeat scroll 0 0 transparent;
    height: 270px;
}
#ck_subscribe_button {
    background-color: #cc0000;
    border: 1px solid #fff;
    display: block;
    float: left;
    height: 33px;
    margin: 191px 10px 0 428px;
    width: 164px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    position: absolute;
}
#ck_subscribe_button:hover {
    background-color: #85bb65;
    border: 1px solid #fff;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 33px;
    margin: 191px 10px 0 428px;
    width: 164px;
    border-radius: 3px;
    position: absolute;
}
/* Shareaholic */
.shareaholic-canvas {
    float: right;
    margin: 0 300px 0 0;
}
/* Before header widget */
#before-header .widget-area {
	float: right;
	width: 100%;
margin: 0 auto;
position: relative;
}
.af-textWrap-4 {
    background: url("http://bilingualkidsrock.com/wp-content/uploads/2013/06/lena-header1.png") no-repeat scroll 0 0 transparent;
    height: 340px;
background-color: #5d9029;
}
/* Social Icons */
.socials{
float: right;
padding-top: 15px;
line-height: 0.5;
}
.socialtitle{
font-size: 11px;
color: #708ae9;
line-height: 1.1;
}
.socialtitle a, a:visited {
    color: #708ae9;
    text-decoration: none;
}
/* Sidebar big images */
.myths {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c1-21.jpg");
    display: block;
    height: 262px;
    width: 300px;
}
.myths:hover {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c1-21.jpg");
    background-position: left bottom;
    display: block;
    height: 262px;
    width: 300px;
}
.why {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c2-2.jpg");
    display: block;
    height: 262px;
    width: 300px;
}
.why:hover {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c2-2.jpg");
    background-position: left bottom;
    display: block;
    height: 262px;
    width: 300px;
}
.how {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c3-2.jpg");
    display: block;
    height: 262px;
    width: 300px;
}
.how:hover {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c3-2.jpg");
    background-position: left bottom;
    display: block;
    height: 262px;
    width: 300px;
}
.already {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c4-2.jpg");
    display: block;
    height: 262px;
    width: 300px;
}
.already:hover {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c4-2.jpg");
    background-position: left bottom;
    display: block;
    height: 262px;
    width: 300px;
}
.biling {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c5-2.jpg");
    display: block;
    height: 262px;
    width: 300px;
}
.biling:hover {
    background-image: url("https://bilingualkidsrock.com/wp-content/uploads/2013/07/c5-2.jpg");
    background-position: left bottom;
    display: block;
    height: 262px;
    width: 300px;
}
/* FREE Checklist Signup Form */
#inf_field_FirstName {
    width: 210px;
    height: 30px;
    padding-left: 5px;
    border-radius: 4px;
    background-color: #00acfe;
    color: #fff;
}
#inf_field_Email {
    width: 210px;
    height: 30px;
    padding-left: 5px;
    border-radius: 4px;
    background-color: #00acfe;
    color: #fff;
    margin-top: 20px;
}
#checklist-submit {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://bilingualkidsrock.com/wp-content/uploads/2013/09/Free-Checklist-button.png");
    border: 0 none;
    display: block;
    float: left;
    height: 46px;
    margin-top: 20px;
margin-left:3px;
    width: 210px;
}
#checklist-submit:hover {
    background-image: url("http://bilingualkidsrock.com/wp-content/uploads/2013/09/Free-Checklist-button.png");
    background-position: left bottom;
    display: block;
}
/* Background*/
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}