
/*
Theme Name: CooperTypeD
Theme URI: http://coopertype.org/
Author: cooper type
Version: 1.0
*/

@charset "UTF-8";

/*

For Bureau Grot Extra Compressed Bold:

font-family: "Bureau Grot Extra Compressed";
font-style: normal;
font-weight: 700;

For Bureau Grot Wide Ultra Black:

font-family: "Bureau Grot Wide";
font-style: normal;
font-weight: 900;

*/

@media only screen and (max-device-width: 480px)
	{
	body
	{
 -webkit-text-size-adjust: none;}
	}

#fullwidth-bg
	{
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-width:960px;
	background-image: url(../../../images/start/bg-ampersand.gif);
	background-size: 1600px 581px;
	background-repeat: no-repeat;
	background-position: center 130px;
	overflow: visible;
	}

html
	{
	height: 100%;
	}


body
	{
	margin: 0px;
	padding: 0px;
	font-family: "Benton Sans RE", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	height: 100%;
	text-rendering: optimizeLegibility;
	}

#wrapper
	{
	min-height:100%;
	position:relative;
	}

#content
	{
	margin: 0 auto 0px auto;
	padding-bottom: 24em;
	top: 0;
	bottom: 0;
	width: 960px;
	}

#fullwidth-header
	{
	border-bottom: 1px solid #CCC;
	}

#header
	{
	padding-top: 20px;
	margin: 0 auto;
	width: 960px;
	}

#branding
	{
	padding-top: 18px;
	font-size: 11px;
	color: #999;
	}

#branding a
	{
	color: #000;
	font-weight: bold;
	}

#access
	{
	font-family: "Benton Sans", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1em;
	color: #F2F2F2;
    text-align: justify;
	}

#access *
	{

  display: inline;
	}

#access a
	{
    display: inline-block;
    white-space: nowrap;
	}

#access img
	{
	display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border: none;
    height: 0px;
    color: transparent;
    background-color: transparent;
	}

#main
	{
	margin: 20px 0em 5em 0em;
	padding: 0;
	}

#container
	{
	}

.onecolumn
	{
	width: 135px;
	float: left;
	font-size: 10px;
	}

.twocolumn
	{
	width: 300px;
	float: left;
	}

.twocolumn p
	{
	}

.threecolumn
	{
	width: 465px;
	float: left;
	}

.fourcolumn
	{
	width: 630px;
	float: left;
	}

#tec-events-loop div.container
	{
	margin-bottom: 30px;
	padding-bottom: 30px;
	height: 230px;
	margin-right: 20px;
	}

.curriculum_meta
	{
	font-size: 12px;
	margin-top: 30px;
	}

.registration_info
	{
	font-size: 10px;
	}

.post-list .twocolumn
	{
	}

.listing
	{
	font-size: 10px;
	line-height: 1.6em;
	}

.attachment-post-thumbnail
	{
 /* class and workshop images */
 	position: relative;
	margin: 4px auto auto auto;
	height: auto;
	width: 300px;
	border: 0px;
	overflow: visible;
	}

