/* =CONTENT CSS */
h1, h2, h3 {
	margin: 10px 0;
/*	font-size: 16px; */
	font-size: 100%;
	font-weight: bold;
	color: #999;
}

h1 span, h2 span, h3 span, h4 span {
	color: #ff9933;
}

h4 {
	font-weight: bold;
	color: #999;
}

a:link, a:visited, a:focus, a:active {
	color: #ff9933;
	text-decoration: none;
}

strong {
    font-weight: bold;
}

p {
	margin: 9px 0;
	font-size: 75%;
/*	line-height: 19px; */
	line-height: 160%; 
	color: #000;
}

ul {
	font-size: 75%;
}

li p {
	font-size: 100%;
}

.bold {
	font-weight: bold;	
}



#content-primary, #content-secondary, #content-tertiary {
	float: left;
}

/* =2 COLUMN LAYOUT
---------------------------------*/
body.two-col #content-primary {
	width: 210px;
	margin-right: 70px;
}

body.two-col #content-secondary {
	width: 617px;
}

body.two-col #content-tertiary {
	display: none;
}

/* =3 COLUMN LAYOUT
---------------------------------*/
body.three-col #content-primary {
	width: 200px;
	margin-right: 20px;
}

body.three-col #content-secondary {
	width: 380px;
	margin-right: 20px;
}

body.three-col #content-tertiary {
	width: 278px;
}

/* =BROWSE A-Z
-------------------------------*/
#browse {
	background: #ededed;
	position: relative;
	float: left;
	margin: 0 0 0 -10px;
	display: inline;
	width: 894px;
	padding: 0 14px 0 10px;
}

#browse h3 {
	float: left;
}

#browse ul {
	float: right;
	margin: 10px 0;
}

#browse ul li {
	background: url(../img/browse-divider.gif) 100% 50% no-repeat;
	float: left;
	padding: 0 9px 0 0;
	margin: 0 4px 0 0;
/*	font-size: 16px; */
	font-size: 130%;
	font-weight: bold;
	color: #999;
}

#browse ul li.last-item {
	background: none;
	padding: 0;
	margin: 0;
}

#browse ul li a:link, #browse ul li a:visited, #browse ul li a:focus, #browse ul li a:active {
	color: #000;
}

#browse ul li a.active {
	color: #ff9933;
}

/* =rounded corners */
#browse div {
	background-image: url(../img/browse-corner.gif);
	position: absolute;
	width: 8px;
	height: 8px;
}

#browse div.tl {
	background-position: top left;
	top: 0;
	left: 0;
}
#browse div.tr {
	background-position: top right;
	top: 0;
	right: 0;
}
#browse div.bl {
	background-position: bottom left;
	bottom: 0;
	left: 0;
}
#browse div.br {
	background-position: bottom right;
	bottom: 0;
	right: 0;
}

/* =HOMEPAGE
-------------------------------*/
#preview {
	text-align: center;
}

ul ul {
	font-size: 100%;
}

ul.details {
	margin: 5px 0 0 0;
}

ul.details li {
	float: left;
	width: 100%;
}

ul.details h4 {
	float: left;
	margin: 0 5px 0 0;
	line-height: 160%;
	font-size: 100%;
}

ul.details p {
	margin: 0;
	display: inline;
}

.panel {
	float: left;
	width: 280px;
	margin: 0 0 20px 0;
}

.panel img {
	float: left;
}

.panel ul {
	float: right;
	margin: 0 0 0 0;
	width: 158px;
}

.panel ul li {
	width: 158px;
	margin: 0 0 5px 0;
}

#content-primary .panel {
    width: 210px;
}
#content-primary .panel ul {
    width: 90px;
}
#content-primary .panel ul li {
    width: 90px;
}

/* =ARTISTS
--------------------------*/
#intro, #selected-works {
	float: left;
}

#intro {
	width: 317px;
	margin-right: 18px;
}

#selected-works {
	width: 241px;
}

/* =BROWSE ARTISTS
------------------------------*/
div.artist {
	float: left;
}

div.artist ul li {
	float: left;
	margin-right: 13px;
}

div.artist ul li.last-item {
	margin-right: 0;
}

a.view-more {
	background: url(../img/raquo.gif) right 5px no-repeat;
	display: block;
	float: left;
	clear: left;
	width: 605px;
	margin: 20px 0 0 0;
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	text-align: right;	
}

/* =ARTIST DETAIL
--------------------------*/
ul#further-info {
	margin: 0 0 20px 0;
}

ul#further-info li {
	margin: 0 0 5px 0;
}

ul#further-info a {
	background: url(../img/raquo.gif) right center no-repeat;
	padding: 0 10px 0 0;
	font-weight: bold;
}

ul#selected-work li {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

ul#selected-work li img{
	float: left;
	margin-right: 13px;
}

/* =IMG DETAIL
--------------------------*/
img#detail-img {
	float: left;
}

#detail {
	float: left;
	width: 215px;
	margin: -15px 0 0 20px;
}

/* =EXHIBITIONS
---------------------------*/
ul#exhibitions {
    margin: 20px 0 0 0;
}

ul#exhibitions li div {
	height: 80px;
	overflow: hidden;
}

ul#exhibitions li {
	float: left;
	width: 168px;
	min-height: 162px;
	margin: 0 10px 25px 0;
}

ul#exhibitions li li {
	border: none;
	min-height: 0;
	margin: 0;
}

/* =EXHIBITION DETAIL
---------------------------*/
#exhibition h4 {
	float: left;
	font-size: 75%;
	line-height: 160%;
	margin-right: 5px;
}

#exhibition ul {
	margin: 20px 0 0 0;
}

#exhibition ul li {
	float: left;
	height: 100px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

/* =ART FAIRS
------------------------*/
ul#art-fairs {
    margin: 20px 0 0 0;
}

ul#art-fairs li div {
	height: 80px;
	overflow: hidden;
}

ul#art-fairs li {
	float: left;
	width: 168px;
	min-height: 181px;
	margin: 0 10px 25px 0;
}

ul#art-fairs li li {
	min-height: 0;
	margin: 0;
}

/* =ART FAIR DETAIL
--------------------------*/
#art-fair h4 {
	float: left;
	font-size: 75%;
	line-height: 160%;
	margin-right: 5px;
}

#art-fair ul {
	margin: 20px 0 0 0;
}

#art-fair ul li {
	float: left;
	height: 100px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

/* =SITE MAP
--------------------------*/
ul#site-map li {
    list-style: square inside;
    color: #ff9933;
    margin: 0.5em 0em 0.5em 3em;
}

/* =CONSULTANCY
-----------------------------*/
.consultancy-clients {
    float: left;
    width: 180px;
    margin-right: 10px;
}

#consultancy-img, #exhibition-img {
    margin-top: 45px;
}

img#corporate-2 {
    margin-top: 10px;
}

/* =GOOGLE MAP
---------------------------*/
#studio {
    margin: 45px 0 0 0;
}

#map {
    margin: 45px 0 0 0;
    border: 1px solid #000;
}

/* =CONTACT DETAILS
---------------------------*/
div.vcard span.definition {
    float: left;
    width: 4em;
}

div.vcard span.definition:after {
    content: ":"
}

div.vcard p.tel strong {
    width: 1.4em;
    display: block;
    float: left;
}

