/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 georgia, times, 'Times New Roman', serif; 	
color : #777; 
text-align: center;
background: #fff url(/images/bodyback.png) left top;
}

button, 
input, 
select, 
textarea { 
font-family : Argumentum-Medium;
color : #333; }

ol, ul {margin: 0 0 30px 30px;}


/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: helvetica, helve, arial, sans-serif;
font-weight : normal;
margin-top: 0px;

}

h1 { 
font-family: Goudy, Times, serif;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
line-height : 0.9;
}


h2 { 
color: #000000;
margin-bottom : .5em;
margin-top : 0em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
font-weight: bold;
font-family: klinic slab, "Times New Roman", Times, serif;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
font-family: klinic slab, "Times New Roman", Times, serif;
font-size : 2.5em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25;
font-family: klinic slab, "Times New Roman", Times, serif; font-weight: 500 }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

p {margin-bottom: 1.5em;}


/* LINKS =============================================================================  */

a { 
color : #990000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline;
}

a:visited { 
color : #990000; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #3c4746;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/*  MAIN LAYOUT	============================================================================= */
nav {color: white; font-size: 120%; letter-spacing: 2px; text-transform: uppercase; margin-left: -25px; max-width: 75%;}
nav li {display: block; float: left; margin-right: 30px;}
nav li a:link, nav li a:visited {color: white; text-decoration: none;}
nav li a:hover, nav li a:active {text-decoration: underline;}

#socialmedia li {display: block; float: right;}
#socialmedia {}

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}
	
	#topbar {text-align: right; padding: 2px 0px 2px 0; background-color: #8caeb0; width: 100%; text-transform: uppercase; height: 15px;}
	/* #topbar ul {list-style: none; width: 80%; max-width: 92.3em; margin: 0 auto; }
	#topbar ul li {float: right; margin: 0px 20px; font-size: 75%;}
	#topbar a:link, #topbar a:visited {color: white;}
	#topbar a:hover, #topbar a:active {color: white;} 
	*/
	#headcontainer {
		width: 100%;
		background: black;
		margin: 0 auto; 
		
	}
	#headcontainer h1 {margin-bottom: 0; margin-top: -10px; color: white; text-transform: uppercase; font-face: arial;}
	#headcontainer h1.masthead {margin: 0 auto; text-align: center; width: 100%;}
	
	#mainlogo {/* border-right: 3px solid #4c5959; */ text-align: right;}
	#mainlogo img {width: 85%;}
	#mainlogo img#lowrez {diplay: none;}
	#masthead {font-size: .6em; text-transform: uppercase; margin-left: 0px;}
	#masthead a {color: #000;}
	#masthead #theof {display: inline; padding-right: 5px; font-size: .6em;}
	#masthead i {font-style: italic; text-transform: none;}
	#masthead img {display: none;}
	
	img.soundonfilm {margin-right: 5px; margin-bottom: 5px; margin-top: 0px; width: 32%; float: left;}
	a:hover img.soundonfilm {opacity: .5;}
	
	.leftbar, .rightbar, .intro {text-align: left; padding-top: 40px;}
	.leftbar ul li {list-style: none; margin-left: -30px;}
	
		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 1000px; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: left;
			margin-bottom: 0px;
		}
 
   
	

	#maincontentcontainer {
		width: 100%;
	}
	
		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 1000px; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px; padding-top: 0em;
				color: #555;
				line-height: 1.5em;
				position: relative; 
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 1000px; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
		#maincontent h3 {margin-top: 20px; font-weight: bold;}
		#maincontent img.faculty {width: 25%; margin-left: 5px;}
		.nobullets {list-style: none;}
		
		.featureimage {background-color: #fff; /*margin-top: -24px;*/ padding: 0;  margin-top: -10px; border: none; z-index: -10;}
		/* -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 7px;
		-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 7px;
		box-shadow: rgba(0,0,0,0.4) 1px 1px 7px; */}
		.featureimage a {color: #990000; text-decoration: none;}
		
		.rmm {display: none;}

				 

		.hours {text-align:left; margin-left: 0px; margin-top: 50px}
		.hours ul {list-style:none; margin-left: 0px}
		.team {text-align:left; }
		.intro {text-align: left; margin-top: 50px}
		.sidebar {padding: 0px; margin-left: 0px}
		
		
		.bodycopy {padding-left: 15px;}
		.bodycopy h2 { border-bottom: solid 1px #8caeb0; padding: 10px 0; z-index: -100;}
		.bodycopy h3 {color: #8caeb0;}
		.bodycopy ul ul {margin: 0 0 0 30px;}
		
		.titleimages img {margin-right: 5px;}
		img.eventimages {margin-right: 5px; margin-bottom: 5px; width: 32%; float: left;}
		a:hover img.eventimages {opacity: .5;}
		
		img.concertimages {margin-right: 2px; margin-bottom: 2px; width: 15%; float: left}
				
		.about p, h3, h4 {text-align: left}
		.about ul {text-align: left}
		
		.subnavigation {width: 25%; background-color: #dedede; float: right; padding-top: 10px; margin-left: 15px; margin-top: -19px; font-family: helvetica, helve, arial, sans-serif;}
		.subnavigation ul {list-style: none; margin: -10px 0 0 0; }
		.subnavigation ul li {padding: 6px 10px; border-top: 1px solid #999999;}
		.subnavigation ul li:last-child {border-bottom: 1px solid #999999;}
		.subnavigation ul ul {padding-top: 10px;}
		.subnavigation ul ul li {padding-left: 25px;}
		.subnavigation ul ul li:last-child {border-bottom: none;}
		.subnavigation li.divider {background-color: #555555; font-weight: bold; color: white; border-top: none;}
		.subnavigation a:link, .subnavigation a:visited {color: black; font-weight: bold;}
		.subnavigation a:hover, .subnavigation a:active {color: gray; font-weight: bold; text-decoration: none;}
		
		#calendar {background-color: #fff; list-style: none; padding: 5px 15px 15px 0px; margin-left: 0px; width: 100%;}	
		#calendar td.thedate {white-space: nowrap; background-color: #dedede; color: #000; padding: 15px; font-family: helvetica, helve, arial, sans-serif; font-size: 1.2em; text-transform: uppercase; margin-bottom: 10px; padding-right: 10px;}
		#calendar tr {border-top: 1px solid #4c5959;}
		#calendar .infoline {background-color: #fff; padding: -5px 5px 0 5px; font-family: helvetica, helve, arial, sans-serif; margin-left: 20px; margin-top: -5px; font-weight: bold;}
		#calendar .locline {background-color: #fff; padding: -5px 5px 0 5px; font-family: helvetica, helve, arial, sans-serif; margin-left: 20px; margin-bottom: 10px; }
		#calendar img {float: right; max-width: 150px; width: 35%;}
		#calendar a:link, #calendar a:visited {color: #990000; font-family: helvetica, helve, arial, sans-serif; font-style: normal;}
		#calendar a:hover, #calendar a:active {color: #4c5959; font-family: helvetica, helve, arial, sans-serif; font-style: normal;}
		
		#faculty {font-family: Argumentum-Medium; list-style: none; margin-left: 0; margin-top: 30px; line-height: 1.2em;}
		#faculty li {border-top: 1px solid #4c5959; clear: both; background-color: #e5e1d9; padding:15px 5px 15px 0px;}
		ul.adjunct li {padding-left:15px;}
		#faculty img {float: left; width: 35%; max-width: 200px; margin: -25px 10px 25px 0px;}
		#faculty a {text-transform: uppercase;  font-family: Argumentum-Bold; font-size: 1.2em;}
		
		hr {border-top: 1px solid #4c5959; padding: 5px 0 5px 0;}
		
		.photopulls {margin: 0 auto; text-align: center; padding: 10px;}
		.photopulls img {margin-right: 15px; padding: 5px;}
		
		.cmcage {font-weight: bold; font-style: italic; color: black; font-size: .75em;}
		
		.featured {padding: 25px; text-align: center;}
		
		.nomobile {display: block;}
		.hide {display: none;}
		.unhide {display: block; margin-bottom: 15px;}

		
	#footercontainer {
		width: 100%;	
		border-top: 1px solid #fff;
		background: #dedede url(/images/footerback.png) left top;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 120%; /* 13 / 16 */
			font-weight: 200;
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #333;
			
			font-family: klinic slab, "Times New Roman", Times, serif;
		}

		footer strong {
			font-size: 1.000em; /* 14 / 13 */
			color: #444;
		}
		
		footer a:link, footer a:visited { color: #444; text-decoration: none; }
		footer a:hover, footer a:active { color: #999; text-decoration: underline; }		
	



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }
  
 


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }
