/*
Theme Name: Icebox
Theme URI: http://ithemes.com/purchase/icebox
Description: A Responsive Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 4.0.1
Tags: responsive, light
Template: Builder

Version History
	See history.txt
*/

@import url("//fonts.googleapis.com/css?family=Glegoo|Asap");

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
}
body {
	color: #383a3c;
	font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.65;
}
input, select, textarea {
	font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #F5F5F5;
	background: #ffffff;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #729BA8;
	text-decoration: none;
}
a:hover {
	color: #696c70;
	text-decoration: underline;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #111111;
	line-height: 1.5;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
	margin-bottom: 1.5em;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 1.5em;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/
.builder-module-header .builder-module-sidebar {
	background: transparent !important;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000099;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #729BA8;
}

.site-title {
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0;
}

.site-tagline {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	background: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	background: transparent;
	border-top: 5px solid #cbd2d9;
	color: #333333;
	margin: 0;
	padding: 1em 1.5em 1.5em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget {
	border-left: 1px solid #cbd2d9;
	border-right: 1px solid #cbd2d9;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
	border-right: 1px solid #cbd2d9;
}
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: 1.5em;
	border-right: 1px solid #cbd2d9;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 .75em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	background: #ffffff;
	border-top: 5px solid #ff6600;
	display: block;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 2;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	background: transparent;
	color: #333333;
	font-weight: normal;
	padding: 8px 20px;
	text-decoration: none;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
	border-right:1px solid #d6d6d6;
}
.builder-module-navigation li:first-child {
	border-left: 1px solid #d6d6d6;
}
.builder-module-navigation li a:hover {
	background: #daebf1;
	color: #000000;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a,
.builder-module-navigation li.current-menu-item a {
	background: #daebf1;
	color: #000000;
}
/* second level stuff */
.builder-module-navigation li ul {
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	background: #c5dde5;
	border-bottom: 1px solid #daebf1;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
	line-height: 1.3;
	padding: 10px 20px;
	border-left: 5px solid transparent;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #daebf1;
	border-left: 5px solid #729ba8;
}
.builder-module-navigation li ul ul {
	margin: -2.75em 0 0 14em;
}

/*********************************************
	Alternate Navigation Module - Grayscale
*********************************************/

.builder-module-navigation.grayscale {
	background: #ffffff;
	border-top: 5px solid #cbd2d9;
}
.builder-module-navigation.grayscale li a,
.builder-module-navigation.grayscale li.current_page_item li a,
.builder-module-navigation.grayscale li.current-cat li a {
	background: transparent;
	color: #333333;
	border-left:1px solid #cbd2d9;
}
.builder-module-navigation.grayscale li a:hover {
	background: #f5f5f5;
}
.builder-module-navigation.grayscale li.current_page_item a,
.builder-module-navigation.grayscale li.current-cat a,
.builder-module-navigation.grayscale li.current-menu-item a {
}
/* second level stuff */
.builder-module-navigation.grayscale li li {
	background: #ffffff;
	border-bottom: 1px solid #E0E5E7;
}
.builder-module-navigation.grayscale li li a {
	border-left: 5px solid transparent;
}
.builder-module-navigation.grayscale li li a:hover,
.builder-module-navigation.grayscale li li a.sfhover {
	background: #f5f5f5;
	border-left: 5px solid #c7cbcc;
}
.builder-module-navigation.grayscale li ul ul {
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {
	background: #ffffff;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	background: transparent;
	border: none;
	font-size: .9em;
	line-height: 1.5;
	color: #96a5ac;
}
.builder-module-footer .builder-module-element {
	margin: 0;
	padding: 2em 0 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-block {
	margin: 1.5em 0;
}
.builder-module-content .builder-module-element {
	overflow: visible;
}
.builder-module-content .hentry {
	margin: 2em auto 6em;
}
.builder-module-content .builder-module-element {
	margin: 0;
	padding: 0;
}
.builder-module-content .left .builder-module-element {
	margin-right: 1.5em;
}
.builder-module-content .right .builder-module-element {
	margin-left: 1.5em;
}
.builder-module-content .middle .builder-module-element {
	margin: 0 1.5em;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {

}

.entry-title {
	clear: both;
	color: #000099;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: .56em;
	text-align: center;
}
.entry-title a {
	color: #383a3c;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #686c70;
}
.hentry .entry-meta {
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.hentry .entry-meta.date {
	background: #e5eff2;
	float: right;
	text-align: right;
	padding: 10px 15px;
}
.hentry .entry-meta.single-post.date {
	margin: 0 -26px 0 0;
}
.hentry .entry-meta a {
	text-transform: uppercase;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	color: #aaa;
}
.meta-blocks {
	display: block;
	width: 100%;
	border-top: 5px solid #cbd2d9;
	text-align: center;
	margin: 20px 0 30px;
	display: block;
	line-height: 1;
	color: #383a3c;
}
.block-date {
	width: 20%;
	padding: 10px 3%;
	border-left: 1px solid #cbd2d9;
	border-right: 1px solid #cbd2d9;
	float: left;
}
.block-author {
	width: 41%;
	padding: 10px 3%;
	float: left;
}
.block-comments {
	width: 20%;
	padding: 10px 3%;
	border-left: 1px solid #cbd2d9;
	border-right: 1px solid #cbd2d9;
	float: right;
}
.block-comments a, .entry-meta .comments a {
	text-decoration: none;
	background: #e0e7ee;
	color: #252525;
	border-radius: 14px;
	padding: 3px 8px 5px;
}
.hentry .entry-meta .block-comments a:hover, .entry-meta .comments a:hover {
	background: #cbd2d9;
	text-decoration: none;
	color: #fff;
}
.hentry .featured-image {
	width: 100%;
	height: auto;
	max-height: 400px;
	background: transparent;
	overflow: hidden;
	margin: 0 0 16px 0;
	padding: 0;
	border-radius: 3px;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}
.hentry .featured-image:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}
.hentry .featured-image img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.hentry .featured-image.single-post {
	max-height: 600px;
	overflow: hidden;
	margin-bottom: 1em;
}
.hentry .entry-footer {
	display: block;
	border-top:0;
	border-bottom: 5px solid #cbd2d9;
	border-left: 1px solid #cbd2d9;
	padding: 0;
	border-right: 1px solid #cbd2d9;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-footer .alignleft {
	padding: 10px;
	line-height: 1.3;
	width: 60%;
	margin: 0;
}
.hentry .entry-footer .alignright {
	padding: 10px 10px 5px 10px;
	line-height: 1.3;
	width: 30%;
	margin: 0;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}
.more-link {
	display: block;
	background: #dee2e6;
	text-align: center;
	max-width: 200px;
	margin: 2em auto 1em;
	border: none;
	border-radius: 2px;
	padding: 10px 20px;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}
.more-link:hover {
	background: #cbd2d9;
	text-decoration: none;
}
.entry-content {
	clear: both;
	margin: 4em auto;
}
.page .entry-content {
	margin: 1.5em auto;
}
.loop-title {
	margin-top: 0;
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.7;
	color: #aaa;
}


/*********************************************
	Post Formats
*********************************************/

.format-aside .entry-header,
.format-quote .entry-header {
	max-width: 80%;
	margin: 0 auto;
}
.format-aside .entry-footer,
.format-status .entry-footer,
.format-quote .entry-footer {
	display: none;
}
.format-aside .meta-blocks .block-date,
.format-quote .meta-blocks .block-date,
.format-image .meta-blocks .block-date {
	width: 50%;
	padding: 16px 0.4% 10px;
	margin: 0 auto;
	float: none;
	border: none;
}
.format-status {
	max-width: 600px;
	margin: 4em auto 0;
}
.format-status .entry-content {
	font-size: 120%;
	margin: 0;
	padding: 0.25em 1em;
	background: #fff;
	border: 1px solid #CBD2D9;
}
.format-status .meta-blocks {
	margin-bottom: 0;
}
.format-status .meta-blocks .block-date {
	width: 43%;
}
.format-status .meta-blocks .block-author {
	width: 43%;
	padding: 10px 3%;
	border-right: 1px solid #CBD2D9;
	float: right;
}
.format-status .block-comments,
.format-aside .block-author,
.format-aside .block-comments,
.format-quote .block-author,
.format-quote .block-comments,
.format-image .block-author,
.format-image .block-comments {
	display: none;
}
.format-aside .entry-content,
.format-quote .entry-content,
.format-image .entry-content {
	padding: 0 10%;
}
.format-quote .entry-content {
	font-size: 22px;
}
.format-quote p:first-child:first-letter {
	float: left;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 5em;
	line-height: .98;
	padding: 0 .1em 0 0;
}
.format-image .featured-image, .format-image .featured-image.single-post {
	max-height: none;
}
.format-image .entry-footer {
	display: none;
}
.format-aside .entry-content,
.format-image .entry-content,
.format-quote .entry-content {
	margin-top: 2em;
}
.format-image .featured-image img {
	border-radius: 3px;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	border: 1px solid transparent;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item:hover {
	border: 1px solid #cbd2d9;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 8px 10px 10px 10px;
	background: #f5f5f5;
	border: 1px solid #cbd2d9;
	border-top: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	max-width: 100%;
	height: auto;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.post .entry-header {
}
.entry-header h1 {
	margin-bottom: .25em;
}
.entry-footer {
	border-top: 1px solid #d6d6d6;
	clear: both; /* we need this so floats in the post are cleared */
	padding-top: 1em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
	margin-top: 4em;
	padding: 1em;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	border-top: 1px solid #cbd2d9;
	color: #393b3d;
	border-left: 5px solid #cbd2d9;
	border-right: 5px solid #cbd2d9;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}
.loop-utility a {
	text-decoration: none;
	color: #393b3d;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}
.loop-utility a:hover {
	text-decoration: none;
	color: #aaa;
}
.loop-utility.prevnext-posts {
	padding: 1em 1em 2.5em 1em;
}
.loop-utility .alignleft {
	padding: 0 1em 0 .25em;
}
.loop-utility .alignleft:hover {
	text-decoration: none;
}
.loop-utility .alignright {
	padding: 0 .25em 0 1em;
}
.loop-utility .alignright:hover {
	text-decoration: none;
}
.loop-utility .prev-post {
	float: left;
}
.loop-utility .next-post {
	float: right;
}
.loop-utility .prev-post a:hover, .loop-utility .next-post a:hover {
	text-decoration: none;
	color: #aaa;
}

/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin: 0 0 0 -1.8em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 1em 0 0;
}
#comments .comment-meta {
	margin-bottom: 2em;
}
#comments .comment-meta a {
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #aaa;
}
#comments .fn {
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 24px;
	margin-top: 5px;
	display: inline-block;
}
#comments .says {
	color: #aaa;
}
#comments li {
	border: 1px solid #cbd2d9;
	border-left: 5px solid #cbd2d9;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: visible !important;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #dee2e6;
	border-left: 5px solid #dee2e6;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
.reply a, #respond .cancel-comment-reply a {
	display: inline-block;
	margin: .75em 0;
	background: #dee2e6;
	border: none;
	border-radius: 2px;
	padding: 3px 8px;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
}
.reply a:hover, #respond .cancel-comment-reply a:hover {
	text-decoration: none;
	background: #eceff2;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}
#submit {
	background: #dee2e6;
	border: none;
	border-radius: 2px;
	padding: 10px 20px;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}
#submit:hover {
	background: #cbd2d9;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #252525;
	font-weight: normal;
	font-size: 1.2em;
	margin: 2em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: normal;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type="color"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type="color"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea {
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid transparent;
	border-bottom: 1px solid #D6D6D6;
	font-size: 18px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="color"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="week"]:hover,
input[type="month"]:hover,
textarea:hover {
	background: #dbedf3;
	border: 1px solid transparent;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
textarea:focus {
	background: #ffffff;
	border: 1px solid #d6d6d6;
	box-shadow: inset 5px 0 0 0 #729BA8;
	padding-left: 12px !important;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	background: #dee2e6;
	border: none;
	border-radius: 2px;
	padding: 10px 20px;
	font-family: 'Glegoo','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
	background: #CBD2D9;
}
textarea {
	width: 100%;
	height: 12em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
	align: center;
}
.search-submit-button {
	margin: 0 !important;
	padding: .1em .1em;
	align: center;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 1px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

.imgleft{	
 float: left;
 margin: 4px 15px 4px 4px;
}
.imgright{
 float: right;
 margin: 20px 4px 4px 15px;
}

hr {
color: #cbd2d9;
background-color: #cbd2d9;
height: 5px;
}

em {
font-style: normal;
}