/*
Theme Name: Builder Child Theme - Rubicon 
Description:  Designed for Rubicon Foundation
Author: Cathy Hofknecht
Author URI: http://neuconcepts.net/
Version: 3.0.0
Tags: blog, theme options, multiple layouts, multiple color schemes
Template: Builder

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.7em;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
pre, address, dfn, img, samp {
	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: #BBBBBB url('../images/rubicon-background-gradient.jpg') repeat-x;
}


/*********************************************
	Universal Link Styles
*********************************************/
a, a:visited {
	color: #0063cc;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	color: #001BA4;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1.25em;
}
h3 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: .2em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1em;
	margin-bottom: .2em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h3 + h4 {
	margin-top: 0em;
}

/*********************************************
	Text elements
*********************************************/

p {	margin: 0 0 1em 0;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
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: 1em 0;
	white-space: pre;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 1em 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
	background: transparent;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
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;
}

p + ul {
	margin-top: -1em;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 0 auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
	margin-bottom: 10px;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 0;
}

/*************************************************
    My HTML Heading
*************************************************/

#search_container {
	display: block;
	float: right;
}

#logo_container {
	float: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 305px;
}




/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	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 {
	color: #333333;
	margin: 0;
	padding: 20px 10px 20px 10px;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: 0;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: 0;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 .5em 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 {
	display: block;
	font-size: 1.2em !important;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px 6px 0 0;
	background: #DDDDDD url('../images/rubicon-nav-gradient.jpg') repeat-x;
}

.builder-module-navigation ul {
	display: block;
	float: left;
}
.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 {
	color: #001583;
	padding: 0px 30px 0px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	border-left: 1px #001583 solid;
	background: transparent;
}
.builder-module-navigation li:first-child a {
	border-left: 0px solid #001583;	
	padding-left: 30px;
}
.builder-module-navigation li a:hover {
	color: #666666;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	}
/* second level stuff */
.builder-module-navigation li ul {
	border: .1em solid #C9C9C9;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #C9C9C9;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	}


 /** Header navigation **/
.header-navigation {
	font-size: 1em;
	line-height: 1em;
	display: block;
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
.header-navigation ul, .header-navigation li  {
	display: inline;
	list-style:none;
	margin: 0;
}
.header-navigation li a {
	padding: 0 15px 0 15px;
	border-left: 1px solid #001583;
    	margin: 0;
	color: #001583;
	text-decoration: none;
	
}
.header-navigation li:first-child a {
	border-left: 0px solid #001583;	
}

.header-navigation li a:hover {
	color:#555555;
}

.header-navigation li.current_page_item a, {
	color: #555555;
}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {
	background: #FFFFFF;
	border-radius: 6px;
}

/*********************************************
	Navigation list in Widget Bar
*********************************************/
.widget_nav_menu {
    	padding-top: 20px;
    	margin: 0;
	background: #EEE;
}
.widget_nav_menu ul {	
	padding: 0px !important;
	margin: 0 !important;
}

.widget_nav_menu li {
    	list-style-type: none !important;
}
.widget_nav_menu li a, .widget_nav_menu li a:visited {
    	display:block;
    	font-size:1em;
    	line-height:1.3em;
    	color:#313131;
    	padding:10px 0 10px 15px;
    	width:220px;
    	margin: 0;
	border-bottom:1px solid #DDD;
}
.widget_nav_menu li a:hover {
    	color:#C82032;
	text-decoration: none;
}
.widget_nav_menu li.current_page_item a, .widget_nav_menu li.current_page_item a:visited, .widget_nav_menu li li.current_page_item a, .widget_nav_menu li li.current_page_item a:visited, .widget_nav_menu li li.current_page_parent a, .widget_nav_menu li li.current_page_parent a:visited {
	background:#C82032;
  	border-bottom: none;
	border-radius: 2px 2px 2px 2px;
    	color:#FFFFFF;
    	width:220px;
}



/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	background: transparent;
	border: none;
}
.builder-module-footer .builder-module-element {
	color: #222222;
	margin: 0 10px;
	text-align: left;
}
.builder-module-footer p {
	margin: 0;
}

.builder-module-footer .builder-module-element a {
	color: #222222;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

.builder-module-footer .builder-module-element .right-column {
	display: block;
	float: right;
	width: 160px;
	font-weight: bold;
}

.builder-module-footer img.alignleft {
	margin-right: 5px;
}


/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background: transparent;
	margin-bottom: 0;
}
.builder-module-html-1 {
	padding-top: 5px;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	border-radius: 0 0 6px 6px;
}

.builder-module-content .builder-module-element {
	display: block;
	overflow: hidden;
	text-align: left;
	padding: 20px;
}
.builder-module-content .hentry {
	margin-bottom: 1em;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	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 {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	padding: 0px;
}
.hentry .alignright {
	margin: 0 0 1em 1em;
}
.hentry .alignleft {
	margin: 0 1em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	border-top: .1em solid #D7D7D7;
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 3em;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.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
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0;
	padding: 0;
}


/*********************************************
	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-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#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;
}




/*********************************************
	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: bold;
}
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=text], input[type=password], input.text, input.title, 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: 1px solid #999999;
	padding: .5px;
	border-radius: 2px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-top: 0px !important;
	margin-bottom: 0px;
	width: 150px;
	background:url(../images/search-gray-16.png) right center no-repeat;
	color: #222222;
	font-size: .9em !important;
	padding: 4px !important;
	border-radius: 2px 2px 2px 2px;
}

.search-submit-button {
	display: none;
}

.input[type=submit] {
	color: #FFFFFF;
	border: none;
	font-size: 1em;
	display: inline-block;
	margin: 0 0 0 0;
	padding: .2em .5em;
	background-color: #999;
	border-radius: 2px 2px 2px 2px;
}

/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px 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;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/******************************************************
         Search Result Page Formats
*****************************************************/
h1.search-title {
    color: #111111;
}
h3.search-title a, h3.search-title a:visited {
	color: #111111;
}
h3.search-title a:hover, h3.search-title a:active {
	color: #000000;
}
.search-separator {
	clear: both; /* we need this so floats in the post are cleared */
}

 /******************************************************
     Custom Post Listing Pages
********************************************************/

.custompost-list h3, .custompost-list h3 a {
    	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 1.1em;
	font-style: bold;
}
.custompost-list h4 {
	margin-top: 1em;
	font-size: 1em;
	font-style: italic;
}
.custompost-list p {
	display: inline;
}
.custompost-list ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}
.custompost-list li {
	list-style-position: outside;
	border-top: 1px solid #DDDDDD;
	padding-top: 1em;
	margin-bottom: 1.5em;
}
.custompost-list li:first-child {
	border-top: 0px solid #DDDDDD;
}

/***********************************************
        Settings for Various Custom Post Types
***********************************************/
.news .entry-meta {
	display: none;
}
.projects .entry-meta {
	display: none;
}
.projects .entry-footer {
	display: none;
}

/*************************************************
         Home Page Layout
************************************************/
/** Home Widget 1 - Picture Grid **/
#builder-module-4e4bf18a3e742 .widget {
	padding: 10px 10px 0 10px;
}
.home-grid-col1 {
	display: block;
	width: 250px;
	float: left;
}
.home-grid-col2 {
	display: block;
	width: 680px;
	float: right;
}
/**Home HTML Module - news, updates, project **/
#builder-module-4e5d3c849d9dc {
	margin-bottom: 10px;
}
.home-news {
	display: block;
	overflow: hidden;
	float: left;
	width: 293px;
	height: 200px;
	padding: 10px;
	margin-right: 10px;
	background: #FFFFFF;
	border-radius: 6px;
}
.home-repository {
	display: block;
	overflow: hidden;
	float: left;
	width: 294px;
	height: 200px;
	padding: 10px;
	margin-right: 10px;
	background: #FFFFFF;
	border-radius: 6px;
}
.home-project {
	display: block;
	overflow: hidden;
	float: right;
	width: 293px;
	height: 200px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 6px;
}
.home-news h2, .home-repository h2, .home-project h2 {
	color: #001BA4;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .25em;
}

.home-news h4, .home-project h4 {
	font-size: 1.1em;
	margin: 0 0 .5em 0;
}
.home-news h5 {
	font-weight: bold;
}
.home-project .alignright img {
	margin-top: 0;
	margin-bottom: 0;
}
.home-repository .feed_list li {
	font-size: 1em;
	line-height: 1.25em;
	margin-left: -5px;
	margin-bottom: .5em;
}

/**Home Widget Bar 2 - collaborators**/
#builder-module-4e5d3c849ddd9 .widget{
	padding: 10px;
}	

#it_widget_content-5  h2 {
	color: #001BA4;
	font-size: 1.3em;
	font-weight: bold;
}

/*
This file contains the structural CSS required to make the
structure of builder layouts work without limiting the style.
*/


/*********************************************
	Wrapper styling
*********************************************/
.builder-module-outer-wrapper {
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
	overflow: hidden;
}
.builder-module-block-outer-wrapper {
	padding: 0;
	margin: 0;
	overflow: hidden;
	min-height: 1px;
}

.widget-outer-wrapper {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.widget-outer-wrapper.single {
	clear: both;
}

/*********************************************
	Generic module styling
*********************************************/
.builder-module,
.widget-wrapper.single,
.widget-wrapper.left,
.widget-wrapper-single,
.widget-wrapper-left {
	clear: both;
}

.builder-module-sidebar {
	width: 100%;
}

/*********************************************
	Navigation module
*********************************************/

.builder-module-navigation {
	padding: 0;
	list-style: none;
}
.builder-module-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
}
.builder-module-navigation a {
	display: block;
}
.builder-module-navigation li {
	float: left;
	background: transparent;
}
.builder-module-navigation li ul {
	position: absolute;
	left: -999em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul,
.builder-module-navigation li li:hover ul,
.builder-module-navigation li li li:hover ul,
.builder-module-navigation li li li li:hover ul,
.builder-module-navigation li li li li li:hover ul,
.builder-module-navigation li.sfhover ul,
.builder-module-navigation li li.sfhover ul,
.builder-module-navigation li li li.sfhover ul,
.builder-module-navigation li li li li.sfhover ul,
.builder-module-navigation li li li li li.sfhover ul {
	left: auto;
}
.builder-module-navigation li:hover,
.builder-module-navigation li.sfhover {
	position: static;
	z-index: 9999;
}

/*********************************************
	Widget Module
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	float: left;
	overflow: hidden;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .content {
	float: left;
	overflow: hidden;
}

.post-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image a img {
	border: none;
}

/*********************************************
	Post Meta
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
}

/*********************************************
	Comment Styles
*********************************************/
#comments li.even,
#comments li.odd {
	clear: both;
	overflow: hidden;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	overflow: hidden;
}

