/*---------------------------------------------------------------------------------
Yahoo YUI 2 RESET
---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
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; }

/*---------------------------------------------------------------------------------
Rebuild Edit of Yahoo Base
---------------------------------------------------------------------------------*/
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*---------------------------------------------------------------------------------
Base Font Size
---------------------------------------------------------------------------------*/
html { font-size: 16px; /* Set default to 16px */ }
 
body {
	  font-size: 62.5%; /* 62.5% of 16px = 10px (1em) */
	  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif; }
 
/*---------------------------------------------------------------------------------
Define All Type Stlyes & Sizes
---------------------------------------------------------------------------------*/
h1 {	font-size: 2.8em; } /* 28px */
 
h2 {	font-size: 2.4em; } /* 25px */
 
h3 {	font-size: 2.0em; } /* 20px */
 
h4 { font-size: 1.8em; } /* 18px */
 
h5 { font-size: 1.6em; } /* 16px */
 
p, li { font-size: 1.6em; }  /* 16px */

/*----------------
Define All Colours
------------------

White - #FFF
Black - #000
 
----------------*/


/*---------------------------------------------------------------------------------
Basic Layout
---------------------------------------------------------------------------------*/
html { height: 101%; } /* Forces Scrollbar */
body {

}

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 65px;
	margin: 20px 0;
	padding: 0;
}
	#header h1 {
		margin: 0;
	}	
	
	#header h2 {
		margin: 0;
	}

#logo {
	float: left;
	display: inline-block;
	width: 310px;
	height: 65px;
	position: relative;
}

	#logo span { /*Image Replacement*/
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('../images/site/annesutherland.gif') left no-repeat;
	}

#tagline {
	float: right;
	display: inline-block;
	width: 460px;
	height: 65px;
	position: relative;
}

	#tagline span { /*Image Replacement*/
		position: absolute;
		width: 100%;
		height: 100%;
		background: url('../images/site/tagline.gif') left no-repeat;
	}

#nav {
	margin: 0;
	padding: 20px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

	#nav li {
		margin: 0 0 0 1.0em;
		display: inline;
		list-style: none;
		font-weight: bold;
		overflow: hidden;
	}	
	
		#nav li.current {
			padding: 5px 8px;
			background: #EEE;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		
			#nav li a {
				padding: 5px 8px;
				color: #333;
				background: #FFF;
				text-decoration: none;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
			}
			
			#nav li a:hover {
				padding: 5px 8px;
				color: #000;
				background: #EEE;
				text-decoration: none;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
			}

#main {
	margin: 20px 0;
	min-height: 408px;
}

	#main p {
		/* width: 465px; */
		margin-left: 20px;
		line-height: 1.3em;
	}
	
	#main img.home {
		margin: 0;
		padding: 0;
		float: none;
	}	
	
	#main img {
		float: right;
		margin: 0 0 20px 20px;
	}
	
	#main h4 {
		margin: 1em 0 0.5em 0;
		font-size: 1.2em;
	}
	
	#main dl {
		margin: 0 0 1em 20px;
		padding: 0;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	#main dt{
		margin: 1em 0 0 0;
		padding: 0 10px 0 0;
		font-style: italic;
	}
	
		#main dt.title {
			font-size: 1.2em;
			font-style: normal;
			font-weight: bold;
			margin: 0;
		}
	
		#main dt.first{
			margin: 0;
		}

	
	#main dd {
		margin: 0 0 0 1em;
		padding: 0 0 0 0;
	}
	
	#main dd h4 {
		margin-left: -1em;
	}	
	
	#main dd.first h4 {
		margin-top: 0;
	}
	
		#main dd.title {
			color: #333;
			font-weight: bold;
		}		
		
		#main dd.award {
			font-weight: bold;
		}
		
	#main ul.contact li {
		list-style: none;
		line-height: 1.4em;		
		font-style: normal;
	}	
	
		#main ul.contact li span {
			color: #000;
			font-weight: bold;
		}
		
	#main div.cushycms {
		margin: 0 0 1em 20px;
		font-size: 0.85em;
	}
	
		#main div.cushycms p em {
			margin-left: -1em;			
		}
		