.playButton
	{
	position: absolute;
	width: 300px;
	z-index: 101;
	margin: 5px auto -0px auto;
	opacity: 0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

.playButton:hover
	{
	opacity: 0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	}

.workshopImageContainer
	{
	display: block;
	width: 300px;
	height: 104px;
	overflow: hidden;
	margin-bottom: 0.7em;
	}

.photo
	{
 /* instructor images */
	width: 135px;
	height: auto;
	}

.listing .instructors
	{
	font-family: "Benton Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}

.instructors
	{
	margin-bottom: 10px;
	font-size:14px;
	}

#instructor_info div
	{
	margin-bottom: 20px;
	}

.faqItem
	{
	float: left;
	min-height: 1px;
	margin-bottom: 2em;
	#background-color: red;
	}

.faq_question
	{
	width: 100%;
	font-weight: bold;
	margin-bottom: 0.4em;
	}

.faq_answer
	{
	float: left;
	margin-left: 0em;
	}

.twoColText
	{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 3em;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	}

#tec-events-loop #eventbrite-embed
	{
	display: none;
	}

#fullwidth-footer
	{
	margin: 0em;
	width: 100%;
	min-height: 1em;
	min-width: 960px;
	background-color: #F2F2F2;
	padding-top: 30px;
	position: absolute;
	bottom: 0px;
	}

#footer
	{
	margin: 0 auto 20px auto;
	width: 960px;
	}

#footer p
	{
	font-size: 10px;
	}

.marginright
	{
	margin-right: 30px;
	}

.marginleft
	{
	margin-left: 30px;
	}

a:hover
	{
	text-decoration: underline;
	}

a:active
	{
	position: relative;
	top: 1px;
	right: -1px;
	}

a.current
	{
	font-weight: bold;
	/*color: #FF0036;
	position: relative;
	top: -12px;*/
	}

a img
	{
	border: 0;
	}

p, ol, ul
	{
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
	}

ol
	{
	padding-left: 1.5em;
	}

.deck
	{
	font-family: "Benton Sans", Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.35em;
	margin: 0em 0em 1.7em 0em;
	}

.programNot5
	{
	position: relative;
	display: block;
	margin: 0em 0em 0em 0em;
	}

h3 a:link, h3 a:visited
	{
	color: #000;
	}

.deck a:link, .deck a:visited,
h3 a:link, h3 a:visited
	{
	text-decoration: none;
	}

p.deck a:hover, h3 a:hover
	{
	text-decoration: none;
	}

.applicationDeadlineHeaderCondensed
	{
	font-family: "Bureau Grot Extra Compressed";
	font-style: normal;
	font-weight: 900;
	font-size: 8.2em;
	line-height: 0.87em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 0em;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0.08em;
	}

.applicationDeadlineHeaderExtended
	{
	font-family: "Bureau Grot Wide";
	font-style: normal;
	font-weight: 900;
	font-size: 4.2em;
	line-height: 0.89em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: -0.01em;
	letter-spacing: -0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0.08em;
	}

/* 
Tool Tips
---------------------------------- 
*/

.tooltip, .tooltip:hover
	{
	position: relative;
	display: inline-block;
	color: #0091e2;
	text-decoration: none;
	cursor: pointer;
	}

	
.tooltip .tooltiptext
	{
	visibility: hidden;
	width: 17em;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #cecece;
	border-radius: 6px;
	background-color: white;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 2em;
	left: 50%; 
	margin-left: -8.6em; /* Use half of the width (120/2 = 60), to center the tooltip */
	}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #cecece transparent;
	}

.tooltip:hover .tooltiptext 
	{
	visibility: visible;
	color: black;
	}

strong.question
	{
	font-weight: bold;
	}

i, cite
	{
	font-style: italic;
	}

strong
	{
	font-weight: bold;
	}

.condensedTitle
	{
	display: block;
	text-align: left;
	clear: both;
	margin-bottom: -0.015em;
	margin-top: 0.15em;
	font-family: 'Bureau Grot Extra Compressed';
	font-size: 21em;
	font-style: normal;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 0em;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

h1, h2, h3, h4,
.listing .instructors
	{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

h1, h2, h3, h4, h5
	{
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 12px 0;
	padding: 0;
	clear: both;
	}

h1
	{
	text-transform: uppercase;
	font-size: 36px;
	}

h2
	{
	text-align: left;
	font-family: 'Bureau Grot Extra Compressed', 'Benton Sans Cond';
	font-style: normal;
	font-weight: 900;
	font-size: 13.94em;
	line-height: 0.87em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 0em;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0.25em 0 0.4em 0;
	}

h3
	{
	font-family: 'Benton Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 24px;
	/*color: #00A0F0;*/
	margin-bottom: 12px;
	}

.twocolumn h3
	{
	color: #000;
	}

p + h3
	{
	margin-top: 30px;
	}

h4
	{
	font-family: 'Benton Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 4px 0;
	}

h4 a:link, h4 a:visited
	{
	color: #000;
	text-decoration: none;
	}

ul
	{
	margin-left: 1em;
	}

ul li:before
	{
	/*content: "Â· ";*/
	}

ul#instructors
	{
	margin: 0;
	padding: 0;
	}

ul#instructors li
	{
	float: left;
	clear: right;
	width: 135px;
	height:204px;
	list-style: none;
	margin: 0 25px 30px 0px;
	}

hr
	{
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px 0;
	margin: 0;
	height: 5px;
	width: 100%;
	border-style: none;
	background-image: url(../../../images/hr-630.gif);
	clear: both;
	}

hr.sixcolumn
	{
	background-image: url(../../../images/hr-960.gif);
	}

.twocolumn hr
	{
	background-image: url(../../../images/hr-300.gif);
	}

div.bio, div.class + div.class
	{
	margin-top: 40px;
	}

h4 img
	{
	margin: 0 0 12px 0;
	}

.meta
	{
	margin-bottom: 12px;
	}

.edit-link
	{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	color: #CCC;
	}

.clear
	{
	line-height: 0px;
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	}

.block_hide{
	visibility: hidden;
	min-width: 20px;
	height: 40px;
	}

a.get_events, a.hide_events{
	font-size: 14px;
	color: #FF0036;
	}

a.get_events:hover, a.hide_events:hover
	{
	cursor:pointer;
	}

.past_events{
	display:none;
	}

#mc_embed_signup *
	{
	margin:0;
	padding: 0;
	}

#mc_embed_signup fieldset
	{
	border:none;
	}

div.mce_inline_error{
	color:#F00 !important;
	}

#mce-EMAIL
	{
	width:100%;
	}

#mc-embedded-subscribe
	{
	}

.hiddenPic
	{
	display: none;
	}
