/*
Theme Name: Foundation - Blank
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.3
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

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%;*/
	font-size: 85%;
}
body {
	font-size: 75%;
	line-height: 1.2em;
	color: #222222;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
input, select, textarea {
	font-family: Arial, 'Helvetica Neue', Helvetica, 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;
	line-height: 1.5em;
}
a img {
	margin: 0;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #FFFFFF;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
}
h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.4em;
	line-height: 1em;
	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: #777777;
	font-style: italic;
	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: 0 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;
}*/

/*********************************************
	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: #333333;
	background: #E0E2E3;
	padding: 1.5em;
}
.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-size: 1.65em;
	line-height: 1.25em;
	font-weight: normal;
	padding: .326em .326em;
	margin: -.326em -.326em 0 !important;
	color: #333333;
	font-weight: bold;
}
.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;
	color: #333333;
}
.builder-module-sidebar .widget a {
	margin-top: 0;
	color: #777777;
}
.builder-module-sidebar .widget a:hover {
	margin-top: 0;
	color: #262626;
	text-decoration: none;
}
.widget-top {
	height: auto;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: .6em;
	line-height: 1.6;
	background: #ffffff;
	display: block;
	margin-bottom: 1.8em;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	margin: 0px 8px 0px 8px;
	background: transparent;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 1.8em;
	padding: .35em 1em;
	margin: 0;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: transparent;
}
.builder-module-navigation li a:hover {
	background: #faa61a;
	color: #ffffff;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	color: #faa61a;
	background: none;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 20em;
	border: none;
	text-align: left;
	margin: 0;
	background: transparent;
}
.builder-module-navigation li li {
	width: 20em; 
	background: #ffffff;
	margin: 0;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-naviation li li:first-child {
	margin-bottom: -1px;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: transparent;
	color: #333333;
}
.builder-module-navigation li li a:hover {
	background: #faa61a;
	color: #ffffff;
}
.builder-module-navigation li ul ul {
	margin: -3.8em 0em 0em 20em;
}
.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 {
}
.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 {
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar h4.widget-title {
	font-size: 1.65em;
	line-height: 1.1em;
	padding: 0 .326em .326em .326em;
	margin: -.326em -.326em 0 !important;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	font-size: .75em;
	background: transparent;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #777777;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer .builder-module-element a:hover {
	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-content .builder-module-element {
	margin: 0;
	background: #ffffff;
	padding: 1.5em;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #C2C2C2;
/*	font-family: 0.8em;*/
}
.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post-title h1,
.post-title h2,
.post-title h3 {
	clear: both;
	color: #262626;
	font-weight: bold;
	font-size: 1.5em;
	line-height: .5em;
}
.post-title a {
	text-decoration: none;
	color: #262626;
	font-size: 1em;
}
.post .post-title a:hover {
	color: #777777;
}

