/*
Theme Name: Mode Design
Theme URI: http://modedesign.com.au/
Description: Theme for Mode Design website.
Version: 1.0
Author: Ross Newton, Bryan Wood
Author URI: http://ormo.com.au, http://bryanwood.com.au
Tags: blue, custom header, fixed width, two columns, widgets

	Mode Design v1.0
	 http://modedesign.com.au

	This theme was designed and built by Mode Design,
	whose blog you will find at http://modedesign.com.au

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.ddsg-pagenav{
	margin-top:20px;
}
.ddsg-wrapper ul{
	margin-left:20px;
}
.post-base{

}
.ddsg-wrapper ul li{
	margin-bottom:3px;
	margin-top:3px;
}
#projectDetails li{
	margin:0;
}
#projectDetails ul{
		margin:0;
}
#headerLinks{
	position:absolute; 
	top:40px; 
	right:10px;
}
.post{
	margin-bottom:25px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	background: #ffffff url('images/bg-body.png') 0px 50px repeat-x;
	color: #fff;
	text-align: center;
	}

#page {
	margin: 300px;
	text-align: left;
	}

#header {

	}
	
legend{
	color:#FFFFFF;
}

#content {
	font-size: 1.2em
	}

.entry {
	line-height: 1.4em;
	max-height:7.0em;
	overflow:hidden;
	margin-left:3px;
}

.longentry{
	line-height: 1.4em;
	overflow:hidden;
	margin-left:3px;
}
.searchResult{
	margin-top:10px;
	margin-bottom:10px;
}
div.searchNavigation{
	margin-top:20px;
}
.serviceentry{
	line-height:1.4em;
	max-height:15.4em;
	overflow:hidden;
	margin-left:3px;
}
.profileentry{
	line-height: 1.4em;
	margin-top:5px;
}
.profilep{
	width:240px;
}
.depth-1 {
border: 1px solid #ddd;
}

#latestProjects{
	margin-top:20px;
}

#footer {
		color: #666;
	}

h1, h2, h3, legend {
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-size: 2.4em;
	letter-spacing: 0px;
	}

h2 {
	font-size: 2.4em;
	margin-left:-2px;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
	text-align: left;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	text-align: left;
	text-decoration: none;
	}
	
.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #EFC24A;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#page {
	margin: 50px auto;
	padding: 0;
	width: 940px;
	}

#header {
	position: relative;
	padding: 0;
	height: 60px;
	width: 100%;
	color: #666;
	}

#header a{
	color: #999;
}
	
#navigation{
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position:outside;
	z-index: 50;
}

#navigation li{
	float: left;
	display: block;
	padding-top: 23px;
	background-image: url('images/bg-navigation.png');
	background-repeat: repeat-x;
	background-position: 0px -80px;
}

#navigation a{
	padding: 13px 12px 12px;
	display: block;
}

#navigation a, #navigation a:hover {
	text-decoration: none;
}

#navigation ul{
	position: absolute;
	display: none;
	width: 190px;
	background-color: #333;
	font-size: 0.9em;
	margin-left: 0px;
	font-weight: normal;
}

#navigation ul li{
	float: none;
	display: block;
	padding-top: 0px;
	border-bottom: 1px solid #ddd;
}

#navigation ul li a, .sIFR-active #navigation ul li a{
	display: block;
	padding: 3px 8px;
	line-height: 20px;
	color: #eee;
}


#navigation ul li:hover{
	background-color: #888;
}

/* THIRD TIER */

#navigation ul li ul{
	display: block;
	position: relative;
	z-index: 30;
	font-size: 0.9em;
}

#navigation ul li ul li{
	border-bottom: 0;	
}

#navigation ul ul li a, .sIFR-active #navigation ul ul li a{
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#navigation .current_item_parent, #navigation .current_page_item, #navigation .current-cat{
	background-color: #ddd;
	font-weight: bold;
}
#navigation ul .current_page_item, #navigation ul .current_item_parent, #navigation ul .current-cat{
	background-color: #888;
	font-weight: bold;
}

#content{
	float: left;
	padding: 0px 20px;
	margin: 0px;
	height: 430px;
	width: 430px;
	padding-top: 40px;
	background-color: #fff;
	background-image: url('images/bg-content-orange.jpg');
}
#subnav a{
	font-size:1.4em;
}
div.item .entry{
	height:4.2em;
}
#content p{
	margin: 0px;
	margin-bottom: 10px;	
}

.entry img, .thumb{
	display: block;
	margin: 5px;
	background-color: transparent;
	border: 2px solid #eee;
}
#officeList a.officeLink{
	text-decoration:none;
}
#officeList div.officeDetails{
	line-height:1.2em;
}
.list img.thumb:hover{
	margin-left:0px;
	margin-top:0px;
}
.thumb:hover{
	margin:5px;
	border: 2px solid #FFB900;
}

.thumb{
	display:none;
	cursor: pointer;
	z-index: 1;
	z-index:0;
}

#content-slider {
	position: relative;
	float: left;
	width: 328px;
	height: 4px;
	padding: 1px 0;
	margin-top: 6px;
	background-color: #eee;
	cursor: pointer;
}

