﻿/*colours
dark-grey: #789
navy blue: #10306e;
white
red : 671f46
*/
	
	
	body{
	margin:0;
	padding:0;
	font: small Verdana, Helvetica, Arial, sans-serif;
	background-color:#789;
	color:#10306e;
	}
	
	.clear{
	clear:both;
}
	#counter{
	color:#789;
	display:none;
	}
	
	p, ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
	.more{
	margin:0;
	padding:0;
	text-align: right;
	}
	
	.artist{
	font-weight:bold;
	margin:0;
	padding:.5em 0;
	}
	
	.title{
	font-style:italic;
	margin:0;
	padding:0;
	}
	
	.medium{
	margin:0;
	padding:0;
	}
	
	.clear{
	clear:both;
}

/*news*/
	.newsbox{
	width: 45%;
	float:left;
	padding: 0.5em;
	margin: 1em;
	}
	
	.newsbox img{
	float:left;
	margin-right: 10px;
	}
	
	.newsbox p{
	margin-left: 180px;
	}
	
	.archive .newsbox{
	border:1px solid #671f46;
	}

/*links*/
	a:link, a:visited{
	color: #10306e;
	text-decoration: none;	
	}
	
	a:hover{
	text-decoration:underline;
	color:white;
	}
	
	a:active{
	background-color:#671f46;
	color: white;
	}
	
	a:hover.gallery{
	color: #671f46;	
	}
	
	a:active.gallery{
	background-color: #BAC8D6;
	color: #671f46;
	}
	
	#threecol #second a{
	font-weight:bold;
	}
	
	a:link.inline, a:visited.inline{
	font-weight: bold;
	text-decoration:underline;
	}
	
/*images*/
	
	a:hover.image img{
	border:1px solid #BAC8D6
	}
		
	img{
	border:1px solid black;	
	}
	
	.noborder{
	border:0;
}
	
/*page layout*/
	
	#container, #footer, #header{
	margin: 0 auto; 
	min-width: 740px;
	max-width: 1200px; 
	}

	#container{
	position:relative;
	top:0;
	left:0;
	padding:1em;
	background-color:#BAC8D6;
	color:#10306e;
	border-top: 3px #671f46 double;
	border-bottom: 3px #671f46 double;
	}
	
	#textleft #content {
	width: 60%;
	float:left;
	}
	
	#textleft #sidebar {
	position: relative;
	float:right;
	}
	
	#textright #content {
	width: 60%;
	float:right;
	}
	
	#textright #sidebar {
	position: relative;
	float:left;
	}
	
	#textleft #newsletter{
	width:39%;
	float:right;
	padding:1em 0;
	}
	

	.blockquote{
	margin: 2em;
	}
		
/*header & navigation*/
	#header{
	height:8em;
	padding:1em;
	}
	
	#header h1{
	margin:0;
	padding:0;
	position: relative;
	top: 2px;
	font-size: 550%;
	background: url(logo2.jpg) no-repeat;
	text-indent: -9000px;
	z-index:3;
	}
	
	#header ul{
	text-align:right;
	}
	
	#mainNav li{
	display: inline;
	}
	
	body.news #mainNav a#news,
	body.portfolio #mainNav a#portfolio,
	body.about #mainNav a#about,
	body.contact #mainNav a#contact,
	body.links #mainNav a#links,
	body.map #mainNav a#map,
	body.home #mainNav a#home
	{
	color:white;
	text-decoration:underline;
	}
	
	body.news #mainNav a:hover#news,
	body.portfolio #mainNav a:hover#portfolio,
	body.about #mainNav a:hover#about,
	body.contact #mainNav a:hover#contact,
	body.links #mainNav a:hover#links,
	body.map #mainNav a:hover#map,
	body.home #mainNav a:hover#home
	{
	color:#789;
	}
	
	
/*content*/	
		
	h3, h2{
	margin:0.5em 0 .5em 0;
	padding:0;
	font-weight: bold;
	font-size:120%;
	}
	
	.titlewhite{
	color:white;
	padding: 0 0 .5em 0;
	border-bottom:1px white solid;
	margin-bottom:1.5em;
	}
		
	#headline{
	padding: 1.5em;
	background: url(gradpink.jpg) repeat-x bottom left;
	background-color: #671f46;
	color: white;
	/*this will collapse the news alert	*/
	display: none;
	}
	
	.price{
	display:none;
	}
	
	#headline h3{
	font-size:150%
	}
	
	#headline p{
	font-size:110%;
	}
	
	#headline a:link, #headline a:visited{
	color: white;
	font-weight:bold;
	}
	
	.features{
	padding:1.5em;
	
	}
	.center{
	text-align:center;
	padding:4em;
	}
	