.post .post-meta,
.post .post-meta * {
	padding: 0;
	margin: 0;
}
.post .post-meta {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-top: 1em;
	color: #333333;
	font-style: italic;
}
.post .post-meta a {
	color: #333333;
	font-style: normal;
}
.post .post-meta a:hover {
	color: #262626;
	text-decoration: none;
}
.post .author-meta {
	margin-top: .1em;
	color: #777777;
	font-size: 1em;
}
.post .author-meta a {
	color: #262626;
}
.post .entry-attachment .attachment {
	text-align: center;
}
.post.attachment .meta-bottom {
	background: transparent;
}
.post-content {
	margin-top: 1.5em;
	clear: both;
}
.page-title {
	font-size: 1.5em;
	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;
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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 {
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	padding: 5px;
	height: auto !important;
}
.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 {
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	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
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	margin-top: 1.5em;
	padding-top: 1.4em;
}
.meta-bottom * {
	padding: 0;
	margin: 0;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/category-bg.png') center left no-repeat;
}
.meta-bottom .categories a {
	font-style: italic;
}
.meta-bottom .comments {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('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;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 3px 1.5em 0;
	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 .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
}
#comments .comment-meta {
	font-size: 12px;
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	background: #FFFFFF;
	overflow: hidden;
}
#comments .comment.depth-1,
#comments .comment.depth-3,
#comments .comment.depth-5,
#comments .comment.depth-7,
#comments .comment.depth-9 {
	color: #262626;
}
#comments a{
	color: #262626;
}
#comments a:hover {
	color: #777777;
}
.says {
	color: #777777;
}
#comments .children {
	margin: 0;
}
#comments .children li {
	margin-bottom: 0;
	list-style: none;
}
#comments .comment.depth-2,
#comments .comment.depth-4,
#comments .comment.depth-6,
#comments .comment.depth-8,
#comments .comment.depth-10 {
	background: #E0E2E3;
	color: #333333;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
	color: #262626;
	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 {
/*	font-size: 1em;*/
/*	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: #FFFFFF;
	margin: 1.5em;
	padding: 20px 20px 20px 20px;
	color: #222222;
	font-style: italic;
	clear: both;
}
blockquote p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
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;
	font-size: 1em;
	line-height: 1.5em;
}
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: inside url('images/list.png');
}
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%;
	font-size: 1em;
}
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.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 #BBBBBB;
	padding: .6em .3em;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
input[type=submit] {
	color: #F5F5F5;
	background: #262626;
	border: none;
	font-size: 1em;
	display: inline-block;
	margin: 0;
	padding: .7em .8em;
}
input[type=submit]:hover {
	background: #FFFFFF;
	color: #262626;
}
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
*********************************************/
.post img.wp-smiley {
	border: none;
}

/*********************************************
	By Bizlink-Angeline
*********************************************/
#enhancedtextwidget-2 {
background: none;
}
#ithemesrotatingimages-3 {
padding: 0em;
}
#ithemesrotatingimages-3 img {
margin-top: 0em;
}
#widgets-reloaded-nav-menu-3 {
padding-top: 5px;
background: none;
}
#menu-top-menu {
float: right;
}
#menu-top-menu li {
display: block;
float: left;
}
#menu-top-menu li a {
display: block;
padding: 35px 10px 5px 10px;
margin: 0 10px 0 10px;
}
#menu-top-menu li a:hover {
background-color: #faa61a;
color: #ffffff;
}
#enhancedtextwidget-3,  #enhancedtextwidget-4 {
margin-bottom: 10px;
}
#enhancedtextwidget-6, #enhancedtextwidget-9 {
	background: none;
}
#widgets-reloaded-search-3, #widgets-reloaded-search-4 {
background: none;
display: block;
float: right;
}


/*********************************************
	By Bizlink - Jonathan
*********************************************/

body {
	padding-top: 3em;
}

a {
	color: #d47743;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

th, td, caption {
	vertical-align: top;
	padding: 5px;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

ul {
	list-style: outside url('images/list.png');
}

.hentry img {
	border: none;
}

.hentry .wp-caption {
	border: none;
}

#enhancedtextwidget-6 div, #enhancedtextwidget-9 div {
	padding-top: 0px;
}

#logo {
	float: left;
	padding-left: 12px;
	display: block;
	width: 140px;
}

#tagline {
	display: block;
	padding-left: 50px;
	padding-top: 0px;
	width: 600px;
	color: #faa61a;
}

.search-form input[type="text"] {
	padding: 0px 10px 0px 10px;
	width: 150px;
	border: solid 2px #bbbbbb;
}

.search-form input[type="submit"] {
	padding: 0px 5px 0px 5px;
}
.search-form input[type="submit"]:hover {
	background-color: #faa61a;
}

.builder-module-navigation {
	font-size: .7em;
/*	border-bottom: solid #000000 5px; */
}

.builder-module-navigation li a {
	font-weight: bold;
}

.builder-module-navigation li a:hover {
	background: none;
	color: #FF0000;
	cursor:pointer;
}

.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	color: #FF0000;
}

.builder-module-navigation li ul {
	border: solid 1px #faa61a;
	border-top: solid 7px #faa61a;
}