.ui-slider-handle {
  position: absolute;
  top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 8px;
  background-image: url('images/slider-handle.png');
  cursor: move;
}
#projectDetails ul{
	list-style: none inside none;
}
#projectDetails ul li{
	margin-bottom:2px;
}
fieldset{
	position: relative;
	margin: 0px;
	padding: 0px;
	padding: 5px 2px 5px 2px;
}
#controls{
	
}
legend{
	padding: 0px;
	margin: 0px;
	padding: 3px 0px;
	padding-top:10px;
	margin-left: 0px;
	font-size: 1.1em;
	font-weight:bold;
}

#projectList, #projectListSmall, #imageList, #officeList{
	margin: 0px; 
	padding: 0px; 
	list-style-image:none; 
	list-style-position:outside; 
	list-style-type:none;
}
#projectList a div.item{
	position:relative;
	margin-left:95px;
}
#projectListSmall{
	font-weight: bold;
	font-size: 0.85em;
}

#projectList a, #projectListSmall a{
	color: #fff;
	text-decoration: none;
	padding: 0px 0px;
	margin: 0px 2px;
	display: block;
	line-height:1.4em;
}

#imageList li{
	float: left;
	margin:0 5px;
}

#projectListSmall li{
	float: left;
	width: 100px;
	height:125px;
	margin: 3px;
	text-align: center;
}
/*
#projectListSmall img{
	display:block;
}
*/
#officeList li{
	padding: 4px 6px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

#officeList a{
	display: block;
	position: relative;
	padding: 2px 0px;
}

#officeList li div{
	height: 135px;
}

#officeList li img{
	float: left;
}

#officeList li p{
	margin-left: 140px;
	padding: 5px;
}

#accreditations img{
	margin: 0px 5px;
}

#subnav ul{
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 5px 30px;
}

#subnav ul li{
	float: left;
	width: 175px;
	padding: 3px;
	padding-bottom:20px;
}

.post {
	margin: 0 0 10px;
	text-align: left;
	
	width:410px;

}
	

.post hr {
	display: block;
	}

.list{
	padding: 8px;
	margin: 0;
	border-bottom: 1px solid #eee;
	text-align: left;
	height: 85px;
	overflow: hidden;
	cursor: pointer;
}

.list img{
	margin: 0px;
	float:left;
}

#content #searchform{
	float: none;
	margin: 20px auto;
	font-size: 1.2em;	
}

#content #searchform label{
	display: none;	
}

#content #searchform #s{
	width: 180px;
}

#content #searchform #searchsubmit{
	background-color: #eee;
}

.clear {
	clear: both;
}
.foot-left{
float:left;
width:250px;
}
.foot-middle{
float:left;
height:19px;
padding:16px;
text-align:center;
font-size:14px;
font-weight:bold;
width:408px;
}
.foot-middle a{
color:#DA660F;
}

.foot-right{
float:right;
width:250px;
padding:14px 0;
height:23px;
}
#footer {
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	height: 40px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 45px 0 20px;
	text-align: center;
	width:100%;
	}
	
#footerNavigation{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 1.1em;
}

#footerNavigation li{
	float: left;
	display: block;
	padding: 0px 5px 0px;
	border-right: 1px solid #999;
}

#footerNavigation a{
	display: block;
	text-decoration: none;
	color: #999;
	
}

#footerNavigation .contact-page{
	border-right: 0;
}
/* End Structure */


div.sociable { margin: 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*	Begin Headers */
h1 {
	margin: 0;
	margin-bottom: 5px;
	}

h2 {
	margin: 0px;
	}

h3 {
	padding: 0;
	margin: 0 0 0px;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	margin: 5px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	float: right;
	padding: 0px;
	text-align: center;
	}

#searchform #s {
	width: 110px;
	padding: 1px;
	border: 1px solid #999;
	color: #666;
	font-size: 1.1em;
	}

#searchsubmit {
	padding: 1px;
	border: 0px;
	background-color: transparent;
	color: #999;
	font-size: 1em;
	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	.entry form.wpcf7-form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
	position: relative;
	padding: 0px;
	margin-left: 470px;
	width: 470px;
	height: 470px;
	background-image: url('images/bg-sidebar-orange.png');
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#logo{
	display: block;
	position: absolute;
	left: 385px;
	top: 10px;
	z-index: 10000;
}

#pictureFrame .caption{
	position: absolute;
	display: block;
	top: 410px;
	left: -420px;
	margin-right: 50px;
	
	padding: 8px 20px;
	background-color: #333;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 50;
}

#pictureFrame{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*display: none;*/
}

#pictureFrame div{
	margin-left: -900px;
	position: absolute;
	z-index: 2;
}

#profileDetails{
	margin-top:5px;
	max-width:146px;
}
#profileDetails ul{
	list-style: none outside none;
}
#profileDetails ul li{
	margin-bottom:5px;
	min-height:1%;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

#quote {
	position: absolute;
	font-size: 1.35em;
	top: 220px;
	left: 0px;
	z-index: 1;
width:100%;
	z-index: 0;
	text-align: right;
	}
	
blockquote{
	padding: 0;
	margin: 0;
	color:#808080;
	font-size:1.4em;
	font-weight:bold;
	padding-left:50px;
	padding-right:15px;
}

cite {
	margin: 5px 0 0;
	display: block;
	color: #333;
	font-size: 0.9em;
		padding-left:50px;
	padding-right:15px;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: left;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wpcf7-form input, .wpcf7-form textarea{
	border:1px solid #f3f3f3;
	padding:2px;
	font-size:1.2em;	
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin:0px !important;
	padding: 0.2em 0.2em !important;
}
