
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	color: #004870;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: white;
	color: #333;
	font: normal 11px 'verdana', 'Arial', 'sans-serif';
	text-align: center;
}

h1
{
	font: normal 36px 'Georgia', 'serif';
	color: #666;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 15px 21px;
}

h2
{
	font: normal 18px 'Georgia', 'serif';
	color: #666;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 21px;
}

h3
{
	font: bold 14px 'Georgia', 'serif';
	color: #333;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 21px;
}

h4
{
}

h5
{
}

h6
{
	padding: 0px 0px 0px 21px;
	font: normal 10px 'verdana', 'Arial', 'sans-serif';
}

img
{
	border: none;
	display: inline;
}

p
{
	color: #333;
	font: normal 11px 'verdana', 'Arial', 'sans-serif';
	line-height: 18px;
	margin: 5px 0px 0px 21px;
}

td
{
	font: normal 11px 'verdana', 'Arial', 'sans-serif';
	vertical-align: top;
}


/* Classes
**********/
.block
{
	display: block;
}

.intro
{
	font-size: 14px;
}

.caption
{
	font-size: 11px;
}

.dates
{
	border-top: 1px dotted #ccc;
	margin-left: 21px;
	margin-top: 25px;
}

#two-column-left table.dates td
{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px 5px 0px;
}

.page-pic
{
	margin: 15px 0px 0px 20px;
}

.members-list
{
	border-top: 1px dotted #ccc;
	list-style: none;
	margin: 15px 15px 0px 20px;
	padding: 0px;
}

.members-list li
{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.reference
{
	font-size: 80%;
}

/* Layout defaults
******************/
#wrap
{
	width: 765px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header
{
	border-bottom: 1px dashed #b8b8b8;
	height: 79px;
	padding-top: 1px;
	margin-bottom: 8px;
}

#logo
{
	display: block;
	margin-top: 25px;
}

#page
{
}

#page p a:link,
#page p a:visited,
#page li a:link,
#page li a:visited
{
	border-bottom: 1px dotted #004870;
}

#page p a:hover,
#page li a:hover
{
	border-bottom: none;
	text-decoration: none;
}

#page li
{
	line-height: 18px;
}

#footer
{
		border-top: 1px dashed #b8b8b8;
		color: #999;
		padding: 10px 20px 30px 20px;
		text-align: center;
		font: normal 10px 'arial', 'sans-serif';
}

/* Text Layouts
***************/

/* table with even bias */
#two-column-even
{
	clear: both;
	margin-top: 5px;
	border-top: 1px dashed #ccc;
	width: 100%;
}

#two-column-even td
{
	width: 50%;
	padding-bottom: 10px;
}

.column-even
{
	width: 50%;
	border-right: 1px dashed #ccc;
	padding-right: 15px;
	padding-top: 30px;
}

/* table with left bias */
#two-column-left
{
	clear: both;
	margin-top: 0px;
	border-top: 1px dashed #ccc;
}

#two-column-left td
{
	padding-bottom: 10px;
	padding-top: 0px;
}

.left-column-left
{
	width: 75%;
	border-right: 1px dashed #ccc;
	padding-right: 15px;
	padding-top: 30px;
}

/* table with right bias */
#two-column-right
{
	clear: both;
	margin-top: 0px;
	border-top: 1px dashed #ccc;
}

#two-column-right td
{
	padding-bottom: 10px;
	padding-top: 0px;
	width: 570px;
}

#two-column-right p
{
	margin-bottom: 15px;
}

#two-column-right td.right-column-left
{
	width: 193px;
	border-right: 1px dashed #ccc;
	padding-right: 0px;
	padding-top: 0px;
}

#left-nav
{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 20px 10px;
	list-style: none;
	border-bottom: 1px dashed #ccc;
}

#left-nav li
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

/* Table with 3 even columns */

#three-col
{
	margin-top: 0px;
	border-top: 1px dashed #ccc;
}

.three-col-left,
.three-col-center
{
	width: 36%;
	border-right: 1px dashed #ccc;
	padding-right: 0px;
	padding-top: 0px;
}

.subhead
{
	font: normal 18px 'Georgia', 'serif';
	color: #999;
}

/* Forms
********/

fieldset
{
	border: 1px dashed #ccc;
	padding: 15px;
}

fieldset h2
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

legend
{
	font-weight: bold;
}

input.text,
textarea
{
	width: 350px;
	border: 1px dotted #ccc;
	padding: 3px;
	background: #f4f4f4;
	margin-bottom: 10px;
}

#artist-name, #artist-surname
{
  width: 165px;
}

label
{

}

