/*
Theme Name: Ionic Green
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.2
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold);
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);

/*********************************************
	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.6;
	color: #222;
	font-family: Georgia, Times, serif;
}
input, select, textarea {
	font-family: Georgia, Times, 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;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #F6F5EA url('images/recycle.png');
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #556144;
	text-decoration: none;
}
a:hover {
	color: #7A8A65;
	text-decoration: none;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #556144;
	font-weight: normal;
}
h1 {
	font-family: 'Yanone Kaffeesatz', 'Trebuchet MS', arial, sans-serif;
	font-size: 2em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.5em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	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: #719D9D;
	font-style: italic;
	margin-bottom: .45em;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}
.post h3,
.magazine-post h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-top: .2em;
	margin-bottom: 0;
	font-size: 2em;
	border-top: 1px solid #d6ddbd;
	border-bottom: 1px solid #d6ddbd;
	padding: 3px 0;
}
.post h3 a,
.magazine-post h3 a {
	color: #556144;
	margin-top: 0;
	margin-bottom: 0;
}
.post h3 a:hover,
.magazine-post h3 a:hover {
	color: #7a8a65;
}

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

/*********************************************
	Default Module
*********************************************/
.builder-module {
	background: #98A97b;
}
/* 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;
	text-align: left;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	background: #F6F5EA url('images/tan-bg.png') bottom repeat-x;
	padding: 1em 1.5em;
	margin: 1em;
	margin-top: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.builder-module-sidebar > div:last-child .widget:last-child {
}
.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-element .builder-module-before-widget-bar {
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar h4.widget-title {
	font-family: Georgia, Times, serif;
	color: #556144;
	font-size: 1.65em;
	line-height: 1.25em;
	font-weight: normal;
	padding: .326em .326em;
	margin: -.326em -.326em 0 !important;
}
.builder-module-sidebar h4.widget-title a {
	color: #FFFFFF;
}
.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;
}
.widget-top {
	background: #FFF;
	height: auto;
}


/*********************************************
	Alternate Sidebars Dark
*********************************************/
.builder-module-sidebar-dark .widget {
	background: #1a240c url('images/greener-d.png') top repeat-x;
	color: #F6F5EA;
	padding: 1em 1.5em;
	margin: 1em;
	margin-top: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.builder-module-sidebar-dark a {
	color: #909B70;
}

.builder-module-sidebar-dark h4.widget-title {
	color: #C3CFA0;
}

/*********************************************
	Alternate Sidebars Match
*********************************************/
.builder-module-sidebar-match .widget {
	background: #77885B url('images/midgreen.png') bottom repeat-x;
	color: #F6F5EA;
	padding: 1em 1.5em;
	margin: 1em;
	margin-top: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.builder-module-sidebar-match a {
	color: #ffffff;
}
.builder-module-sidebar-match a:hover {
	color: #404e2b;
}
.builder-module-sidebar-match h4.widget-title {
	color: #C3CFA0;
}


/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 1em;
	background: #1B260D url('images/greener-d.png') bottom;
	display: block;
	width: 99%;
	margin: 0em auto;
}
.builder-module-navigation .builder-module-element {
	padding: 0;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 99%;
}
.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 {
	font-family: 'Yanone Kaffeesatz', trebuchet, arial, sans-serif;
	font-size: 1.6em;
	padding: 0.2em .7em;
	line-height: 1.5em;
	color: #F6F5EA;
	text-decoration: none;
	background: transparent;
}
.builder-module-navigation li a:hover {
	color: #909B70;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
}
/* second level stuff */
.builder-module-navigation li ul {
	background: transparent url('images/drpdwn-bg.png') top left repeat;
	width: 14em;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px #777777;
	-moz-box-shadow: 0px 0px 2px #777777;
	box-shadow: 0px 0px 2px #777777;
	padding: .2em;
}
.builder-module-navigation li li {
	width: 14em;
	margin: 0;
	padding: 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 li a,
.builder-module-navigation li li.current-cat li a {
	font-size: 1.5em !important;
	background: transparent !important;
	padding: .3em .4em !important;
	color: #212C13 !important;
	border: 0;
	line-height: 1em !important;
}
.builder-module-navigation li li a:hover {
	background: transparent;
	color: #909b70;
}
.builder-module-navigation li ul ul {
	margin: -2.6em 0em 0em 13.5em;
}
.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 {
}
.builder-module-after-navigation {
	padding-top: 1em;
}

/*********************************************
	Alternate: SubNavigation
*********************************************/
.builder-subnav {
	background: #475830 url('images/greener2.png') top repeat-x;
	width: 100%;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.builder-subnav ul {
	background: transparent;
}
.builder-subnav li a,
.builder-subnav li.current_page_item li a,
.builder-subnav li.current-cat li a {
	font-family: 'Yanone Kaffeesatz', trebuchet, arial, sans-serif;
	font-size: 1.3em;
	padding: 0.2em .85em;
	line-height: 1.6em;
	color: #909b70;
	text-transform: none;
	text-decoration: none;
	background: transparent;	
}
.builder-subnav li a:hover {
	color: #F6F5EA;
}
.builder-subnav li ul {
	padding: .3em;
}
.builder-subnav.builder-module-after-navigation {
	border-top: 0;
}
.builder-subnav.builder-module-before-navigation {
	border-bottom: 0;
}

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


/*********************************************
	Alternate: Widget Bar Module Dark Widgets
*********************************************/
.builder-dark-widget-bar .widget {
	background: #1a240c url('images/greener-d.png') top repeat-x;
	color: #F6F5EA;
}

.builder-dark-widget-bar h4.widget-title {
	color: #C3CFA0;
}

/*********************************************
	Alternate: Widget Bar Module Match Widgets
*********************************************/
.builder-match-widget-bar .widget {
	background: #77885B url('images/midgreen.png') bottom repeat-x;
	color: #F6F5EA;
}
.builder-match-widget-bar .widget a {
	color: #404e2b;
}
.builder-match-widget-bar h4.widget-title {
	color: #C3CFA0;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: #98A97B;
	font-size: .75em;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #475830;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	padding: 1em 2em;
}
.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 {
	text-decoration: none;
	font-style: italic;
	color: #3b432c;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Alternate: Green Footer
*********************************************/
.builder-green-footer .builder-module-element {
	background: #1B260D url('images/greener-d.png') bottom;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #909B70;
}
.builder-green-footer .builder-module-element a {
	font-style: normal;
	color: #c3cfa0;
}
.builder-green-footer .builder-module-element a:hover {
	text-decoration: none;
	color: #e9efd9;
}

/*********************************************
	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;
}
.builder-module-after-image {
	padding-top: 1em;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-after-html {
	padding-top: 1em;
}
.builder-module-before-navigation {

}
.builder-module-html {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/*********************************************
	Alternate: Padded HTML
*********************************************/
.builder-html-padded {
	background: #77885b url('images/midgreen.png') bottom repeat-x;
}
.builder-html-padded .builder-module-element {
	padding: 1em 1.5em 0em;
}
.builder-html-padded .widget {
	margin-top: 1.3em;
	margin-right: 1.4em;
}

/*********************************************
	Alternate: Title HTML
*********************************************/
.builder-html-title .builder-module-element {
	background: #77885b url('images/midgreen.png') bottom repeat-x;
	font-family: Helvetica, Georgia, Times, serif;
	color: #F6F5EA;
	text-shadow: 0px 2px 0px #506139;
	font-size: 4em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1em 0.3em 0 .3em;
}

/*********************************************
	Alternate: Quotation
*********************************************/
.builder-html-quote .builder-module-element {
	background: #77885b url('images/midgreen.png') bottom repeat-x;
	padding: 1.5em;
}
.builder-html-quote p {
	font-size: 1.6em;
	font-style: italic;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	background: #F6F5EA url('images/tan-bg.png') bottom repeat-x;
	margin: 0 1em 1em;
	display: block;
	padding: .75em;
	text-align: left;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
	margin: .75em
}
.builder-module-content .magazine-post {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: .75em;
	overflow: hidden;
	vertical-align: top;
	min-width: 150px;
}
.builder-module-content .builder-module-element .page {
	margin: .75em;
}
.post-title, .post-title * {
	margin: 0;
	padding: 0;
	display: inline;
}
.post-title h1,
.post-title h2,
.post-title h3 {
	font-family: Georgia, Times, serif;
	clear: both;
	color: #556144;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
}
.post-title a {
	text-decoration: none;
	color: #5a5178;
	font-size: 1em;
}
.post .post-title a:hover {
	color: #7a8a65;
}

.post .post-meta,
.post .post-meta * {
	padding: 0;
	margin: 0;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
	color: #909B70;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: .75em;
}
.post .post-meta {
	color: #333333;
}
.post .post-meta a {
	color: #556144;
	font-style: normal;
	text-decoration: none;
}
.post .post-meta a:hover {
	text-decoration: none;
	color: #909B70;
}
.post .author-meta {
}
.post .author-meta a {
}
.post .entry-attachment .attachment {
	text-align: center;
}
.post.attachment .meta-bottom {
	background: transparent;
}
.post-content {
	clear: both;
}
.post-content p {
	margin-top: .75em;
	margin-bottom: .75em;
}
.page-title h1 {
/*	font-family: Georgia, Times, serif;
*/	color: #556144;
	font-weight: bold;
	font-size: 3em;
	line-height: 1em;
	border-bottom: 1px solid #d6ddbd;
}
.single-post-thumbnail {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 1.5em;
}
.single-post-thumbnail img {
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.front-page-thumbnail {
	background: #FFFFFF;
	display: inline-block;
}
.front-page-thumbnail img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	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 {
	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: #ffffff;
	-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: #ffffff;
	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 {
	clear: both; /* Clearing floats after the post */
	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 a {
	font-style: italic;
}
.meta-bottom .comments {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/comments-bg.png') center left no-repeat;
}
.meta-bottom .tags {
	font-size: 0.8em;
	padding-left: 25px;
	display: none;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	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;
	border-top: 1px solid #d6ddbd;
	padding-top: 8px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 3px 1.5em 0;
	padding: 0;
}
#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;
	border: 0;
}
#comments .comment-meta {
	font-size: 12px;
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	border: 1px solid #D7D7D7;
	list-style: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	overflow: hidden;
}
#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 {
}
#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;
	border: 0;
}
#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;
	font-weight: normal;
}
#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: #7a8a65;
}
blockquote {
	margin: 1.5em;
	padding: 20px 5px 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 #666;
}
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: 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%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	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 {
	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: .5em .3em;
	line-height: 1;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
input[type=submit] {
	color: #ffffff;
	background: #475830 url('images/greener.png') top repeat-x;
	border: none;
	font-size: 1em;
	display: inline-block;
	margin: 0;
	line-height: 1;
	padding: .65em .8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit]:hover {
	background: #475830 url('images/greener.png') bottom repeat-x;
	color: #ffffff;
}
input[type=submit]:active {
	background: #475830 url('images/greener.png') top repeat-x;
	color: #ffffff;
}
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 #ddd;
}
.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 - Jonathan
*********************************************/

/* Body for Home Layout */
.builder-layout-4f5db4556433f {
	background: #F6F5EA url('images/recycle.png') !important;
}

.builder-module, .builder-module-sidebar .widget {
	background: none;
	border: none;
}

#home-wrapper {
	border: 10px solid #98a97b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url('http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/home-house-bg.jpg') center center repeat-x;
	width: 715px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#home-hand-house {
	text-align: center;
	margin-top: 0;
}