.builder-module-navigation li li {
	border-bottom: dotted #cccccc 1px;
	font-weight: normal;
}

.builder-module-navigation li li a {
	font-weight: normal;
}

.builder-module-navigation li li a:hover {
	background: none;
	color: #FF0000;
}

.builder-module-navigation li ul ul {
	margin: -2.9em 0em 0em 20em;
}

.builder-module-sidebar .widget {
	padding: 0em;
	background: none;
}

.builder-module-sidebar h4.widget-title {
	display: none;
}

.collapsing.pages {
	padding: 0em;
	padding-top: 6px;
	padding-bottom: 10px;
	background: none;
}

.collapsing.pages li {
	font-weight: bold;
	list-style: none;
}

.collapsing.pages li a {
	font-size: 1.3em;
/*	text-transform: uppercase; */
}

.collapsing.pages li a:hover {
	color: #FF0000;
}

.collapsing.pages li .self {
	color: #FF0000;
}

.collapsing.pages li li {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 0.85em;
	line-height: 1.2em;
/*	border-bottom: dotted 1px #bbbbbb; */
	margin-left: 7px;
	display: block;
}

.collapsing.pages li li a {
	list-style-image:url(http://audeonet.bizlink.com.my/wp-content/themes/BuilderChild-Foundation-Blank/images/list.png);
  	list-style-position:outside;
	text-transform: none;
	display: block;
	padding-left: 3px;
}

.collapsing.pages li li .self {
	background-color: #faa61a;
	color: #ffffff;
}

.collapsing.pages li li a:hover {
	background-color: #faa61a;
	color: #ffffff;
}

.collapsing.pages li li li {
	font-weight: normal;
	padding-top: 3px;
	margin-left: 7px;
}

.post-title {
/*	text-transform: uppercase; */
	font-size: 1.2em;
/*	text-shadow: #faa61a 0px 0px 1px; */
}

.textwidget {
	padding-top: 12px;
	padding-left: 3px;
	padding-bottom: 20px;
}

#contact_title {
	padding-top: 5px;
}

#contact_title a {
	color: #777777;
/*	text-transform: uppercase;	*/
}

#contact_title a:hover {
	color: #FF0000;
}

#datasheet_title {
/*	text-transform: uppercase; */
	color: #777777;
}

#attachments {
	padding-bottom: 10px;
}

#attachments ul {
	display: block;
}

#attachments li a {
	display: block;
	padding: 3px;
	border-bottom: dotted #cccccc 1px;
	color: #d67e5c; 
}

#attachments li a:hover {
	background-color: #faa61a;
	color: #ffffff;
}

#custom_sidebar {
	padding-bottom: 10px;
}

#custom_sidebar .cs_title {
	padding-left: 7px;
	color: #777777;
/*	text-transform: uppercase; */
}

#custom_sidebar ul {
	display: block;
}

#custom_sidebar ul li {
	margin-left: 7px;
}

#custom_sidebar ul li a {
	display: block;
	padding: 3px;
	border-bottom: dotted #cccccc 1px;
	color: #faa16a;
/*	color: #d67e5c; */
}

#custom_sidebar ul li a:hover {
	background-color: #faa61a;
	color: #ffffff;
	text-decoration: none;
}

.builder-module-footer {
/*	border-top: solid #000000 3px; */
}

.builder-module-footer .builder-module-element{
	border-top: solid #faa61a 2px;
	padding-left: 20px;
	padding-right: 20px;
}

.builder-module {
	margin-bottom: 0;
}

#homepage-content {
	margin-left: 75px;
	width: 850px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#enhancedtextwidget-10 .textwidget {
	padding-top: 0;
}

#bcn_widget-3 {
	padding: 10px;
	padding-left: 22px;
/*	border-bottom: dotted 1px #cccccc; */
	border-bottom: solid #cccccc 1px; 
	background: #EFEFEF;
}

#bcn_widget-3 a {
	color: #FF0000;
}

#bcn_widget-3 a:hover {
	text-decoration: underline;
}

#addthis-widget-3 {
	padding-top: 15px;
}

