/* RESET */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers*/ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}table {	border-collapse: collapse;	border-spacing: 0;}

/* MAIN CSS */
body
{
		margin-bottom: 5px;
        background-color: #ddd;
		font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-size: 100%;
        color: #333;
		box-sizing: border-box;
}

#wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
}


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


header {
	position: relative;
	border-bottom: 2px solid #aaa;
	padding: 20px 0;
}

header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #666666;
}

header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	margin: 10px 0;
}

header .sarah-logo {
	position: absolute;
	top: 20px;
	right: 0;
	width: 30px;
	z-index: -1;
}


.sarah-logo td {
	border: 3px solid #ddd;
}


a:link, a:visited {
	color: #333;
	background-color: #ddd;
	text-decoration: underline;
	padding: 10px;
}
a:hover {
	color: #fff;
	background-color: #333;
}

.main-content {
	padding: 20px 0;
}

/**************** IMAGE GALLERY **************/

.artist-img {
	width: 100%;
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 2px solid #aaa;
	}
	
	.artist-img img {
	max-width: 100%;
	height: auto;
	border: 5px solid #fff;
	}
	
p.artist-text {
	color: #333;
	font-size: 90%;
	line-height: 1.25;
	}
	
/************* FOOTER **************/

footer {
	position: relative;
	text-align: center;
	font-size: 90%;
	border-top: 2px solid #aaa;
	padding: 20px 0;
}

/*
	
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
}

hr {
	border: none;
	height: 1px;
	width: 100%;
	color: #999999;
	background-color: #999999;
	text-align: left;
	margin-left: 12px;
}

.imagetable {
	vertical-align: top;
	text-align: center;
	background-color: #DDDDDD;
	padding: 0;
}	

.imagecell {
	padding: 30px 10px 30px 0
}

.imageborder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.leftindent {
	margin-left: 200px;
}

.captions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

*/