#home-hand-house img {
	z-index: 2;
}

#home-human {
	text-align: center;
	margin-top: -368px;
}

#home-human img {
	z-index: 1;
}

/* The House Layout */
#builder-layout-4f9fc3eebe512, #builder-layout-4f9ffa218aad5, #builder-layout-4fa00744acccd {
	background: url('images/main-bg.jpg') top center fixed;
}

#house-wrapper {
	margin-left: auto;
	margin-right: auto;
}

#enter-the-house {
	text-align: right;
	z-index: 1;
	position: relative;
	bottom: 0;
	border-bottom: 5px solid #2e5e13;
}

#enter-the-house img {
	width: 800px;
	height: auto;
}

#builder-module-4fa00be85291f {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#logo {
	text-align: center;
/*	border: 10px solid #2e5e13;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
*/
/*	background: rgb(255,255,255);
	background: rgba(255,255,255,0.2);
	-webkit-box-shadow: 0px 0px 15px #ffeeee;
	-moz-box-shadow: 0px 0px 15px #ffeeee;
	box-shadow: 0px 0px 15px #ffeeee;
*/	
}

#logo img {
/*	width: 280px;
	width: 320px;
*/	width: 260px;
	padding-top: 5px;
	height: auto;
}

#widgets-reloaded-search-4 {
	margin-top: 50px;
	float: right;
}

