/*
Theme Name: Cool Breeze
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.0
Template: Builder
Tags: cool, blue

Version History
	See history.txt
*/

@import url(//fonts.googleapis.com/css?family=Nunito:400,300,700&subset=latin&v2);

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 90%;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, img, q, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}
img.reflect {
	-webkit-box-reflect:below 1px -webkit-linear-gradient(transparent 80%, rgba(0,0,0,.7));;
}
::selection {
	background: #54AAC9; /* Safari */
        }
::-moz-selection {
	background: #54AAC9; /* Firefox */
}

/*********************************************
	Main Background
*********************************************/
body {
	background: url("images/page-bg.jpg") repeat-x fixed top left;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	text-shadow: 0 0 5px #FFFFFF;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	text-shadow: 0 0px transparent;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.25em;
	line-height: 1.4em;
	color: #FFFFFF;
	margin-bottom: .45em;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 1em auto 1em;
	border: 0em solid #FFFFFF;
	display: block;
}

/*********************************************
	Default Module
*********************************************/
.builder-module {
	background: transparent;
	margin-bottom: 1em;
}
/* TODO: Sub-pages without sidebars needed this, but it can make it too wide with sidebars */
.builder-module-element {
	/*	width: 100%;*/
}

/*.middle .builder-module-element {
	padding: 0 1em;
}
.left .builder-module-element {
	padding: 0 1em 0 0;
}
.right .builder-module-element {
	padding: 0 0 0 1em;
}*/

/*********************************************
    Header Module
*********************************************/
.builder-module-header {
	background: transparent;
	border: 1px solid #DDDDDD;
}
.builder-module-header .builder-module-element {
	padding: 1.5em;
}
.builder-module-header .builder-module-sidebar {
	background: none;
}

.site-title {
	font-size: 3em;
    line-height: 1;
    margin: 0 0 .5em 0;
}
.site-tagline {
	font-size: 2em;
    line-height: 1;
    margin: 0;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;	
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0 0 1em 0;
	color: #FFFFFF;
	padding: 1.5em;
	background: url("images/widget-transparent-bg.png") top left;
	border: 1px solid #DDDDDD;
}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 0;
}
.builder-module-block-outer-wrapper .left .widget,
.builder-module-block-outer-wrapper .middle .widget {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper .middle .widget,
.builder-module-block-outer-wrapper .right .widget {
	margin-left: .5em;
}
.builder-module-block-outer-wrapper.left .builder-module-element,
.builder-module-block-outer-wrapper.middle .builder-module-element {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	margin-left: .5em;
}
.builder-module-sidebar h4.widget-title {
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.1;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 0px 2px #333333;
	margin-bottom: .5em;
}
.builder-module-sidebar h4.widget-title a {
	color: #777777;
}
.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;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}
.builder-module-sidebar .widget p {
	margin-top: 0;
}
.builder-module-sidebar .widget a {
	margin-top: 0;
	color: #FFFFFF;
}
.builder-module-sidebar .widget a:hover {
	margin-top: 0;
	color: #000000;
	text-decoration: none;
}
.widget-top {
	height: auto;
}
.widget-bar-alternate .widget {
	background-color: #D2F4FF;
	-webkit-box-shadow: inset #888888 0 0 10px;
	-moz-box-shadow: inset #888888 0 0 10px;
	-o-box-shadow: inset #888888 0 0 10px;
	box-shadow: inset #888888 0 0 10px;
	color: #000;
	border: 1px solid #FFFFFF;
}
.widget-bar-alternate .widget h4.widget-title {
	color: #000;
	font-weight: normal;
	text-shadow: none;
}
.widget-bar-alternate .widget h4.widget-title {
	color: #000;
	font-weight: normal;
	text-shadow: none;
}
.widget-bar-alternate .widget a {
	color: #000000;
}
.widget-bar-alternate .widget a:hover {
	color: #000000;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	background: #FFFFFF top left;
	border: 1px solid #444444;
	line-height: 1;
	font-weight: bold;
}
.builder-module-navigation ul {
	}
