/* @override 
	http://picturesandwriting:8888/style.css
	http://www.picturesandwriting.com/style.css
*/

html, body {
}

body {
	font-size: 62.5%;
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #666;
	background: #fff;
}

/* @group general element styles */

*{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

img{
	border: 0;
}

ul{
	list-style-position: outside;
	list-style: none;
}

li{
	list-style: none;
}

#content p, address{
	margin: 1.0em 0;
}

#content p, #content li, address{
	line-height: 1.8em;
	font-size: 1.4em;
}

address{
	line-height: 1.4em;
	font-style: normal;
}

#content ul, #content ol{
	padding-left:  35px;
	margin: 1.0em 0;
}

#content li{
	margin: 0.5em 0;
}

#content ul li{
	list-style: disc;
}

#content ol li{
	list-style: decimal;
}

#content blockquote{
	padding: 0 20px;
	margin: 1.0em 0;
	font-family: 'Lucida Console', Monaco, monospace;
	color: #999;
}

code{
	font-size: 1.2em;
}

a{
	color: #55D1CC;
	font-weight: bold;
}

a:active{
	outline: none;
}

a:hover{
	text-decoration: underline;
}

.nospace{
	margin: 0;
}

.nospacetop{
	
}

.floatright{
	float: right;
}

.inline{
	display: inline;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

img.alignleft{
	margin: 0 10px 10px 0;
}

img.alignright{
	margin: 0 10px 10px 0;
}

.hiddennojs{
	position: absolute;
	left: -9999em;
	top: -9999em;
}

.hidden{

}

.clear{
	clear: both;
}

acronym{
	background: url(i/border_dotted_horizontal.gif) repeat-x bottom;
	border-bottom: 0;
	cursor: help;
}

acronym:hover{
	cursor: help;
}

/* @end */

/* @group Main Blocks */

#master{
	margin: 1.0em 0 0 0;
	padding-bottom: 0;
}


.container{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.headtop2{
	background: url(i/logo_neck_large.gif) repeat-y right;
	position: relative;	
	z-index: 1;
	float: left;
	width: 100%;
	margin-bottom: -6px;
}

#content{
	clear: both;
}


#footer.divider{
	float: left;
	width: 100%;
	margin: 2.0em 0 0 0;
	font-size: 1.4em;
	padding: 1.3em 0 1.0em 0;
	border:0;
	background: url(i/shad_hori_bot.gif) repeat-x;
}

#footer .copyright{
	display: inline;
}

#footer .email{
	display: inline;
}

/* @end */

/* @group header */

#header{
	float: left;
	width: 100%;
	border-bottom: 6px solid #000;
	z-index: 0;
}

#header .col1{
	width: 625px;
	float: left;
	margin: 2.6em 0;
}

#header .col2{
	width: 310px;
	float: right;
}

#header img{
	float: right;
	z-index: 10;
}


h1{
	font-size: 2.3em;
	color: #000;
}

h1 span{
	font-family: georgia, palatino, 'times new roman', times, serif;
	color: #666;
	font-weight: normal;
}

#header #bigtext{
	line-height: 1.5em;
	font-size: 2.3em;
	font-family: georgia, palatino, 'times new roman', times, serif;
	width: 590px;
	}

#bigtext a, #bigtext strong, h1 a{
	font-style: italic;
}

#bigtext span{
	font-weight: bold;
}



/* @end */

/* @group divider */

/*
.divider{
	border-width: 6px 0;
	border-style: solid;
	border-color: #000;
	clear: both;
	background: #fff;
	width: 100%;
	font-weight: bold;
	color: #000;
	float: left;
}

.divider.head{
	border-bottom: 0;
	margin-top: -6px;

}

*/

/* @end */

/* @group Content */

h2{
	font-size: 2.6em;
	color: #444;
	padding: 1.6em 0 0.8em 0;
	font-family: georgia, palatino, 'times new roman', times, serif;
	font-style: italic;
}

#content .entry{

}

#content .imgtwo{
	width: 435px;
	float: left;
	margin: 1.0em 0 2.0em -2px;
	padding: 0px 0px 0em 32px;
	border-left: 2px solid #aaa;
}

#content .imgtwo.left{
	border-right: 2px solid #aaa;
	border-left: 0;
	padding-right: 32px;
	padding-left: 0;
	margin-left: 0;
}

#content ul.img{
	margin: 0;
	padding: 0;
	
}

#content ul.img li{
	list-style: none;
	margin: 1.0em 0;
}

#content ul.img li.first{
	margin-top: 0;
}

#content .imgtwo p.caption{
	margin-bottom: 0;
}

#print .section{
	float: left;
	width: 100%;
	clear: both;
}