.builder-module-navigation li ul {
	width: 25em;
	border: solid #000000 1px;
	border-top: solid #FF0000 5px;
}
.builder-module-navigation li li {
	width: 25em; 
}
.builder-module-navigation li li a:hover {
	background: #faa61a;
	color: #ffffff;
}
.builder-module-navigation li ul ul {
	margin: -2.3em 0em 0em 25em;
	width: 30em;
	border-top: solid #000000 1px;
}
.builder-module-navigation li li li {
	width: 30em; 
}
.page-item-109 ul li ul {
	width: 38em;
}
.page-item-109 ul li li {
	width: 38em;
}

.builder-module-content .builder-module-element {
/*	border-left: dotted #cccccc 1px;
	border-right: dotted #cccccc 1px;
*/
}

/* Background for Full-Height Left-Right Sidebar area of the Content Module */
#builder-module-4e64386e096fa {
	background-image: url(images/content-module-bg.png);
}

#builder-module-4ed726c923222, #builder-module-4ed726c923222 .builder-module-element {
	background-image: url(images/content-module-bg-right-sidebar.png);
}

/* Background for all Widgets of Right Sidebar area of the Content Module
.builder-module-sidebar-split.right {
	background: #F7F7F7; 
}
*/

a {
	color: #FAA61A;
}

#sibling-pages {
	margin-left: 0px;
}

#sibling-pages li {
	list-style: none;
	margin-top: 8px;
}

#sibling-pages li a {
	display: block;
	font-size: 1.3em;
	padding-left: 2px;
	font-weight: bold; 
/*	text-transform: uppercase; */
}

#sibling-pages li a:hover {
	color: #ff0000;
}

#sibling-pages ul ul {
/*	margin-left: 20px; */
}

#sibling-pages ul ul li {
	list-style-image:url(images/list.png);
  	list-style-position:outside;
}

#sibling-pages ul ul li.current_page_item a {
	background: #FAA61A;
	color: #ffffff;
}

#sibling-pages ul ul li a {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 2px;
	text-transform: none;
}

#sibling-pages ul ul li a:hover {
	background: #FAA61A;
	color: #ffffff;
}

#gform_widget-3 {
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}

#gform_4 .gform_heading {
	margin-bottom: 14px;
}

#gform_4 .gfield_description {
	display: none;
}

#gform_4 .validation_error {
	font-size: 1.1em;
}

#gform_4 .validation_message {
	display: none;
}

#gform_4 .gform_title {
	padding-top: 10px;
	padding-left: 2px;
	font-size: 1.3em;
	font-weight: bold;
	color: #777777;
/*	text-transform: uppercase; */
}

#gform_4 li {
	margin: 5px;
}

#gform_4 .gfield_label {
	width: 22%;
}

#gform_4 .left_label input.medium {
	width: 60%;
}

.gfield_required {
	display: none;
}

#gform_4 .gform_footer {
	margin-top: 0;
	margin-left: 5px;
	padding-top: 0;
}

#gform_4 .gform_footer input[type="submit"] {
	padding: 0.4em 0.8em 0.4em 0.8em;
}




#builder-module-4ed3dfb68fe06, #builder-module-4ed726c92266a, #builder-module-4e64386e08b45 {
	padding-bottom: 30px;
}

#builder-module-4ed3e9e8752ca, #builder-module-4ed726c922a52, #builder-module-4e64386e08f2c {
	background: url('images/nav-bg.png') top left repeat;
}

.menu li a {
	color: #ffffff;
}

.menu li a:hover {
	color: #ffff00;
	text-shadow: #777777 -1px -1px 1px;
}

.menu li.current_page_item a {
	color: #ffffff;
}

.menu li.current_page_item a:hover {
	color: #ffcc00;
}

#collapspage-6 {
	padding-top: 20px;
}

.builder-module-content .builder-module-element {
	padding-top: 44px;
}

#enhancedtextwidget-14 {
	padding-left: 14px;
}

.post-title h1 {
	line-height: 1em;
}
