/*
Theme Name: Dynamic Engineering Theme
Theme URI: http://dynamicengineering.com.au/
Description: WordPress theme developed for Dynamic Engineering Consultants by Clever Starfish.
Version: 2.0
Author: Clever Starfish (Levi Buzolic)
Author URI: http://www.cleverstarfish.com/
*/

*,h1,h2,h3,h4,h5,h6,h7,h8,p,div,body,html,ul,li,ol,img,a{margin:0;padding:0;}
.clear { clear: both; }
.hide { display: none; }
p { margin: 0em 0 1em 0; }
hr { display: none; }
a img { border: none; }
.overflow { overflow: hidden; width: 100%; }
acronym { border-bottom: none; }

/* ----- Start Styling ----- */

body {
	background: #ffffff;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #757f8d;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Arial W01 Rounded Bold';
	font-weight: normal;
	color: #596575;
	line-height: normal;
}
h1 { font-size:1.6em; 	text-transform: uppercase;}
h2 { font-size:1.4em; 	text-transform: uppercase;}
h3 { font-size:1.2em; }
h1 a, h2 a, h3 a {
	color:#f3970b;
	
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #a76b00;
}

a { text-decoration: none; color: #0072df; }
a:hover { color: #7ba9e0; }

/* ----- Basic Layout ----- */
#container {
	width: 964px;
	margin: 0 auto;
	padding-bottom: 25px;
	background: url(/_inc/img/bg-shooshes.png) top center no-repeat;
}

/* ----- Header ----- */
#header {
	width: 964px;
	height: 225px;
	position: relative;
}
#header #logo {
	float: left;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 180px;
	height: 113px;
}
#header #logo a {

	text-indent: -9999em;
	overflow: hidden;
	background: url(/_inc/img/dec-logo.png) top left no-repeat;
	background-size: 120px 138px;
	width: 120px;
	height: 138px;
	display: block;
}
#slogansflash {
	right: 0;
	position: absolute;
}

/* ----- Menu/Navigation ----- */
#header nav {
	width: 960px;
	bottom: 7px;
	display: block;
	position: absolute;
    z-index: 99;
	font-family:'Arial W01 Rounded Bold';
	color: #596575;
	text-transform: uppercase;
	margin: 0px auto; 
	text-align: center;
		border-radius: 8px;  
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color:#ffffff;
	border: 1px solid #eeeeee;
}

#header nav ul {
margin-left: 10px;
	list-style: none;
	position: relative;
	display: block;
}
	
#header nav ul li {
	float: left;
	display:list-item;
	list-style: none;
	background-color:#ffffff;
}

#header nav ul li a {
	display: block; 
	padding: 15px 39px;
	color: #757575; 
	text-decoration: none;
}

#header nav ul li a:hover {
	background-color: #0072df;
	color: #fff;
}

#header nav ul ul {
	display: none;
	position: absolute; 
	margin-left: 0px;
	top: 45px;
}

nav ul li:hover > ul {
	display:list-item;
}

#header nav ul ul li {
	float: none; 
	border-bottom: 1px solid #575f6a;
	position: relative;
	width: 200px;
	background: #596575; 
	border-radius: 0px;
	border: 0px; 
	padding: 0;
	color: #fff;
}

#header nav ul ul li a {
	padding: 10px 15px;
	color: #fff;
	text-transform: capitalize;
	text-align: left;
}
	
#header nav ul ul li a:hover {
	background: #0072df;
}

#header nav ul li:hover > ul {
	display: block;
	}
	
#header nav ul ul ul li {
	position: absolute relative; 
	left: 200px; 
	top:-45px;
}

/* ----- Body Area ----- */
#body {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#body #wide {
	width: 960px;
}
#body #main {
	width: 630px;
	float: left;
}
#body #side {
	width: 320px;
	float: right;
}

/* ----- Content/Page Styling ----- */
#body .panel {
	margin-bottom: 10px;
}
#body #main .panel .head {
	background: #e5ecf6;
	height: 41px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
#body #wide .panel .head {
	background: #e5ecf6;
	height: 41px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