#search-text {
	font-style: italic;
	font-size: 12px;
	color: #cccccc;
	width: 200px;
}

/*
.builder-module-content .builder-module-sidebar {
	background: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/the-house-home-concept-house-bg.png) top center; 
	background-repeat: repeat;
	margin-top: 20px;
}
*/

.nav-menu {
	margin-top: 0px;
	z-index: 5 !important;
}

.nav-menu li {
	list-style: none;
	font-size: 16pt;
	font-weight: bold;
}

.nav-menu li a:hover {
	color: #ff0000;
}

.builder-module-content .builder-module-element {
	background: none;
/*	height: 400px;
	overflow-y: auto;
*/	margin-top: 45px;
	margin-bottom: 100px;
	font-size: 10pt;
	width: 640px;
	padding-left: 20px;
}
/*
.builder-module-content .builder-module-element::-webkit-scrollbar {
    width: 12px;
}

.builder-module-content .builder-module-element::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.builder-module-content .builder-module-element::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
*/
#bottom-fixed {
	position: fixed;
	width: 1000px;
/*	top: 370px;
*/	bottom: -7px;
	z-index: 0;
	left: 50%;
	margin-left: -500px;
}
/*
#house-top {
	background: url('http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/house-top.jpg') bottom center no-repeat;
}

#house-middle {
	background: url('http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/house-middle.jpg') top center repeat-y;
}

#house-bottom {
	background: url('http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/house-bottom.jpg') top center no-repeat;
}
*/

