/*
Theme Name: Dewhurst Torevell
Description: WP Default altered specifically for Dewhurst Torevell.
Version: 1.0
Author: Concept4

Tags: blue, custom header, fixed width, two columns, widgets


	

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family:Times New Roman, Times, serif;
	color: #333;
	text-align: center;
	background:url(images/main_bg.jpg) repeat;
	}

#page {
	background-color: grey;
	border: 0px solid #959596;
	}

#header {
	background:url(images/Header_bg.jpg) no-repeat;
	height:120px;
	width:100%;
	}



.widecolumn .entry p .maincolumn p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry .maincolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background:#FFF;
	border-top:1px solid #653366;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Times New Roman, Times, serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.75em;
	color:#653366;
text-align:left;
	}

h2.pagetitle {
	font-size: 2em;
	color:#653366;
	}


h3 {
	font-size: 2em;
	color:#653366;
	}

h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#653366;
	margin-bottom:0.5em;
}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, 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:hover {
	color: #fff;
	text-decoration: none;
	}

#sidebar ul li a {
	text-decoration:none;
	text-align:left;
	margin-left:15px;
	color:#FFF;
}
/* End Typography & Colors */



















/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background:url(images/main_bg.jpg) repeat top left;
	}



#header {
	margin:0;
	padding: 0;
	height: 120px;
	width: 800px;
	}


	
.narrowcolumn02 {
	float:right;
	position:relative;
	padding:0;
	width:540px;
}

.widecolumn {
	float:right;
	position:relative;
	padding:0;
	width: 550px;
	}

#welcome {
       text-align: left;
}

.post {
        clear: both;
	margin: 0 0 40px;
	text-align: justify;
	}

.fpimage {
       float: left;
       padding: 0px 5px 10px 0px;
       clear: both;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding:0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	border-top:1px solid #653366;
	}

#footer p {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-size:95%;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	}

h2 {
	margin:15px 0 0 0;
	color:#653366;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
	color:#653366;
}

h3 {margin:0;
color:#000;
}
/* End Headers */



/* Begin Images */


/*	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;
	}
/* 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;
	}





.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;
	background:url(images/main_nav_button02_bg.jpg) no-repeat;
	height:25px;
	line-height:22px;
	color:#FFF;
	text-align:left;
	text-decoration:none;
	}
	
#sidebar ul li a {
	color:#FFF;
	text-decoration:none;
	margin-left:15px;
	size:80%;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0;
	}

#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 */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */














/* Begin Sidebar */
#sidebar
{
	padding:0;
	margin-left:0;
	width: 250px;
	height:100%;
	float:left;
	text-align:left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */




#leftimagechange {
	width:250px;
	height:188px;
	background:url(images/movie.gif) no-repeat;
}

#main_front_image {
	width:100%;
	height:350px;
	margin-bottom:0em;
	background:url(images/welcome.jpg) no-repeat;
}

#main_about_image {
	width:100%;
	height:269px;
	margin-bottom:1em;
	background:url(images/aboutdewhurst_header.gif) no-repeat;
}

#main_working_with_image {
	width:100%;
	height:269px;
	margin-bottom:1em;
	background:url(images/homepage_header.gif) no-repeat;
}

#main_excellence_image {
	width:100%;
	height:135px;
	margin-bottom:1em;
	background:url(images/supportexcellence.jpg) no-repeat;
}


/*================   MAIN CONTENT SETTINGS AREA  ======================*/

#page {
	background:url(images/main_bg.jpg) repeat;
	margin:0 auto;
	padding: 0;
	width:800px;
	border: 0px solid #959596;
	}

#content {
	font-size: 1.2em;
	float:right;
	margin-right:0;
	}
	
.narrowcolumn {
	float:right;/*used to be right*/
	position:relative;
	padding:0;/*used to be 0*/
	width: 550px !important;/*used to be 550*/
	}
	
#sidebar {
	padding:0;
	margin-left:0;
	width: 400px;
	height:100%;
	float:left;
	text-align:left;
	}
	
	
/*-----------------------------------------------*/
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
		
	}
	/* 2 column left menu settings */
.leftmenu {
	background:#653366;/*gives left menu colour*/
}
	
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:250px;
    background:#fff;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
	}
	
.leftmenu .col1 {
    margin:0 15px 0 200px;
	position:relative;
	right:100%;
	}

.leftmenu .col2 {
    float:left;
    width:250px;
    position:relative;
    right:250px;
overflow:hidden;
}
	