.builder-module-navigation li {
	}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	padding: 8px 20px;
	color: #000000;
}
.builder-module-navigation li a:hover {
	background: url("images/nav-hover-current.png") repeat-x top left;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 0 5px #000000;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	background: url("images/nav-hover-current.png") repeat-x top left;
	color: #FFFFFF;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 15em;
	border: none;
	text-align: left;
	margin: 0;
	background: url("images/widget-transparent-bg.png") top left;
}
.builder-module-navigation li li {
	width: 15em;
	background: #F8F8D2;
	margin: 0;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-naviation li li:first-child {
	}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: url("images/nav-hover.png") repeat-x top left;
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.builder-module-navigation li li a:hover {
	background: url("images/nav-hover-reverse.png") repeat-x top left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
}
.builder-module-navigation li ul ul {
	margin: -2.25em 0em 0em 15em;
}

/*********************************************
	Alternate Navigation Module
*********************************************/
.nav-alternate {
	background: url("images/nav-alt-bg.png") top left;
	border: 1px solid #333333;
	line-height: 1;
	font-weight: bold;
}
.nav-alternate ul {
	}
.nav-alternate li {
	}
.nav-alternate li a,
.nav-alternate.current_page_item li a,
.nav-alternate.current-cat li a {
	color: #FFFFFF;
	padding: 8px 20px;
}
.nav-alternate li a:hover {
	background: url("images/nav-alt-bg-hover.png") top left;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: none;
}
.nav-alternate li.current_page_item a,
.nav-alternate li.current-cat a {
	background: url("images/nav-alt-bg-hover.png") repeat-x top left;
	color: #FFFFFF;
}
/* second level stuff */
.nav-alternate li ul {
	width: 15em;
	border: none;
	text-align: left;
	margin: 0;
	background: transparent;
}
.nav-alternate li li {
	width: 15em;
	background: url("images/nav-alt-bg-hover.png") repeat-x top left;
	margin: 0;
}
.nav-alternate li li + li {
	border-top: none;
}
.nav-alternate li li:first-child {
	}
.nav-alternate li li a,
.nav-alternate li li.current_page_item a,
.nav-alternate li li.current-cat a {
	background: url("images/nav-alt-bg-hover.png") repeat-x top left;
	color: #FFFFFF;
}
.nav-alternate li li a:hover {
	background: #0A3C4F;
	color: #FFFFFF;
}
.nav-alternate li ul ul {
	margin: -2.25em 0em 0em 15em;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar h4.widget-title {
	}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	font-size: .75em;
	margin: 2.5em 0 0 0;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #FFFFFF;
	background: url("images/widget-transparent-bg.png") top left;
	border: 1px solid #DDDDDD;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer .builder-module-element a:hover {
	color: #000000;
	text-decoration: underline;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1em;
}

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

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

.builder-module-outer-wrapper .builder-module-content {
	margin: 1.5em 0;
}
.builder-module-content .builder-module-element {
	margin: 0;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .left .builder-module-block {
	margin-right: 2em;
}
.builder-module-content .right .builder-module-block {
	margin-left: 2em;
}
.builder-module-content .middle .builder-module-block {
	margin-left: 2em;
	margin-right: 2em;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 2px solid #FFFFFF;
}
.entry-title, .entry-title * {
	margin: 0;
	padding: 0;
}
.entry-title h1,
.entry-title h2,
.entry-title h3 {
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1em;
}
.entry-title a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 2em;
}
.hentry .entry-title a:hover {
	color: #000000;
	text-shadow: 0 0 5px #FFFFFF;
}

.hentry .entry-meta,
.hentry .entry-meta * {
	padding: 0;
	margin: 0;
}
.hentry .entry-meta {
	font-size: 14px;
	line-height: 1;
	margin-top: 1em;
	color: #FFFFFF;
	font-style: normal;
}
.hentry .entry-meta a {
	color: #FFFFFF;
	font-style: normal;
}
.hentry .entry-meta a:hover {
	color: #262626;
	text-decoration: none;
}
.hentry .author-meta {
	margin-top: .1em;
	color: #FFFFFF;
	font-size: 14px;
}
.hentry .author-meta a {
	color: #FFFFFF;
}
.hentry .categories a {
	text-transform: uppercase;
	color: #FFFFFF	;
	font-weight: bold;
}
.hentry .tags {
	padding-left: 10px;
	border-left: 2px solid #CF936B;
	color: #CF936B;
	font-size: 12px;
}
.hentry .tags a {
	color: #FFB584;
}
.hentry .tags a:hover {
	color: #222222;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry.attachment .entry-footer {
	background: transparent;
}
.entry-content {
	margin-top: 2.5em;
	clear: both;
}
.loop-title {
	font-size: 1.8em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: .75em;
}

/*********************************************
	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 {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	background: rgba(0, 0, 0, 0.6);
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 1em .5em .5em .5em;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
	background: rgba(0, 0, 0, 0.6);
	padding: 0;
}
.hentry img.index_image {
	margin-top: 0;
}
.hentry .alignright {
	margin: 1.5em 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 1.5em 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}
.hentry .wp-caption {
	background: rgba(0, 0, 0, 0.6);
	padding: .5em;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	text-align: center;
	margin: 0;
	padding: 0 .5em;
	line-height: 1;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer {
	margin-top: 1.5em;
	padding-top: 1.4em;
}
.entry-footer * {
	padding: 0;
	margin: 0;
}
.entry-footer .alignleft {
	width: 70%;
}
.entry-footer .categories {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('http://www.preferrednutrition.org/wp-content/themes/BuilderChild-Cool-Breeze/images/category-bg.png') center left no-repeat;
}
.entry-footer .categories a {
	font-style: italic;
}
.entry-footer .comments {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('http://www.preferrednutrition.org/wp-content/themes/BuilderChild-Cool-Breeze/images/comments-bg.png') center left no-repeat;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
a.more-link {
	color: #F5F5F5;
	background: #000000;
	background: rgba(0, 0, 0, .6);
	border: 1px solid #FFFFFF;	
	font-size: .9em;
	display: block;
	float: right;
	clear: both;
	margin-top: 30px;
	padding: .6em .8em;
	text-transform: uppercase;
}
a.more-link:hover {
	background: #66959B;
	color: #262626;
	border: 1px solid #000000;
}
/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0px;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	}

.loop-utility .alignleft a,
.loop-utility .alignright a {
	color: #FFFFFF;
	font-weight: bold;
	background: #000000;
	background: rgba(0, 0, 0, .6);
	line-height: 2;
	border: 1px solid #000000;
	padding: 5px 20px 20px 20px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	padding: 0;
}
#comments h3 {
	font-weight: normal;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .comment-block {
	overflow: hidden;
}
#comments .comment-info {
	width: 20%;
	display: block;
}
#comments .comment-text {
	width: 80%;
	display: block;
}
.comment-text p {
	margin-top: 0;
}
#comments .vcard,
#comments .comment-meta {
	display: block;
}
#comments .vcard .avatar {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	border: 3px solid #FFFFFF;
}
#comments .vcard cite {
	text-transform: capitalize;
	font-style: normal;
}
#comments .comment-meta {
	font-size: 10px;
	margin-bottom: 1.5em;
	clear: both;
}
#comments li {
	padding-left: 20px;
	list-style: none;
	overflow: hidden;
}
#comments .comment.depth-1 {
	margin-bottom: 20px;
	padding: 20px;
	color: #FFFFFF;
	background: url("images/widget-transparent-bg.png") top left;
	border: 1px solid #FFFFFF;
}
#comments .comment.depth-1 li {
	margin-top: 20px;
}
#comments a {
	color: #262626;
}
#comments a:hover {
	color: #777777;
}
.says {
	display:none;
}
#comments .children {
	margin: 0;
}
#comments .children li.depth-2  {
	padding: 20px;
	background-color: #EEEEEE;
	box-shadow: 0 0 10px #777777 inset;
	color: #000000;
	border: 1px solid #FFFFFF;
}
#comments .comment-block .inner {
	}

#comments .children li {
	margin-bottom: 0;
	list-style: none;
}
#comments .comment.depth-3 .comment-text {
	width: 78%;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#comments .reply a {
	float: left;
	margin-bottom: 20px;
	padding: 8px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
	background: #123C4C;
	background: -webkit-gradient(linear, left top, left bottom, from( #E7D3A7 ), to( #AB9C7B ) );
	background: -webkit-linear-gradient(#E7D3A7, #AB9C7B);
	background: -moz-linear-gradient(#123C4C, #21576B);
	background: -ms-linear-gradient(#E7D3A7, #AB9C7B);
	background: -o-linear-gradient(#E7D3A7, #AB9C7B);
	background: linear-gradient(#E7D3A7, #AB9C7B);
	color: #FFFFFF;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #222222 0 0 3px;
	-moz-box-shadow: #222222 0 0 3px;
	-o-box-shadow: #222222 0 0 3px;
	-khtml-box-shadow: #222222 0 0 3px;
	box-shadow: #222222 0 0 3px;
}
#comments .reply a:hover {
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF ), to( #FFFFFF ) );
	background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
	background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
	background: -ms-linear-gradient(#FFFFFF, #FFFFFF);
	background: -o-linear-gradient(#FFFFFF, #FFFFFF);
	background: linear-gradient(#FFFFFF, #FFFFFF);
	color: #000000;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
	color: #FFFFFF;
	font-weight: normal;
}
#respond .cancel-comment-reply a {
	margin: 1.5em 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 50%;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 90%;
	height: 18em;
/*	padding: 1.45em;*/
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	/*	margin: .75em 0 .75em;*/
}
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;
}
a:focus, a:hover {
	color: #000000;
}
blockquote {
	background: url("images/widget-transparent-bg.png") top left;
	border: 1px dashed #FFFFFF;
	margin: 1.5em;
	padding: 20px;
	color: #FFFFFF;
	font-style: italic;
	clear: both;
	-moz-box-shadow: ins
}
blockquote p {
	background: url("images/blockquote.png") top left no-repeat;
	margin: 0;
	padding: 0 0 0 50px;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #000000;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
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 {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #FFFFFF;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
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: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text],
input[type=password],
input.text,
input	,
textarea,
select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text],
input[type='password'],
input.text, 
input.title, 
textarea {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: ;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	padding: .6em .5em;
	-webkit-box-shadow: inset #777777 0 0 10px;
	-moz-box-shadow: inset #777777 0 0 10px;
	-o-box-shadow: inset #777777 0 0 10px;
	box-shadow: inset #777777 0 0 10px;
}
input[type='text']:focus, 
input[type='password']:focus, 
input.text:focus, 
input.title:focus, 
textarea:focus {
	border-color: #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
input[type='submit'],
input[type='button'] {
	color: #F5F5F5;
	background: #000000;
	background: rgba(0, 0, 0, .6);
	border: 1px solid #FFFFFF;	
	font-size: .9em;
	display: inline-block;
	margin: 0;
	padding: .6em .8em;
	text-transform: uppercase;
}
input[type=submit]:hover,
input[type=button]:hover {
	background: #FFFFFF;
	color: #262626;
	border: 1px solid #000000;
}
input[type=submit]:active {
	background: #FFFFFF;
	color: #262626;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=checkbox],
input[type=radio],
input.checkbox,
input.radio {
	/*	position: relative;
	top: .25em;*/
}
input[type=text],
input[type=password],
textarea {
	max-width: 95%;
}
/*.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}*/

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #DDDDDD;
}
.error {
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.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
*********************************************/
.hentry img.wp-smiley {
	border: none;
}


/*********************************************
    Browser-Specific Fixes
*********************************************/
/* IE 6 style fixes */
#ie6 #comments .comment {
	word-wrap: break-word;
}
#ie6 #social-tags {
	display: none;
}
#ie6 .clearfix {
	height: 1%;
}
#ie6 .builder-module-navigation {
	z-index: 1000;
}
#ie6 .hentry .gallery-item {
	float: left;
}
#ie6 .builder-module-content .left .builder-module-block {
	margin-right: 0 !important;
}
#ie6 .builder-module-content .right .builder-module-block {
	margin-left: 0 !important;
}
/* IE 7 style fixes */
#ie7 .clearfix {
	height: 1%;
}
#ie7 .builder-module-navigation {
	z-index: 1000;
}
#ie7 .hentry .gallery-item {
	float: left;
}
#ie7 .builder-module-content .left .builder-module-block {
	margin-right: 0 !important;
}
#ie7 .builder-module-content .right .builder-module-block {
	margin-left: 0 !important;
}