/*
 * Structure
 * Typography
 * Theme
 */

body {
	margin: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #036;
}

/*** common ***/

a {
	text-decoration: none;
	color: white;
}


a:hover {
	background-color: white;
	color: #036;
}


ul {
	padding: 0;
	list-style: none;
}


table {
	width: 600px;
	margin-bottom: 40px;
	text-align: center;
}


th {
	background-color: #69C;
	color: #036;
}

/**************/



/*** classes **/

.alignCenter {
	text-align: center;
}


.imgCenter {
	text-align: center;
}


.imgLeft {
	float: left;
	padding: 0 12px 3px 0;
}


.imgRight {
	float: right;
	padding: 0 0 3px 12px;
}


.textClear {
	clear: both;
}


.subtitle {
	margin-top: -15px;
	padding-bottom: 10px;
	font-style: italic;
}


.interviewQuestion {
	margin: 20px 0 50px 0;
}


.question {
	font-weight: bold;
}


.answer {
	font-style: italic;
}

/**************/



/***** ids ****/

#header {
	width: 100%;
	height: 135px;
	min-width: 800px;
	padding-top: 10px;
	border-bottom: 6px solid white;
	background: black url('./header.jpg') no-repeat top left;
	color: white;
}


#header object {
	float: right;
	margin-top: -5px;
	margin-right: 4px;
}


#header img {
	float: right;
	margin-top: -5px;
	margin-right: 4px;
}


#navigation {
	margin-top: -48px;
	font-size: 1.3em;
}


#navigation ul {
	margin-left: 10px;
}


#navigation li {
	display: inline;
	padding-left: 20px;
}


#navigation li a, #navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	color: #FFF;
}


#navigation li a:hover {
	border-top: 3px solid white;
	background-color: black;
	color: white;
}


#current {
	border-top: 3px solid white;
}


#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #69C;
}


#content h2 {
	margin-top: 40px;
}


#content .moreLink {
	padding-bottom: 20px;
	clear: both;
	text-align: right;
	border-bottom: 2px dotted #BBB;
}


#content .goBack {
	clear: both;
	text-align: right;
}


#content #lastPost {
	border-bottom: 4px solid #BBB;
}


#content #lastArtist {
	border-bottom: 0;
}


#gallery {
	width: 550px;
	text-align: center;
}


#gallery li {
	display: inline;
}


#gallery img {
	border: none;
}


#pages {
	margin-top: 30px;
	text-align: center;
}


#announcement {
	width: 600px;
	margin: 60px auto 0 auto;
	padding: 10px;
	text-align: justify;
	border: 2px solid #BBB;
	background-color: #69C;
	color: #036;
/***********************************/
	background-color: black;
	color: grey;
	width: 650px;
/***********************************/
	border: none;
	/*background-color: #69C;
	color: #036;*/
	width: 700px;
	border-bottom: 3px solid #bbb;
	padding-bottom: 20px;
	font-style: italic;
}


#announcement p {
	text-align: center;
}


#footer {
	width: 100%;
	height: 220px;
	margin-top: 40px;
	min-width: 800px;
	border-top: 6px solid white;
	background: black url('./logo8.png') no-repeat top right;
}


#footerContent {
	width: 700px;
	margin: 30px auto 0 auto;
	font-size: 0.9em;
	text-align: justify;
	color: grey;
}


#footerContent p {
	width: 480px;
	float: left;
	text-align: left;
}


#footerContent ul {
	float: right;
	text-align: right;
}


#footerContent li {
	margin-bottom: 5px;
}

/**************/
