/*

Theme Name: DowlingHomes

Theme URI: http://www.dowlinghomes.com.au/

Author: Dowling Homes

Version: 1.1

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

*/





/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, caption {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}



table, tbody, tfoot, thead, tr, th, td {

	padding: 0;

	border: 0;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-weight: normal;

}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}



.small {

	font-size: 11px;

	line-height: 11px;

}



/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {

	float: left;

	margin: 0;

	width: 518px;

	margin: 0 20px 0 0;

}

#primary,

#secondary {

	float: right;

	overflow: hidden;

	width: 220px;

}

#secondary {

	clear: right;

        float: none;

        width: 289px;

}



#secondary iframe {

    background: #FFFFFF;

}



#footer {

	clear: both;

	width: 100%;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;

	width: 640px;

}



/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}





/* =Fonts

-------------------------------------------------------------- */

body,

input,

textarea,

.page-title span,

.pingback a.url {



		font-family: Arial, Helvetica, sans-serif

}

h3#comments-title,

h3#reply-title,



#cancel-comment-reply-link,

.form-allowed-tags,

#site-info,

#site-title,

#wp-calendar,

.comment-meta,

.comment-body tr th,

.comment-body thead th,

.entry-content label,

.entry-content tr th,

.entry-content thead th,

.entry-meta,

.entry-title,

.entry-utility,

#respond label,

.navigation,

.page-title,

.pingback p,

.reply,

.widget-title,

.wp-caption-text,

input[type=submit] {



		font-family: Arial, Helvetica, sans-serif

}

pre {

	font-family: "Courier 10 Pitch", Courier, monospace;

}

code {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}





/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */





#colophon,

#branding,

#wrapper {

	margin: 0 auto;

	width: 902px;

}

#wrapper {

	margin-top: 15px;

	padding: 0 0 0 40px;

}



#maincontainer {

	float: left;

	border: 1px solid #626262;

	background: #171717;

}



/* Structure the footer area */

#footer-widget-area {

	overflow: hidden;

}

#footer-widget-area .widget-area {

	float: left;

	margin-right: 20px;

	width: 220px;

}

#footer-widget-area #fourth {

	margin-right: 0;

}

#site-info {

	float: left;

	font-size: 14px;

	font-weight: bold;

	width: 700px;

}

#site-generator {

	float: right;

	width: 220px;

}





/* =Global Elements

-------------------------------------------------------------- */



/* Main global 'theme' and typographic styles */

body {

	background: #000000;

}

body,

input,

textarea {

	color: #666;

	font-size: 12px;

	line-height: 18px;

}

hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

p {

	margin-bottom: 10px;

	line-height: 18px;

}

ul {

	list-style: square;

	margin: 0 0 18px 1.5em;

}

ol {

	list-style: decimal;

	margin: 0 0 18px 1.5em;

	padding: 0 0 0 20px;

}

ol ol {

	list-style: upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul,

ol ol,

ul ol,

ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 18px;

}

strong {

	font-weight: bold;

}

cite,

em,

i {

	font-style: italic;

	line-height: none;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

input[type="text"],

textarea {

	background: #f9f9f9;

	border: 1px solid #ccc;

	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	padding: 2px;

}

a:link {

	color: #537fff;

}

a:visited {

	/*color: #743399;*/

color: #537fff;

}

a:active,

a:hover {

	color: #ff4b33;

}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}



a.main:link {

	color: #FFFFFF;

	font-size: 12px;

	text-decoration: none;

}

a.main:visited {

	color: #FFFFFF;

	font-size: 12px;

	text-decoration: none;

}

a.main:hover {

	color: #2587FF;

	font-size: 12px;

}



h1 {

	color: #FFFFFF;

    font-size: 17px;

    font-weight: bold;

	padding-bottom: 15px;

}



h5 {

	color: #9966FF;

	font-size: 12px;

	padding-bottom: 10px;

}



.large {

	font-size: 150%;

	font-weight: bold;

}



/* =Header

-------------------------------------------------------------- */



#header {

	padding: 0;

	background: transparent url(images/topheaderimg.jpg) 0 0 no-repeat;

	width: 902px;

	float: left;

}



#theheaderphonenumber {

    color: #ffffff;

    float: right;

    font-size: 53px;

    margin: 33px 25px -70px 0;

    line-height: 53px;

}



#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

	display: none;

}

#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 14px 0 18px 0;

	width: 220px;

	display: none;

}



/* This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	clear: both;

	display: block;

	display: none;

}





#top-social {

    background: transparent;

    float: right;

    height: 53px;

    padding: 0;

    width: 105px;

	position: absolute;

	bottom: 0;

	right: 0;

}

#top-social ul {

	float: left;

	width: 105px;

}

#top-social li {

    float: left;

    list-style: none outside none;

    margin: 0 3px 0 0;

}

#top-social img {

    border: medium none;

    display: block;

    float: left;

    width:  40px;

    height: 40px;

	margin: 0 2px 0 0;

}





/* =Menu

-------------------------------------------------------------- */





#topmenu {

	background: url(images/menu_tile.jpg) 0 0 repeat;

	float: left;

	width: 902px;

	position: relative;

	margin-top: 128px;

}



#topmenu li {

	margin: 0;

	padding: 0;

	float: left;

	list-style: none none;

}



#topmenu ul {

	margin: 0;

	padding: 0;

}



#menulevel1, #menulevel2 {

	display: block;

	clear: both;

	width: 800px;

}



li#menu-home a {

	background: url(images/01home.jpg) 0 0 no-repeat;

	width: 53px;

	height: 33px;

	float: left;

}



li#menu-home a:hover, li#menu-home a.current_page_item {

	background: url(images/01home_over.jpg) 0 0 no-repeat;

	width: 53px;

	height: 33px;

	float: left;

}



li#menu-aboutus a {

	background: url(images/02about.jpg) 0 0 no-repeat;

	width: 78px;

	height: 33px;

	float: left;

}



li#menu-aboutus a:hover, li#menu-aboutus a.current_page_item {

	background: url(images/02about_over.jpg) 0 0 no-repeat;

	width: 78px;

	height: 33px;

	float: left;

}



li#menu-gettingunderway a {

	background: url(images/07gettingunderway.jpg) 0 0 no-repeat;

	width: 146px;

	height: 33px;

	float: left;

}



li#menu-gettingunderway a:hover, li#menu-gettingunderway a.current_page_item {

	background: url(images/07gettingunderway_over.jpg) 0 0 no-repeat;

	width: 146px;

	height: 33px;

	float: left;

}



