/*-----------------------------------------------------------------------------
Global StyleSheet

version:	1.0
author:		Rebecca Kemnitz
email:		rebecca@bytestudios.com
date:		
-----------------------------------------------------------------------------*/

/* Swatches -------------------------------------------------------------------



-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6 { margin: 0 0; font-weight: normal; }

/* Class for clearing floats */
.clear:after  { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clear { zoom: 1; clear: both; }

/* Remove border around linked images */
img { border: 0; margin: 0; }

ul, ol { list-style: none; }

/* Reset CSS */
/* remember to highlight inserts somehow! */
/* tables still need 'cellspacing="0"' in the markup */
/* remember to define focus styles! */
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;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* Tables
-----------------------------------------------------------------------------*/
table { border-spacing: 0; border-collapse: collapse; }

td { font-weight: normal; }

/* Links
-----------------------------------------------------------------------------*/
a { outline: none; text-decoration: none; }
a:hover { outline: none; }
a:active { outline: none; }

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset { border: 1px solid transparent; }

input.text, textarea, select { }

/* Classes
-----------------------------------------------------------------------------*/
.errorText { color: red; }

.errorText ul { }

/* Typography
-----------------------------------------------------------------------------*/
body {
	font-size: 9pt; font-family: 'Droid Sans', sans-serif;
}
.wyswyg { line-height: 15pt; }
.wyswyg h1, .wyswyg h2 {
	padding-bottom: 12px;
	line-height: normal;
	color: black;
}
.wyswyg h1 { font-size: 15pt; }
.wyswyg h2 { font-size: 13pt; }
.wyswyg p { padding-bottom: 12px; line-height: 15pt; }
.wyswyg p.pullQuote {
	background-color: darkBlue;
	margin: 5px;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 13pt;
	color: white;
}
.wyswyg ul, .wyswyg ol { 
	list-style-position: outside; 
	margin: 0 10px 12px 20px;
}
.wyswyg ul { list-style: disc;  }
.wyswyg ol { list-style: decimal; }
.wyswyg img { margin: 0 20px 10px 20px; }
.wyswyg img[align=left], 
.wyswyg img.alignLeft { float: left; margin-left: 0; }
.wyswyg img[align=right], 
.wyswyg img.alignRight { float: right; margin-right: 0; }

/* Main Layout
-----------------------------------------------------------------------------*/
body { background: url(/assets/img/bg.gif) repeat-x rgb(231,248,255); }
#outerContainer {
	min-width: 1280px;
	min-height: 422px;
	background: url(/assets/img/bg-workshop.jpg) no-repeat center top;
}
#container { width: 1007px; margin: 0 auto; position: relative; }
#header { 
	height: 257px;
	border-top: 7px solid rgb(177,134,18);
}
#mainContent {
	background: url(/assets/img/shadowL.png) no-repeat 0 101px;
	float: left;
	margin: -19px 0 0 -23px;
	padding-left: 23px;
}
#mainContent > div {
	background: url(/assets/img/shadowR.png) no-repeat right 101px;
	padding-right: 23px;
}
#mainContent > div > div {
	background-color: white;
	width: 963px;
	min-height: 218px;
	padding: 1px 22px;
}

/* Header
-----------------------------------------------------------------------------*/
#header > h1 {
	float: left;
	margin: -4px 0 0 48px;
}
#header h1 a {
	background: url(/assets/img/makersSpaceBanner.png) no-repeat;
	display: block;
	width: 240px;
	height: 181px;
	text-indent: -9999px;
}
#header #about {
	background-color: rgba(0,0,0,.33);
	float: right;
	width: 435px;
	margin-top: 31px;
	padding: 14px 29px;
	font-size: 13pt;
	line-height: 17pt;
	color: rgb(204,197,173);
}
#header #about h1 {
	font-size: 20pt;
	line-height: 21pt;
	text-transform: uppercase;
	color: rgb(242,235,213);
}
#header #about p { padding-bottom: 7px; }
#header #about > a {
	background-color: rgb(75,121,149);
	background: -webkit-gradient(linear, left top, left bottom, from(#7c9cb2), to(#1e5d81));
	background: -moz-linear-gradient(top,  #7c9cb2,  #1e5d81);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c9cb2', endColorstr='#1e5d81');
	display: block;
	float: left;
	width: 184px;
	margin-left: 25px;
	padding: 7px 0 4px 0;
	border: 1px solid rgb(49,80,98);
	text-align: center;
	color: rgb(192,194,197);
	text-shadow: rgba(0,0,0,.2) 0px 2px 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
}
#header #about > a:hover {
	background: none;
	background-color: rgb(154,0,0);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0000), to(#660000));
	background: -moz-linear-gradient(top,  #bf0000,  #660000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf0000', endColorstr='#660000');
	border-color: rgb(102,0,0);
}
#header #about > a span {
	background: url(/assets/img/arrow-greyblueR.png) no-repeat right 4px;
	display: inline-block;
	padding-right: 13px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer { text-align: center; }
#footer a { color: black; }

/* Main Navigation
-----------------------------------------------------------------------------*/
#mainNav {
	background: url(/assets/img/mainNav-cornerL.png) no-repeat;
	float: left;
	margin-left: -12px;
	padding-right: 12px;
	text-align: center;
	font-size: 14pt;
	letter-spacing: .03em;
	text-transform: uppercase;
	white-space: nowrap;
}
#mainNav > div {
	background: url(/assets/img/mainNav-cornerR.png) no-repeat top right;
	padding: 0 23px 19px 0;
}
#mainNav ul {
	background-color: rgb(178,135,18);
	width: 1008px;
	height: 33px;
	padding: 0 4px;
}
#mainNav li { display: inline-block; }
#mainNav li.active { background-color: rgb(154,0,0); }
#mainNav li.current_page_item { background-color: rgb(154,0,0); }
#mainNav li.current_page_parent { background-color: rgb(154,0,0); }

