@charset "utf-8";
/* CSS Document */


/* THIS IS A BIG WRAPPER */

.center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}


/* THIS IS THE LOGO BUT NOW BIGGER */

.logobar{
	width: 200px;
	height: 400px;
	position: fixed;
	margin-left: 800px;
	background-color: #FFF;
	z-index: 1;
}

.navwrapper{
	width: 150px;
	float: left;
}

/* NAVIAGATION */

.navbar{
	width: 355px;
	height: 50px;
}

.navigation{
	position:left;
	z-index:2;
	top:300px;
}

.navigation li{
	color:#333333;
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:2px;
	-webkit-transition: all .2s ease-in-out;
	border-bottom:1px solid black;
	text-align:left;
	width: 70px;
}
.navigation li:hover,.active{
	font-family: "Open Sans Condensed", sans-serif;
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}


/* THIS WRAPPER GOES AROUND ALL THE SLIDES */

#slidewrap {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
        z-index: 3;
}


/* LOGO SOUP IS NOW CALLED FOOTER */

.footer{
	width: 200px;
	height: 600px;
	float: left;
	position: fixed;
	z-index: 1;
	background-color: #FFF;
	bottom: 0px;
}

.logoimage{
	float: left;
	padding: 10px;
	width: 80px;
}

.title{
	height: 18px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: 100;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 8px;
	padding-left: 10px;
}

.second{
	width: 400px;
	height: 40px;
	padding-right: 15px;
	padding-top: 20px;
	margin-right: 15px;
}


/*WRAPPER OF CHILDREN IS NOW 600 WIDE 
YOU MAY NEED TO ADJUST Z INDEX TO PREVENT OVERLAPPING LATER */

.wrapper{
        width: 600px;
        height: 100px;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        clear: both;
		z-index: 2200;
}

/* SNIPPETS AND FORCED CSS */

body,td,th {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 16px;
}
a:link {
	color: #C60;
	font-weight: bold;
}
a:visited {
	color: #696;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #696;
}

.heading{
	font-family: 'Great Vibes', cursive;
}

.indent {
	margin-left: 20px;
	font-weight: 300;
	font-size: 15px;
}

.bold2 {
	font-weight: bold;
	font-size:18px;
}	
	
h1 {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 32px;
	font-weight: 600;
}

h2 {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 24px;
	font-weight: 600;
}




li {
	list-style-type: square;
}
.navigation li {
	list-style-type: none;
}

.eventtitle{
	font-weight: 800;
	font-size: 18px;
}

.eventinfo{
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0em;
	font-family: "Open Sans";
}



@background-color{
	background-color: #FFF;
}


/* CODE FOR POP UP CLOSE BUTTON */


.close-btn {
	display: block;
	padding: 4px;
	position: relative;
	width: 38px;
	float: right;
	text-align: center;	
	margin-bottom: 5px;
	margin-left: 5px;
}


/* CODE FOR SLIDES AND CONTENT */

.slide{
	background-attachment: fixed;
	width: 600px;
	position: relative;
	float: left;
	z-index: 4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	overflow: visible;
}
.third a {
	margin-bottom: 10px;
}

.copy{
	width: 520px;
	height: 90%;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.column{
	width: 250px;
	float: left;
	padding-right: 10px;
	clear: right;
	margin-bottom: 15px;
}

.slideno{
	position: absolute;
	bottom: 0px;
	left: 15px;
	color: rgba(255,255,255,0.3);
}


#modweekphoto{
	width: 500px;
	position: relative;
	clear: both;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 10px;
}


/* CODE FOR SLIDE 5*/
#imagestill{
	width: 520px;
	height: 395px;
	position: relative;
	clear: both;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.third{
	width: 163px;
	float: left;
	padding-right: 10px;
	clear: right;
	margin-bottom: 15px;
}
#signup {
	position: relative;
	width: 500px;
	padding: 10px;
	z-index: 4;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: asuto;
}
.positionme {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


/* CODE FOR SLIDESHOWS */

.photoedges {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(100,71,51,1);
	box-shadow: 3px 3px 8px 0px rgba(100,71,51,1);
	z-index: 4;
	background-color: #EFE9DC;
}

#slideshow1 {
	position: relative;
	width: 500px;
	height: 300px;
	padding: 10px;
	z-index; 4;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#slideshow1 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
	z-index: 4;
}
#imagestill > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 4;
}


#slideshow2 {
	margin-top: 25px;
	margin-bottom: 15px;
	position: relative;
	width: 500px;
	height: 300px;
	padding: 10px;
	z-index: 4;
	clear: right;
}

#slideshow2 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
	z-index: 4;
}

#slideshow3 {
	position: relative;
	padding: 10px;
	width: 230px;
	height: 300px;
	z-index: 4;
	float: left;
	margin-right: 2px;
}

#slideshow3 > div { 
    position: absolute;
    top: 10px;
	left: 10px; 
    right: 10px; 
    bottom: 10px; 
	z-index: 4;
}

#slideshow4 {
	position: relative;
	margin-left: 15px;
	padding: 10px;
	width: 230px;
	height: 300px;
	z-index: 4;
	float: left;
	margin-bottom: 40px;
}

#slideshow4 > div { 
    position: absolute;
    top: 10px;
	left: 10px; 
    right: 10px; 
    bottom: 10px; 
	z-index: 4;
}


#slide1{
	background-color: #FFCC66;
}

#slide2{
	background-color: #FAF39B;	
}


#slide3{
	background-color: #98CBCB;
	z-index: 5;
}


#slide4{
	background-color: #C9DEB0;
	z-index: 6;
}


#slide5{
	background-color: #FFCC66;	
}


#slide6{
	background-color: #FAF39B;
}
.logotop {
	padding-top: 10px;
}
.third a {
	font-size: 0.8em;
	margin-bottom: 4px;
	display: inline-block;
	line-height: 1.2em;
}