li#menu-stupidquestions a {

	background: url(images/08questions.jpg) 0 0 no-repeat;

	width: 127px;

	height: 33px;

	float: left;

}



li#menu-stupidquestions a:hover, li#menu-stupidquestions a.current_page_item {

	background: url(images/08questions_over.jpg) 0 0 no-repeat;

	width: 127px;

	height: 33px;

	float: left;

}



li#menu-whatclientssay a {

	background: url(images/09clientssay.jpg) 0 0 no-repeat;

	width: 154px;

	height: 33px;

	float: left;

}



li#menu-whatclientssay a:hover, li#menu-whatclientssay a.current_page_item {

	background: url(images/09clientssay_over.jpg) 0 0 no-repeat;

	width: 154px;

	height: 33px;

	float: left;

}



li#menu-contactus a {

	background: url(images/10contactus.jpg) 0 0 no-repeat;

	width: 92px;

	height: 33px;

	float: left;

}



li#menu-contactus a:hover, li#menu-contactus a.current_page_item {

	background: url(images/10contactus_over.jpg) 0 0 no-repeat;

	width: 92px;

	height: 33px;

	float: left;

}



li#menu-blog a {

	background: url(images/topmenu-blog.jpg) 0 0 no-repeat;

	width: 52px;

	height: 33px;

	float: left;

}



li#menu-blog a:hover, li#menu-blog a.current_page_item {

	background: url(images/topmenu-blog_over.jpg) 0 0 no-repeat;

	width: 52px;

	height: 33px;

	float: left;

}



li#menu-homeadditions a {

	background: url(images/03additions.jpg) 0 0 no-repeat;

	width: 122px;

	height: 33px;

	float: left;

}



li#menu-homeadditions a:hover, li#menu-homeadditions a.current_page_item {

	background: url(images/03additions_over.jpg) 0 0 no-repeat;

	width: 122px;

	height: 33px;

}



li#menu-homeextensions a {

	background: url(images/11extensions.jpg) -3px 0 no-repeat;

	width: 129px;

	height: 33px;

	float: left;

}



li#menu-homeextensions a:hover, li#menu-homeextensions a.current_page_item {

	background: url(images/11extensions_over.jpg) -3px 0 no-repeat;

	width: 129px;

	height: 33px;

	float: left;

}



li#menu-renovations a {

	background: url(images/04renovations.jpg) 0 0 no-repeat;

	width: 101px;

	height: 33px;

	float: left;

}



li#menu-renovations a:hover, li#menu-renovations a.current_page_item {

	background: url(images/04renovations_over.jpg) 0 0 no-repeat;

	width: 101px;

	height: 33px;

	float: left;

}



li#menu-newhomes a {

	background: url(images/05newhomes.jpg) 0 0 no-repeat;

	width: 89px;

	height: 33px;

	float: left;

}



li#menu-newhomes a:hover, li#menu-newhomes a.current_page_item {

	background: url(images/05newhomes_over.jpg) 0 0 no-repeat;

	width: 89px;

	height: 33px;

	float: left;

}



li#menu-greensmarthomes a {

	background: url(images/06ecobuilding.jpg) 0 0 no-repeat;

	width: 149px;

	height: 33px;

	float: left;

}



li#menu-greensmarthomes a:hover, li#menu-greensmarthomes a.current_page_item {

	background: url(images/06ecobuilding_over.jpg) 0 0 no-repeat;

	width: 149px;

	height: 33px;

	float: left;

}



li#menu-floorplansdesigns a {

	background: url(images/floorplansndesigns.jpg) 0 0 no-repeat;

	width: 174px;

	height: 33px;

	float: left;

}



li#menu-floorplansdesigns a:hover, li#menu-floorplansdesigns a.current_page_item {

	background: url(images/floorplansndesigns_over.jpg) 0 0 no-repeat;

	width: 174px;

	height: 33px;

	float: left;

}



li#menu-upperstorey a {

	background: url(images/13upperstoreyadditions.jpg) 0 0 no-repeat;

	width: 180px;

	height: 33px;

	float: left;

}



li#menu-upperstorey a:hover, li#menu-upperstorey a.current_page_item {

	background: url(images/13upperstoreyadditions_over.jpg) 0 0 no-repeat;

	width: 180px;

	height: 33px;

	float: left;

}





/* =Content

-------------------------------------------------------------- */

#contentheaderimg {

	margin: 0 auto;

	width: 900px;
	
	max-height: 240px;
	overflow: hidden;

}



#main {

	clear: both;

	overflow: hidden;

	padding: 0;

	width: 892px;

	margin: 5px;

	float: left;

	border: 1px solid #626262;

	background: #272627;

}



#content {

	padding: 0 5px;

	margin: 0;

	width: 518px;

	float: left;

}

#content-header {

	background: url(images/content-header-bg.gif) 0 0 no-repeat;

	width: 686px;

	height: 10px;

	float: left;

	margin: 0 0 0 -66px;

	padding: 25px 0 0 0;

	position: relative;

}



#content-footer {

	background: url(images/content-footer-bg.gif) bottom left no-repeat;

	width: 686px;

	height: 10px;

	float: left;

	margin: 0 0 0 -66px;

	padding: 25px 0 0 0;

}

#content,

#content input,

#content textarea {

	color: #333;

	font-size: 12px;

	line-height: 18px;

}

#content p,

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 24px;

}

#content ul ul,

#content ol ol,

#content ul ol,

#content ol ul {

	margin-bottom: 0;

}

#content pre,

#content kbd,

#content tt,

#content var {

	font-size: 15px;

	line-height: 21px;

}

#content code {

	font-size: 13px;

}

#content dt,

#content th {

	color: #000;

}

#content h2,

#content h3,

#content h4,

#content h6 {

	/*color: #000;*/

	line-height: 1.5em;

	margin: 0 0 20px 0;

font-weight: bold;

}

#content table {

	margin: 0;

	text-align: left;

	width: 100%;

}

#content tr th,

#content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 18px;

	padding: 9px 24px;

}

#content tr.odd td {

	background: #f2f7fc;

}

.hentry {

	margin: 0;

}

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 0;

}

.page-title {

	color: #333333;

	font-size: 29px;

	font-family: Arial, Helvetica, Tahoma, sans-serif;

	font-weight: bold;

	margin: 0 0 36px 0;

}

