/* Two-column with sidebar on left from the /examples/ folder  */

@import url('examples/2c-r.css');
@import url('reset.css');
@import url('typography.css');

* {
	line-height: 1.333em;
	}

ul,li {
	list-style: none;
	}

a {
	text-decoration: none;
	outline: none;
	color: red;
	}

body {
	line-height: 1;
	font-size: 62.5%;
	color: #000;
	background: #000 url('images/siteBg.jpg') repeat-x;
	}

#content_wrapper {
	clear: both;
	float: left;
	padding-top: 24px;
	width: 100%;
	}

#mainNavWrapper {
	clear: both;
	width: 100%;
	height: 75px;
	list-style: none;
	background-color: black;
	}
	#mainNavWrapper #print_logo {
		display: none;
		}

#mainNav {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	height: 75px;
	}
	#mainNav li {
		display: block;
		float: left;
		width: auto;
		height: 75px;
		}
		#mainNav li a {
			display: block;
			padding: 34px 0 0 10px;
			height: 41px;
			width: 90px;
			color: #DBDAD9;
			font-size: 1.3em;
			font-weight: normal;
			line-height: 1em;
			}

		#mainNav li h1 {
			font-weight: bold;
			text-align: center;
			background: transparent url('images/navigation/ccs-logo.gif') no-repeat scroll center center;
			}
			#mainNav li h1 a {
				display: block;
				padding: 0;
				height: auto;
				width: 220px;
				font-size: 7.5em;
				line-height: 1em;
				text-indent: -9999em;
				}

#mainNav li#mfa_trans_design_nav a {
	width: 180px;
	}

#mainNav li#program_details_nav a {
	width: 140px;
	}

#mainNav li#apply a {
	padding-top: 34px;
	height: 24px;
	background: #EEE;
	background: #00718f;    /* blue */
	background: #bed600;    /* lime */
	background: #ec008c;    /* holy hot pink */
	background: #f07b05;    /* orange */
	background: #c00;    /* dark red */
	}
	#mainNav li#apply a:hover {
		color: white;
		background: #00718f;    /* blue */
		}


#mainNav li a:hover,
#mainNav li a:focus {
	color: #CC0000;
	}

#mainNav li.navMenu a {
	background: transparent url('http://ccsmfa.com/images/navigation/menu_arrow.gif') no-repeat 60px 37px;
	}
	#mainNav li.navMenu a:hover,
	#mainNav li.current a {
		background-position: 60px -38px;
		}

#mainNav li ul {
	display: none;
	position: absolute;
	z-index: 999;
	}
	#mainNav li ul li {
		float: none;
		height: auto;
		}
		#mainNav li ul li a {
			display: block;
			margin: 0 0 1px 0;
			padding: 1em 10px;
			width: 160px;
			height: auto;
			background: black !important;
			border-top: 1px solid transparent;
			}

#secondaryNav {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	}
	#secondaryNav li {
		float: left;
		}
		#secondaryNav li a {
			color: #5E5E5E;
			font-size: 1.1em;
			line-height: 24px;
			}
			#secondaryNav li a:hover {
				color: #c00;
				}

		#secondaryNav li a,
		#secondaryNav li span {
			display: block;
			padding: 0 1.5em;
			}





/* MAIN-CONTAINER */
#fake-wrapper {
	margin: 0 auto;
	width: 960px;
	background: transparent url('images/wrapperBg.png') repeat scroll -1px 0;
	}

#fake-wrapper2 {
	clear: both;
	float: left;
	width: 100%;
	}

#wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #fff url('images/wrapperBg.png') repeat scroll 0 0;
	}

#tabbed-menu {
	float: left;
	margin: 9px 0 0 0;
	background: none;
	}
	#tabbed-menu li {
		float: left;
		padding: 0 0 0 8px;
		}
		#tabbed-menu li a {
			float: left;
			padding: 0 9px 0 0;
			color: #000;
			text-decoration: none;
			}
			#tabbed-menu li a span {
				float: left;
				padding: 7px 6px 8px 11px;
				font-size: 19px;
				font-weight: normal;
				}

	#tabbed-menu .current {
		color: #000 !important;
		background: transparent url('images/mainNav-bgLeft.gif') no-repeat scroll top left;
		}
		#tabbed-menu .current a {
			color: #000;
			background: transparent url('images/mainNav-bgRight.gif') no-repeat scroll top right;
			}
			#tabbed-menu .current a span {
				font-weight: bold !important;
				background: #fff;
				}

	#tabbed-menu .next a span {
		color: red !important;
		font-weight: normal !important;
		}