#builder-module-4fa00744ad105 .widget {
	padding: 0px;
	margin: 0px;
}

#the-house {
	background-image: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/the-house-home-concept-bg.png), url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/bottom-grass-house.png); 
	background-position: center center, bottom left;
	background-repeat: no-repeat, repeat-x;
}

#builder-layout-4fa00744acccd h3 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
}

#builder-layout-4fa00744acccd #the-door img {
    margin-bottom: -6px !important;
    overflow: hidden;
}

#house-contact {
	font-family: Arial, san-serif;
	font-size: 18pt;
	text-align: center;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-top: 10px;
}

.menu-center-navigation-container {
    display: table;
    margin: 0 auto;
}

.nav-menu#the-house li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background: #088e01;
}

.nav-menu#the-house li a {
	color: #ffffff;
	font-size: 11pt;
}

.nav-menu#the-house li a:hover {
	color: #ff0000;
}

.poster {
	opacity: 0.8; 
	filter: alpha(opacity=80);
	border: #000000 2px solid;
}

.poster:hover {
	opacity: 1; 
	filter: alpha(opacity=100);
	border: #89FBA1 2px solid;
}

#builder-module-4f9ffa218af19 {
	background: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/bk_body_top_1.png) top center;
	background-repeat: no-repeat;
	height: 200px !important;
	margin-top: 50px;
}

#builder-module-4f9ffa218af19 .builder-module-sidebar .widget {
	padding-bottom: 0;
}

#builder-module-4f9ffaba44f5d {
	background: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/bk_body_middle.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#builder-module-4f9ffaba45317 {
	background: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/bk_body_footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar {
	margin-top: 0px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar .widget {
	padding-right: 30px;
	padding-left: 25px;
	padding-top: 40px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar .widget-1 {
	padding-top: 15px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar .nav-menu ul {
	margin-left: 0px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar .nav-menu ul li a {
	background: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/nav-list-red.png) left center no-repeat;
	padding-left: 20px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar .nav-menu ul li a:hover {
	background: url(http://theenglishhouse.bizlink.com.my/wp-content/uploads/media_uploads/nav-list-green.png) left center no-repeat;
	padding-left: 20px;
}

#builder-module-4f9ffaba44f5d .builder-module-sidebar h4.widget-title {
	font-family: 'The Girl Next Door', 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	font-size: 22pt;
	text-decoration: underline;
	text-transform: uppercase;
}

.builder-module-content .builder-module-element {
	padding-left: 50px;
	max-width: 555px;
	margin-top: 0px;
	padding-top: 0px;
}

.page, .post {
	margin-top: -30px !important;
}

#input_3_2_3_container input, #input_3_2_4_container input, #input_3_2_5_container input {
	width: 90% !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="phone"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	font-family: verdana, arial, sans-serif !important;
	line-height: 1.2;
}

td {
	padding-bottom: 0px;
}

#query-posts-3 {
	padding-top: 0px !important;
	margin-bottom: 0.2em !important;
}

#query-posts-3 .entry-title {
	margin-top: 0.2em !important;
	margin-bottom: 0.2em !important;
}

#query-posts-3 .entry-summary {
	margin-bottom: 2.5em !important;
}

#query-posts-3 .entry-summary p {
	margin-bottom: 0px !important;
}

.magazine-post {
	width: 90% !important;
	margin-bottom: 2.5em !important;
}

.date, .post-meta, .nocomments {
	display: none !important;
}

#it_widget_content-4 h4 {
	color: #ff0017;
/*	text-decoration: none !important; */
}