@charset "utf-8";
/* reset */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16px;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	color: #3c154e;
	background: #FFF;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


/* general, reusable styles */
.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	margin: 0 20px 20px 20px;
}

img.bordered, img.bordered {
	border: 3px solid #FFF;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,.3);
 	box-shadow: 1px 1px 8px 0px rgba(0,0,0,.3);
}

.ghost {
	display: block;
	text-indent: -9999px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #609b07;	
}

a:hover {
	color: #960fd7;
}

i {
	font-style: normal;
}

.bulletList {
	padding-left: 25px;
	margin-bottom: 30px;
}

.linkList li {
	margin: 0 6px 10px 20px;
}

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



/* ---------- general  ---------- */
@font-face {
    font-family: 'mathleteskinny';
    src: url('/fonts/Mathlete-Skinny-webfont.eot');
    src: url('/fonts/Mathlete-Skinny-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Mathlete-Skinny-webfont.woff') format('woff'),
         url('/fonts/Mathlete-Skinny-webfont.ttf') format('truetype'),
         url('/fonts/Mathlete-Skinny-webfont.svg#mathleteskinny') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mathletebulky';
    src: url('/fonts/Mathlete-Bulky-webfont.eot');
    src: url('/fonts/Mathlete-Bulky-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Mathlete-Bulky-webfont.woff') format('woff'),
         url('/fonts/Mathlete-Bulky-webfont.ttf') format('truetype'),
         url('/fonts/Mathlete-Bulky-webfont.svg#mathletebulky') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
 	font-family: 'RobotoLight';
 	src: url('/fonts/Roboto-Light-webfont.eot');
 	src: url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('/fonts/Roboto-Light-webfont.woff') format('woff'),  
		 url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),  
		 url('/fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'robotoregular', Arial, sans-serif;
}

#container {
	width: 100%;
	min-width: 20em;
	display: relative;
}

.inner {
	width: 100%;
	max-width: 82.5em;
	margin: 0 auto;
}

h1 {
	display: none;
}



/* ----------  header and nav ----------  */

header {
	width: 100%;
	background: #add473 url(/images/green-pattern.gif) repeat left top;
	padding-top: 50px;
}

#logo a {
	width: 320px;
	height: 85px;
	background: url(/images/logo.png) no-repeat left bottom;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
 *zoom: 1;
}

#mainNav a {
	display: inline-block;
	color: #3b154d;
	padding: 4px;
	font-family: 'mathletebulky', Times, 'Times New Roman', serif;
	font-size: 2em;
}

#mainNav #contactTab a {
	background-image: none;
}

#mainNav a:hover {
	color: #a117e3;
}

a#pull {
	display: none;
}




/* ----------  billboard  ---------- */

#billboard {
	color: #3b144d;
	font-family: 'mathleteskinny', Times, 'Times New Roman', serif;
	text-align: center;
	padding: 20px 0;
	
	background: url(http://sweetninasnomnoms.com/images/uploads/billboard5.jpg) no-repeat center 50%;
	
}

#homePage #billboard {
	background-position: center top;
}

#homePage #billboard #copy {
	background: #FFF;
	background: rgba(255,255,255,.86);
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2), -2px -2px 5px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2), -2px -2px 5px 2px rgba(0, 0, 0, .2);
	padding-bottom: 40px;
}

#billboard h2 {
	font-size: 2.2em;	
	padding: 12px;
	line-height: 1;
	max-width: 1160px;
	margin: 0 auto;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,.50);
}

#homePage #billboard h2 {
	color: #3c154e;
	text-shadow: none;
}

#billboard p {
	font-size: 1.7em;
	padding: 4px 12px;
	line-height: 1;
	max-width: 1160px;
	margin: 0 auto;
}

#billboard a {
	color: #609b07;
	font-size: 1em;
}

#billboard a:hover {
	color: #aa09f1;
}

#peek a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	background: url(/images/arrow.png) no-repeat left top;
	margin: -25px auto 0 auto;
}

#peek a:hover {
	background-position: left bottom;
}



/*----------content ----------*/

#content {
	padding-top: 20px;
}