#body #main .panel .head h1, #body #wide .panel .head h1 { padding: 9px 15px 0 15px; margin-right: 80px; }
#body #main .panel .body {
	background: #f2f5fa;
	padding: 20px 20px 5px 20px;
	width: 590px;
	overflow: hidden;
	color: #394350;
	line-height: 1.6em;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#body #wide .panel .body {
	background: #f2f5fa;
	padding: 20px 20px 5px 20px;
	width: 920px;
	overflow: hidden;
	color: #394350;
	line-height: 1.6em;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#body #side .panel .head {
	background: #e5ecf6;
	height: 41px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#body #side .panel .head h2 { padding: 11px 15px 0 15px; }
#body #side .panel .body {
	background: #f2f5fa;
	padding: 20px 20px 5px 20px;
	width: 280px;
	overflow: hidden;
	color: #394350;
	line-height: 1.6em;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

/* ----- Basic Form Styling ----- */
form.form fieldset {
	border: none;
}
form.form fieldset legend {
	display: none;
}
form.form ol {
	list-style: none;
	margin-bottom: 1em;
}
form.form ol li {
	list-style: none;
	width: 100%;
	overflow: hidden;
	padding: 2px 0 2px 0;
}
form.form ol li label.smallleft {
	float: left;
	width: 80px;
}
form.form ol li label.medleft {
	float: left;
	width: 140px;
}
form.form ol li input,
form.form ol li textarea,
form.form ol li select {
	padding: 4px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #394350;
}
form.form .buttons {
	margin-bottom: 15px;
}
span.required { color: #911; font-weight: bold; }
.errormsg { color: #911; font-weight: bold; }
.reqnote { float: right; }

/* Contact Form */
form#contact-form {
	background: url(/_inc/img/page-div.gif) top center no-repeat;
	padding-top: 30px;
}

/* ----- Buttons ----- */
.buttons a.button,
.buttons button.button {
	background: transparent url(/_inc/img/button.gif) 0px 0px no-repeat;
	height: 30px;
	width: 110px;
	display: block;
	color: #2d1f05;
	text-align: center;
	border: none;
	cursor: pointer;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}
.buttons .button-submit {
	background-image: url(/_inc/img/button-submit.gif) !important;
}
.buttons .button-newproject {
	background-image: url(/_inc/img/button-newproject.gif) !important;
}
.buttons .button-logout {
	background-image: url(/_inc/img/button-logout.gif) !important;
}
.buttons a.button:hover,
.buttons button.button:hover {
	color: #2d1f05;
	background-position: 0px -30px;
}
.buttons .button-submit span,
.buttons .button-newproject span,
.buttons .button-logout span {
	display: block !important;
	text-indent: -9999em !important;
}
.buttons a.button span {
	text-align: center;
	display: block;
	width: auto;
	padding: 4px 4px 0 4px;
}


/* ----- Welcome Panel ----- */
#welcome {
	background: #f2f5fa;
	margin-bottom: 10px;
	width: 960px;
	height: 220px;
	line-height: 1.4em;
    position: relative;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#welcome .inner {
	height: 180px;
	padding: 12px 380px 20px 17px;
	line-height: normal;
}
#home-banner { width: 380px; height: 220px; overflow: hidden; right:0; top:0; position: absolute; }
#home-banner img { position: absolute; top: 0; right: 0; z-index: 1; }
#home-banner img.hide { display: none; }
#home-banner img.top { z-index: 3; }
#home-banner .mask { z-index: 5; width: 380px; height: 138px; right:0; top:0; position: absolute; }

#welcome h2 {
	font-size: 20px;
	margin: 0em 0 0.5em 0;
}

/* ----- Home Styling ----- */
#body .content {
	margin-bottom: 10px;
}
#body .content .head {
	height: 31px;
	background: #e5ecf6;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#body .content .body {
	padding: 10px;
	background: #f2f5fa;
	width: 940px;
	overflow: hidden;
	color: #394350;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#body .content .col3 {
	float: left;
	width: 293px;
	margin: 0 10px 0 10px;
}

/* ----- Footer ----- */
#footer {
	background: #e5ecf6;
	height: 66px;
	color: #365b8a;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footer a#footer-dec {
	position: absolute;
	top: 13px;
	left: 13px;
	background: url(/_inc/img/dec.png) 0px 0px no-repeat;
	width: 39px;
	height: 40px;
	display: block;
	text-indent: -9999em;
}
#footer a#footer-dec:hover { background-position: 0px -40px; }
#footer a#footer-starfish {
	position: absolute;
	top: 25px;
	right: 16px;
	background: url(/_inc/img/starfish_pos.png) 0px 0px no-repeat;
	width: 84px;
	height: 23px;
	display: block;
	text-indent: -9999em;
}
#footer a#footer-starfish:hover { background-position: 0px -23px; }
#footer .copyright {
	position: absolute;
	top: 17px;
	left: 64px;
}
#footer .copyright a {
	color: #5e84b5;
}
#footer .copyright a:hover {
	color: #fff;
}