.page-title span {

	color: #333;

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	color: #888;

	text-decoration: none;

	color: #333333;

	font-size: 29px;

	font-family: Arial, Helvetica, Tahoma, sans-serif;

}

.page-title a:active,

.page-title a:hover {

	color: #ff4b33;

}



.entry-maintitle {

	padding: 15px;

	font-size: 20px;

}



h1 a:link, h1 a:visited, h1 a:active  {

	color: #FFFFFF;

font-size: 21px;

	text-decoration: none;

line-height: 25px;

}



#main .entry-title {

	color: #CCCCCC;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 11px;

	line-height: 1.3em;

	margin-bottom: 0;

	background: url(images/title_tile.jpg) 0 0 repeat-x;

	width: 100%;

	text-transform: uppercase;

	font-weight: bold;

	padding: 2px 0 4px 15px;

}

.entry-title a:link,

.entry-title a:visited {

	color: #000;

	text-decoration: none;

}

.entry-title a:active,

.entry-title a:hover {

	color: #ff4b33;

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	clear: both;

	padding: 12px 0 0 10px;
	margin: 15px;

	color: #CCCCCC;

	font-size: 14px;

	font-family: Arial, Helvetica, Tahoma, sans-serif;

}

#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin: 0 0 24px 0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.home .sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	color: #000;

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	clear: both;

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.entry-meta a:hover,

.entry-utility a:hover {

	color: #ff4b33;

}

#content .video-player {

	padding: 0;

}



.commentdate {

	margin: 0;

	padding: 0;

	color: #999999;

}



.commentdate p {

	font-size: 11px;

	font-weight: bold;

	margin: 0;

	padding: 0;

}



.commentdate p a, .commentdate p a:visited, .commentdate p a:link {

	text-decoration: none;

	color: #EFEFEF;

}



li.commenticon {

	list-style: none none;

	background: url(images/commenticon.gif) 0 4px no-repeat;

	padding: 0 25px;

	float: left;

	font-size: 14px;

}



li.dateicon {

	list-style: none none;

	background: url(images/postdateicon.gif) 0 4px no-repeat;

	padding: 0 0 0 30px;

	float: left;

	font-size: 14px;

}



.commenticon a {

	color: #da1814;

	font-size: 14px;

	text-decoration: none;

}



.dateicon a {

	color: #333333;

	font-size: 14px;

	text-decoration: none;

}



.postdivider {

	width: 100%;

	clear: both;

	background: #cccccc;

	height: 1px;

	margin: 15px 0;

}



.excerpt {

	float: right;

	clear: both;

	font-size: 12px;

	margin: 0 0 20px 0;

	padding: 0 15px 0 0;

	/*background: url(images/excerpt-arrow.gif) right 8px no-repeat;*/

}



#freevideoseries {

	background: url(images/freevideoseries.jpg) 0 0 no-repeat;

	width: 583px;

	height: 220px;

	margin: 0 0 20px 0;

}



#freevideoseries form {

    padding: 70px 20px 0 300px;

    width: 300px;

}

#freevideoseries table {

    border: none;

    margin: 0 0 5px 0;

}

#freevideoseries tr td {

    border: 0 none;

    margin:  0;

    padding: 7px 0 0 28px;

}

#freevideoseries input {

    margin:  0 0 0 28px;

}

#freevideoseries input.txt {

    color: #999999;

    height: 25px;

    margin: 0;

    padding: 0 0 0 5px;

    width: 230px;

}



.post {

	min-height: 450px !important;

}



/* Social Media Bar Vertical */



div.submissions a{text-decoration:none;}

div.submissions a:hover{text-decoration:underline;}

div.submissions img{border:none;margin:0;padding:0;}

div.submissions div{display:inline;}



div.submissions div.submissionicon_container {

	clear: none !important;

}

div.submissions div.submissionicon {

	float: none !important;

	margin-bottom: 10px;

	display: inline-block;

	overflow: visible;

	width: 60px;

	text-align: center;

}

div.submissions div.submissionicon_container div.submissionicon {

	text-align: center; }



div.submissions {

	border: 1px solid #555555;

	background: #333333;

	padding: 0 10px;

	height: 410px;

	width: 55px;

	float: left;

        margin-top: 35px;

	margin-left: -105px;

	padding: 5px 10px;

	text-align: center;

	position: absolute;

}



/* required to avoid jumping */

#socialmediabarWrapper {

	position: absolute;

}



#thesubmissions {

	position: absolute;

	top: 0;

	/* just used to show how to include the margin in the effect */

	margin-top: 20px;

	z-index: 100;

}



#thesubmissions.fixed {

	position: fixed;

	top: 20px;

}



/* Audiobox */



.audiobox { margin: 0 0 0 70px; text-align: center;}



/* -------- */



/* Iconbox */



.iconbox {



	border: 1px solid #CCCCCC;



	margin: 0 20px 20px 0;



        padding: 0 15px 0 15px;



}







.iconbox h1 {



	font-size: 170%;



	font-weight: bold;



	margin: 10px 0 -10px 0;





}







.iconbox h2 {



	font-size: 160%;

        margin-top: -15px !important;

	padding-bottom: 15px;

}







.iconbox p {

	margin-bottom: -10px;

}



.iconbox img {

   float: left;

}



.floatleft {

	float: left;

}



.clearboth {

	clear: both;

}



ul.bulletedlist li {

	list-style: disc outside;

	background: url(http://www.dowlinghomes.com.au/dowlinghomes/wp-content/uploads/2014/02/bullet_disc.gif) no-repeat 0 8px;

	padding: 0 0 8px 10px !important;

	font-size: 12px;

	margin: 0;

	display: block !important;

	float: left !important;

}



#thefeaturedbox h3 {

	margin-top: -10px;

}



/*--------*/



/* ----------------------------------------------------------- */





/* =Asides

-------------------------------------------------------------- */



.home #content .category-asides p {

	font-size: 12px;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 0;

}

.home .hentry.category-asides {

	padding: 0;

}

.home #content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

.home #content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



#content img {

	margin: 0;

	height: auto;

	max-width: 500px;

	width: auto;

}

#content .attachment img {

	max-width: 900px;

}

#content .alignleft,

#content img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

	text-align: left;

}

#content .alignright,

#content img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 4px;

	text-align: right;

}

#content .aligncenter,

#content img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

}

#content img.alignleft,

#content img.alignright,

#content img.aligncenter {

	margin-bottom: 12px;

}

#content .wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	padding: 4px;

	text-align: center;

}

#content .wp-caption img {

	margin: 5px 5px 0;

}