/*********************************************
	Standard Classes
*********************************************/
.center {
	margin: 0 auto;
}
.left,
.middle,
.single {
	float: left;
}
body.single {
	float: none;
}
.right {
	float: right;
}
.clearfloat {
	clear: both;
}
.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nomarpad {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.entry-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}

img.wp-smiley {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

/*********************************************
	Fix IE 6 issues
*********************************************/
#ie6 #comments .comment {
	word-wrap: break-word;
}
#ie6 sub,
#ie6 sup {
	vertical-align: bottom;
}
#ie6 .builder-module-block-outer-wrapper {
	overflow: hidden !important;
}

/* Fix issue with sub-nav hovers disappearing */
#ie6 .builder-module-navigation li {
	background: transparent;
}


/*********************************************
	Fix IE 6 & 7 issues
*********************************************/
/* Use this stylesheet for problems with IE7 and below */
#ie6 .clearfix,
#ie7 .clearfix {
	zoom: 1;
}
#ie6 .builder-module,
#ie7 .builder-module {
	display: block;
}
#ie6 #commentform #comment,
#ie7 #commentform #comment {
	width: 95%;
}
#ie6 .hentry .gallery-item,
#ie7 .hentry .gallery-item {
	float: left;
}
/* Part of the equal-height columns fix #5 */
/*
#ie6 .builder-module-block-outer-wrapper,
#ie7 .builder-module-block-outer-wrapper {
	display: block !important;
	float: none !important;
}
#ie6 .builder-module-block-outer-wrapper.left,
#ie7 .builder-module-block-outer-wrapper.left {
	float: left !important;
}
#ie6 .builder-module-block-outer-wrapper.right,
#ie7 .builder-module-block-outer-wrapper.right {
	float: right !important;
}*/

/* Custom CSS to match DSPACE to WP */
.footer-left-col {
	float: left;
	text-align: left;
	margin-right:1.5em;
	color: #222;
	background: transparent;
}

.emphasis {
	font-weight: bold;
}