/**
 * Dynamic CSS for creativedancearts.org
 *
 * Uses the following format: v2.css.php?theme=$THEME
 * 
 */





body {
	width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden;
}

body, td, th {
	color: #FFFFFF;
}

body {
	font-size: 120%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg_y_pink.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	z-index: 1;
}

#pagecontainer {
	width: 100%;
	height: 100%;
	background-image: url(/images/bg_x_pink.gif);
	background-repeat: repeat-x;
	z-index: 9;
	clear: both;
	/*overflow-x: hidden; -- causing probs... */
}

#center {
	position: absolute;
	top: 123px;
	left: 190px;
	height: 55px;
	width: 60px;
	background-image: url(/images/bg_knot_pink.gif);
	z-index: 10;
	display: block;
}

#nav {
	width: 227px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	clear: none;
	display: block;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav img#logo {
	position: relative;
	top: 11px;
	left: 28px;
	border: 0px;
	display: block;

}

#nav .links {
	position: relative;
	top: 80px;
	left: 20px;
	display: block;
	
}

#nav .address {
	position: relative;
	top: 80px;
	left: 0px;
	font-size: .8em;
	width: 220px;
	padding: 0px;
}

#nav .address p {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav .calendar {
	position: relative;
	left: 4px;
	top: 80px;
}

#nav .links a {
	font-size: 2em;
	text-decoration: none;
}

#nav a:link {
	color: #FFFFFF;
}

#nav a:active {
	color: #FFFFFF;
}

#nav a:visited {
	color: #FFFFFF;
}

#nav a:hover {
	color: #FC27B8;
}

#welcome {
	position: absolute;
	top: 151px;
	left: 227px;
	z-index: 11;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
}

#content {
	position: relative;
	top: 90px;
	left: 260px;
	width: 490px;
	width: 60%;
	
}

#slideshow {
	position: relative;
	top: 10px;
	left: 250px;
	width: 525px;
	height: 113px;
	display: inline;
}

#footer {
	clear: both;
	position: relative;
	left: 0px;
	bottom: 0px;
}

h1 {
	font-size: 1.5em;
	clear: both;
}

h1 a {
	text-decoration: none;
}

#news h2,h2 {
	position:relative;
	top: 0px;
	font-size: 1.3em;
}

h2 {
	position: relative;
	top: -20px;
}

h3 {
	font-size: 1em;
}

#news .title {
	font-size: 1em;
	font-weight: bold;
}

.main {
	font-size: 1em;
	margin: 0px; 
}

div.main {
	width: 100%;
	
}

div#content  {
	line-height: 1.5;
	text-align: justify;
}

.inline_r {
	float: right;
	padding-left: 10px;
}

.inline_l {
	float: left;
	padding-right: 10px;
}

a:link {
	color: #FC27B8;
	text-decoration: underline;
}

a:active {
	color: #FC27B8;
	text-decoration: underline;
}

a:visited {
	color: #FC27B8;
	text-decoration: underline;
}

a:hover {
	color: #FC27B8;
	text-decoration: none;
}

hr { 
	color: #FC27B8;
	background-color: #FC27B8;
}

div.hr {
	color: #FC27B8;
	background-color: #FC27B8;
	font: 1px;
	height: 1px;
	line-height: 1px;
	padding: 0;
	margin: 10px 0 5px 0;
}

a img {
	border: 0px;

}

#staff_container h2 {
	padding: 0px;
	margin: 0px;
	/*position: relative;
	left: 10px;*/
	font-size: 1em;
}

#staff_container h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

#staff_container h1 {
	padding: 0px;
	margin: 0px;
}

/* Calendar stuff */

table#calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 182px;
	
}

table#calendar td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	width: 26px;
}

table#calendar th {
	font-size: 7pt;
	color: #FFFFFF;
	width: 26px;
	
}

table#calendar caption {
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}

table#calendar a:link, table#calendar a:visited, table#calendar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

table#calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

span.calendar-prev a:link, 
  span.calendar-next a:link,
  span.calendar-prev a:visited, 
  span.calendar-next a:visited,
  span.calendar-prev a:hover, 
  span.calendar-next a:hover,
  span.calendar-prev a:active, 
  span.calendar-next a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body div#toolTip { 
	position: absolute;
	z-index: 1000;
	width: 300px;
	background: #E809DA;
	border: 2px double #333;
	text-align: left;
	padding: 5px;
	min-height: 1em;
	-moz-border-radius: 5px; 
}

body div#toolTip p { 
	margin: 0;
	padding: 0;
	color:#fff; 
	font: bold 10pt/12pt arial, sans-serif;
}

body div#toolTip p em { 
	display: block; 
	margin-top: 3px;
	color: #000;
	font-style: normal;
	font-weight: bold; 
}

body div#toolTip p em span { 
	font-weight: bold;
	color:#666; 
}

div#cal-container {
	width: 182px;
	height: 140px;
}

table#mini-gal {
	width: 525px;
	border: 0px;
}

table#mini-gal td div {
	width: 100px; 
	margin-left: 5px; 
	height: 80px; 
	overflow: hidden; 
	text-align: center;
}


table#mini-gal td div a {
	border: 0;
}

table#mini-gal td div img {
	width: 100px; 
	height: 80px; 
	border: 0px;
}
