/*
Theme Name: EDW
Theme URI: http://wordpress.org/
Description: The EDW wordpres theme by MWA Design.
Version: 1.0
Author: MWA Design
Author URI: http://www.mwadesign.com/
*/


/*------ clear standard browser styles ------*/


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul{
	list-style: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}




/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	clear: both;
	width: 930px;
	padding: 0;
}


/* ---------------- header ---------------- */

#header{
	float: left;
	width: 930px;
	margin: 10px 0;
}


#header dl{
	float: right;
	width: 16em;
	height: 60px;
}


#header dt{
	float: left;
	width: 4em;
	color: #999999;
}


#header dd{
	float: right;
	width: 11em;
}


#header dd strong{
	float: left;
	color: #999999;
}


#header dd em{
	float: right;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}


#header h1 a,
#header h3 a{
	float: left;
	width: 270px;
	height: 115px;
	background: url(img/logo-EDW.gif) no-repeat 0 0;
	text-indent: -9999px;
}


#header h2,
#header h4{
	float: right;
	width: 525px;
	height: 55px;
	background: url(img/logo-strapline.gif) no-repeat bottom right;
	text-indent: -9999px;
}



/* ---------------- navigation ---------------- */

#navigation{
	float: left;
	width: 930px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #cccccc;
}


#navigation li{
	float: left;
	width: 131px;
	margin-right: 2px;
	background: #BABABA url(img/bg-nav.jpg) repeat-x 0 0;
}


#navigation .last{
	margin-right: 0px;
}


#navigation li a{
	display: block;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}


#navigation li ul li{
	background: #BABABA;
	font-size: 0.8em;
	border-top: 1px solid #ffffff;
}


#navigation li ul li a{
	padding: 5px 10px;
}


#navigation li a:hover,
#navigation li .here,
#navigation .current_page_item a{
	color: #333333;
}


#navigation .dropdown a{
	background: url(img/bg-nav-arrow.gif) no-repeat 100px 50%;
}

#navigation .dropdown li a{
	background: none;
}



#navigation li ul { /* second-level lists */
	position: absolute;
	width: 153px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#navigation .services li{
	width: 200px;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#navigation li:hover, #navigation li.hover {   
    position: static;   
}  


#navigation .other{
	background: #999999;
}



/* ---------------- content ---------------- */

#content{
	float: left;
	width: 930px;
	background: url(img/sidebar-back.gif) no-repeat bottom right;
}


#content.homepage{
	background: none;
}


#main-content{
	float: left;
	width: 710px;
	margin-top: 10px;
}





#main-content h1{
	font-size: 1.6em;
	color: #666666;
	font-weight: bold;
	margin-bottom: 20px;
}


#main-content h1 span{
	color: #999999;
	font-weight: normal;
}


#main-content h2{
	font-size: 1.4em;
	color: #666666;
	padding: 15px 0 5px 0;
	margin: 0 0 0 0;
	font-weight: bold;
}


#main-content h2 em{
	font-style: normal;
	color: #333333;
}



#main-content h3{
	font-size: 1.6em;
	color: #666666;
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;

}



#main-content p{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 10px;
}


#main-content blockquote{
	padding: 8px 0px 8px 35px;
	margin: 0 80px;
	background: url(img/quote.gif) no-repeat 0 0;
}


#main-content blockquote p{
	padding: 8px 35px 8px 0px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #B3D335;
	background: url(img/unquote.gif) no-repeat bottom right;
}


#main-content blockquote span{
	font-size:1.2em;
	color: #999999;
	font-weight: bold;
}



#main-content ul{
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 10px;
}


#main-content ol{
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 10px;
}


#main-content ul li{
	margin: 0 0 8px 10px;
	padding: 0 0 0 20px;
	background: url(img/bullet.gif) no-repeat 0 2px;
}


#main-content p strong{
	font-size: 1.1em;
	color: #333333;
}


#main-content h1 a,
#main-content h2 a,
#main-content h3 a,
#main-content p a,
#main-content li a{
	color: #0E9DA9;
	text-decoration: none;
	font-weight: bold;
}



#main-content h1 a:hover,
#main-content h2 a:hover,
#main-content h3 a:hover,
#main-content p a:hover,
#main-content li a:hover{
	color: #0E9DA9;
	text-decoration: underline;
}


#main-content .alignright{
	float: right;
	margin: 5px 0 5px 20px;
border: 1px solid #cccccc;
background: #f9f9f9;
padding: 10px 5px 5px 5px;
text-align: center;
}


#main-content .alignright p{
margin:10px 0 0 0;
padding: 0 0 0 0;
}



#main-content .bio-image{
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	border: 1px solid #cccccc;
	}



#tools{
	float: right;
}


ul#tools li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}


#main-content .ddsg-wrapper ul li ul{
	font-size: 1em;
	margin: 10px 0 8px 10px;
	padding: 0 0 0 0;
}


#main-content .ddsg-wrapper ul li ul li{
	font-size: 1em;
	background: none;
	padding: 0 0 0 0;
	list-style: disc;
	color: #93AE26;
}