p {
	padding-bottom: 24px;
}

h3 {
	font-family: 'mathletebulky', Times, 'Times New Roman', serif;
	font-size: 2.2em;
	border-bottom: 1px solid #e0d9e3;
	line-height: 1;
	margin-bottom: 16px;
	text-align: center;
}

h4 {
	font-family: 'mathletebulky', Times, 'Times New Roman', serif;
	font-size: 2em;
}

#homeBlog, #homeEvent, #homeAbout {
	padding: 12px 12px 30px 12px;
}

img.round {
	border: 4px solid #3b154d;
	border-radius: 50%;
}

.blogTeaser {
	margin-bottom: 36px;
	clear: left;
}

.blogTeaser dt {
	width: 135px;
	float: left;
	padding-bottom: 36px;
}	

.blogTeaser dd {
	margin-left: 165px;
}

.teaserTitle {
	font-size: 1.3em;
	font-family: 'RobotoLight', Arial, sans-serif;
	padding-bottom: 4px;
}

.dateAdded {
	font-size: .875em;
	padding-bottom: 4px;
}

.dateTeaser {
	margin-bottom: 53px;
}

.dateTeaser dt {
	color: #FFF;
	font-family: 'mathleteskinny', Times, 'Times New Roman', serif;
	font-size: 3em;
	background-color: #3b154d;
	border-radius: 12px;
	padding: 12px 6px;
	width: 100px;
	text-align: center;	
	line-height: .75;
	float: left;
}

.dateTeaser dt i {
	display: block;
}

.dateTeaser dd, p.push {
	margin-left: 135px;
}

#mainContent, aside {
	padding: 0 20px 40px 20px;
}

#content ol, #blogPage #content ul  {
	padding: 0 10px 24px 30px;
}

#content ol li, #blogPage #content ul li  {
	padding-bottom: 10px;
}

#sharethis {
	padding-bottom: 24px;
}




/*-----------gallery-----------*/
#galleryCols {
	padding-top: 36px;
}

#galleryCols img {
	width: 94%;
	margin: 0 2% 12px 2%;
	border: 1px solid #40144d;
}

#galleryCols div {
	width: 96%;
	margin: 0 2%;
}

.item {
width: 96%;
margin: 10px 2%;
border: 1px solid #40144d;
float: left;

}

.item img {
display: block;
max-width: 100%;


}

/*---------- footer ----------*/

footer {
	width: 100%;
	background: #add473 url(/images/green-pattern.gif) repeat left top;
	padding: 20px 0;
	font-family: 'mathletebulky', Times, 'Times New Roman', serif;
	text-align: center;
	border-top: 8px solid #3b154d;
}

footer h5 {
	font-size: 2.2em;
	text-indent: -.6em;
}

footer p {
	font-size: 1.8em;
}

footer a {
	font-size: 1em;
	color: #3b154d;
}

#copyright {
	padding-bottom: 30px;
}

#social ul {
	width: 270px;
	margin: 0 auto;
}

#social li {
	float: left;
	padding: 0 10px;
}

#social li a {
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -9999px;
}

#social #pi a {
	background: url(/images/pinterest.png) no-repeat left top;
}

#social #tw a {
	background: url(/images/twitter.png) no-repeat left top;
}

#social #fb a {
	background: url(/images/facebook.png) no-repeat left top;
}

#social #li a {
	background: url(/images/linkedin.png) no-repeat left top;
}

#social a:hover {
	opacity: .7;
	transition-duration: .5s;
}


/*------------------ lightbox ----------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: -50px auto 0 auto; }

/*#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin:0px auto; }*/
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 9px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 17px; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-size: 14px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




/*-----------------------------Media Queries-------------------------------*/
@media screen and (min-width: 28.125em) { /*for  above 450px */

.item {
width: 44%;
margin: 10px 2%;
border: 1px solid #40144d;
float: left;

}


}



@media screen and (max-width: 47em) { /* handles mobile nav for  below 768px */
#mainNav {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}

#mainNav ul {
	width: 100%;
	display: block;
	height: auto;
}