#mainNav a { display: inline-block; padding: 8px 13px; color: rgb(231,228,217); }
#mainNav ul.children, 
#mainNav ul.sub-menu { display: none; }

#mainNav li.current_page_item ul.children, 
#mainNav li.current_page_parent ul.children, 
#mainNav li.current_page_item ul.sub-menu, 
#mainNav li.current_page_parent ul.sub-menu { 
	position: absolute;
	display: block;
	height: 12px;
	width: auto;
	padding-left: 0px;
	background-color: #fff;
	color: black;
	font-size: 10px;
}

#mainNav li.current_page_item ul.children a, 
#mainNav li.current_page_parent ul.children a, 
#mainNav li.current_page_item ul.sub-menu a, 
#mainNav li.current_page_parent ul.sub-menu a { 
	display: inline-block; padding: 4px 10px; color: #666; 
}
#mainNav li.current_page_item ul.children li.active, 
#mainNav li.current_page_parent ul.children li.active, 
#mainNav li.current_page_parent ul.children li.current_page_item,
#mainNav li.current_page_item ul.sub-menu li.active, 
#mainNav li.current_page_parent ul.sub-menu li.active, 
#mainNav li.current_page_parent ul.sub-menu li.current_page_item { 
	background-color: #fff; 
}
#mainNav li.current_page_item ul.children li.active a, 
#mainNav li.current_page_parent ul.children li.active a, 
#mainNav li.current_page_parent ul.children li.current_page_item a,
#mainNav li.current_page_item ul.sub-menu li.active a, 
#mainNav li.current_page_parent ul.sub-menu li.active a, 
#mainNav li.current_page_parent ul.sub-menu li.current_page_item a { 
	color: rgb(154,0,0); 
}
/*#mainNav li:first-child { display: none; }
#mainNav li.current_page_item ul.children li:first-child { display: inline-block; }*/

/* Regular page content
-----------------------------------------------------------------------------*/

#content p {
	margin: 15px 0;
	font-size: 14px;
	letter-spacing: 1px;
}

/* Callouts
-----------------------------------------------------------------------------*/
#featured {
	background-color: black;
	position: relative;
	float: left;
	width: 312px;
	height: 290px;
	margin-right: 24px;
	margin-top: 17px;
	font-size: 10pt;
	line-height: 15pt;
	color: rgb(224,218,204);
}
#featured p {
	margin: 0;
	background-color: rgba(0,0,0,.33);
	position: absolute;
	width: 280px;
	height: 60px;
	padding: 11px 16px;
	color: rgb(231,249,255);
}
#featured div {
	background-color: rgba(0,0,0,.33);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 141px;
	height: 40px;
	padding: 11px 16px;
	color: rgb(231,249,255);
}
#featured h6 { text-transform: uppercase; }
#dates {
	background-color: rgb(59,57,54);
	float: left;
	margin-top: 17px;
	width: 295px;
	height: 290px;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(189,220,253);
}
#dates div ul { float: left; width: 100%; }
#dates div li { padding: 14px 13px 12px 13px; }
#dates div li:first-child { /* padding-top: 19px; */ }
#dates div li:nth-child(odd) { background-color: rgba(255,255,255,.07); }
#dates div h6 {
	padding-bottom: 6px;
	font-size: 11pt;
	text-transform: uppercase;
	color: rgb(144,200,255);
}
#dates a { color: inherit; }
#dates > div {
	background: url(/assets/img/blueBanner-l.png) no-repeat left top;
	float: left;
	margin: -2px 0 -9px -12px;
	padding-left: 12px;
}
#dates > div > div {
	background: url(/assets/img/blueBanner-r.png) no-repeat right top;
	padding-right: 14px;
	height: 45px;
}
#dates h3 {
	background: url(/assets/img/blueBanner-bg.png) repeat-x;
	width: 271px;
	height: 12px;
	padding: 14px 12px;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(161,207,252);
}
#featuredGalleries {
	background-color: rgb(42,38,35);
	float: right;
	margin-top: 17px;
	width: 312px;
	height: 289px;
	color: rgb(72,70,66);
}
#featuredGalleries h3 {
	background-color: rgba(255,255,255,.07);
	height: 14px;
	padding: 10px 15px;
	font-size: 12pt;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(201,199,197);
}
#featuredGalleries h3 a {
	background: url(/assets/img/arrow-mustardRsm.png) right 2px no-repeat;
	display: block;
	float: right;
	margin-top: 2px;
	padding-right: 9px;
	font-size: 9pt;
	font-weight: normal;
	color: rgb(178,135,18);
}
#featuredGalleries ul {
	background-color: rgba(255,255,255,.15);
	height: 74px;
	padding: 12px 15px;
}
#featuredGalleries ul li { 
	float: left;
	width: 85px;  
	height: 70px;
	overflow: hidden;
	margin-right: 10px;
	border: 1px solid rgb(201,199,197);
}
#featuredGalleries ul li:nth-child(3) { margin-right: 0; }
#featuredGalleries ul li img { min-width: 80px; min-height: 70px; }
#colWrap { background: url(/assets/img/bg-col.gif) repeat-y right top; margin-top: 17px; }
#leftCol {
	float: left;
	clear: left;
	width: 636px;
	padding-top: 10px;
}

