/*  
Theme Name: CrossCurrents Dance Company
Description: Custom theme for CrossCurrents Dance Company.
Author: Emily Sharp
Author URI: http://digitalemily.com/

*/

body {
	background-color:#000;
	padding:0;
	margin:0;
	font:14px Verdana, Arial, Helvetica, sans-serif;
}
div#header {
	text-align:right;
	margin-top:0;
	height:125px;
	background-color:000;
}
div#headerimg {
	position:absolute;
	top:50px;
	right:5px;
	z-index:30;
}
div#headerimg a, div#headerimg img {
	border:0;
}
div#container {
	border-top:25px #fff solid;
	border-bottom:25px #fff solid;
	background:url(images/bg.jpg) center top repeat-y;
	margin-top:-22px;
	position:static;
	z-index:0;
}
div#contentarea {
	background-color:#fff;
	width:550px;
	margin:0 auto;
	padding:5px;
}
div#sidebar {
	width:110px;
	float:left;
	text-align:right;
}
div#sidebar ul {
	padding:0 10px 0 0;
	margin:0;
	list-style-type:none;
	font-size:15px;
	line-height:18px;
}
div#sidebar ul li {
	padding:1ex 0;
}
div#sidebar ul li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border:none;
}
div#sidebar ul li a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	background-color:#fff;
}
div#content {
	float:right;
	width:410px;
	border-left:10px #d9e4ea solid;
	padding-left:10px;
	min-height:380px;
}
div#footer {
	text-align:right;
	margin:0 5px 40px 0;
	color:#fff;
	font-size:10px;
	position:relative;
	z-index:4;
	background-color:#000;
}
div#footer a {
	color:#fff;
}
div#footer a:hover {
	text-decoration:none;
	color:#d9e4ea;
}
h2 {
	margin-top:0;
}
#news {
	float:right;
	width:160px;
	border:1px #d9e4ea solid;
	background-color:#d9e4ea;
	margin:5px;
	padding:5px;
	font-size:13px;
}
#news h3 {
	margin:0 0 .5ex 0;
	padding-bottom:1px;
	border-bottom:1px #fff solid;
}
#news p {
	margin:0;
	font-weight:bold;
}
#news a {
	text-decoration:none;
	border:none;
}
#news a:hover {
	color:#000;
	border-bottom:1px #fff solid;
}
span.repyear {
	font-weight:normal;
}
div.repertory h3, div.reviews h3 {
	margin-bottom:0;
}
div.repertory p.choreographer, div.reviews p {
	margin-top:0;
}
div.gallery img, div.gallery a.link:hover img, div.gallery a:link {
	border:0px #fff solid;
	background-color:#fff;
}
address {
	font-style:normal;
}
form p {
	padding:.5ex 0;
	margin:0;
}
form input.submit {
	font-size:17px;
}
div.tickets p {
	line-height:26px;
}
div#content a:link, div#content a:active, div#content a:visited {
	color:#333;
	border-bottom:1px dotted #333;
	text-decoration:none;
}
div#content a:hover {
	color:#000;
	background-color:#d9e4ea;
}
div#content img {
	border:2px solid #d9e4ea;
}
div#content p a img {
	border:2px solid #d9e4ea;
}
div#content p a:hover img {
	border:2px solid #333;
	background-color:#fff;
}
div.artistic-directors img {
	float:left;
	margin-right:5px;
}
div.artistic-directors p {
	margin-top:0;
}
div.artistic-directors h3 {
	margin-bottom:0;
}
div.educational-outreach img {
	float:left;
	margin-right:8px;
}
div.news h3 {
	margin-bottom:0;
	padding-bottom:0;
}
p.small {
	font-size:10px;
	margin:.3ex 0 0 0;
	line-height:3ex;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}