#content .wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

#content .wp-smiley {

	margin: 0;

}

#content .gallery {

	margin: 0 auto 18px;

}

#content .gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

#content .gallery img {

	border: 2px solid #cfcfcf;

}

#content .gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

#content .gallery dl {

	margin: 0;

}

#content .gallery img {

	border: 10px solid #f1f1f1;

}

#content .gallery br+br {

	display: none;

}

#content .attachment img { /* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}



/* =Sidebar

-------------------------------------------------------------- */



#rightcolumn {

	float: left;

	width: 350px;

	margin: 0 0 20px 0;

}



#rightcolumn h2 {

	font-size: 14px;

	color: #000000;

	font-weight: bold;

	padding: 0 0 10px 0;

}



#rhsform1 {

	background: url(images/form_bg_new.jpg) 0 0 no-repeat;

	width: 340px;

	float: left;

	padding: 0 10px;

	height: 610px;

}



#rhsform1 table {

	color: #FFFFFF;

}



#rhsform1 label {

	width: 200px;

	margin: 0 11px 5px 11px;

	float: left;

}



#rhsform1 input.txt, #rhsform1 select, #rhsform1 textarea {

	margin: 0 11px;

	min-height: 16px;

width: 180px;

}



#telno, #newsletterarchives {

	background: url(images/enquiries_telno.gif) 0 0 no-repeat;

	padding: 25px 0 10px 0;

	height: 110px;

	width: 350px;

	float: left;

	margin: 0 0 0 0;

	color: #FFFFFF;

}



#newsletterarchives li {

	list-style: none none;

text-align: center;

font-size: 30px;

padding-top: 25px;

}



#newsletterarchives li a {

	text-decoration: none;

}



#optinvid {

	padding: 0 18px;

	width: 253px;

	float: left;

}



#optinform1 {

	background: url(images/optinsubscribebg.png) 0 0 no-repeat;

	width: 260px;

	height: 186px;

	margin: 0 auto;

}



#optinvid table {

	background: #F1F1F1;

	margin: 50px 0 15px 0;

	width: 256px;

}



#optinvid label {

	width: 46px;

	margin: 3px 11px;

	float: left;

	text-align: right;

}



#optinvid input.txt {

	float: left;

	width: 170px;

	margin: 0 5px 5px 5px;

	height: 17px;

}



#optinvid p {

	margin: 10px 0 0 0;

}



#subfooter1 {

	clear: both;

	overflow: hidden;

	padding: 0;

	width: 892px;

	margin: 5px;

	float: left;

	border: 1px solid #626262;

	background: #272627;

	color: #FFFFFF;

	font-size: 10px;

}



/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #ff4b33;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

.paged #nav-above,

.single #nav-above {

	display: block;

}



#nav-below {

	margin: 10px 0 0 0;

	padding: 10px 0 0 0;

	float: left;

}



#nav-below h2 {

	color: #333333;

	font-size: 24px;

	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;

	font-weight: bold;

	margin: 0 0 36px 0;

}



#nav-below table {

	border: 0px solid #e7e7e7;

	vertical-align: middle;

}



#nav-below table tr td {

	border: 0px solid #e7e7e7;

	padding: 0;

	vertical-align: middle;

	text-align: left;

}



#nav-below table tr td a {

	font-weight: normal;

	font-size: 13px;

	color: #007ac8;

	text-decoration: underline;

}





#howcanwehelpwidget {

	margin: 10px 0;

	padding: 10px 0 0 0;

	border-top: 3px solid #bdbdbd;

}



#howcanwehelpwidget h2 {

	color: #333333;

	font-size: 24px;

	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;

	font-weight: bold;

	margin: 0 0 26px 0;

}



#commentsdivider {

	background: url(images/subtle_hr.png) 0 0 no-repeat;

	width: 568px;

	height: 36px;

	float: left;

}



#youtubecomments {

	display: none;

	font-size: 12px;

}



#facebookcomments h3, #youtubecomments h3 {

	color: #333333;

	font-size: 24px;

	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;

	font-weight: bold;

	margin: 0 0 36px 0;

}



#youtubecomments .vcard {

	float: right;

}



#youtubecomments .url {

	color: #0000FF;

	font-style: normal;

	font-weight: bold;

}



/* =Comments

-------------------------------------------------------------- */

#comments {

	display: block;

	clear: both;

	margin: 10px 0 0 15px;

	padding: 30px 0 0 0;

}



#comments h2 {

	color: #999999;

	font-size: 17px;

	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;

	font-weight: bold;

	margin: 0 0 36px 0;

}



#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #999999;

	font-size: 17px;

	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;

	font-weight: bold;

	margin: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	/*border-bottom: 1px solid #e7e7e7;*/

	line-height: 24px;

	margin: 0 0 24px 0;

        clear: both;

	/*position: relative;*/

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

.commentlist li li {

    padding-left: 70px;

}



#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	/*position: absolute;

	top: 4px;

	left: 0;*/

	text-align: center;

}

.comment-author {

	width: 10%;

	float: left;

	text-align: center;

}

.comment-meta cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-meta .says {

	font-style: italic;

	padding: 0 10px 0 0;

}

li .comment-meta {

	width: 80%;

	float: right;

	font-size: 12px;

	margin: 0 0 18px 0;

	background: #EFEFEF;

	padding: 5px 6px;

}



li li .comment-meta {

    background: none;

}

li li li .comment-meta, li li li .comment-meta a, li li li .comment-meta cite, li li li .comment-meta .says {

    background:  #339bd4;

	color: #FFFFFF !important;

}



.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}



.vcard {

	width: 70px;

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 0px solid #bdbdbd;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

	clear: both;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	/*color: #ff4b33;*/

	color: #AAAAAA;

	font-weight: normal;

width: 10px;

float: left;

}

#respond label {

	color: #999999;

	font-size: 12px;

width: 80px;

float: left;

}

#respond input {

	margin: 0 0 9px;

	width: 250px;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	display: none;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}



#respond #submit {

	background: url(images/postcommentbtn.png) 0 0 no-repeat;

	width: 139px;

	height: 38px;

	border: none;

	float: right;

	cursor: pointer;

}



/* Thumbs Up/ Thumbs Down */



#thethumbs {

        clear: both;

}



.thumbsup {

	background: url(images/thumbsup.png) 0 0 no-repeat;

	float: left;

	width: 53px;

	height: 27px;

}