#content {
	position: relative;
	clear: both;
	float: left;
	width: 683px;
	padding: 0 16px 20px 0px;
	background: #fff;
	}
	#content h2 {
		padding-left: 17px;
		font-size: 27px;
		}






/* POSTS */
.post {
	position: relative;
	margin: 5px 0;
	padding: 0 0 40px 124px;
	width: 559px;
	}
	.post .entry-title {
		clear: both;
		margin: 50px 0 10px 0;
		padding-left: 0 !important;
		width: 100%;
		font-size: 27px;
		font-weight: bold;
		}
		.post .entry-title a {
			color: #000;
			width: 100%;
			font-size: 27px;
			font-weight: bold;
			text-decoration: none;
			}

	.post h2 a:hover {
		text-decoration: underline;
		}

	.post p {
		margin: 5px 0;
		font-size: 18px;
		line-height: 1.5em;
		}

	.post .entry-date {
		clear: none !important;
		display: block;
		float: left;
		position: relative;
		margin-left: -124px;
		width: 80px;
		height: 94px;
		color: #fff !important;
		}
		.post .entry-date span {
			clear: both;
			float: left;
			padding: 1px 3px 1px 4px;
			width: 72px;
			font-size: 16px !important;
			text-transform: uppercase;
			background: #808080;
			}

		.post .entry-date p.abbr {
				float: left;
				margin: 0 !important;
				padding: 5px 4px 5px 31px;
				font-size: 40px;
				font-weight: bold;
				background: #FF0019;
				outline: none;
				border: none;
				}



	.post .float-left {
		float: left;
		margin: 4px;
		}

	.post .float-right {
		float: right;
		margin: 4px;
		}

	.post .entry-meta {
		clear: both;
		float: left;
		margin: 20px 0 0 0;
		width: 100%;
		color: #333;
		}
		.post .entry-meta a {
			color: red;
			text-decoration: none;
			}
			.post .entry-meta a:hover {
				text-decoration: underline;
				}

/* --END POSTS */








/* -------------- comments -------------- */
/* begin */
#comments {
	margin: 20px 0 0 0;
	padding: 0 0 0 124px;
	width: 540px;
	font-size: .9em;
	}

#respond {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	}
	#respond h3 {
		clear: both;
		float: left;
		margin: 0 0 5px 0;
		font-size: 18px;
		}
	#respond .formcontainer {
		clear: both;
		float: left;
		width: 100%;
		}
		#respond .formcontainer form {
			clear: both;
			float: left;
			width: 100%;
			}
		.formcontainer form div {
			clear: both;
			float: left;
			width: 100%;
			}
		
		.formcontainer .twitlink {
			margin-left: 0 !important;
			padding-left: 0 !important;
			background: none !important;
			border: none !important;
			}


#comment-notes {
	font-size: 15px;
	}

#comments ol {
	position: relative;
	clear: both;
	float: left;
	margin-left: 0px;
	background: #FFE7DF;
	}
	#comments ol li {
		position: relative;
		clear: both;
		float: left;
		margin: 0;
		width: 520px;
		list-style: none;
		border: none;
		}

#login {
	font-size: 14px !important;
	}

#comments-list {
	}
	#comments-list h3 {
		clear: both;
		float: left;
		}

.comment {
	position: relative;
	padding: 10px 10px 0px 10px;
	clear: left;
	border-width: 1px 0 0;
	}
	.comment.alt {
		background: #EEE;
		}
	.comment.bypostauthor {
		color: black;
		}

	.comment .comment-author {
		float: left;
		margin: 4px 0 0 10px;
		width: 60px;
		text-align: center;
		}
		.comment .comment-author span {
			clear: both;
			float: left;
			margin: 5px 0 0 0;
			width: 60px;
			text-align: center;
			}
			.comment .comment-author span a {
				color: red;
				}
				.comment .comment-author span a:hover {
					color: darkred;
					text-decoration: underline;
					}

	.comment .comment-meta {
		clear: both;
		float: right;
		margin: 0;
		padding: 4px 0;
		width: 400px;
		text-align: right;
		font-size: .9em;
		}
		.comment .comment-meta a {
			color: red;
			text-decoration: none;
			}
			.comment .comment-meta a:hover {
				color: darkred;
				text-decoration: underline;
				}

	.comment .comment-arrow {
		position: absolute;
		left: -13px;
		}

	.comment .comment-text {
		position: relative;
		float: right;
		margin: 0 0 0 10px;
		padding: 10px;
		width: 410px;
		background: #fff;
		border: 1px solid #cfcfcf;
		}
		.comment .comment-text p {
			clear: none !important;
			color: #333;
			font-size: 13px;
			}