#content .imgtwo span {
	border-top: 1px solid #aaa;
	display: block;
	padding-top: 0.5em;
	font-style: italic;
	font-size: 0.96em;
	line-height: 1.7em;

}

#content span.moreimages{
	border: 0;
	font-size: 1.0em;
	font-style: normal;
	text-align: center;
	margin-bottom: -1.0em;
	padding-top: 0;
}

#content img.example{
	display: block;
	width: 435px;
	height: 435px;
	margin-bottom: 1.0em;
}

.featured01{
	clear: both;
	margin-top: 2.0em;
	float: left;
	width: 100%;
}

#content .featuredimg{
	float: right;
	width: 300px;
	margin: 0 0px 0.8em 10px;
	padding: 5px;
	border: 2px solid #aaa;
}

#content .featuredimg.top{
	margin-top: 1.0em;
}

.featured01 img{
	width: 300px;
}

.featured01 .featureddesc{
	float: left;
	width: 610px;
}

/* @group Accordion */

.accordionwrap{
	border-color: #aaa;
	border-width: 0 0 1px 0;
	border-style: solid;
	float: left;
	width: 940px;
	clear: both;
}

.accordionwrap h3{

}

.accordionwrap.first{
	border-top-width: 1px;
	margin-top: 1.5em;
}

.accordion{
	padding: 0;
	margin: 0;
}

.accordion2{
	background: #f6f6f6;
	border-width: 2px 2px 1px 2px;
	border-style: solid;
	border-color: #aaa;
	float: left;
	padding: 0.5em 10px;
}

#content .accordion .col2{
	float: right;
	display: block;
	margin-top: 1.0em;
}

.accordion .col2 a.imglink{
	border: 1px solid #aaa;
	padding: 2px;
	display: block;
	width: 300px;
	text-align: center;
	background: #fff;
	text-decoration: none;
}

.accordion .col2 a:hover.imglink{
	border-color: #666;
	cursor: pointer;
}

.accordion .col2 .imglink span{
	display: block;
	margin: 0.25em 0;
	padding-top: 0.4em;
	border-top: 1px solid #ddd;
	font-weight: bold;
	text-decoration: underline;
}

.accordion .col2 a:hover.imglink span{
	text-decoration: underline;
}

#content .accordion .col2 p{
	margin: 0;
	color: #55D1CC;
}

.accordion .col1{
	width: 600px;
	float: left;
	margin-right: 10px;
}

h3 {
	font-size: 1.8em;
	clear: both;
	color: #444;
	font-family: georgia, palatino, 'times new roman', times, serif;
	font-style: italic;
	margin: 1.0em 0;
	}
	
#wordpress h3, #home h3{
	margin: 0;
}
	
#print h3{
	margin: 1.0em 0;
	clear: both;
}

h3 a {
	display: block;
	width: 100%;
}

h3 a span{
	padding: 0.6em 0 0.4em 0;
	display: block;
}

/*get around no hover due to accordion JS - obviously have to wrap in a SPAN element*/
h3.toggler a:hover span{
	background: url(i/icon_down_active.gif) no-repeat 900px center;
	display: block;
}

h3 a:hover{
	color: #55D1CC;
	background: url(i/icon_down.gif) no-repeat 900px center;
}

#content p.first{
	margin-top: 0;
	clear: both;
}



#content p.weblink a{
	border: 2px solid #55D1CC;
	padding: 0.3em 17px 0.3em 5px;
	background: #fff;
	font-weight: bold;
	display: block;
	float: left;
	width: 280px;
	text-align: center;
	margin-bottom: 1.0em;
}

#content p.weblink a span{
	background: #fff url(i/link_external.gif) no-repeat right center;
	padding-right: 17px;
	margin-right: -17px;
	text-decoration: underline;
}

/* @end */

.extra{
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.23em;
	background: #f3f3f3;
	font-family: georgia, palatino, 'times new roman', times, serif;
	margin: 2.0em 0 1.0em 0;
}

.extra span{
	font-weight: bold;
}

#content .extra p{
	margin: 0;
}

.extra a{
	font-style: italic;
}

.external{
	background: url(i/link_external02.gif) no-repeat right top;
	padding-right: 10px;
}


/* @group Link Colours */

.colourweb, a.colourweb{
	color: #D33720;
}

.colourxhtml, a.colourxhtml{
	color: #9BC92E;
}

.colourwordpress, a.colourwordpress{
	color: #FFA227;
}

.colourbespoke, a.colourbespoke{
	color: #B96ACC;
}

.colourabout, a.colourabout{
	color: #5B70E7;
}

.colourcontact, a.colourcontact{
	color: #D5CB61;
}

.colourprint, a.colourprint{
	color: #D761A7;
}

/* @end */

/* @end */