.panel .head .editlink {
	float: right;
	margin: 4px 4px 0 0;
}
.panel .head .editlink a {
	color: #437fc6;
	display: block;
	float: right;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.panel .head .editlink a:hover {
	color: #fff;
}

.fullnewsitem {
	background: url(/_inc/img/page-div.gif) top center no-repeat;
	padding-top: 24px;
	width: 100%;
	overflow: hidden;
}


.mininewsitem {
	border-top: 1px solid #c7d2e3;
	padding: 10px 0 0 0;
	clear: both;
}
.firstpost { border: none !important; padding: 0 !important; background: none !important; }
.mininewsitem h3 {
	line-height: normal;

}
.mininewsitem .date {
	font-size: 10px;
	color: #646d7a;
	padding-bottom: 6px;
display:none;
}
.fullnewsitem .date {
	font-size: 11px;
	color: #646d7a;
	padding-bottom: 8px;
}
.fulldate {
	font-size: 11px;
	color: #646d7a;
	padding-bottom: 8px;
	margin-top: -8px;
}

div.hr {
	width: 590px;
	height: 18px;
	margin: 0.2em auto 0.2em auto;
	background: url(/_inc/img/page-div.gif) top center no-repeat;
	border: none;
	display: block;
}
div.hr hr {
	display: none;
}

.body h2,
.body h3 {
	color: #394350;
	font-weight: normal;
	margin: 0.2em auto 0.6em auto;
}


fieldset.loginreqnote {
	width: 100%;
	overflow: hidden;
}
fieldset.loginreqnote .buttons { float: left; }
fieldset.loginreqnote .reqnote { margin: 1px 0 0 130px; float: none; font-size: 11px; line-height: normal; }

ul.list {
	margin: 0.2em 0 1em 1em
}

#slogansflash { outline: none; }

.project-login {
	width: 100%;
	overflow: hidden;
}
.project-login .login-form {
	float: left;
	width: 430px;
	padding: 10px;
	border-right: 1px solid #c7d2e3;
}
.project-login .new-user {
	float: left;
	width: 430px;
	padding: 10px 0 10px 20px;
}

span.status-icon {
	width: 34px;
	height: 29px;
	display: block;
	text-indent: -99999em;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
span.status-complete { background-image: url(/_inc/img/status-complete.png); }
span.status-incomplete { background-image: url(/_inc/img/status-incomplete.png); }
span.status-inprogress { background-image: url(/_inc/img/status-inprogress.png); }

.wp-caption {
	border: 1px solid #c7d2e3;
	background: #d6dfec;
	font-size: 11px;
	margin: 0 0 10px 0;
}
.wp-caption img { margin: 5px; }
.wp-caption p { margin: 0; padding: 0 5px 5px 5px; line-height: normal; }
.alignright { float: right; margin-left: 10px; }
.alignleft { float: left; margin-right: 10px; }
.aligncenter { margin: 0 auto; }

/* ----- Project Manager ----- */
table.projects {
	background: url(/_inc/img/projecttable.gif) top left no-repeat;
	margin-bottom: 1.2em;
}
table.projects th {
	height: 30px;
	color: #fff;
	padding: 0 10px;
}
table.projects th h3 {
	color: #fff;
}
table.projects tr.project td {
	padding: 6px 10px;
	height: 40px;
}
table.projects .border {
	border-bottom: 1px solid #c9d4e4;
	/*border-bottom: 1px solid #0f3361;*/
}
table.projects tr.description td .inner {
	padding: 6px 20px;
}
table.projects .date {
	font-size: 11px;
	color: #748399;
}
table.projects .active, table.projects .active td { background: #d7e0ed }

table.projects tr.description .project-details {
	float: left;
	width: 200px;
	font-size: 11px;
	border-right: 1px solid #c9d4e4;
}
table.projects tr.description .project-description {
	margin-left: 220px;
}
.newsthumbnail {
	background: #eeeeee;
	width:100px;
	height:100px;
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;
}