form#commentform {
	}
	form#commentform p {
		padding: 0;
		}
	form#commentform .form-label {
		margin: 1em 0 0;
		}
	form#commentform span.required {
		background: #fff;
		color: #c30;
		}
	form#commentform textarea#comment {
		height: 13em;
		margin: 0 0 0.5em;
		overflow: auto;
		width: 66%;
		}

/* end */



/* SIDEBAR */
#sidebar-container {
	position: relative;
	float: left;
	width: 259px;
	}

#social-container {
	float: right;
	width: 260px;
	height: 49px;
	background: #000;
	}
	#social-container ul {
		float: left;
		margin: 0 0 0 10px;
		}
		#social-container ul li {
			float: left;
			padding: 0;
			}
			#social-container ul li a {
				float: left;
				display: block;
				width: 43px;
				height: 42px;
				text-indent: -9999px;
				}

	#social-container .facebook a {
		background: transparent url('images/social_icons.gif') no-repeat scroll -6px 0px;
		}
		#social-container .facebook a:hover {
			background: transparent url('images/social_icons.gif') no-repeat scroll -6px -51px;
			}

	#social-container .twitter a {
		background: transparent url('images/social_icons.gif') no-repeat scroll -52px 0px;
		}
		#social-container .twitter a:hover {
			background: transparent url('images/social_icons.gif') no-repeat scroll -52px -51px;
			}

	#social-container .rss a {
		background: transparent url('images/social_icons.gif') no-repeat scroll -100px 0px;
		}
		#social-container .rss a:hover {
			background: transparent url('images/social_icons.gif') no-repeat scroll -100px -51px;
			}

	#social-container .youtube a {
		background: transparent url('images/social_icons.gif') no-repeat scroll -196px 0px;
		}
		#social-container .youtube a:hover {
			background: transparent url('images/social_icons.gif') no-repeat scroll -196px -52px;
			}


.sidebar {
	float: left;
	margin: 0 !important;
	padding: 0 10px;
	width: 241px;
	background: #000;
	}
	.sidebar a {
		clear: both;
		float: left;
		margin: 5px 0 0 10px;
		color: red;
		font-size: 15px;
		text-decoration: none;
		}

	.sidebar h3 {
		font-size: 24px !important;
		font-weight: bold;
		}
		.sidebar h3 a {
			margin: 0 !important;
			color: #fff !important;
			font-size: 24px !important;
			}
	.sidebar p {
		clear: both;
		float: left;
		margin: 10px 0 0 0;
		padding: 0 0 0 10px;
		width: 220px;
		line-height: 1.6em;
		font-size: 14px !important;
		color: #fff;
		}

	.sidebar ul {
		clear: both;
		float: left;
		margin: 0 !important;
		width: 100%;
		}
		.sidebar ul li {
			clear: both;
			float: left;
			width: 100%;
			}

	.sidebar .no-ribbon {
		float: left;
		margin: 0 0 0 10px;
		color: red;
		}

	.sidebar .big-link {
		clear: both;
		float: left;
		margin: 20px 0 0 10px !important;
		width: 200px;
		height: 40px;
		font-size: 25px;
		text-transform: uppercase;
		}

	.sidebar select {
		clear: both;
		float: left;
		margin: 10px 0 0 5px;
		width: 230px;
		}

#primary ul li p {
	padding: 0 0 0 10px;
	}

#primary ul li #hidden-link-container {
	display: block;
	float: left;
	width: 100%;
	height: 100px;
	}

#secondary {
	background: #000 url('images/sidebar-bg.gif') repeat-y;
	}

.flickr {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	}
	.flickr li {
		clear: none !important;
		float: left !important;
		width: 68px !important;
		height: 52px !important;
		margin: 5px 3px 3px 0 !important;
		}
		.flickr li a {
			clear: none !important;
			float: left !important;
			margin: 0 !important;
			}
			.flickr li a img {
				float: left;
				width: 68px !important;
				}

#twitter-1 {
	position: relative;
	}
	#twitter-1 img {
		position: absolute;
		right: 0;
		top: -28px;
		width: 75px;
		height: 70px;
		}

