/*
 * CSS Styles that are used on the jScrollPane demo site - these are custom to the site and
 * you shouldn't need to use them in your own implementations of jScrollPane.
 */

*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	background: #aac;
}

body
{
	font: 13px/1.231 arial,helvetica,clean,sans-serif
}

#top-nav
{
	width: 780px;
	background: #50506d;
	padding: 0 20px 12px 0;
	margin: 0 auto 20px;
	overflow: hidden;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-radius-topright: 0;
}

#top-nav img
{
	float: left;
}

#top-nav ul
{
	margin: 28px 0 0;
	overflow: hidden;
	float: right;
}

#top-nav ul li
{
	float: left;
	padding: 0 0 0 1em;
	list-style: none;
}

#top-nav ul li a
{
	color: #fff;
}

#top-nav ul li a:hover
{
	color: #ffa;
}

#top-nav ul li:last-child
{
	padding-right: 0;
}
#container
{
	width: 760px;
	background: #eeeef4;
	padding: 20px;
	margin: 20px auto;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content {
	color: white;
	font-family: futura,arial;
}

#charitiesImages img {
	width: 165px;
	margin-right: 5px;
}

h1
{
	font-size: 116%;
	color: #fff;
	background: #50506d;
	margin: 0 0 1em;
	padding:4px 8px 5px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*h2
{
	clear: left;
	font-size: 100%;
	color: #fff;
	background: #8b8b9f;
	margin: 1em 0;
	padding:4px 8px 5px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

h2 span.setting-type
{
	font-weight: normal;
}*/
h2 {
	color: #f38f2f;
	font-family: futura;
	font-size: 4;
	font-weight: bold;
	margin: 10px 0;
}

p
{
	font-size: 93%;
	margin: 1em 0;
}

p.intro
{
	font-size: 116%;
	padding: 10px;
	background: #fff;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

a
{
	color: #f38f2f;
	text-decoration: none;
}

a:hover
{
	color: #eeeeee;
}

ul
{
	padding: 0 0 0 1em;
	margin-left: 15px;
}

ul li
{
	margin-left: 15px;
}

ul.link-list li
{
	margin: 0;
}

ul p
{
	margin: 0;
}

/* For the form demo page */

form
{
	overflow: hidden;
}

fieldset
{
	border: 0;
	overflow: hidden;
}

legend
{
	font-weight: bold;
	margin: 1em 0;
}

label
{
	clear: left;
	float: left;
	margin: .5em 6px 0 0;
	text-align: right;
	width: 100px;
}

input,
select,
textarea
{
	float: left;
	border: 0;
	padding: 3px 5px;
	margin: 0 0 .5em;
}

input[type=button],
input[type=submit]
{
	clear: left;
	background: #fff;
	width: auto;
	margin: 0 0 0 106px;
}

pre
{
	background: #fff;
	padding: 10px;
	font-size: 93%;
	width: 740px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
}
.bio {
	color: white;
	font-family: futura;
	font-weight: normal !important;
	border-top: 2px dashed orange;
	padding-top: 10px;
	margin-bottom: 20px;
}
.bio strong {
	display: inline-block;
	clear: left !important;
	margin: 10px 0;
}
.bio span {
	display: block;
	font-weight: normal;
	margin-left: 20px;
}
.bio#helena {
	background: url('/images/sculptors/helena.jpg') no-repeat right 10px;
}
.bio#melineige {
	background: url('/images/sculptors/melineige.jpg') no-repeat right 10px;
}
.bio#karen {
	background: url('/images/sculptors/karen.jpg') no-repeat right 10px;
}
.bio#fergus {
	background: url('/images/sculptors/fergus.jpg') no-repeat right 10px;
}
.bio#rusty {
	background: url('/images/sculptors/rysty.jpg') no-repeat right 10px;
}
.bio#john {
	background: url('/images/sculptors/john.jpg') no-repeat right 10px;
}
.bio#joris {
	background: url('/images/sculptors/joris.jpg') no-repeat right 10px;
}
.bio#kirk {
	background: url('/images/sculptors/kirk.jpg') no-repeat right 10px;
}
.bio#sue {
	background: url('/images/sculptors/sue.jpg') no-repeat right 10px;
}
.bio#michela {
	background: url('/images/sculptors/michela.jpg') no-repeat right 10px;
}
.bio#ibposse {
	background: url('/images/sculptors/ib.posse.jpg') no-repeat right 10px;
	background-size: 122px 110px;
}
.bio#archisand {
	background: url('/images/sculptors/archisand.jpg') no-repeat right 10px;
	background-size: 122px 110px;
}

#sculptor_nav {
	color: orange;
	margin-bottom: 10px;
}
#ticketTable {
	color: white;
}
#ticketTable h2 {
	margin: 10px 0;
}
#ticketTable h3 {
	width: 80%;
	margin-top: 15px;
	border-bottom: 1px dashed orange;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#ticketTable .italics {
	font-style : italic;
}
#ticketTable .indent {
	display: block;
	margin-left: 25px;
}
.image_border {
	border: 4px solid #e3dfb2;
}
