/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#FFF; font-size: 13px; color: #666666; font-family: 'Josefin Slab',"Helvetica Neue", Helvetica, Arial, sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #999;}
h2 { margin: 20px 0 15px 0; color: #999; font-size: 2em; font-weight: 800:}
h3 { margin: -50px 0 35px 0; color: #999; line-height: 1.7em; font-size: 1.5em;}
a, img { outline: none; border:none; color: #67BACA; text-decoration: none;}
p { margin: 0 0 10px; line-height: 1.7em; font-size: 1.5em;}
img { display: block; margin-bottom: 10px; width: 100%;	 max-width: 920px;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
	
a:hover {
    text-decoration: none;
	color: #06F;
}


	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 1%;
	} 
	
	
	.social {
	float: right;
 	display: inline;
  	margin: 0; padding: 0; 
	}
	
	.social img {
	height: 34px;
	width: 45px;
	margin: 0; padding: 0; 
	}
	
	
#content {
	float: left;
	width: 100%;	
	}

	main {
		width: 47%;
		margin-right: 6%;
		float: left;
		}	
	main img, aside img {margin-bottom: 50px;}	
		
	aside {
		width: 47%;
		float: right;
		}
	#content img {margin-bottom: 50px;}	

/* Logo H1 */
header h1 {
	height: 90px;
	width: 250px;
	display: block;
	background: url(../images/logo_big.png) 0 0 no-repeat;
	text-indent: -9999px;
	}
header { 
		margin-bottom: 5em;
		}
			


/* Banner */			
#banner {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}

#footer {
	float: left;
	
	border-top: 1px dotted #58595b;
	text-align:center;
	margin: 15px 0 15px 0;
	padding-top:10px;
	width: 100%;
	}


/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: 'Josefin Slab',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	background: #FFF;
	text-decoration: none;
	border-top: 1px dotted #58595b;
}

/*Hover state for top level links*/
li:hover a {
	background:#FFF;
	color: #0CC;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #FFF;
	color: #666;
	height: 40px;
	line-height: 40px;
	border-top: none;
  	border-bottom: none;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #FFF;
	color: #F93;
	border-top: none;
  	border-bottom: none;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #999;
	background: #FFF;
	text-align: center;
	padding: 10px 0;
	display: none;
	border-top: 1px dotted #58595b;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}





/* Media Queries */
@media screen and (max-width: 725px) {

	
	main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		
	.social {
	float: right;
 	display: inline;
  	margin: 0; padding: 0; 
	}
	
	.social img {
	width: 40px;
	height: 31px;
	margin: 0; padding:0;
	}
	
	
		
/* Logo H1 */
header h1 {
	height: 72px;
	width: 200px;
	display: block;
	background: url(../images/logo_medium.png) 0 0 no-repeat;
	text-indent: -9999px;
	}

header { 
		margin-bottom: 0px;
		}				


/*Responsive Styles*/

	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	
	ul li a  {
	border-top: 1px dotted #58595b;
  	border-bottom: none;
	}
	
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		font-family: 'Josefin Slab',"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
	}
}


/* Media Queries */
@media screen and (max-width: 480px) {

	
	main, aside {
		float: left;
		clear: left;
		margin: 0 0 0px; 
		width: 100%;
		}	
		
/* Logo H1 */
header h1 {
	height: 54px;
	width: 150px;
	display: block;
	background: url(../images/logo_small.png) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
	header { 
		margin-bottom: 0px;
		}	
	
	.social {
	float: right;
 	display: inline;
  	margin: 0; padding: 0; 
	}
	
	.social img {
	height: 24px;
	width: 32px;
	margin: 0; padding: 0; 
	
	}		


/*Responsive Styles*/

	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	
	ul li a  {
	border-top: 1px dotted #58595b;
  	border-bottom: none;
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		font-family: 'Josefin Slab',"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
	}
}