#main a {
	color: #000;
	text-decoration: none;
}	
		
	#main a:hover {
		text-decoration: underline;
	}	
	
/* Gallery Styling */
.accordionButton h2 {
	float: left;
	display: block;
	width: 920px;
	font-size: 1.8em;
	color: #333;
	margin-bottom: 5px;
	padding: 20px;
	overflow: hidden;
	border-bottom: 2px dotted #CCC;
}

	.accordionButton h2 span {
		float: right;
		color: #CCC;
		margin: 0;
		padding: 0;
	}
	
	.accordionButton h2:hover {
		cursor: pointer;
		border-bottom: 2px dotted #000;
	}
	
	.accordionButton h2:hover span {
		color: #000;
	}
	
.accordionContent {
	float: left;
	display: block;
	width: 960px;
	margin: 25px 0 15px 0;
	padding: 0;
	overflow: hidden;
}

#main div.accordionContent img {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	.accordionContent ul {
		float: left;
		display: inline;
		margin: 0 10px;
		padding: 0;
		overflow: hidden;
	}
	
		.accordionContent ul li {
			float: left;
			display: inline;
			margin: 0 0 14px 14px;
			padding: 0;
			list-style: none;
		}
		
			.accordionContent ul li a img {
				float: left;
				display: inline;
				margin: 0;
				padding: 0;
				border: 5px solid #EEE;
			}
			
			.accordionContent ul li a:hover img {
				border: 5px solid lightblue;
			}

#commissions-text{
	float: left;
	display: block;
	width: 475px;
	overflow: hidden;
}

#commissions #main  img {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	ul#commissions-gallery {
		float: right;
		display: block;
		width: 450px;
		margin: 0 -10px 10px 0;
		padding: 0;
		overflow: hidden;
	}
	
		ul#commissions-gallery li {
			float: left;
			display: inline;
			margin: 0 10px 10px 0;
			padding: 0;
			list-style: none;
		}
		
			ul#commissions-gallery li a img {
				float: left;
				display: inline;
				margin: 0;
				padding: 0;
				border: 5px solid #EEE;
			}
			
			ul#commissions-gallery li a:hover img {
				border: 5px solid lightblue;
			}

	

/* Footer Styling */

#footer {
	float: left;
	width: 960px;
	clear: both;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#gallery #footer {
	margin-top: 30px;
}
	#footer p {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		text-align: right;
	}
	
		#footer p a {
			color: #000;
			text-decoration: none;
			text-transform: lowercase;
		}	
		
			#footer p a:hover {
				text-decoration: underline;
			}
			
/*Contact Form Styling Begins*/

fieldset {
}
	fieldset dt {
		float: left; 
		clear: left; 
		width: 90px;
	}
	
	fieldset dt label{
		font-style: normal;
	}
	
	fieldset dd {
	}

	fieldset textarea {
		background-color: #EEE;
		border: #DDD 1px solid;
		margin: 0.5em 0 0 0;
		padding: 5px;
		width: 345px;
		font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
		font-size: 0.9em;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	fieldset textarea:hover {
		border: #CCC 1px solid;
	}
	
	fieldset input {
		background-color: #EEE;
		border: #DDD 1px solid;
		margin: 0.5em 0;
		padding: 5px;
		width: 345px;
		font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	fieldset input:hover {
		background-color: #EEE;
		border: #CCC 1px solid;
	}

	fieldset input#submit {
	padding: 5px;
	cursor: pointer;
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	fieldset p.error {
		color: red;
		font-style: italic;
	}
	
	p.success {
		color: green;
		font-style: italic;
	}

/*Contact Form Styling Ends*/