.ribbon-container {
	position: relative;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	height: 40px;
	}
	.ribbon-container h3,
	.sidebar .widgettitle {
		position: absolute;
		left: -17px;
		padding: 3px 23px 12px 18px !important;
		width: 100%;
		color: #fff;
		background: url('images/headerRibbon.gif') no-repeat;
		}

#search-form {
	clear: both;
	float: left;
	width: 240px;
	}
	#search-form a {
		clear: none !important;
		float: left;
		margin: 0 !important;
		padding: 7px 13px 7px;
		height: 20px;
		color: #fff;
		text-decoration: none;
		background: url('images/searchButtonBg.jpg') no-repeat;
		}
	#search-form input {
		float: left;
		margin: 0 0 0 6px;
		padding: 6px 10px 1px 5px;
		width: 139px !important;
		height: 27px;
		font-size: 16px;
		border: none;
		}


.sidebar .twitter li a {
	clear: none !important;
	float: none;
	margin: 0;
	}
.sidebar .twitter li .twitter-link {
	float: left;
	margin: 5px 0 0 0;
	width: 200px;
	word-wrap: break-word;
	}


	.sidebar .tubepress_meta_description {
		float: left;
		color: #fff;
		}
	
	.tubepress_meta_group {
		clear: both;
		float: left;
		margin: 0 0 0 10px !important;
		width: 200px;
		}

/* --END SIDEBAR */





/* BEGIN FOOTER */
#footer {
	position: relative;
	clear: both;
	float: left;
	width: 99% !important;
	height: 15px;
	margin: 0 0 40px 0 !important;
	border-top: 4px solid red;
	}
	#footer p {
		float: left;
		color: #fff;
		margin: 0 !important;
		font-size: 9px;
		}

#footer-tag {
	position: absolute;
	top: -22px;
	left: 0px;
	padding: 2px 4px;
	color: #fff;
	font-size: 11px !important;
	background: #000;
	}

#copyright {
	float: right;
	color: #EFEFEF;
	font-size: 9px;
	}

/* --END FOOTER */



/* Just some example content */
div.skip-link {
	position: absolute;
	right: 1em;
	top: 1em;
	}

div#menu ul,
div#menu ul ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	}

div#menu ul a {
	display: block;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	text-decoration: none;
	}

div#menu ul ul ul a {
	font-style: italic;
	}

div#menu ul li ul {
	left: -999em;
	position: absolute;
	}

div#menu ul li:hover ul {
	left: auto;
	}

.entry-title,.entry-meta {
	clear: both;
	}

form#commentform .form-label {
	margin: 1em 0 0;
	}

form#commentform span.required {
	background: #fff;
	color: #c30;
	}

form#commentform,form#commentform p {
	padding: 0;
	}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	}

div.comments ol li {
	margin: 0 0 3.5em;
	}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
	}

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
	}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
	}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
	}

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
	}

p.wp-caption-text {
	font-style: italic;
	}

div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
	}

div.gallery dl.gallery-columns-1 {
	width: 100%;
	}

div.gallery dl.gallery-columns-2 {
	width: 49%;
	}

div.gallery dl.gallery-columns-3 {
	width: 33%;
	}

div.gallery dl.gallery-columns-4 {
	width: 24%;
	}

div.gallery dl.gallery-columns-5 {
	width: 19%;
	}

div#nav-above {
	position: absolute;
	top: 410px;
	right: -250px;
	clear: both;
	float: left;
	margin-bottom: 1em;
	width: 240px;
	height: 100px;
	text-align: left;
	z-index: 999;
	}

div#nav-above a {
	color: red;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	z-index: 999;
	}

div#nav-above a:hover {
	text-decoration: underline;
	}

div#nav-below {
	display: none;
	clear: both;
	float: left;
	margin-top: 1em;
	}

div#nav-images {
	height: 150px;
	margin: 1em 0;
	}

div.navigation {
	height: 1.25em;
	}

div.navigation div.nav-next {
	float: right;
	text-align: right;
	}

div.sidebar h3 {
	font-size: 1.2em;
	}

div.sidebar input#s {
	width: 7em;
	}

div.sidebar li {
	list-style: none;
	margin: 0 0 3em;
	}

div.sidebar ul ul {
	margin: 0 0 0 5px;
	}

div.sidebar ul ul li {
	margin: 0;
	}

div#menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
	float: left;
	}

div.gallery *,
div.sidebar div,
div.sidebar h3,
div.sidebar ul {
	margin: 0;
	padding: 0;
	}

