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

/*tags*/

body {
	margin:0;
	padding:0;
	background-color:#283644;
	background-repeat:no-repeat;
	font-family:"Courier New", Times New Roman,serif;
}

h4 {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	text-decoration:none;
	letter-spacing:2px;
	font-size:12px;
}

p {
	line-height:200%;
}

a:link{
	font-family:"Courier New", Times New Roman,serif;
	text-decoration: none;
	color:#036;
	letter-spacing:1px;
}

a:visited{
	font-family:"Courier New", Times New Roman,serif;
	text-decoration: none;
	color:#036;
	letter-spacing:1px;
}

a:hover {
	font-family:"Courier New", Times New Roman,serif;
	text-decoration: none;
	color:#663366;
	letter-spacing:1px;
}

a:active {
	font-family:"Courier New", Times New Roman,serif;
	text-decoration: none;
	color:#036;
	letter-spacing:1px;
}

a:focus{
	font-family:"Courier New", Times New Roman,serif;
	text-decoration: none;
	color:#036;
	letter-spacing:1px;
}



hr {
	 border: 1px dotted #DB91AD; border-style: none none dotted; width: 100%; }

/*ids*/


#header{
	width:80%;	
	font-family: "Quicksand", Courier, monospace;
	font-size:100px;
	text-decoration:underline;
	color:#FFF;
	margin-top:0;
	margin-bottom:0;
	margin-left:50px;
	padding:0;
	line-height:1.5em;
}


/*LEFT COLUMN CALENDARS*/

#cal_wrapper {
	float:left;
	margin-top:300px;
}

#cal_wrapper hr{
	border: 1px dotted #FFF; border-style: none none dotted; width: 80%; }

#top_cal {
	background-color:#1F2B33;
	width:135px;
	height:140px;
	margin-left:50px;
	margin-top:80px;
	margin-bottom:25px;
	margin-right:25px;
	padding-top:5px;

}


#bottom_cal {
	background-color:#161E23;
	width:135px;
	height:80px;
	margin-left:50px;
	margin-right:25px;
	padding-top:5px;
	
}




/*MIDDLE COLUMN*/

#catchall {
	width:595px;
	float:left;
	margin-top:00px;
}


#title {
	width:595px;
	margin-bottom:20px;
	margin-top:10px;
	padding:0px;
	float:left;
	
}

#title a{
	font-family: "Quicksand", Courier, monospace;
	color:#8EC449;
	text-decoration:underline;
	letter-spacing:2px;
	font-size:60px;
	text-align:left;
	line-height:65px;
}


#main_wrapper {
	background-color:#ffffff;
	width:595px;
	float:left;
	margin-top:00px;
}



#slider {
	margin: 0 auto;
	align:center;
	width:512px;
	padding:0;
}

#slider img{
	align:center;
}

#main_content {
	margin-top:30px;
	margin-left:40px;
	margin-right:40px;
	
}


.workshop_description{

	font-size:12px;
	color:#000;
	line-height:1.5em;


}	



/*RIGHT COLUMN WITH NAVIGATION LINKS*/

#right {
overflow:hidden;
width:190px;
float:left;
margin-top:200px;
margin-left:0px;
position:relative;
}

#right ul {
width:200px;
float:left;
margin-top:52px;
margin-left:0px;
padding:0px;
list-style:none;
display:inline;
font-size:18px;
}


#right li{
padding-top:0px;
padding-left:0px;
}

#right a{
	font-family:"Courier New", Times New Roman,serif;
	text-decoration: none;
	color:#fff;
	letter-spacing:1px;
	
}

#dates {
	width:180px;
	float:left;
	padding:0px;
	margin-left:15px;
	text-align:left;
}

#dates ul{
	width:180px;
	list-style:none;
	font-size:11px;
}


#dates li{
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	list-style:none;
	color:#A0B6BD;
	font-size:11px;
}


#dates a{
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	list-style:none;
	color:#A0B6BD;
	font-size:11px;
	text-decoration:none;
}

#dates a:hover{
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	list-style:none;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}



/*class*/

@font-face {
  font-family: Quicksand;
  src: url('Quicksand_Book.otf') format('opentype');
}

.calendar {font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#ffffff;
	letter-spacing:0.1cm;
	text-align:center;
}

.main {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000;
	line-height:1.5em;
}

.footer {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#000;
	line-height:1.5em;
	text-align:center;
}

.dates_green {
	color:#8EC449;
	
}
	
/* MAIN NAV LIST CLASSES*/



.about {
	width:65px;
	padding-left:15px;
}

.schedule {
	width:104px;
	padding-left:15px;

}

.workshops {
	width:115px;
	padding-left:15px;


}

.people {
	width:80px;
	padding-left:15px;

}

.blog {
	width:55px;
	padding-left:15px;

}

.list li {
	margin-left:10px;

}
.documentation {
	width:160px;
	padding-left:15px;

}

.resources {
	width:115px;
	padding-left:15px;

}