/*sidebar*/
	#sidebar{
	width: 38%;
	background-color:white;
	color:#10306e;
	text-align:center;
	padding:2em 0.5em;
	height:350px;
	}
	
	#sidebar ul{
	text-align: right;
	padding-right: 1em;
	}
	
	#nav2{
	background: url(gradwhite.jpg) repeat-x bottom left;
	background-color: #671f46;
	color: white;
	padding: 1.5em;
	margin:4em 0 0 0;
	}
	
	#nav2 li{
	margin:.5em;
	}
	
	#nav2 a:link, #nav2 a:visited{
	color: white;
	}
/*newsletter*/

	#newsletter p{
	padding-right:1.5em;
	}
	
	#newsletter form{
	margin-top:.5em;
	margin-right:1.5em;
	text-align:left;
	}
	
	#newsletter-email{
	width:40%;
	border:1px solid #671f46;
	color:#10306e;
	text-align:right;
	}
	
	#newsletter-submit{
	margin:.5em 0;
	color:white;
	border:1px solid #671f46;
	background-color: #BAC8D6;
	}
	
	.contact #newsletter form{
	margin-right:0;
	}
	
	
	
/*one column page*/

	#onecol #container{
	background: white;
	color:#10306e;
	}
	
	table.gallery{
	table-layout:fixed;
	}
	
	.portfolio td{
	text-align:center;
	}
	
	caption{
	font-size: 150%;
	font-weight:bold;
	padding:0.5em 0;
	}
	
	.gallery .title{
	padding:.5em 0;
	font-size:110%
	}
	
	.gallery .medium{
	padding:.5em 0 0 0;
	}
	
	.gallery .size{
	padding:0 0 1em 0;
	}
	
	.gallery #nav3{
	text-align:center;
	padding-top:3em;
	}
	
	.gallery #nav3 li{
	display:inline;
	}
	
/*threecl*/
	#threecol #first{
	width:20%;
	float:left;
	}
	
	#wrapper{
	float:right;
	width:74%;
	margin-left:2em;
	}
		
	#threecol #second{
	background-color:white;
	padding:0 0.5em;
	width:64%;
	float:left;
	}
	
	#threecol #third{
	width:31%;
	float:right;
	}
	
	#threecol h2{
	color:white;
	border-bottom:1px white solid;
	font-weight: bold;
	font-size:120%;
	padding:0.5em 0 .5em 0;
	margin-bottom:0.5em;
	}
	
	#second h2, h3{
	color: #10306e;
	border-bottom:1px #10306e solid;
	font-weight: bold;
	font-size:120%;
	padding:0.5em 0 .5em 0;
	margin-bottom:0.5em;
	}
	
	#second h4{
	color: #671f46;
	font-weight: bold;
	font-size:100%;
	padding:1em 0 0 0;
	margin-bottom:0.5em;
	}

	
/*footer*/
	#footer{
	clear:both;
	padding:1em;
	font-size:80%;
	}
	
/*pop-up*/
	#pop{
	padding-top: 50px;
	text-align: center;
	background-color: white;
	}
	
	#pop #footer{
	min-width:400px;
	max-width: 475px;
	}
	
	#pop p{
	float:left;
	}
	
	#pop a{
	float:right;
	}
	
	a:hover{
	color: #671f46;
	}
	
/*news*/
.news h3{
	color: #671f46;
	}
	
/*resume*/
	.date{
	font-weight: bold;}
	
	.show{font-style: italic;}
		
	.titlered {
	color:#671f46;
	padding: 0 0 .5em 0;
	border-bottom:1px #671f46 solid;
	margin-bottom:1.5em;
	}
	
/*links page*/
	#links #first{
	width:23%;
	float:left;
	margin:0;
	padding:0.5em;
	}
	
	#links #wrapper{
	width:74%;
	float:right;
	margin:0;
	}
	
	#links #second{
	width: 64%;
	float:left;
	background-color:white;
	padding:0.5em;
	}
	
	#links #third{
	width: 31%;
	float:right;
	padding:0.5em;
	}
	
	#links h2{
	color:white;
	border-bottom:1px white solid;
	font-weight: bold;
	font-size:120%;
	padding:0.5em 0 .5em 0;
	margin-bottom:0.5em;
	}
	
	#second h2, h3{
	color: #10306e;
	border-bottom:1px #10306e solid;
	font-weight: bold;
	font-size:120%;
	padding:0.5em 0 .5em 0;
	margin-bottom:0.5em;
	}

	#second p{
	margin-bottom:0.5em;
	}
