/*
Theme Name: Eastgate Constructions Theme
Theme URI: http://www.insilico.com.au
Description: Eastgate Constructions Theme
Version: 1.0
Author: www.insilico.com.au
Tags: Eastgate Constructions Theme
*/

/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Arial, sans-serif;
	color: #222;
	background: #fff;
	font-size: 75%; /* Default font size. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
	line-height: 1.5; /* Default line height. (12px * 1.5 = 18px) */
	text-align: center;
	background: #fff;
}

/*-----------------------------------------
	1. LAYOUT
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.a-justify {
	text-align: justify;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.alignleft { /* Wordpress */
	float: left;
	margin: 0 20px 20px 0;
}

.alignright { /* Wordpress */
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter { /* Wordpress */
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignnone { /* Wordpress */
	
}

.hide {
	display: none;
}

.out-of-view {
	position: absolute;
	left: -9999px;
}

.green-color {
	color: #0c0;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

/*-----------------------------------------
  2. TYPOGRAPHY
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #d3b70f;
	letter-spacing: 0;
}

h1 { 
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h1#logo {
	float: left;
	display: block;
	width: 300px;
	height: 150px;
	background: transparent url("images/standard/logo.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
}

h2 { 
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 { 
	font-size: 1.5em; 
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1.5em;
	text-align: justify;
}

blockquote { 
	margin: 0 0 1.5em;
	color: #666; 
	font-style: italic;
}

strong { 
	font-weight: bold;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

em {
	font-style: italic;
	background: #fff99e;
}

dfn {
	font-weight: bold;
	font-style: italic;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address { 
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	text-decoration: line-through;	
}

pre { 
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	color: #81c14e;
	font-family: 'lucida console', monospace;
}

hr {
	background: #003867;
	color: #003867;
	border: none;
	height: 1px;
	margin: 0 0 1.4em;
}

.indent {
	padding: 0 0 0 1.5em;
}

p {
	margin: 0 0 1em;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #a48e08;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

table.jobs a {
	font-weight: bold;
	text-decoration: none;
}

table.jobs a:hover {
	text-decoration: underline;
}

h1 a {
	display: block;
	width: 300px;
	height: 150px;
	text-indent: -9999px;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#wrapper {
	background: #fff url("images/standard/body-bg.jpg") center top repeat-y;
}

div#canvas {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

div#header-wrapper {
	width: 100%;
	height: 150px;
}

div#banner {
	float: right;
	width: 660px;
	height: 150px;
	overflow: hidden;
}

div#nav-wrapper {
	position: relative;
	width: 100%;
	height: 30px;	
	background: #444 url("images/standard/nav-bg.jpg") left top no-repeat;
}

div#nav {
	/*margin: 0 0 0 300px;*/
}

div#content-wrapper {
	width: 100%;
	padding: 20px 0;
	background: #fff url("images/standard/content-bg.jpg") top left repeat-y;
}

div.left-column {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
}

div.right-column {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
}

div.small-column {
	width: 260px;
}

div.large-column {
	width: 600px;
}

div.single-column {
	margin: 0 20px;
}

div#footer-wrapper {
	width: 100%;
	height: 30px;	
	background: #444 url("images/standard/nav-bg.jpg") left top no-repeat;
	line-height: 30px;
}

div#footer {
	color: #fff;
	padding: 0 20px;
}

/* Contact Form 7 styles override */
div.wpcf7-response-output  {
	margin: 2em 0 1em !important;
	padding: 0.2em 1em !important;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 1.5em;
}

.post-9 table {
	width: auto;
	margin-left: 140px;
}

caption {
}

col {
}

col.alternate {
}

tr {
}

tr:hover {
}

th, td {
	text-align: left;
	padding: 3px;
}

th {
}

td {
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

fieldset {
	border: 0px;
	margin: 0 0 1.5em;
}

legend {
}

label {	
}

input, textarea {
	padding: 2px 1px;
	background: #fff;
	border-color: #ddd #aaa #aaa #ddd;
	border-style: solid;
	border-width: 1px;
}

select {	
}

input:hover, textarea:hover, select:hover {
	background: #fffff2;
}

input:focus, textarea:focus, select:focus {
	background: #f2fbff;
}

input.button {
	padding: 0 7px 1px;
	border-color: #c9b228 #877507 #877507 #c9b228;
	border-style: solid;
	border-width: 1px;
	background: #a48e08;
	color: #fff;
	font-weight: bold;
	text-align: center !important;
	white-space: nowrap;
	cursor: pointer;
}

input.button:hover {
	background: #dec94a;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: none;
}

.small-column img {
	margin-bottom: 3em;
}

img.thumbnail {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: 4px 0 4px 0px;
	padding: 4px;
}

img#menu-ribbon-left {
	position: absolute;
	left: 0px;
	margin: 0 0 0 -20px;
}

img#menu-ribbon-right {
	position: absolute;
	right: 0px;
	margin: 0 -20px 0 0;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul, ol { 
	margin: 0 1.5em 1.5em 1.5em;
}

#post-9 ul {
	margin-left: 200px;
}

li ul, li ol {
	margin: 0 1.5em;
}

dl { 
	margin: 0 0 1.5em 0; 
}

dl dt { 
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

.left-column ul {
	list-style-type: none;
	margin: 0;
}

.left-column li {
	margin: 0 0 1.5em;
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

#dropmenu, #dropmenu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 100;
	/* width: 100%; */
	width: auto;
	/*border-left: 1px solid #909090;*/
}

#dropmenu a {
	display: block;
	padding: 0 28px 0 27px;
	color: #fff;
	/*border-right: 1px solid #909090;*/
	text-decoration: none;
	background: transparent;
	line-height: 30px;
	font-size: 1.2em;
	/*background: transparent url("images/standard/nav-divider.jpg") top right no-repeat;*/
}

#dropmenu ul a {
	background: #104c88;
}

#dropmenu a:hover {
	background-color: #222;
	color: #fff;
}

#dropmenu li {
	float: left;
	position: relative;
	width: auto;
}

#dropmenu ul {
	position: absolute;
	display: none;
	width: 200px;
	top: 29px;
	left: 0px;
}

#dropmenu ul a {
	border-left: 1px solid #6a90b7;
	border-right: 1px solid #6a90b7;
}

#dropmenu li ul {
	width: 202px;
}

#dropmenu li ul a {
	width: 200px;
	height: auto;
	float: left;
	border-bottom: 1px solid #6a90b7;
	line-height: 16px;
	padding: 7px 3px;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 200px;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
}