.maincolumn {
	width:480px;
	height:100%;
	position:relative;
	float:left;
	font-size:110%;
	margin-left:30px;
padding-right:20px;
padding-right:20px;
background:url(images/Main-page-BG.jpg) no-repeat;
	min-height:650px !important;
z-index:100;
_margin-left:20px; /* hack for IE6 only */
}
/* for Internet Explorer */
/*\*/
* html .maincolumn {
height: 550px;
}
/**/

.maincolumn a:link {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

.maincolumn a:hover {
	text-decoration:underline;
	color:#03F;
}

.maincolumn02 {
	width:170px;
	height:auto !important;
	position:relative;
	float:right;
	margin-right:0px;
	margin-top:10px;
	min-height:550px !important;
        font-size:103%;
}

.maincolumn03 {
	width:490px;
	height:100%;
	position:relative;
	float:left;
	font-size:110%;
	margin-left:25px;
padding-right:20px;
min-height:400px !important;
text-align:left;
background:url(images/Main-page-BG.jpg) no-repeat;
_margin-left:15px; /* hack for IE6 only */
}


.maincolumn04 {
	width:490px;
	height:100%;
	position:relative;
	float:left;
	font-size:110%;
	margin-left:30px;
padding-right:20px;
text-align:left;
min-height:150px;
}
/* for Internet Explorer */
/*\*/
* html .maincolumn04 {
height: 150px;
}
/**/

#staffcontainer {
	width:530px;
	height:400px;
	float:left;
	position:relative;
	border:0px solid #F00;
background:url(images/Main-page-BG.jpg) no-repeat;
}

.staffleftcontainer {
	width:300px;
	height:375px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:20px;
	border:0px solid #2B2B2B;
_margin-left:0px; /* hack for IE6 only */
}

.staffleftcontainer_lrg {
	width:300px;
	height:450px;
	position:relative;
	float:left;
margin-left:10px;
	margin-top:20px;
	border:0px solid #2B2B2B;
}

.stafftxtcontent {
	width:190px !important;
	max-width:190px !important;
	height:100%;
	min-height:100px;
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:20px;
	border:0px solid #A4A4A4;
	text-align:left;
}

.staffheader {
	width:100%;
	height:25px;
	border-bottom:0px solid #F00;
	text-align:left;
}

.staffpositionheader {
	width:100%;
	height:20px;
	border-bottom:0px solid #0000A0;
	text-align:left;
	margin-bottom:5px;
}

.staffmainimage {
	width:100%;
	height:250px;
	border-bottom:0px solid #008040;
	margin-bottom:5px;
}

.staffimg-a-t {
	width:100%;
	height:250px;
	margin-bottom:5px;
	background:url(images/alantorvell_lrg.gif) no-repeat;
}


.hovercolor {
	color:#181818;
}









.staffcolumn {
	width:500px;
	height:100%;
	position:relative;
	float:left;
	font-size:100%;
	margin-left:15px;
padding-right:10px;
z-index:100;
background:url(images/Main-page-BG.jpg) no-repeat;
}











.stafftopcont {
	width:460px;
	height:100%;
	float:left;
	position:relative;
	margin-left:20px;
	margin-top:20px;
	text-align:left;
_margin-left:0px; /* hack for IE6 only */
}

.stafftopcont p {
	text-align:left;
font-size:110%;
}


/* menu styling */

.menu1{
background-image:url(images/main_nav_button02_bg.jpg);
padding-left:10px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #fff;
height: 20px;
width:240px;
cursor:pointer;
}

.submenu{
background-image:url(images/sub-menu-bg.gif);
display: block;
height: 19px;
margin-left:0px;
padding-top: 2px;
padding-left: 30px;
color: #000;
width:210px;
text-decoration:none;
}

.hide{
display: none;
}

.show{
display: block;
}

.post1 {
	border:1px solid #999;
	background-color:#F8F8F8;
	padding:10px;
}

.staffhighlight a {
	text-decoration:none;
	font-size:12px;
	color:#969696;
}

.staffhighlight a:hover {
	text-decoration:none;
	color:#653366;
}

.staffhighlightcur a {
    text-decoration:none;
    font-size:12px;
    color:#653366;
}

h5 {
font-size:120%;
color:#653366;
text-decoration:none;
margin-bottom:5px;
margin-top:0px;
}

h5 a {
font-size:120%;
color:#653366;
text-decoration:none;
font-weight:normal;
}

h5 a:hover {
text-decoration:underline;
font-weight:normal;
}

h5 a:visited {
color:#424242;
text-decoration:none;
font-size:120%;
}

.maincolumn3 {
	width:495px;
	height:100%;
	position:relative;
	float:left;
	font-size:110%;
	margin-left:20px;
	min-height:650px !important;
background:#F00;
}

.maincolumn3 a:link {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

.maincolumn3 a:hover {
	text-decoration:underline;
	color:#03F;
}