.thumbsup:hover {

	background: url(images/thumbsup-ov.png) 0 0 no-repeat;

	cursor: pointer;

	float: left;

}



.thumbsup img {

	display: none;

}



.thumbsup span {

	padding: 0 0 0 35px;

	font-size: 15px;

	margin: -5px 0 0 0;

}



.thumbsdown {

	background: url(images/thumbsdown.png) 0 0 no-repeat;

	float: left;

	width: 53px;

	height: 27px;

	margin: 0 0 0 15px;

}





.thumbsdown:hover {

	background: url(images/thumbsdown-ov.png) 0 0 no-repeat;

	cursor: pointer;

	float: left;

}



.thumbsdown img {

	display: none;

}



.thumbsdown span {

	padding: 0 0 0 35px;

	font-size: 15px;

	margin: -5px 0 0 0;

}



/* ---------------------- */





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin-left: 0;

	padding: 0 20px 0 0;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 1.3em;

	padding: 0;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

}





/* =Footer

-------------------------------------------------------------- */



#footer {

	text-align: center;

	width: 902px;

	padding: 10px 0;

}



#footer-links {

    text-align: center;

}



#footer-links p, #footer-links a {

    color: #666666;

    text-decoration: none;

}







/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;

		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}



	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}



.entry-content ul li {

    background: url("http://www.dowlinghomes.com.au/dowlinghomes/wp-content/uploads/2014/02/bullet_disc.gif") no-repeat scroll 0 7px transparent;

    display: block !important;

    list-style: disc outside none;

    margin: 0 0 0 -10px;

    padding: 0 0 8px 15px !important;

}



.entry-content em {

	line-height: 1em;

}



.freequotehdg {font-weight: bold; font-size: 25px; color: #FFFFFF; margin: 20px 0 0px -10px; padding: 15px 0; text-align: center; line-height: 1.2em; }



.greentxt {

    color: #00B1BB !important;

}



#slideshowholder {

	position: relative;

}



a.sub:link {

	color: #FFFFFF;

	font-size: 21px;

	text-decoration: underline;

}

a.sub:visited {

	color: #FFFFFF;

	font-size: 20px;

	text-decoration: underline;

}

a.sub:hover {

	color: #000000;

	font-size: 20px;

	text-decoration: underline;

}



/* Cross Fader img styles */

.thefader {

	position: relative;

	height: 333px;

}



.thefader img {

	position: absolute;

	top: 0;

	border: 4px solid #000000;

	display: none;

}



#thetestimonials h5 {

    /*background: url("http://www.dowlinghomes.com.au/dowlinghomes/wp-content/uploads/2013/07/quote.png") no-repeat scroll 0 20px transparent;*/

    color: #43BFEB;

    font-size: 17px;

    font-weight: bold;

    line-height: 20px;

   /*padding: 30px 60px;*/

    padding: 30px 0;

}



/* Infinite Loading Gif Position */



#infscr-loading {

	padding: 10px;

	text-align: center;

	color: #FFFFFF;

}



.pics {

  height:240px;

  margin:0;

  overflow:hidden;

  padding:0;

  width:900px;

float: left;

}



.blackbg {

	background: #000000;

}



.alignleft {

	text-align: left;

}

.alignright {

	text-align: right;

}

.aligncenter{

	text-align: center;

	margin: 0 auto;

}



.width80px {

	width: 80px;

}

.height35px {

	height: 35px;

}





.fullwidth {

	padding: 12px 17px 0 5px;

	margin: 0;

	width: 870px !important;

	float: left;

}



.fullwidth img {

	max-width: 850px !important;

}



/* Newsletter Subscription Form */



.gsom-sa-wrapper {

	background: #FFFFFF;

	border: 1px solid #CCCCCC;

	margin: 0px;

	padding: 10px;

	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.gsom-sa-wrapper h2 {

	line-height: 40px;

	font-weight: bold;

	color: #43BFEB;

}

.gsom-sa-wrapper h3 {

	line-height: 30px;

	font-weight: bold;

}



.gsom-sa-wrapper .gsom-optin-div-label {

	padding: 0 30px 0 0;

}



/* Floorplans Page */



.imgwithcaption {

		float: left;

		position: relative;

		font-family: Arial;

		font-size: 12px;

		font-weight: bold;

		line-height: 26px;

		margin: 0 18px 0 0;

	}

	.imgwithcaption img {

		border: 2px solid #000000;

		float: left;

		padding: 0;

		margin: 0;

	}



	.imgwithcaption .thecaption {

		position: absolute;

		bottom: 0;

		left: 0;

		background:  rgba(0, 0, 0, .4);

		height: 26px;

		width: 416px;

		color: #FFFFFF;

	}



	.imgwithcaption .thecaption img {

		border: 0;

		margin: 8px !important;

	}



	.themoreinfotext {

		float: left;

		width: 380px;

		padding: 7px 7px 30px 7px;

		line-height: 17px;

		font-weight: normal;

	}



	.thecheckback {

		position: absolute;

		top: 30%;

		margin: 0 2px;

	}

	.thecheckback img {

		border: 0;

	}



/* Floorplans Page Ends */






@media (min-width: 600px) and (max-width: 767px) {
.banner_new
{
height: 200px!important;
}
.page-id-129 #rhsform1
{
margin-top:200px!important;
}

.banner_new #contentheaderimg img
{
	/*height: 155px!important; zhihongl*/
}
#dhhcimg
{
top:7px !important;
}
.width80px {
width:15%;
}

#subfooter1 {
    margin: 0;
    width: 100%;
}
#newsletterbtn
{
	padding:0 2% !important;
	margin-bottom:5px !important;
}
#dhhcimg
{
right:35px !important;
}

#rhsform1
{
	height:741px;
}


.panel img
{
width:100%!important;
height:auto!important;
}
#maincontainer {
    background: none repeat scroll 0 0 #171717;
    border: 1px solid #626262;
    float: left;
    width: 100%;
}
#content {
    float: left;
    margin: 0;
    padding: 0 0;
    width: 518px;
}
/*slideshowholder css*/


#header-thanks
{
	display:none;
}

video {
    width: 100% !important;
}
}
@media (min-width: 480px) and (max-width: 599px) {
#dhhcimg
{
height: 88px!important;
  right: 0;
  top: 0px!important;
  width: 88px!important;
  background-size: 100% 100%!important;
}
.width80px {
width:25%;
}
#container h1
{
font-size:14px;
}
#dhhcimg {
    right: 7px !important;
    top: -7px !important;
}


