/*
HELEN MAXWELL ART

by beneb http://beneb.com

for symphony
2010


*/

body {
	color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:40px;
}

a, a:visited {
	text-decoration:none;
	color:#8f8f8f;
}
a:hover {
	text-decoration:none;
	color:#d63038;
}
p {
	font-size:14px;
	line-height:22px;
}

#wrapper {
	width:910px;
	margin:0 auto;
	
}

#header {
	
}
#header h1 {
		height:70px;
		text-indent:-3000px;
}
#header h1 a {
	display:block;
	width:252px;
	height:70px;
	background:url(../images/logo.gif) no-repeat 0 -71px;
	
}
#header h1 a:hover {
	background-position:0 0;
}


#nav {
	margin:15px 0px;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:20px;
	font-family: 'Droid Sans', arial, serif; 
}
#nav ul {
}
#nav ul li {
	display:inline;
	padding-right:15px;
}
#nav ul li a, #nav ul li a.visited {
	text-decoration:none;
	color:#333;
}
#nav li a:hover, #nav li a.current {
	color:#d63038;
}

#main-content {
}

#main-content h1 {
	font-family: 'Droid Sans', arial, serif;
	font-size:25px;
	font-weight:normal;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:15px;
	padding-top:15px;
	margin-bottom:15px;

}

#main-content h2 {
	font-family: 'Droid Sans', arial, serif;
	font-size:20px;
	font-weight:normal;
	/*padding-top:15px;*/
	margin-bottom:8px;

}
#main-content h3 {
	font-family: 'Droid Sans', arial, serif;
	font-size:17px;
	font-weight:normal;
	/*padding-top:15px;*/
	margin-bottom:3px;

}
h1.news {
	margin-right:300px;
}
#news-list {
	width:600px;
}
#news-list h3.news-meta, #news-item h3.news-meta {
	font-size:13px;
	color:#999;
	font-weight:normal;
	margin-bottom:10px;

}

#news-list li, #news-item  {
	padding:0px 0px 15px 0px;
	margin-bottom:15px;
	border-bottom:1px dotted #e8e8e8;
}
#about-right {
	float:right;
	width:250px;
	margin-top:-71px;
}


#artist-list {
}
#artist-list li {
	padding:2px 0px;
}
#artist-info {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:15px;
margin-bottom:15px;
}

#artist-info h1 {
	border:none;
	padding-bottom:5px;
	margin-bottom:0px;
}

#artist-info h3 {
	font-size:15px;
}


.artist-work { 
width:280px;
height:200px;
margin-right:20px;
margin-bottom:20px;
float:left;
overflow:hidden;
border:1px dotted #CCC;
text-align:center;
display:table;
}

.artist-work img {
	text-align:center;
	margin-top:10px;

}
.thumb-inner {
	position:relative;
	margin-top:5px;
	display:table-cell;
	vertical-align:middle;
}

.artist-work h4 {
	font-weight:normal;
	font-size:15px;
	font-family: 'Droid Sans', arial, serif;
	margin:15px 5px 0px 0px;
}
#big-work {
	text-align:center;
	overflow:hidden;
	padding:5px 0 20px 0px;
	border-bottom:1px dotted #CCC;
}

#meta-details {
	padding-bottom:15px;
	width:300px;
	float:left;
}

#meta-details h4, #meta-details p {
	font-weight:normal;
	font-size:13px;
		padding:3px 0px;
		line-height:18px;
}
.date {
	font-style:italic;
	margin-bottom:15px;
}
#right-col {
	float:right;
}

#artist-profile {
	width:550px;
	float:left;
	margin-bottom:50px;
}
#artist-profile h2 {
	margin:20px 0px 10px 0px;
}
#artist-profile h3 {
	margin:15px 0px 10px 0px;
}

#footer {
	clear:both;
	border-top:1px solid #e8e8e8;
	margin-top:100px;
}
#footer p {
	font-size:12px;
	color:#CCC;
	text-align:right;
}
#list-left {
	width:260px;
	float:left;
}
#slide-right {
	width:620px;
	float:right;
	overflow:hidden;
	margin:5px 0px;
	text-align:center;
}

.slideshow { }
/*/*.slideshow img { 
/*border:1px dotted #CCC;*/
 /*background-color: #eee;*/ 


#stockroom-grid {
	width:610px;
	float:right;
}

#big-image {
	padding-bottom:15px;
	border-bottom:1px dotted #CCC;
	height:300px;


}
#big-text {
	margin-top:20px;
}
#work-meta {
	margin-top:300px;
}
#soon {
	margin-top:20px;
	background:9c0;
}
/*
<h1><xsl:value-of select="$page-title"/></h1>

<xsl:copy-of select="artist-profile/node()"/>

full size image:
<img src="{$root}/workspace{work-image/@path}/{work-image/filename}" />

good resize: 
<img src="{$root}/image/1/280/0{work-image/@path}/{work-image/filename}" />

this crops: badly
<img src="{$root}/image/2/280/150/1{work-image/@path}/{work-image/filename}" />

to put in img src tag:

<xsl:if test="(image/meta/@width div image/meta/@height) &gt; (4 div 3)">
    <xsl:attribute name="href">
        <xsl:value-of select="concat($root,'/image/1/400/0/',image/@path,image/filename)"/>
    </xsl:attribute>
</xsl:if>
<xsl:if test="(image/meta/@width div image/meta/@height) &lt; (4 div 3)">
    <xsl:attribute name="href">
        <xsl:value-of select="concat($root,'/image/1/0/300/',image/@path,image/filename)"/>
    </xsl:attribute>
</xsl:if>


*/
