/*
Theme Name: YodelWeb Custom Theme
Theme URI: http://www.yodelweb.com.au/
Description: Custom theme built for your website.
Author: YodelWeb
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-theme
*/

/* Reset default browser CSS. DO NOT EDIT THIS SECTION
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,  table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
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;
}
/* ---------------------- EDIT FROM HERE ---------------------------- */

/* ---------------------- Fonts ---------------------------- */

body,  #content,  input,  textarea {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}
#access {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

/* ------------------  Main Structure and center  ---------------------- */

#wrapper,  #header,  #branding,  #main,  #colophon {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	background: transparent;
	margin-top: 0;
	padding: 0 20px;
}
#content {
	float: left;
	margin: 0;
	width: 100%;
}

/* ---------------  Main Layout Settings ------------------------------- */
/*
LAYOUT: Default Page, One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
#one-column,  #single-attachment {
	margin: 0 auto;
	width: 1000px;
}
/*
LAYOUT: Two columns, Page With Sidebar
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	width: 700px;
}
#primary,  #secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}

/* ----------------------  Header  ---------------------------------- */
#header {
	padding: 0;
}
#branding img {
	display: block;
	float: left;
}

/* ----------------------  Menu  ----------------------------------- */
#access {
	display: block;
	width: 800px;
	float: left;
	position: relative;
	margin-top: -55px;
}
#access .menu-header,  div.menu {
	font-size: 16px;
	width: 800px;
}
#access .menu-header ul,  div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,  div.menu li {
	display: inline-block;
	float:left;
	position:relative;
}
/* Background needs to be set here for compatability with < IE7 */
#access a {
	color: #fff;
	display: block;
	line-height: 52px;
	padding: 0 15px;
	text-decoration: none;
	background-color:#000;
}
#access li:hover > a,  #access ul ul :hover > a {
	color: #fff;
	background-color:#333;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,  #access ul li.current-menu-ancestor > a,  #access ul li.current-menu-item > a,  #access ul li.current-menu-parent > a {
	color: #fff;
	background-color:#333;
}
* html #access ul li.current_page_item a,  * html #access ul li.current-menu-ancestor a,  * html #access ul li.current-menu-item a,  * html #access ul li.current-menu-parent a,  * html #access ul li a:hover {
	color: #fff;
	background-color:#333;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	float: left;
	width: 240px;
	z-index: 99999;
	background:#fff;
}
#access ul ul li {
	min-width: 240px;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 220px;
	height: auto;
}

/* -------------------  Content  --------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
}
#content {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
#content input,  #content textarea {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
#content p,  #content ul,  #content ol,  #content dd,  #content pre,  #content hr {
	margin-bottom: 20px;
}
#content ul ul,  #content ol ol,  #content ul ol,  #content ol ul {
	margin-bottom: 0;
}
#content h1,  #content h2,  #content h3,  #content h4,  #content h5,  #content h6 {
	color: #ff0000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	margin: 0 -1px 20px 0;
	text-align: left;
	width: 100%;
}
#content tr th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px;
}
#content tr td {
	padding: 5px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.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-content,  .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-content input {
	margin: 0 0 10x 0;
}
.entry-content input.file,  .entry-content input.button {
	margin-right: 10px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,  .entry-content sub {
	font-size: 10px;
}
.page-link {
	clear: both;
	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;
}
.page-link a:active,  .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}

/* ---------------------  Footer  ------------------------------ */
#footer {
	clear: both;
	width: 100%;
}
#colophon {
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	float: left;
	font-size: 14px;
	width: 500px;
	line-height: 18px;
	color: #063040;
}
#site-generator {
	float: right;
	width: 320px;
	font-size: 14px;
	text-align:right;
	line-height: 18px;
	color: #063040;
}
#site-info a,  #site-generator a {
	color: #063040;
	text-decoration: none;
	display: inline-block;
}

/* ------------------  Gallery listing  ------------------------- */
.format-gallery .size-thumbnail img,  .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,  .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,  .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  ------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,  img.size-full,  img.size-large,  img.size-medium,  .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,  img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,  img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,  img.alignright,  img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* -------------------  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 {
	display: none;
}
#nav-below {
	margin: 10px 0 0 0;
}

/* ----------------------  Global Elements  ---------------------- */
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 20px;
}
/* Text elements */

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ul ul,  ol ol,  ul ol,  ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em,  i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
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,  a:visited {
	color: #ff0000;
	text-decoration:none;
}
a:active,  a:hover {
	color: #063040;
	text-decoration:none;
}
/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* -------------------  Widget Areas  --------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.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;
	margin-bottom:10px;
}
.widget-area a:link,  .widget-area a:visited {
	text-decoration: none;
	line-height:20px;
}
.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;
}

/* ---------  Mobile Safari ( iPad, iPhone and iPod Touch )  ----------- */
#wrapper,  #header,  #branding,  #main,  #access,  #colophon {
	-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;
}
#access,  #branding img,  .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%;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#main {
	display: inline;
}
}

/* ---------------  Add Custom Code ----------------------- */

#top-phone {
	background: url('/wp-content/uploads/2013/04/phone-icon.png') top left no-repeat;
	line-height: 26px;
	padding-left: 35px;
	float: right;
	margin-top: -106px;
	color: #ff0000;
	font-size: 26px;
}
#searchsite {
	float: right;
	margin-top: -43px;
}
#flashbanner {
	width: 1000px;
	height: 363px;
	float: left;
	margin: -30px 0 10px 0;
	background: url('/wp-content/banner/banner-4.jpg') top no-repeat;
}
.pageleft {
	width: 600px;
	float: left;
}
.inquiry-form {
	width: 290px;
	float: right;
	border: 1px solid #696;
	color: #fff;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #525252;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#525252), to(#949593));
	background: -webkit-linear-gradient(#525252, #949593);
	background: -moz-linear-gradient(#525252, #949593);
	background: -ms-linear-gradient(#525252, #949593);
	background: -o-linear-gradient(#525252, #949593);
	background: linear-gradient(#525252, #949593);
	-pie-background: linear-gradient(#525252, #949593);
}
.whitetext {
	color: #fff !important;
}