.panel img
{
width:100%!important;
height:auto!important;
}


#maincontainer {
    background: none repeat scroll 0 0 #171717;
    border: 1px solid #626262;
    float: left;
    width: 100%;
}
#content {
    float: left;
    margin: 0;
    padding: 0 0;
    width: 518px;
}
/*slideshowholder css*/

.w180 img {
    float: left;
    margin: 0 34% !important;
    width: 100% !important;
}


#header-thanks
{
	display:none;
}

video {
    width: 100% !important;
}
#contentheaderimg img {
  /*height: 240px!important; zhihongl*/
}
.banner_new
{
height: 250px!important;
}
.banner_new #contentheaderimg img
{
/*height: 250px!important; zhihongl*/
}
/*.page-id-129 #rhsform1
{
margin-top:250px!important;
}*/
}


#contentheaderimg img {
  /*height: 190px!important; zhihongl*/
}
#dhepimg {
  height: 100px!important;
  right: 0;
  top: 5px!important;
  width: 100px!important;
  background-size: 100% 100%!important;
}
#dhhcimg
{
height: 88px!important;
  right: 0;
  top: 0px!important;
  width: 88px!important;
  background-size: 100% 100%!important;
}
.imgwithcaption .thecaption
{
	font-size:9px!important;
}
.width80px {
width:33%;
}
.aligncenter img
{
width:100%;
}
body .panel .panel-overlay {
  font-size: 0.8em !important;
}
#container h1
{
font-size:14px;
}
#subfooter1 {
    margin: 0;
    width: 100%;
}
#newsletterbtn
{
	padding:0 2% !important;
}



ol
{
padding:0;
}
#newsletterarchives ul
{
	margin:0;
}
.large
{
	font-size:19px;
}

#header-thanks
{
	display:none;
}

video {
    width: 100% !important;
}

#dhepimg {
  height: 100px!important;
  right: 0;
  top: 5px!important;
  width: 100px!important;
  background-size: 100% 100%!important;
}
.page-id-2155 #dhhcimg
{
  right: 50px!important;
  top: 850px!important;
  width: 100px!important;
  height: 100px!important;
  background-size: 100% 100%!important;
}.primary-nav.open li a {  text-transform: uppercase;  font-weight: bold;}

/*}*/
@media screen and (max-width: 361px)
{
.postid-2928 #content img
{
width:100%!important;
height:auto!important;
}

body .various img
{
	width:100%;
	height:auto;
}
body #rightcolumn img
{
	width:100%;
	height:auto;
}
#telno, #newsletterarchives {
    background-size: 100% auto!important;
    float: none !important;
    height: 128px;
    margin: 0 auto;
    width: 100%!important;
}


.panel img
{
width:100%!important;
height:auto!important;
}


#maincontainer {
    background: none repeat scroll 0 0 #171717;
    border: 1px solid #626262;
    float: left;
    width: 100%;
}
#content {
    float: left;
    margin: 0;
    padding: 0 0;
    width: 518px;
}
/*slideshowholder css*/

#header-thanks
{
	display:none;
}

video {
    width: 100% !important;
}
body #content img
{
width:100%!important;
height:auto!important;
max-width: 320px;
}
}

@media screen and (max-width: 980px)
{
.main_outer
{
position:relative;
width:100%;
float:left;
}
.page-id-129 #contentheaderimg
{
/*position:absolute!important;*/
z-index:9999;
}
#main
{
position:relative;
}
.floor_out
{
 position: absolute !important;
  width: 100% !important;
  top:0px;
  left:0px;
}
.page-id-2155 #rhsform1
{
margin-top:44%!important;
}
.page-id-2155 #contentheaderimg img:nth-child(2)
{
display:none;
}
.page-id-2155 .fullwidth {
  padding: 0 3px !important;
  width: 100% !important;
}
#slideshowholder {
  position: absolute !important;
  width: 100% !important;
  top:0px;
}
.page-id-155 #rhsform1
{
margin-top:44%!important;
}
.page-id-155 #contentheaderimg img:nth-child(2)
{
display:none;
}
.page-id-155 #dhepimg
{
display:none;
}
.page-id-142 #rhsform1
{
margin-top:44%!important;
}
.page-id-142 #contentheaderimg img:nth-child(2)
{
display:none;
}
.page-id-134 #rhsform1
{
margin-top:44%!important;
}
.page-id-134 #contentheaderimg img:nth-child(2)
{
display:none;
}
.entry-content ol li {
  margin-bottom: 10px;
  text-align: left;
}
.home #rhsform1
{
margin-top:0px!important;
}
.postid-2733 #content img
{
width:100%!important;
height:auto!important;
}
.postid-2863 #content img
{
width:100%!important;
height:auto!important;
}
.postid-2936 #content img
{
width:100%!important;
height:auto!important;
}
.postid-290 #content img
{
width:100%!important;
height:auto!important;
}

.postid-2634 #content img
{
width:100%!important;
height:auto!important;
}
.postid-2800 #content img
{
width:100%!important;
height:auto!important;
}
.postid-885 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1286 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1522 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1581 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1611 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1522 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1581 #content img
{
width:100%!important;
height:auto!important;
}
.postid-1678 #content img
{
width:100%!important;
height:auto!important;
}
.postid-2271 #content img
{
width:100%!important;
height:auto!important;
}
.postid-2426 #content img
{
width:100%!important;
height:auto!important;
}
.postid-2602 #content img
{
width:100%!important;
height:auto!important;
}
.postid-856 #content img
{
width:100%!important;
height:auto!important;
}
.postid-359 #content img
{
width:100%!important;
height:auto!important;
}
.postid-383 #content img
{
width:100%!important;
height:auto!important;
}
.postid-478 #content img
{
width:100%!important;
height:auto!important;
}
.postid-547 #content img
{
width:100%!important;
height:auto!important;
}
.postid-543 #content img
{
width:100%!important;
height:auto!important;
}
.postid-616 #content img
{
width:100%!important;
height:auto!important;
}
.postid-627 #content img
{
width:100%!important;
height:auto!important;
}
.postid-670 #content img
{
width:100%!important;
height:auto!important;
}
.banner_new #contentheaderimg img
{
/*height: 250px; zhihongl*/
}
.banner_new
{
height: 250px;
}
.page-id-2155 #content img
{
width:100%!important;
height:auto!important;
}
#contentheaderimg img:nth-child(2)
{
}
.page-id-129 .pics img
{
position:absolute;
}
.page-id-142 #dhhcimg
{
display:none!important;
}
.page-id-2155 #dhhcimg
{
  right: 20px!important;
  top: 0px!important;
}
.nav-prev
{
display:none;
}
.nav-next
{
display:none;
}
.panel .panel-overlay {
  font-size: 1.0em!important;
  width: 100%!important;
}
.panel .panel-overlay, .panel .overlay-background {
  padding: 3px 7px 0!important;
}
	#container .wp-image-2145
	{
		width:auto!important;
	}

