/* ------------------------------------
York Open Studios Style Sheet (screen)
version: 2.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */

/*typography and colours
--------------------------------------*/


/*red: #be4358*/



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:30px;
	background-color:#fff;
	}
	
h1, h2 {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana;
	}	

#headingspace {
	position: relative;
	height: 189px;
	}

#headingspace  h1 {
	position: absolute;
	bottom: 0px;
	color:#be4358;
	font-size:260%;
	margin: 20px 20px;
	}
	
#headingspace  h1.home {
	bottom:40px;
	margin: 20px 20px;
	}	
	
#headingspace  h2.home {
	position: absolute;
	bottom:0;
	margin: 20px 20px;
	font-size:260%;
	}		
	
h2 {
	color:#be4358;
	font-size:150%;
	}	
	
#column1 h2 {
	color:#333;
	font-size:110%;
	text-align:left;
	}	
	
h3 {
	font-size:100%;
	}
	
h2.serviceshd {
	margin-bottom:0;
	}
	
p {
	line-height:1.6em
	}	
	
a {
	color:#0066CC;
	}

	
a:hover {
	color:#ce1627;
	}		

p.breadcrumb {
	margin-top:0;
	color:#7d9bac;
	}
	
p.breadcrumb a {
	color:#7d9bac;
	text-decoration: none;
	border-bottom:1px dotted #7d9bac;
	}
	
p.breadcrumb a:hover {
	color:#7d9bac;
	text-decoration: none;
	border-bottom:1px solid #7d9bac;
	}	
	
div.content p:first-child, div.content h3:first-child {
	margin-top:0;
	padding-top:0;
	}	
	
p.warning {
	font-weight:bold;
	color:#990000;
		}		
	

/*structure
--------------------------------------*/

#wrapper {
	width:960px;
	}
	
#column1 {
	width:250px;
	float:left;
	}
	
#column2 {
	width:654px;
	float:left;
	margin-left:5px
	}	
	
.content {
	padding:25px;
	background:url(../images/grad.jpg) top left repeat-x;
	height:auto !important;
	min-height: 300px;
	height:300px;
	}	
	
.content2 {
	padding:10px 25px;
	}	
	
.contentmap {
	min-height: 300px;
	height:300px;
	background:url(../images/grad.jpg) top left repeat-x;
	padding-top:1px;
	}
	
div.contentmap p {
	margin:25px 25px;
	}		

/*navigation
--------------------------------------*/

#menu {
	margin-top:20px;
	}	
	
#menu a {
	text-decoration:none;
	font-weight:bold;
	padding-left:22px;
	background:url(../images/bullet11.gif) no-repeat 0 50% ;
	color:#be4358;
	}
	
#menu a:hover {
	color:#00acd4;
	}	
	
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;	
	}			
	
#menu li {
	padding:5px;
	}
	
#menu a.services {
	color:#8dc73f;
	}
	
#menu a.services:hover {
	color:#00acd4;
	}	

/*lists
--------------------------------------*/

	
dl {
  	float: left;
  	width: 455px;
  	margin: 5px 0;
  	padding: 0;
  	display: inline; 
	text-align:left;
	border-bottom: 1px solid #d7e9f3;
	padding-bottom:10px;
  	}
	
dt {
  	float: right;
  	width: 350px; 
  	margin: 0;
  	padding: 0;
  	}
	
dd {
  	margin: 0 0 0 105px;
  	padding: 0;
  	}
	
dl dd.img {
   	margin: 0;
   	}
	
dd.img img { 
  	float: left;
  	margin: 0 10px 0 0;
	padding:5px;
	background-color:#fff;
	border: 1px solid #d7e9f3;
	}
  	
	

/*
--------------------------------------*/

img {
	border:none;
	}
	
div.photorow {
	width:650px;
	margin-left:11px;
	}	
	
.large {
	padding:5px;
	margin:0 0 6px 10px;
	background-color:#fff;
	border: 1px solid #d7e9f3;
	float:right;
	}	
	
.smallmap {
	margin-top:12px;
	}	
	
.smallmap2 {
	margin:12px 0;
	}
	
	/*servicesarea
--------------------------------------*/
	
.servicesarea img {
	float:left;
	width:150px;
	}
	
.servicesarea h2 {
	margin:0;
	}	
		
.servicesarea p {
	margin-top:0;
	}	
	
.servicesarea div {
	float:right;
	width:435px;
	}
		

/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}		
	