/* Homepage
-----------------------------------------------------------------------------*/
.featuredEvent {
	margin-bottom: 41px;
	border-bottom: 1px dashed rgb(86,131,206);
	color: rgb(130,130,130);
	line-height: 12pt;
}
.featuredEvent .date {
	background-color: rgb(66,115,161);
	float: left;
	width: 43px;
	height: 43px;
	margin-right: 12px;
	padding: 2px;
	text-align: center;
	font-size: 8pt;
	line-height: 15pt;
	text-transform: uppercase;
	color: white;
}
.featuredEvent .date span {
	display: block;
	width: 100%;
	font-size: 17pt;
	color: rgb(171,212,254);
}
.featuredEvent h1 {
	float: left;
	width: 450px;
	font-size: 14pt;
	line-height: normal;
}
.featuredEvent h1 a { 
	display: block;
	float: left;
	clear: both;
	padding-bottom: 3px;
	text-decoration: none; 
}
.featuredEvent h1 a.member {
	background: url(/assets/img/icon-person.gif) no-repeat;
	height: 15px;
	padding: 2px 0 0 18px;
	color: rgb(130,130,130);
	font-size: 9pt;
	font-weight: normal;
	
}
.featuredEvent .comments {
	background: url(/assets/img/icon-speechBubble.gif) no-repeat right top;
	display: block;
	float: right;
	height: 10px;
	margin-top: -2px;
	padding: 10px 30px 0 0;
	font-size: 8pt;
	line-height: normal;
	text-decoration: none;
	color: inherit;
}
.featuredEvent p { padding-bottom: 8px; }
.featuredEvent a { color: black; text-decoration: underline; }
#rightCol {
	float: right;
	clear: right;
	width: 287px;
	padding: 7px 12px;
}
#rightCol h3 {
	padding-bottom: 12px;
	padding-bottom: 7px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
#recentPosts { 
	background-color: rgb(140,190,251); 
	float: left;
	width: 286px;
	margin: 0 0 14px -5px;
	padding: 7px 6px 10px 6px;
}
#recentPosts h3 { padding-bottom: 9px; }
#recentPosts ul { padding: 0 14px; line-height: 11pt; }
#recentPosts li { padding-bottom: 5px; }
#recentPosts a { color: black; }
#recentPosts a:hover { text-decoration: underline; }
#mailingList { padding-bottom: 23px; }
#mailingList h3 { padding-bottom: 4px; }
#mailingList label { position: relative; }
#mailingList label span {
	position: absolute;
	top: 8px;
	left: 6px;
	white-space: nowrap;
	font-size: 10pt;
	color: rgb(170,170,170);
	
}
#mailingList input {
	float: left;
	width: 191px;
	padding: 5px;
	border: 1px solid black;
	font-size: 10pt;
	color: rgb(70,70,70);
}
#mailingList button {
	background-color: rgb(180,159,49);
	float: right;
	width: 74px;
	height: 28px;
	border: 1px solid black;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
ul.socialNetworks { float: left; width: 289px; padding-bottom: 28px; }
ul.socialNetworks li { float: left; margin-right: 5px; }
ul.socialNetworks a {
	background: url(/assets/img/socialNetworks.gif) no-repeat;
	display: block;
	width: 98px;
	height: 31px;
	text-indent: -9999px;
}
ul.socialNetworks a.fb {}
ul.socialNetworks a.twitter { background-position: 0 -31px; }
ul.socialNetworks a.flickr { 
	background-position: left bottom; 
	width: 78px; 
	height: 29px;
	margin-top: 2px;
}
ul.sponsors { float: left; padding-bottom: 13px; }
ul.sponsors li { float: left; margin-right: 15px; }
ul.sponsors li a {
	background: no-repeat left bottom;
	display: block;
	height: 60px;
	text-indent: -9999px;
}

article {margin-bottom: 30px;}
article header h1 { font-family: 'Droid Sans'; font-size: 30px; }
article header h1 a { color: black; }
article .entry-meta {margin: 10px 0;}
article .entry-meta a {color: #9A0000;}
article .entry-content {font-size: 14px;}
article .entry-content li { margin-left: 15px; list-style-type: disc; }
a { color: #9A0000; }

