/*=================================================

		CSS for:
		Author: 
		Company:
		Email:
		Creation Date:
		Last Modified:

=================================================*/

/*=================================================

		GLOBALS
		
=================================================*/

/* CSS 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,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;
}

/* Set 1em == 10px
-------------------------------------------------*/

html {
	font-size: 50%;
}

body {
	font-size: 125%;
}

/*=================================================

		COLOUR & TYPOGRAPHY
		
=================================================*/

body {
	background: #36424E url("../images/bg.gif") repeat-y top left;
	color: #FFF;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------*/

h1 {
	
}

h2 {
	font-size: 18px;
}

h2#hd-lacyroad a {
	display: block;
	width: 247px;
	height: 13px;
	background: transparent url("../images/hd-lacyroad.gif") no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 7px 0;
}

h2#hd-langtonstreet a {
	display: block;
	width: 346px;
	height: 14px;
	background: transparent url("../images/hd-langtonstreet.gif") no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 7px 0;
}

h2#hd-artacademy {
	display: block;
	width: 220px;
	height: 17px;
	background: transparent url("../images/hd-artacademy.gif") no-repeat top left;
	text-indent: -9999px;
}

h2.artacademyhome {
	margin: 0 0 43px 0;
}

h2.artacademy {
	margin: 0 0 4px 0;
}

h2.artist {
	margin: 0 0 15px 0;
}

h3 {
	
}

h3.strapline {
	margin: 0 0 25px 0;
}

h4 {
	color: #5E6871;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	
}

h6 {
	
}

/* Paragraphs & Text
-------------------------------------------------*/

p {
	line-height: 16px;
	margin: 0 0 10px 0;
}

small {
	
}

/* Lists
-------------------------------------------------*/

ul {
	
}

li {
	
}

ul.artistList {
	width: 200px;
	float: left;
}

ul.artistList li {
	color: #9DA7B2;
	margin: 0 0 10px 0;
}

ul.pagination {
	clear: both;
}

ul.pagination li {
	display: inline;
	padding: 3px;
}

ol {
	
}

dl {
	margin: 0 0 10px 0;
}

dt {
	
}

dd {
	margin: 0 0 7px 0;
}

dl.showList dt {
	float: left;
	width: 165px;
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

/* Forms
-------------------------------------------------*/

fieldset {
	
}

legend {
	
}

form {
	
}

label {
	
}

input, textarea, select {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

input {
	
}

/* Make sure submits, radios, buttons and checkboxes have normal widths */
input.submit, input.button, input.radio, input.checkbox {
	width: auto;
}

textarea {
	
}

select {
	
}

optgroup {
	
}

option {
	
}

/* Tables
-------------------------------------------------*/

table {
	
}

tr {
	
}

thead {
	
}

th, td {
	padding: 5px;
}

th {
	
}

tbody {
	
}

td {
	
}

tfoot {
	
}

/*=================================================

		STRUCTURE
		
=================================================*/

div#wrapper {
	
}

/* Header
-------------------------------------------------*/

div#header {
	
}

/* Navigation
-------------------------------------------------*/

ul#nav {
	width: 163px;
	float: left;
	margin: 160px 40px 0 0;
}

ul#nav li a {
	display: block;
	text-indent: -9999px;
	margin: 0 0 28px 0;
}

ul#nav li#nav-lacyroad a {
	/*width: 150px;*/
	height: 9px;
	background: transparent url("../images/nav-lacyroad.gif") no-repeat top right;
}

ul#nav li#nav-langtonstreet a {
	/*width: 139px;*/
	height: 9px;
	background: transparent url("../images/nav-langtonstreet.gif") no-repeat top right;
}

ul#nav li#nav-artacademy a {
	/*width: 102px;*/
	height: 9px;
	background: transparent url("../images/nav-artacademy.gif") no-repeat top right;
}

ul#nav li#nav-artists a {
	/*width: 124px;*/
	height: 9px;
	background: transparent url("../images/nav-artists.gif") no-repeat top right;
}

ul#nav li#nav-contact a {
	/*width: 65px;*/
	height: 9px;
	background: transparent url("../images/nav-contact.gif") no-repeat top right;
}

/* Body
-------------------------------------------------*/

div#body {
	margin: 100px 0 0 0;
	float: left;
}

/* Columns
-------------------------------------------------*/

div.col {
	width: 330px;
	float: left;
	margin: 0 10px 0 0;
}

div.col img {
	margin: 0 0 15px 0;
}

.topMargin {
	margin: 60px 0 15px 0 !important;
}

div.twoCol {
	width: 670px;
	margin: 0 0 10px 0;
}

/* Gallery Image Wrapper
-------------------------------------------------*/

div.imageWrap {
	width: 780px;
}

div.imageWrap img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

/* Footer
-------------------------------------------------*/

div#footer {
	
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}
