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

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto; !important;
	height: 100%;
	min-height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

# a{  
cursor: pointer;  
text-decoration:none;  
} 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

    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;
    }
	
h2 { margin-bottom: 22px; font-size: 18px; }	
body{
	background:url(/wp-content/themes/msd/images/wood_back.jpg);	
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper{
	margin:0 auto;
	width: 1050px;
	/*border: solid 1px #3F0;*/
}

#top{
	background:url(/wp-content/themes/msd/images/head_red.jpg) repeat-x;
	height: 34px;
}

#header{
	background:url(/wp-content/themes/msd/images/head_bg.png);
	height: 240px;
	
}

#container{
	width:1050px;
	margin:0 auto;
	/*border: 1px solid red;*/
}

#banner{
	background:url(/wp-content/themes/msd/images/banner2.png) no-repeat;
	width:800px;
	height: 185px;
	float: right;
	margin-top:25px;
	margin-left:220px;
/*border: 1px solid red;*/
position:absolute;
}

#logo{
	background:url(/wp-content/themes/msd/images/msd_logo.png) no-repeat;
	width: 227px;
	height:265px;
	margin-top:10px;
	/*border: 1px solid green;*/
}

#nav{
		margin-top:30px;
		
}
	
	#nav a{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration:none;
		margin-left:45px;
		color:#fff;
		font-size:14px;
	}

ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
 	text-align: center;
	white-space: nowrap
}

ul#minitabs li{
	display: inline;
	margin: 0 2px;
}

ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
 	/*border-bottom: 4px solid #FFF;*/
	color: #999;
}

ul#minitabs a:hover, ul#minitabs .current_page_item a{
	border-bottom: 4px solid #780606;
	color: #666;
} 

#content{
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size:15px;
	line-height: 22px;
	width:650px;
	float:left;
	/*border: solid 1px green;*/
	margin-bottom: 150px;
}

	#content h1, #content2 h1, #content3 h1{
		font-size: 25px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-top: 80px;
		margin-bottom: 20px;	
		margin-left: 30px;	
	}
	
	#content p, #content2 p, #content3 p{
		margin-left: 30px;	
		margin-bottom: 16px;
	}
	
	.testimonials a, .testimonials p2 a{
		text-decoration:none;
		color:#FFF;
		margin-left: 30px;
		font-size:11px;	
		background:url(/wp-content/themes/msd/images/redbox.png);
		height:25px;
	}
	

/*content2*/
#content2{
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size:15px;
	line-height: 22px;
	width:800px;
	padding-bottom: 150px;
	margin: 0 auto;
}

#content3{
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size:15px;
	line-height: 22px;
	margin-bottom: 150px;
}


	/* container for all the definition lists */
	#faculty
	{
		width: 1000px;
		margin-left: 24px;
		margin-bottom: 24px;
		
		float: left;
	}
		
		/* each list */
		#faculty dl
		{
			margin: 24px;
			border-bottom: solid 1px #666;
			float: left;
		}
			/* title of each item */
			#faculty dl dt
			{
				
				padding-left: 210px;
				font-weight: bold;
				font-size: large;
				
				width: 500px;
			}
			
			#faculty dl dd
			{
				margin: 0;
				padding-top: 8px;
				padding-bottom: 15px;
			}
			
			#faculty dl dd.image img, #faculty img
			{
				float: left;
				padding: 12px;
				margin-right: 12px;
				margin-bottom: 8px;
				margin-left:12px;
				border: solid 1px #cccccc;
				background: #efefef;
			}
			
			#faculty p{
				font-size:14px;	

			}
	
#news{
	background:url(/wp-content/themes/msd/images/head_bg.png);
	height:200px;
	width: 330px;
	float:left;
	padding-top:100px;
	line-height: 22px;
	margin-left: 24px;
	margin-top: 40px;
}

	#news h1{
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #670505;
		margin-left: 24px;
		margin-bottom: 15px;
	}
	
	#news h3{
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #780606;
		margin-left: 24px;
		margin-bottom: 15px;
		margin-top:-12px;
	}
	
	#news a{
		font-size: 12px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #666;
		margin-left: 24px;
		margin-bottom: 15px;
		font-style:italic; 
		text-decoration: none;
	}
	
	
	#news p{
		font-size: 13px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #999;
		margin-left: 24px;
	}
	
	#clip{
		background:url(/wp-content/themes/msd/images/clip.png) no-repeat;
		width:41px;
		height:105px;
		position: absolute;
		margin-top: -106px;
		margin-left:250px;
	}
	
#dances{
	
	margin-left:30px;
	margin-bottom: 16px;
	/*border: solid 2px #9C0;*/
}

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		padding:0;
		list-style:none;
		margin-left: 18px;
		margin-top:24px;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:98px;
		height:98px;
		line-height:98px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */

/*GALLERY*/
#grid li  {
	display:inline;
	list-style:none;
}

#grid li img
{
vertical-align:middle;
margin-bottom:5px;
}

/*FORM*/

form{
	width: 500px;
	background:url(/wp-content/themes/msd/images/head_bg.png);
	padding-left: 40px;
	padding-bottom:20px;
	padding-top:30px;
}

form ol{
	list-style: none;
	clear: both;
	margin-bottom: 24px;
}

form ol li{
	display: block;
	width: 100%;
	clear: both;
	padding: 1em 0 1em 0;
}

form ol li label{
	vertical-align: top;

	display: inline-block;
	float: left;
}

form ol li label.error{
	color: #900;
}


form ol li input, form ol li textarea{
	clear:both;
	font-size: 15px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	display: inline-block;
	float: left;
	color: #444444;
	border: solid 2px #cccccc;
}

form ol li.text input{
	width: 17em;
}

form ol li.box input{
	width: 20em;
}

form ol li.submit input{
	clear:both;
	margin-top:100px;
	float: left;
	background: #eeeeee;
}

#address{
	width:320px;
	float:right;
	margin-top:125px;
	margin-right:60px;
}

#address h3{
	color:#900;
	
}

#address p{
	color:#FFF;	
	margin-top:12px;
}

#footer{
	clear:both;
	background:url(/wp-content/themes/msd/images/head_bg.png) repeat-x;
	height: 49px;
}

	#footer p{
		color: #999;
		font-size: 11px;
		float:left;
		margin-top:16px;
		margin-left:24px;
	}
	
	#footer p strong{
	color:#600;	
	}
	
	.copyright{
		float:right;
		color: #999;
		font-size: 10px;
		margin-top: 16px;
		margin-right:24px;
	}