#content table .w580 img
{
	width:100% !important;
}
.postid-2009 .w580 img
{
	width:auto !important;
}
.postid-2009 .new_tab .w580
{
	width:100% !important;
	height:auto;
}
body .sm_table td
{
	width:auto !important;
	margin-right:5px!important;
}
body .watch_video .w180 p
{
	text-align:left!important;
}
	.imgwithcaption .thecaption
	{
		width:100%;
	}
	body #header
	{
		background:none;
		background-color:#070908;
	}
	body #sitemap_list li
	{
		text-align:left;
	}
	#footer-links {
    text-align: center !important;
    width: 100% !important;
}
#subfooter1 table
{
	width:100% !important;
}
	#thetestimonials iframe
{
	width:100%;
}
#content iframe
{
	width:100%;
}


#thetestimonials h5
{
	padding:0;
	line-height:16px;
}
	.entry-content
{
	padding:12px 0 0;
}
.style2 img
{
	width:50% !important;
}

#thetestimonials h5
{
	padding:0;
	line-height:16px;
}
#content table {
    margin: 0;
    width: 100% !important;
}
	#telno, #newsletterarchives {
    float: none !important;
    height: 128px;
    margin: 0 auto;
    width: 350px;
}
.pics {
  float: left;
  height: auto;
  overflow: visible !important;
  position: relative !important;
  width: 100%;
}
.pics img
{
width:100%;
height:auto;
}

*
{
box-sizing: border-box;
}
#wrapper
{
padding: 0;
}
#maincontainer
{
width:100%;
}
#colophon, #branding, #wrapper
{
width:99%;
}
#newsletterarchives li a:hover
{
	background:none!important;
}
body .mobile_video
{
	width:100%!important;
}
body .mobile_video iframe
{
	width:100%!important;
}
	#main
{
width:100%;
margin:0;
padding:0 1%;
}
#footer
{
width:100%;
}
#subfooter1
{
width:100%;
}
#content
{
width:100% !important;
}
.entry-maintitle { padding: 15px 10px;   line-height: 1.2em; }
#container
{
width:100% !important;
margin:0;
padding: 0px 10px;
}
/*#content img
{
max-width:100%;
height:auto;
width:100%!important;
}*/
.page-id-6 #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
/*.postid-547 #content img,
.postid-383 #content img
{
max-width:inherit;
height:auto;
width:auto!important;
}*/
.postid-2984 #content img
{
width:100%!important;
}
.page-id-113 .style2 img
{
	width:auto !important;
}

.blog #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.page-id-129 #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.page-id-134 #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.page-id-155 #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.page-id-97 #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.archive #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.postid-3001 #content img
{
max-width:100%;
height:auto;
width:100%!important;
}

body #content img
{
width:100%!important;
height:auto!important;
max-width:100%;
}
/*.postid-2984,
.postid-290,
.postid-2936,
.postid-2910,
.postid-2863,
.postid-2733,
.postid-2703, #content img
{
max-width:100%;
height:auto;
width:100%!important;
}*/
/*.category #content img
{
max-width:100%;
height:auto;
width:100%!important;
}
.single #content img
{
max-width:100%;
height:auto;
width:100%!important;
}*/
.wrapper video
{
	width:100%!important;
}

.w180
{
	width:100%;
}
.w180 img
{
	width:auto!important;
	height:auto!important;
}
#rightcolumn
{
width:100%;
text-align:center;
}
#content p
{
/*margin-bottom:10px;*/
font-size:14px;
}
.mobile_show
{
	display:block!important;
}
.desktop_show
{
	display:none!important;
}
.entry-content
{
	padding:12px 0 0;
}
#content table {
    margin: 0;
    width: 100% !important;
}
#footer-links {
    text-align: center !important;
    width: 100% !important;
}
#subfooter1 table
{
	width:100% !important;
}

#menulevel1, #menulevel2 {
    clear: both;
    display: block;
    width: 100%;
}
#subfooter1 {
    margin: 0;
    width: 100%;
}

#contentheaderimg img
{
	width:100% !important;
}
body .hentry div img
{
	/*width:100%!important;*/
	height:auto!important;
}
#rhsform1
{
width:100% !important;
background-size:100% 100%!important;
padding:0 8%;
height:730px;
margin-top:30%;
}
#theenquiryformrhs table
{
width:100%!important;
}
#rhsform1 input.txt, #rhsform1 select, #rhsform1 textarea
{
width:100% !important;
margin:5px 0 ;
padding:10px !important;
}
.alignright {
padding-left: 1%;
text-align: left;
}
.aligncenter img {
    height: auto;
    width: 100%;
}
#contentheaderimg {
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
  height:auto!important;
}

#contentheaderimg img
{
	width:100% !important;
}
#topmenu
{
width:100%;
}

#header {
 width: 100%;
 background-size:100%;
}


	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block!important;
		position: relative;
		top:0px;
		right:0px;
		width:100%;
		height:46px;
		background:#231f3a url(images/menu-icon-large.png);
		background-position: right 11px;
		background-repeat: no-repeat;
		background-size: 68px, 100%;
		cursor: pointer;
		border: 0 none;
		z-index: 999;
		text-indent:10px;
		text-align:left;
		color:#ffffff;		text-transform: uppercase;
	}

	.nav-button.open {
		background:#231f3a url(images/close-icon-large.png);
		background-position:right 14px;
		background-repeat: no-repeat;
		background-size: 75px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */


	.primary-nav {
		width: 100%;
		float: none;
		background-color: #231f3a;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: none;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top:44px;
		left: 0px;
		z-index: 999999;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
		text-align:left;
	}
	.primary-nav li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    display: block !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 12px 2% !important;
    text-align: left !important;
    text-decoration: none !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}
	.primary-nav li a:hover {
		background-color: #55499b!important;
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */
	.primary-nav.open {
		height: auto;
		display:block;
	}
	.primary-nav.open li {
		display: block;
	}
	.primary-nav ul
	{
		min-height:inherit;
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}

	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}

