@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	background-image: url(../images/dancer-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: center -240px;
	text-align: center;
}

#layout {
	width: 900px;
	min-height: 500px;
	border: none;
	text-align: left;
	margin: 0 auto;
}

#header {
	border-top: 1px solid black;
	margin-top: 60px;	
	margin-bottom: 80px;
}

#header h1 {
	float: left;
	margin: 0;
	font-size: 300%;
}

#header h2 {
	float: right;
	margin: 0;
	font-size: 300%;
	color: #2D2D5A;
}

#nav {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	color: #2D2D5A;
	float: left;
	height: 420px;
}

#nav a {
	display: block;
	line-height: 1.25;
}

#nav a:link, #nav a:visited {
	color: #2D2D5A;
}

#nav a:hover, #nav a:active {
	color:#666666;
}

#content {
	text-align: left;
	margin-left: 230px;
	line-height: 120%;
}

#content hr {
	color: #2D2D5A;
	background-color: #2D2D5A;
	height: 1px;
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: right;
}

.content-main {
	margin-right: 230px;
}

.content-side {
	float: right;
	width: 210px;
}

#footer {
	clear: both;
	padding-top: 0.5em;
	border-top: 1px solid black;
	font-size: 75%;
}

#copyright {
	float: left;
}

#bs {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #2D2D5A;
}

a:hover, a:active {
	color: #666666;
}

.bordered {
	border: 1px solid #2D2D5A;
}

div.image .caption {
	text-align: right;
}

div.image .caption a {
	font-size: 75%;
}

div.gallery-vertical {
	float: right;
	text-align: right;
	width: 220px;
}

div.gallery-vertical img {
	margin: 0 0 10px 10px;
	border: 1px solid #2D2D5A;
}

div.gallery img {
	margin: 0 10px 10px 0px;
	border: 1px solid #2D2D5A;
}

div.gallery-vertical .left {
  margin: 0;
  float: left;
  width: 105px;
}

div.gallery-vertical .right {
  margin: 0;
  float: right;
  width: 105px;
}

div.gallery-vertical .photo-credit {
  clear: both;
}

div#contact-form .input {
	width: 30em;
	display: block;
	margin-bottom: 2em;
}


div#contact-form .textarea {
	width: 45em;
	height: 10em;
	display: block;
	margin-bottom: 2em;
}

div.photo-credit {
	font-size: small;
	font-style: italic;
}