#mainNav li {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	background-color: #add473;
	transition-duration: .3s;
}

#mainNav li a {
	border-bottom: 1px solid #3c154e;
	text-align: center;
	transition-duration: .3s;
}

#mainNav li:hover {
	background-color: #91ef06;
}

#mainNav li:hover a {
	color: #a117e3;
}

#mainNav a {
	width: 100%;
	text-indent: 25px;
}

#mainNav ul {
	display: none;
	height: auto;
}

#mainNav a#pull {
	display: block;
	width: 100%;
	position: relative;
	background: #3c154d url(/images/icon-menu.png) no-repeat right center;
	text-indent: -9999px;
}

#mainNav a#pull:after {
	content:"";
	background: url('nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}

#mainNav br {
display: none;
}
}

@media screen and (min-width: 47.1em) { /*768 and up */
header {
	padding-top: 0;
	height: 121px;
	border-bottom: 8px solid #3b154d;
}

header .inner {
	position: relative;
}

#logo {
	position: absolute;
	left: 6px;
	top: 0;
}

 #logo a {
 	width: 202px;
	height: 172px;
	background-position: right top;
	margin: 0;
 }
 
 #mainNav {
 list-style: none;
 padding: 14px 0 0 200px;
 line-height: 1.3;
 }
 
 #mainNav li {
 	display: inline-block;
	padding: 0 9px;
 }
 
 #mainNav a {
 font-size: 2em;
 }
 
#homePage #billboard {
 	padding-top: 150px;
	height: 640px;
	border-bottom: 8px solid #3b154d;
 }
 
 #billboard h2 {
	font-size: 4em;
}

#billboard p {
	font-size: 3em;
}

.item {
width: 30%;
margin: 10px 1.5%;
background-color: #999;
float: left;


}



@media screen and (min-width: 53.125em) { /*850 and up */

#content {
	padding-top: 36px;
}

#homeBlog {
	width: 54.54545454545455%;
	float: left;
}

#rightSide {
	margin-left: 59.09090909090909%;
}

h3 {
	font-size: 3em;
	text-align: left;
}

#mainContent {
	width: 58%;
	padding: 0 0 40px 2.5%;
	float: left;
}

#galleryPage #mainContent {
	width: 92%;
	padding: 0 4%;
}

aside {
	padding: 0 2.5% 40px 65.5%;
}

#galleryCols #col1, #galleryCols #col2, #galleryCols #col3, #galleryCols #col4 {
	width: 45%;
	float: left;
}

footer {
	min-height: 252px;
}

footer .inner {
	position: relative;
}

#copyright {
	width: 36%;
	text-align: left;
	padding-left: 12px;
}

#social {
	position: absolute;
	right: 12px;
	top: 0;
}
}

@media screen and (min-width: 60em) { /*960 and up */
#mainNav {
	padding-top: 70px;
}

#mainNav a {
 font-size: 1.7em;
 }

#mainNav br {
display: none;
}

.item {
width: 17.5%;
margin: 10px 1%;
background-color: #999;
float: left;


}

@media screen and (min-width: 62.5em) { /*1000 and up */
#mainNav a {
 font-size: 1.8em;
 }
}

@media screen and (min-width: 65.625em) { /*1050 and up */
#mainNav a {
 font-size: 2em;
 }
}

@media screen and (min-width: 71.875em) { /*1150 and up */
#mainNav a {
 font-size: 2.2em;
 }
}



@media screen and (min-width: 75em) { /*1200 and up */
#billboard h2 {
	font-size: 4.5em;
}

#billboard p {
	font-size: 3.25em;
}

#mainNav li {
padding: 0 14px;
}

#galleryCols #col1, #galleryCols #col2, #galleryCols #col3, #galleryCols #col4 {
	width: 24%;
	float: left;
}

#galleryCols div {
	width: 100%;
	margin: 0;
}


}

@media screen and (min-width: 82.5em) { /*1320 and up */
 #logo a {
 	width: 295px;
	height: 250px;
	background-position: left top;
	margin: 0;
 }
 
 #mainNav {
 padding-left: 310px;
 }
}