#main-content #image-nav{
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
}


#main-content #image-nav li{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
	text-align: center;
}




#main-content .gallery{
	float: left;
	background: url(img/project-gallery.gif) no-repeat 0 0;
	border: 1px solid #cccccc;
	padding: 45px 0 10px 3px;
	margin: 10px 0;
}




/* ---------------- content .contact ---------------- */


.contact{
	float: right;
	width: 180px;
	text-align: right;
	height: 1px;
	z-index: -10;
}


.contact p{
	position: relative;
	margin: -55px 0 0 0;
	padding: 0 10px 8px 10px;
	font-size: 1.2em;
	color: #666666;
}

#content .contact p strong{
	color: #999999;
}


.contact p em{
	font-weight: bold;
	font-style: normal;
}


.contact p a{
	color: #0E9DA9;
	text-decoration: none;
	font-weight: bold;
}


.contact p a:hover{
	text-decoration: underline;
}

/* ---------------- tell-a-friend ---------------- */


#tell-a-friend{
	position: absolute;
	border: 1px solid #cccccc;
	padding: 0 10px 10px 10px;
	margin-left: 440px;
	background: #ffffff;
	width: 220px;
}


#tell-a-friend ol{
	list-style: none;
}


#tell-a-friend ol li{
	float: left;
	width: 220px;
	list-style: none;
	padding-bottom: 10px;
}

#tell-a-friend ol li span{
	width: 220px;
	float: left;
}

#tell-a-friend ol li input{
	float: left;
	width: 200px;
}


#tell-a-friend .reqtxt,
#tell-a-friend .emailreqtxt{
	color: #cc0000;
	font-size: 90%;
}


/* ---------------- sidebar ---------------- */


#sidebar{
	float: right;
	width: 198px;
	border: 1px solid #cccccc;
	border-bottom: none;
}



#sidebar .gutter{
	padding: 9px;
}


#sidebar .projectlink{
	margin: 0;
	padding: 0;
	text-align: right;
}



#sidebar .projectlink a{
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}


#sidebar .projectlink a:hover{
	text-decoration: underline;
}



#sidebar blockquote{
	float: right;
	width: 180px;
	padding: 20px 0 0 0;
margin-bottom: 80px;
}


#sidebar blockquote p{
	font-size: 1.3em;
	font-weight: bold;
	color: #B3D335;
	padding: 0;
}

#sidebar blockquote .quoted{
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
	margin-top: 15px;
}



/* ---------------- home-bottom ---------------- */

#home-bottom{
	float: left;
	width: 930px;
	margin-top: 23px;
}


#home-bottom .block{
	float:  left;
	width: 710px;
}


#home-bottom .block h3{
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}


#home-bottom .block h3 strong{
	color: #666666;
}


#home-bottom .block p{
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 15px;
}


#home-bottom blockquote{
	float: right;
	width: 200px;
	border: 1px solid #cccccc;
	padding: 20px 0;
}


#home-bottom blockquote p{
	font-size: 1.4em;
	font-weight: bold;
	color: #B3D335;
	padding: 0 20px 0 20px;
}

#home-bottom blockquote .quoted{
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
	margin-top: 15px;
}



/* ---------------- sub-footer ---------------- */

#sub-footer{
	float: left;
	width: 930px;
	margin: 10px 0 15px 0;
	padding: 12px 0 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


#footernav{
	float: left;
	line-height: 20px;
}

#footernav li{
	display: inline;
	font-size: 1.2em;
	color: #999999;
	margin-right: 5px;
}


#footernav li a{
	color: #999999;
	text-decoration: none;
	margin-right: 5px;
}


#footernav li a:hover,
#footernav li a.here{
	text-decoration: underline;
}


#sizer{
	float: right;
	width: 12em;
	font-size: 1.2em;
	color: #999999;
	line-height: 20px;
}


#sizer span{
	float: left;
	margin-right: 3px;
}



#sizer em{
  position : absolute;
  top : -9000px;
  left : -9000px;
}


#sizer ul{
	float: right;
}

#sizer li{
	float: left;
	font-size: 1em;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: #cccccc;
}


#sizer li a{
	color: #ffffff;
	text-decoration: none;
}

#sizer li#pfs_large{
	font-size: 1.2em;
}


#sizer li#pfs_larger{
	font-size: 1.5em;
}




/* ---------------- footer ---------------- */

#footer{
	float: left;
	width: 930px;
}


#footer .company{
	float: left;
	font-weight: bold;
	color: #999999;
}


#footer .siteby{
	float: right;
	font-weight: bold;
	color: #999999;
	margin-left: 15px;
}


#footer .siteby a{
	color: #999999;
	text-decoration: none;
}


#footer .siteby a:hover{
	text-decoration: underline;
}


#footer .copyright{
	float: right;
	font-weight: bold;
	color: #999999;
}


#footer ul{
	float: left;
	width: 930px;
	padding: 10px 0;
	font-weight: bold;
	color: #cccccc;
}


#footer ul li{
	display: inline;
	margin-right: 10px;
}
	