body
{
	font-family: georgia, times, sans-serif;
	margin: 0;
	padding: 20px;
	background-color: #b2ae95;
	background-image:  url('/img/ga/bg');
	font-size: 10pt;
	line-height: 16pt;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

a {
	color: #000000;	
	font-weight: normal;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover
{
	outline: none;
	color: #f36b21;
}

a.nohighlight,
a.nohighlight:link,
a.nohighlight:hover
{
	border: 0px;
}
p a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover
{
	border-bottom: 1px solid #f36b21;
}

a:active
{
	outline: none;
}

a.external
{
	background: url('/img/icon_arrow_right_15px.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

a.external:hover
{
	background: url('/img/icon_arrow_right_15px-over.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	border: 0px;
	text-decoration: underline;
}

h1 {
	display: inline;
	padding:  0px;
	text-transform: uppercase;
	overflow: visible;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border: 0px; }

h1 a:hover
{
	border: 0px;
}

h2
{
	overflow: visible;
	padding: 0px; 
	font-size: 20pt; 
	line-height: 22pt;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
}

h3 
{
	overflow: visible;
	font-weight: normal;
	padding: 0px;
	font-size: 16pt;
	line-height: 18pt; 
	margin: 0px 0px 10px 0px;
}


h4 
{
	overflow: visible;
	margin: 0px 0px 10px 0px;
	padding: 0px; 
	border: 0px; 
	font-size: 14pt; 
	font-weight: normal;
}

h3 a
{
	font-weight: normal;
}

h5
{
	padding: 0px;
	font-size: 12pt;
	margin: 0px;
	padding-top: 8px;
}

h6
{
	font-weight: normal;
	padding: 0px;
	font-size: 12pt;
	margin: 0px;
}

embed,
object
{
	background: #FFF9D5;
}

ul a
{
	border-bottom: 0px;
}

p
{
	font-size: 9.5pt;
	margin:  0px;
	padding:  0px;
	margin-bottom: 1em;
}

p a
{
	font-size: 10pt;
}


p img 
{
	margin: 4px;
}

p.last
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

span.required
{
	font-weight: bold;
	font-size: 15pt;
	line-height: 10pt;
	color: #990000;
}

a img 
{
	border: 0px;
}

div
{
	padding: 0px;
	margin: 0px;
}

img
{
	padding: 0px;
	margin: 0px;
}


/** Generic Class Styles */

.nowrap
{
	white-space: nowrap;
}

.clear
{
	position: relative;
	clear: both;
}


div.clear
{
	height: 0px;
}

.rule
{
	padding-top: 10px;
	height: 0px;
	border-bottom: 1px solid #b2ae95;
	margin-bottom: 10px;
	clear: both;
}

.clear-right
{
	clear: right;
}

.clear-left
{
	clear: left;
}

.center 
{
	text-align:  center;
}

.sub,
.count
{
	color: #6b6b6b;
	font-weight: normal;
	font-size: 90%;
}

.arrow
{
	font-weight: bold;
	font-size: 150%;
	line-height: 50%;
	border: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 1.5em;
}

ul.clean
{
	margin-top:  8px;
	padding:  0px;
	margin:  0px;
	list-style: none;
}

.bottomborder {
	padding-top: 10px;
	border-bottom: 3px solid #000000;
	margin-bottom: 5px;
	clear:  both;
}

.grey {
	color:  #555555;
}

.grey strong {
	color:  #000000;
}

.justify 
{
	text-align: justify;
}

p.right
{
	text-align: right;
}

p.left
{
	text-align: left;
}

/** intro styles **/

div.intro
{
	position: relative;
	margin-top: 5px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #b2ae95;
	margin-bottom: 10px;
	line-height: 16pt;
	clear: both;
}

div.intro h2
{
	display: inline;
	font-size: 30pt;
	line-height: 34pt;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: left;
}

div.intro p
{
	padding-top: 6pt;
	line-height: 14pt;
	margin-bottom: 4px;
}

div.intro ul
{
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	clear: right;
}

div.intro ul li,
div.intro .abstract
{
	display: block;
	margin-right: 10px;
	width: 146px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #b2ae95;
	float: left;
}

div.intro .abstract
{
	left: 146px;
	width: 601px;
	clear: right;
	text-align: left;
}

div.intro .abstract p
{
	margin: 0px;
	padding: 0px;
	color: #6b6b6b;
}


div.intro ul li
{
	text-transform: lowercase;
}

div.intro ul.inline
{
	display: inline;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

div.intro ul.inline li
{
	width: auto;
	padding: 0px 5px 0px 5px;
	float: left;
	height: auto;
}

div.intro ul.inline li.first
{
	width: auto;
	border-left: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}


div.intro .details,
div.container .details
{
	position: relative;
	right: 0px;
	float: right;
	padding-top: 7px;
	line-height: 12pt; 
	text-align: right;
	font-size: 10pt; 
	color: #6b6b6b; 
}

div.intro .details a:link,
div.intro .details a:visited
{
	color: #6b6b6b; 
}

div.intro .details a:hover
{
	color: #f36b21;
	border-bottom: 1px solid #f36b21;
}


/*
div.left 
{
	padding-right:  14px;
	border-right:  2px solid #000000;
	clear: left;
	float: left;
}

div.right
{
	clear: right;
	float: left;
}

ul.images
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.images li
{
	position: relative;
	display: block; 
	width: 140px; 
	height: 90px;
	vertical-align: bottom;
	float: left; 
	border-left: 1px solid #b2ae95; 
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

*/

/** Form styles */

label
{
	font-weight: bold;
}

form
{
	display: inline;
}


input.text,
textarea,
form span.pre
{
	background: #ffffff;
	position: relative;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;	
	line-height: 11pt;
	padding: 2px;
	border: 1px solid  #b2ae95;
	width: 95%;
}

form span.pre
{
	background: #eeeeee;
	display: block;
	margin: 0px;
}


form input.button
{
	font-size: 8pt;
}

form p.buttons
{
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
}

.inputcomment
{
	color: #6b6b6b;
	font-size: 90%;
}

.inputHint
{
	color: #555555;
}

/** Contents styles */

.contents 
{
	position: relative;
	clear: both;
	background: #FFF9D5;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 758px;
}

.block
{
	margin-top: 12px;
	padding-bottom: 10px; 
	border-bottom: 3px solid #000000;
}

/** page header element styles */

#masthead
{
	margin-top: 12px; 
	position: relative; 
	padding-bottom: 10px; 
	border-bottom: 3px solid #000000;
}

#programme
{
	position: absolute; 
	left: 390px; 
	top: 2px; 
	width: 360px; 
	text-align: right;
}

#programme h2
{
	margin: 0px; padding: 0px 0px 5px 0px;
}

#programme a
{
	font-family:Helvetica, Arial, Sans-Serif; 
	border: 0px;
	font-size: 20px;
}

/** navigation styles */

#navigation
{
	position: relative;
	margin: 8px 0px 0px 0px;  
	padding: 0px 0px 5px 0px; 
	clear: both;
}

#navigation ul
{
	position: relative;
	overflow: visible;
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	clear: both;
}

#navigation>ul
{
	width: 800px;
}

#navigation>ul>li
{
	overflow: visible;
	position: relative;
	display: inline; 
	padding: 0px;
}

ul.navigation
{
	position: relative;
	font-size:10pt; 
	color: #6b6b6b; 
	line-height: 12pt; 
	border: 0px;
	clear: both;
}

ul.navigation>li
{
	position: relative;
	width: 146px;
	border: 0px;
	padding: 0px;
}

#navigation h4
{
	text-transform: uppercase;
	margin: 0px;
}

#navigation h4.current
{
	color: #000000;
}

.navigation a
{
	color: #6b6b6b; 
	border: 0px;
	font-weight: normal;
}

li.current a
{
	color: #3b3b3b;
	font-weight: bold;
	border-bottom: 1px solid #6b6b6b;
}

.navigation a:hover
{
	color: #f36b21;
	border-bottom: 1px solid #f36b21;
}

/** functions **/

#functions
{
	position: relative;
	width: 758px;
	margin: 4px 0px 0px 0px;  
	border-top: 3px solid #000000; 
	padding-top: 5px;
	padding-bottom: 5px; 
	border-bottom: 3px solid #000000; 
	height: 23px;
}

#functions form
{
	color: #6b6b6b;
	white-space: nowrap;
}




#functions form input.text
{
	width: 120px;
}

#functions a
{
	border: 0px;
	color: #222222; 
	font-weight: normal;
	font-size: 11pt;
	line-height: 16pt;
	text-decoration: none;
}

#functions a:hover
{
	color: #f36b21;
}

#functions .current a
{
	font-weight: bold;
	text-decoration: underline;
}

#functions form#search 
{

}

/** columns styles */

.col1 { position: relative; width: 146px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; clear: left; }
.col2 { position: relative; width: 146px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; }
.col3 { position: relative; width: 146px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; }
.col4 { position: relative; width: 146px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; }
.col5, .col0 { position: relative; width: 146px;  float: left; margin: 0px 0px 0px 0px; clear: right; } /* col0 for replaces col5 when using smarty itterations %5 */

.block1 { position: relative; float: left; width: 140px; }
.block1-2 { position: relative; float: left; width: 248px; }
.block2 { position: relative; float: left; width: 292px; }
.block3 { position: relative; float: left; width: 444px; }
.block4 { position: relative; float: left; width: 596px; }
.block5 { position: relative; float: left; width: 758px; }


.col1-2 { position: relative; width: 298px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; clear: left; }
.col1-3 { position: relative; width: 450px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; clear: left; }
.col1-4 { position: relative; width: 602px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; clear: left; }

.col2-3 { position: relative; width: 298px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; }
.col2-4 { position: relative; width: 450px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; }
.col2-5 { position: relative; width: 601px;  float: left; margin: 0px 5px 0px 0px; float: left; clear: right; }

.col3-4 { position: relative; width: 298px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; }
.col3-5 { position: relative; width: 449px;  float: left; margin: 0px 5px 0px 0px; float: left; clear: right; }

.col4-5 { position: relative; width: 296px;  float: left; margin: 0px 5px 0px 0px; float: left; clear: right; }

.leftHalf { position: relative; width: 370px;  float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; clear: left; }

.rightHalf { position: relative; width: 375px;  float: left; margin: 0px 5px 0px 0px; clear: right; }

.third1 { position: relative; width: 250px; float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95; clear: left; }
.third2 { position: relative; width: 250px; float: left; margin: 0px 5px 0px 0px; border-right: 1px solid #b2ae95;  }
.third3, .third0 { position: relative; width: 245px; float: left; margin: 0px 0px 0px 0px; clear: right; }

/** column styles for left hand borders */

.col1l { position: relative; width: 146px;  float: left; float: left; clear: left; }
.col2l { position: relative; width: 146px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; }
.col3l { position: relative; width: 146px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; }
.col4l { position: relative; width: 146px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; }
.col5l, .col0l { position: relative; width: 146px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; clear: right; } /* col0 for replaces col5 when using smarty itterations %5 */

.col1-2l { position: relative; width: 298px;  float: left; float: left; clear: left; }
.col1-3l { position: relative; width: 450px;  float: left; float: left; clear: left; }
.col1-4l { position: relative; width: 602px;  float: left; float: left; clear: left; }

.col2-3l { position: relative; width: 298px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; }
.col2-4l { position: relative; width: 450px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; }
.col2-5l { position: relative; width: 601px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; clear: right;}

.col3-4l { position: relative; width: 298px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; }
.col3-5l { position: relative; width: 449px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; clear: right; }

.col4-5l { position: relative; width: 296px;  float: left; padding: 0px 0px 0px 5px; border-left: 1px solid #b2ae95; float: left; clear: right;}


.col1 .rule, .col2 .rule, .col3 .rule, .col4 .rule { width: 140px;}
.col1-2 .rule, .col2-3 .rule, .col2-3 .rule, .col2-4 .rule { width: 292px;}
.col1-3 .rule, .col1-3 p { width: 444px; margin-right: 6px; }
.col1-4 .rule, .col1-4 p { width: 596px; }


/** blog styles */

.blog .intro .abstract
{
	position: absolute;
	left: 146px;
	top: 7px;
}

.blog div.intro p
{
	font-size: 9pt;
}

.blog .entry
{
	position: relative;
}

.blog .byline a:link, .blog .byline a:visited
{
	color: #555555;
	border-bottom: 1px solid #999999;
}

.blog .entry h5.date
{
	color: #6b6b6b;
	position: relative;
	float: right;
	top: 0px;
	right: 13px;
	padding: 0px;
	font-size: 9pt;
	line-height: 10pt;
	text-align: right;
	font-weight: normal;
	clear: left;
	margin-left: 10px;
}

.blog .entry .rule
{
	border-bottom-style: dashed;
}

.blog .entry .comments .rule
{
	border-bottom-style: dotted;
}

.blog .commentForm
{
	line-height: 15px;
}

.blog .commentForm .main
{
	float: left;
	width: 410px;
}

.blog .commentForm .details
{
	float: left;
	width: 185px;
	padding-bottom: 4px;
}


.blog .commentForm input.text
{
	margin: 0px;
}

.blog .commentForm form textarea
{
	margin: 0px;
	background: #FFF9D5;
	width: 390px;
	max-width: 390px;
	height: 165px;
}

.blog .commentForm input.text
{
	background: #FFF9D5;
	width: 172px;
}

.blog .commentForm .formMessage
{
	display: block;
	font-size: 10px;
	line-height: 15px;
	color: #555555;
}

.blog .commentForm .buttons
{
	text-align: right;
	margin-bottom: 0px;
}

.blog .commentForm .buttons input.button
{
	margin-right: 10px;
}

.blog .commentForm .optional
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #555555;
}

.blog .commentForm .details
{
	margin-bottom: 0px;
}

.blog .byline
{
	font-style: italic;
	width: 98%;
	font-size: 9pt;
	text-align: right;
}

.attachment
{
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	font-size: 9pt;
	font-weight: normal;	
}

.attachment h5
{
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

.blog .entry .attachment p
{
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #555555;
}

.blog .entry .medium,
.blog .entry .small
{
	float: right;
	text-align: right;
	margin: 0px 13px 5px 13px;
}


/** projects */

.projects .small h3
{
	font-size: 10pt;
	line-height: 16pt;
	margin: 0px;
}

.projects .medium h3
{
	font-size: 13pt;
}

.projects .intro ul
{
	position: absolute;
	top: 0px;
	left: 146px;
}


.projects .medium .imageContainer
{
	display: block;
	width: 245px;
	height: 122px;
	overflow: hidden;
	background: #6b6b6b;
	border: 0px;
}

.projects .small .imageContainer
{
	display: block;
	width: 140px;
	height: 70px;
	overflow: hidden;	
	background: #6b6b6b;
	border: 0px;
}


.projects .medium img
{
	width: 245px;
}
.projects .intro ul li
{
	width: 450px;
}
.projects .date
{
	float: right;
	margin-right: 5px;
	color: #6b6b6b;
	font-size: 90%;
}

/** project styles **/

.project .intro h2
{
	float: left;
}

.project .contributors h5
{
	clear: both;
	display: block;
	margin-top: 5px;
}

.project .imageContainer
{
	position: relative;
	float: right;
	padding-left: 5px;
	border-left: 1px solid #cccccc;
	border-bottom: 0px;
	margin-left: 5px;
}

.project .imageContainer a
{
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.project .contributors ul
{
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
}

.project .contributors li
{
	width: 190px;
	display: inline-block;
}

.project .galleryThumbs .image
{
	position: relative;
	padding: 0px;
	margin: 0px 8px 8px 0px;
	width: 140px;
	height: 93px;
	overflow: hidden;
	float: left;
}

.project h5 {
	margin: 0px;
	padding: 0px;
}

.project .intro .date
{
	text-align: right;
}

/** gallery styles **/

.gallery .container .heading
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.gallery .container .heading h3
{
	position: relative;
	display: inline;
	overflow: visible;
	width: 620px;
	float: left;
	clear: left;
	margin: 0px;
}

.gallery .container .heading p
{
	clear: both;
	width: 100%;
	margin: 0px;
	line-height: 12pt;
	padding: 0px;
	clear: both;
	color: #6b6b6b;
}

.gallery .container .image
{
	padding-top: 5px;
	clear: both;
	position: relative;
	display: block;
	text-align: center;
}

.gallery .container .image a
{
	margin-left: 0px auto 0px auto;
	border: 0px;
}

.gallery .container .image .media 
{
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
}

.gallery .container .heading .details
{
	padding-top: 5px;
}

/** artists styles **/

.artists .intro>ul
{
	position: absolute;
	top: 0px;
	left: 146px;
}

.artists .intro>ul>li
{
	width: 520px;
}

.artists .intro ul .light
{
	color: #cccccc;
}

.artists h3
{
	font-size: 10pt;
	line-height: 14pt;
	margin: 0px;
}

.artists .imageContainer
{
	display: block; 
	width: 140px; 
	height: 160px; 
	background: #6b6b6b;
	border: 0px;
}

/** contributors styles **/

#contributors div.intro h2
{
	float: left;
}

#contributors div.intro ul.inline
{
	padding-top: 21px;
	border-left: 1px solid #cccccc;
}

#contributors div.intro li.first
{
	padding: 0px 5px 0px 5px;
}

#contributors ul.contributors span
{
	color: #6b6b6b;
}

/** contributor styles **/

.contributor .intro h2
{
	float: left;
}

.contributor .imageContainer
{
	position: relative;
	float: right;
	padding-left: 5px;
	border-left: 1px solid #cccccc;
	margin-left: 5px;
}

.contributor .imageContainer a
{
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.contributor .intro .dateofbirth
{
	padding: 0px;
	margin: 0px;
}

.contributor .blog h3
{
	width: 98%;
	font-size: 9.5pt;
	line-height: 14pt;
	margin: 0px;
}

.contributor .blog a
{
	width: 98%;
	text-decoration: none;
	font-weight: normal;
}

.contributor .blog .byline
{
	width: 95%;
	margin:0px 0px 15px 0px; 
	padding: 0px; 
	font-size: 8pt; 
	line-height: 8pt;
	color: #6b6b6b; 
	text-align: right
}

.contributor .blog .byline a
{
	color: #444444;
	border: 0px;
}

.contributor .role 
{
	color: #6b6b6b;
	font-size: 9pt;
}
	
/** pages */

.pages
{
	text-align: center;
}

.pages ul 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}


.pages ul li
{
	position: relative;
	display: inline;
	height: 22px;

}

.pages a
{
	position: relative;
	padding: 3px 4px 3px 4px;
}


.pages .inactive
{
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
	color: #555555;
}

.pages ul li.current
{
	padding: 3px 4px 3px 4px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

/** newsletter styles **/

.newsletter .col4-5 ul li h4,
.newsletter .col5 ul li h4
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 10pt;
}

/** about styles **/

.about .intro ul
{
	position: absolute;
	top: 0px;
	left: 146px;
}

.who .contact
{
	float: right;
	color: #555555;
	line-height: 28px;
}

.who .contact a
{
	color: #555555;
}

.who .contributor h3
{
	float: left;
}

/** residencies **/


.residencies .intro ul
{
	position: absolute;
	top: 0px;
	left: 298px;
}

.residencies .intro ul li
{
	width: 520px;
}

.residencies .intro ul.inline
{
	position: relative;
	left: 0px;
	display: inline;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

.residencies .intro ul.inline li
{
	width: auto;
	padding: 0px 5px 0px 5px;
	float: left;
	height: auto;
}

.residencies .intro ul.inline li.first
{
	width: auto;
	border-left: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}
.residencies h2
{
	font-size: 30pt;
}

.residencies h3
{
	margin: 0px;
}

.residency .intro h2
{
	float: left;
}


/** Search **/

.search .score
{
	font-size: 70%;
	color: #999999;
}

.search .match
{
	font-weight: bold;
}

/** shop styles **/

.shop .intro ul
{
	position: absolute;
	top: 0px;
	left: 146px;
	width: 455px;
}

.shop .intro div#process
{
	position: absolute;
	top: 0px;
	left: 600px;
	width: 146px;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}

.shop .intro div#process p
{
	padding: 0px;
	margin: 0px;
}

.shop .intro div#process h4
{
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.shop .intro div#process
{
	font-size:9pt;
}

.shop .intro div#process a
{
	border: 0px;
	font-weight: normal;
}

.shop .intro div#process.current a
{
	color: #000000;
}

.basket .pre
{
	margin-left: 10px;
	font-weight: bold;
}

.shop form.place
{
	display: block;
	font-size: 14pt;
	line-height: 20pt;
	padding: 10px 0px 0px 0px;
}


.products .medium h3,
.basket .product h3
{
	padding: 0px;
	margin: 0px;
	font-size: 13pt;
	line-height: 16pt;
}

.products .medium .creator,
.product .creator
{
	font-style: italic;
	color: #6b6b6b;
}

.products .medium .price
{
	float: right;
	margin-right: 5px;
	font-size: 90%;
}

.shop a.buy
{
	font-weight: bold;
}

.products .medium .imageContainer
{
	display: block;
	width: 245px;
	height: 194px;
	overflow: hidden;
	border: 0px;
}

.products .medium h4,
.basket .product h4
{
	font-size: 10pt;
}

.product .imageContainer
{
	position: relative;
	float: right;
	padding-left: 5px;
	border-left: 1px solid #cccccc;
	margin-left: 5px;
}

.products .vat,
.product .vat
{
	font-size: 80%;
	color: #6b6b6b;
}

.product h2.title
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.product h3.creator
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.product h4.date
{
	font-size: 11pt;
	line-height: 11pt;
	color: #6b6b6b;
	text-align: left;
}

.product .price
{
	float: right;
	text-align: right;
}

.product .imageContainer .price
{
	float: none;
}

.product p,
.product .detailsContainer
{
	text-align: left;
	font-size: 9pt;
}

.product .dimensions
{
	white-space: nowrap;
}

.product .details
{
	color: #6b6b6b;	
	text-align: left;
}

.basket .product .imageContainer
{
	float: left;
	border: 0px;
	margin: 0px 5px 10px 0px;
	padding: 0px 5px 0px 0px;
	border: 0px;
}

.basket .product h4.date
{
	line-height: 16pt;
}

.basket .product h3,
.basket .product h4
{
	margin: 0px;
	padding: 0px;
	padding-right: 0.3em;
}

.basket .product .price
{
	float: none;
}

.basket .product .basketDetails
{
	float: right;
	text-align: right;
}

.basket .product .basketDetails input.text
{
	width: auto;
}

.basket .product .basketDetails .remove
{
	color: #6b6b6b;
	font-size: 9pt;
}

.basket .product .basketDetails .price
{
	font-weight: bold;
}

.basket .totals
{
	text-align: right;
}

.basket .totals select
{
	width: 200px;
}

.basket .totals .message
{
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
}

.basket .totals .buttons
{
	padding: 0px;
	margin-bottom: 10px;
}

.basket .value
{
	display: inline-block;
	width: 75px;
}

.basket .total
{
	font-weight: bold;
}

.basket .message h2
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.basket .message h3
{
	font-style: italic;
	color: #6b6b6b;
}

.basket .buttons
{
	width: 100%;
}

.basket .buttons input.image
{
	margin-left: 20px;
}

.receipt pre
{
	width: 600px;
	padding: 20px;
	background: #ffffff;
	border: dashed 1px #000000;
	margin: 0px auto 0px auto;
}

/** contact **/

#contact .map
{
	width: 296px;
	height: 500px;
}

#contact h3 a
{
	font-style: italic;
	border-bottom: 1px solid #000000;
}

/** places **/

#places .intro h2
{
	width: 500px;
	
}

/** Home page styles */

.home #mediaContainer
{
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px 0px;  
	border-bottom: 3px solid #000000;
	width: 758px;
	height: 327px;
	clear: both;
	overflow: hidden;
	/*
	background-image: url('/img/processing-wheel-24px-trans.gif');
	background-repeat: no-repeat;
	background-position: 374px 142px;
	*/
}

.home #mediaContainer img
{
	width: 758px;
	height: 327px;
}

#home #mediaContainer a,
#home #mediaContainer a:link
{
	border: 0px;
}

.project .blog h2,
.artist .blog h2
{
	font-size: 16pt;
	line-height: 18pt;	
}

.project .blog h3,
.artist .blog h3,
.home .blog h3
{
	width: 98%;
	font-size: 9.5pt;
	line-height: 14pt;
	margin: 0px;
}

.project .blog a,
.artist .blog a,
.home .blog a
{
	width: 98%;
	font-weight: normal;
}

.project .blog .byline,
.artist .blog .byline,
.home .blog .byline
{
	width: 95%;
	margin:0px 0px 15px 0px; 
	padding: 0px; 
	font-size: 8pt; 
	line-height: 8pt;
	color: #6b6b6b; 
	text-align: right
}

.project .blog .byline a,
.artist .blog .byline a,
.home .blog .byline a
{
	font-size: 8pt;
	border: 0px;
	text-decoration: none;
}

.home .col2-3 h2,
.home .col4-5 h2
{
	font-size: 14pt;
	line-height: 18pt;
	margin: 0px 0px 5px 0px;
	color: #111111;
}

.home .notice img
{
	margin-bottom: 5px;
}

.home .notice p
{
	padding-right: 10px;
}

#home .notice h3, #home .notice h4
{
	font-size: 12pt;
	color: #111111;
	margin: 5px 0px 0px 0px; 
	font-weight: bold;
}

#home .notice h4
{
	font-style: italic;
}


/** foot styles **/

#foot
{
	
	margin: 10px 0px 0px 0px; 
	border-top: 3px solid #000000;
}

#foot .designCredit
{
	text-align: right;
	font-size: 9pt;
	color: #999999;
}

#foot .designCredit a
{
	border: 0px;
	font-size: 9pt;
	font-style: italic;	
	color: #000000;
}

.noborder
{
	border: 0px;
}

.hidden
{
	display: none;
}

.message
{
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
}

.error
{
	color: #f36b21;
}

.message,
.success 
{
	color: #415544;
}

span.download,
a.download
{
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url('/img/icons_files_16px.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	line-height: 18px;
}

span.pdf,
a.pdf
{
	background-position: 0px -160px;
}
span.doc,
a.doc
{
	background-position: 0px -128px;
}

span.mov,
a.mov
{
	background-position: 0px -96px;
}

span.swf,
a.swf
{
	background-position: 0px -64px;
}

span.xls
a.xls
{
	background-position: 0px -33px;
}