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

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

h1, h2, h3, h4	{
	font-family: 'Bitter', serif;
}

section	{
	padding:5em 0;
}

/* ----- TOPBAR STYLES----- */


.top-bar {
    background: #6ba3a5;
}

.top-bar ul li a	{
	font-family: 'Sintony', sans-serif;
	text-transform:uppercase;
	/*border-top:5px solid #ee785a;*/
}

/*.top-bar-section ul li.active > a { 
	background: #CBCBCB !important;
}*/

.top-bar-section ul li > a	{ 
	background: #6ba3a5 !important;
	/*border-left:1px solid rgba(255,255,255,0.3);*/
}

.top-bar-section ul li > a:hover	{ 
	background: #6C6C6C !important;
}

.contain-to-grid {
	background: #6ba3a5;
}

/* ----- HEADER STYLES----- */

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .download	{
	width:0;
	height:0;
	visibility:hidden !important;
	display:none !important;
}

.dave-bio	{
	margin:0 0 2rem 0 !important;
}
}

		  
/* --------------------- HERO STYLES------------------------ */


.dave-bio	{
	margin:0 .5rem 0 1.2rem;
}

#hero	{
	width:100%;
	padding:7em 0;
	/*background:url(../img/old-moon.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background:url(../img/geo.jpg);*/
	/*background-color:#ACACAC;*/
  	overflow: hidden;
  	position: relative;
}

#home-hero	{
	width:100%;
	/*min-height:29em;*/
	padding:8em 0 8em 0;
	/*padding-top:8em;
	margin-bottom:8em;*/
	background:url(../img/home-hero-v2.jpg) fixed no-repeat;
	background-position: 50% 0px;
	background-size: cover;
  	overflow: hidden;
  	position: relative;
}

#intro	{
	padding-bottom:4em;
	margin-top:1em;
}

#intro h3	{
	font-size:23px;
	/*line-height:2em;*/
}

.big {	background: url('../img/left-quote.png') top left no-repeat;
		padding-left: 55px;
		border-left:none;
		margin-top:1.2em;
		padding-bottom:.1em;
}

.big h3 { padding-right: 35px;
		  background: url('../img/right-quote.png') bottom right no-repeat;
}

#intro-head	{
	margin-top:4em;
	text-align:left;
	
}

.panel h3	{
	line-height:1.2em;
}


#weeks	{
	text-align:left;
	padding:.5em 0 .5em 0;
	/*border-top:5px solid #ee785a;
	border-bottom:5px solid #ee785a;*/
}


.download	{
	background-color:#ee785a;
	/*border:2px solid #FFF;*/
	margin:1em 0 0 1em;
}

.download p	{
	margin-bottom:0;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
    #hero	{
	padding:0 0 3em 0;
}

.download	{
	display:none;
	height:0;
	width:0;
	margin:0;
}


#intro-head	{
	padding-right:1em;
}

#weeks	{
	padding:0;

}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

}

/* --------------------- END HERO STYLES------------------------ */

/* --------------------- SECTION STYLES------------------------ */

.section-title	{
	background-color:#FFF;
	/*background-image:url(../img/stardust.png);*/
	border-top:8px solid #809da1;
	border-bottom:2px solid #000;
	text-align:left;
	margin-top:4em;
}

.assignments	{
	margin:1em 0 1em 0;
	padding:1.25em 1em 2.5em 1em;
	/*background-color:#b3c3c3;*/
	background:url(../img/grid.jpg) repeat;
}

.copy	{
	padding:4em 0 2.75em 0;
}

.firstcharacter {
	float: left;
	font-size: 4em;
	line-height:60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	margin-bottom:0;
	font-family: 'Bitter', serif;
}

.directive	{
	background:#F2F2F2;
	padding-top:1em;
	margin-top:1em;
}

.directive img	{
	border-left:11px solid #ee785a;
}

.directive h4	{
	font-weight:bold;
}

.assignments-back	{
	/*background-color:#b3c3c3;*/
	background:url(../img/grid.jpg) repeat;
}

.assignment-image	{
	display:block;
	margin:0 auto;
	margin-top:-1.5em;
}

.writing	{
	width:100%;
	padding:6em 0 4em 0;
	/*background:url(../img/old-moon.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background:url(../img/geo.jpg);*/
	/*background-color:#ACACAC;*/
	/*background: url('../img/dave.jpg') right no-repeat;*/
  	overflow: hidden;
  	position: relative;
}

.pink ul	{
	list-style:square;
}

#footer	{
	/*background-color:#ACACAC;*/
	background-color:#D0D0D0;
	border-top:1px solid #000;
	margin-top:3em;
	/*border-bottom:11px solid #000;*/
}

/*#footer h4	{
	color:#ee785a;
	background-color:#FFF;
}*/

form label	{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}

form label small	{
	font-family: 'Open Sans', sans-serif;
}

form input, form textarea	{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

form textarea	{
	min-height:7em;
}

button, .button {
  font-family: 'Bitter', serif;
  background-color: #ee785a;
  color: #000;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #ee785a; }
	
/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
	background: #ee785a;	}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

	.directive img	{
	display:none !important;
	height:0px;
	width:0px;
}

	.writing img	{
	display:none !important;
	height:0px;
	width:0px;
}

.directive	{
	border-top: 7px solid #ee785a;
}

.section-title	{
	overflow:hidden;
}

.section-title h2	{
	font-size: 1.3em;
}

#footer	{
	background-color:#ACACAC;
	padding:4em 1em 4em 1em;
	margin-top:1em;
}

}

/*.directive	{
	background-color:#2ABF00;
}*/