/*#contentheaderimg img:nth-child(2)
{
display:none;
}*/

.page-id-134 #dhhcimg
{
display:none;
}
body #topmenu
{
	background:none;
	margin-top:10px;
}

body .fullwidth
{
	width:100%!important;
	padding:12px 5px 0 5px!important;
}
#navigation ul
{
	width:100%;
}
li#menu-home a:hover, li#menu-home a.current_page_item
{
	width:100% !important;
}
li#menu-aboutus a
{
	width:100% !important;
}
#topmenu li {
    margin: -1px 0 0 !important;
    padding: 0;
}

body #topmenu li a
{
	text-indent:0px;
	background:none;
	width:100%;
	height:auto;
}
body #topmenu li a:hover
{
	background:none;
	width:100%;
	height:auto;
}
body .desktop_hide
{
	width:100%;
	float:left;
	display:block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body .desktop_hide li a
{
	float:left!important;
	margin-right:10px;
    width: 47px !important;
	border:none!important;
}
body .desktop_hide li a:hover
{
	background:none!important;
}
body #top-social
{
	display:none;
}
li a:hover, li a.current_page_item
{
	background:none!important;
	width:100%!important;
	height:auto!important;
	background-color: #55499b!important;
}
body .mobile_tab td
{
	width:100%;
	float:left;
	height:auto!important;
	padding:0px!important;
}
body .mobile_tab div
{
	width:100%!important;
}
body .mobile_tab iframe
{
	width:100%!important;
}
.mobile-header_outer
{
	display:block!important;
	width:100%;
	float:left;
	padding-top:10px;
}
.mobile-header
{

	width:300px;
	margin:auto;
}
.mobile-header img
{
	width:100%;
	height:auto;
}
.mobile-header p
{
	color:#fff;
	line-height:25px;
	/*text-align:justify;*/
	font-size:14px;
}
.mobile-header p a
{
	color:#fff!important;
	text-decoration:none!important;
}
.mobile_no
{
	font-size:49px;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	line-height:47px;
}
#theheaderphonenumber
{
	display:none;
}
/*gallery_slider*/
body #holder {
width: 100%;
}
body #photos
{
	width:100%!important;
	height:auto!important;
}
body .panel
{
	width:100%!important;
	height:auto!important;
	position:relative!important;
}
body #photos .panel
{
	position:absolute!important;
}
body .strip_wrapper
{
	width:100%!important;
	height:auto!important;
}

/*gallery_slider*/
.table_mob td
{
	width:100%!important;
	float:left!important;
}
#thefeaturedbox
{
	background-size:100% 100%!important;
	padding: 50px 50px 0!important;
    width: 100%!important;
	height:auto!important;
}
body .various img
{
width: 100%!important;
	height:auto!important;
}
.w640
{
	width: 100%!important;
	height:auto!important;
}
.w580
{
	width: 100%!important;
	height:auto!important;
}


.page-id-2770 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.page-id-2536 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.page-id-2077 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.postid-2659 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.postid-2507 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
/*.postid-2316 #content img {
    height: auto;
    max-width: 100%;
    width: auto !important;
}*/
/*.postid-2316 .sm_icon img
{
	width:auto!important;
	float:left!important;
}*/
.postid-2074 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}

.postid-2009 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.postid-1863 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.postid-1569 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.postid-2426 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.postid-1128 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.page-id-93 #content img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}
.fullwidth img {
    max-width: 100% !important;
}







/*.page-id-2155 #content img {
    height: auto;
    margin: 0;
    max-width: 500px;
    width: auto !important;
}*/
#page-id-2155 .thecaption img
{
	height: auto;
    margin: 0;
    max-width: 100%;
    width: auto !important;
}
#content table td
{
	width:100%;
	float:left;
	height:auto;
}
.page-id-113 #content table
{
text-align:center;
}
.responsive_img
{
	width:100%!important;
	height:auto!important;
}
.imgwithcaption
{
	width:100%;
	padding:0 ;
}
.imgwithcaption .thecaption
{
	left:0;
}
.themoreinfotext
{
	width:100%;
	text-align:center;
}


.panel img
{
width:100%!important;
height:auto!important;
}


#maincontainer {
    background: none repeat scroll 0 0 #171717;
    border: 1px solid #626262;
    float: left;
    width: 100%;
}
#content {
    float: left;
    margin: 0;
    padding: 0 0;
    width: 518px;
}
/*slideshowholder css*/

#header-thanks
{
	display:none;
}

} /* End Mobile Styles */
.mobile-header_outer
{
	display:none;
}
.nav-button { display: none; }

.navigation
{
	display:none;
}
.navigation li
{
font-size:15px;
padding:10px 0;
}
.navigation li a
{
text-decoration:none;
color:#fff;
}

#topmenu li a
{
	text-indent:-9999px;
}
.desktop_hide
{
	display:none;
}
.thephnumber a
{
	color:#fff!important;
	text-decoration:none!important;
}

.mobile_show
{
	display:none;
}
.desktop_show
{
	display:block;
}
#container .thecaption > img {
  width: auto !important;
}
.banner_new
{
	width:100%;
	float:left;
}
.page-id-134 #dhhcimg
{
display:none!important;
}

.to_thumb {display: none;}

.target_name {
  background-size: cover !important;
  height: 124px;
  background-position: 50% 50% !important;
}
.greenishCover { height: auto !important; position: relative !important; }

#post-1873 .entry-content {
  padding: 0px !important;
}

/*zhihongl modification*/

@media (max-width: 479px) {
	.banner_new { height: 140px !important;	overflow: hidden; }
	.target_name { height: 140px; }
	#slideshowholder .panel-overlay, #slideshowholder .overlay-background { display: none; }

	#fancybox-wrap {
  		width: 100% !important;
  		padding: 10px;
  		left: 0px !important;
	}
	#fancybox-content { width: 100% !important; }
}


@media (max-width: 359px) {
	.banner_new { height: 124px !important; overflow: hidden; }
	.target_name { height: 124px; }
}


@media (min-width: 320px) and (max-width: 479px) {
	.page-id-2155 #rhsform1
	{
	margin-top: auto !important;
	}

	/*.page-id-129 #rhsform1*/
	/*{*/
		/*margin-top:auto!important;*/
	/*}*/

	.banner_new #contentheaderimg img
	{
		height: auto !important;
	}
    /*.page-id-129 #rhsform1*/
    /*{*/
    /*margin-top:auto!important;*/
    /*}*/
}