/* CSS Document */

@media screen and (max-width: 1224px)
{
	
	/* Work Section
	***********************************************************************************************/

	#tags li a {
		font-size: 12px;
	}	
}

@media screen and (max-width: 1024px)
{

	/* Featured Section
	***********************************************************************************************/
	
	#featured-projects {
		margin-left: -350px;
		width: 700px;	
	}
	
	#featured-box-container,
	#featured-projects .control
	{
		width: auto;	
	}
	
	
	/* Primary Navigation
	----------------------------------*/

	header.navigation {
		height: auto;
	}

	header.navigation h1 {
		float: left;
		margin: 15px;	
	}
	
	header.navigation h1 a:link {
		background: url("../images/common/logo-glyph.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 48px;
		opacity: 1;
		text-indent: -9999px;
		transition: opacity 0.45s ease-in-out 0s;
		width: 48px;
	}
	
	header.navigation nav.primary-nav {
		border-top: 3px dotted #666666;
		clear: both;
		display: none;
		float: none;
		min-width: 100%;
		padding-top: 10px;
		text-align: center;
	}
	
	header.navigation nav.primary-nav ul {
		margin: 0px auto 10px auto;	
	}
	
	header.navigation a.nav-toggler {
		display: block;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
		background-image: none;	
		border-radius: 5px 5px 5px 5px;
    	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
		color: #fff;
		float: right;
		font-size: 14px;
    	line-height: 14px;
		margin: 20px 15px 0px 15px;
		text-transform: uppercase;
		padding: 10px;
    	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
		width: auto;
	}
	
	/* Work Section
	***********************************************************************************************/
	
	#work-container .wrapper {
		padding-top: 0px;
	}
	
	#work-title {
		position: relative;
		display: block;
		left: auto;
		right: auto;
		margin: 0 10px;
		height: auto;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		padding: 30px;
		max-width: auto;
		width: auto;
	}
	
	#work-title h1 {
		float: left;
		font: 86px 'LeagueGothicRegular',Arial,sans-serif;
		line-height: 86px;
	}
	
	#work-title h2 {
		font: 36px 'LeagueGothicRegular',Arial,sans-serif;
		line-height: 36px;
	}
	
	#tags li a {
		font-size: 9px;
	}

	/* About Section
	***********************************************************************************************/
	
	#experience-container .intro-text {
		font-size: 30px;	
	}
	
	#skills-container article h2 {
		font-size: 36px;
	}
	
	#skills-container article ul li {
		font-size: 12px;
	}
	
	#skills-container article ul li ul li {
		font-size: 10px;
	}
	
	/* Contact Section
	***********************************************************************************************/
		
	#contact-container {
		margin: 0 auto;
		width: 90%;
	}
	
	form#contact-form, #contact-aside {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 768px)
{
	
	/* Featured Section
	***********************************************************************************************/
	
	.nav-buttons,
	#tags 
	{
		display: none;	
	}
	
	section#featured-container
	{
		height: auto !important;	
	}
	
	#featured-projects 
	{
		display: none;
	}
	
	/*#featured-projects,
	#featured-box-container,
	#featured-projects .control
	{
		width: 600px;	
	}*/
	
	/* Primary Navigation
	----------------------------------*/
	
	/* Work Section
	***********************************************************************************************/
	
	#work-container .wrapper {
		padding-top: 160px;
	}
	
	#work-title {
		position: relative;
		display: block;
		left: auto;
		right: auto;
		margin: 0 10px;
		height: auto;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		padding: 30px;
		max-width: auto;
		width: auto;
	}
	
	#work-title h1 {
		font: 60px 'LeagueGothicRegular',Arial,sans-serif;
		line-height: normal;
	}
	
	#work-title h2 {
		font: 23px 'LeagueGothicRegular',Arial,sans-serif;
		line-height: normal;
	}

	/* About Section
	***********************************************************************************************/
	
	#experience-container .intro-text {
		font-size: 30px;	
	}
	
	#experience-container #work-experience div {
		padding-right: 0px;
	}
	
	#skills-container article div {
		height: auto;
		/*min-height: auto;*/
	}
		
	#skills-container article ul li {
		float: left;
		width: 40%;
	}
	
	#skills-container article ul li ul li {
		float: none;
		width: auto;	
	}
	
	/* Contact Section
	***********************************************************************************************/
	
	#contact-container h1.title {
		font-size: 48px;	
	}
	
	#contact-container h2 {
		font-size: 34px;	
	}
	
	#contact-container {
		margin: 0 auto;
		width: 90%;
	}
	
	form#contact-form, #contact-aside {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 480px)
{

	/* Featured Section
	***********************************************************************************************/
	
	.nav-buttons {
		display: block;	
	}
	
	#featured-projects 
	{
		display: none;
	}

	section#featured-container {
		height: auto !important;	
	}
	

	#featured-projects {
		position: relative;
		left: auto;
		right: auto;
		top: 300px;
		bottom: none;
		height: 150px;
		margin: 0 auto;
		padding: 0px;
		z-index: 900;
	}	
	
	#featured-projects,
	#featured-box-container,
	#featured-projects .control
	{
		width: auto;
	}
	
	#featured-box-container {
		background: none;
		height: auto;
		margin: 0 20px;
		padding: 0px;
	}

	#featured-box {
		display: none;
	}
	
	
	#featured-projects .control {
		
	}
	
	#featured-box .view-project {
		display: none;	
	}
		
	/* Primary Navigation
	----------------------------------*/
	
	header.navigation nav.grid_8 {
		margin: 0;	
	}
	
	header.navigation nav.primary-nav ul li {
		display: block;
		border-top: 3px dotted #666666;
		margin: 0 20px;
	}
	
	header.navigation nav.primary-nav ul li:first-child {
		border: none;	
	}
	
	/* Work Section
	***********************************************************************************************/
	
	#work-container .wrapper {
		padding-top: 160px;
	}
	
	#work-title {
		position: relative;
		display: block;
		left: auto;
		right: auto;
		margin: 0 10px;
		height: auto;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		padding: 30px;
		max-width: auto;
		width: auto;
	}
	
	#work-title h1 {
		float: none;
		font: 48px 'LeagueGothicRegular',Arial,sans-serif;
		line-height: 48px;
		margin: 0;
	}
	
	#work-title h2 {
		font: 24px 'LeagueGothicRegular',Arial,sans-serif;
		line-height: 32px;
	}
	

	/* About Section
	***********************************************************************************************/

	#experience-container .intro-text {
		font-size: 20px;	
	}
	
	#skills-container article div {
		min-height: auto;
		height: auto;
	}
	
	#skills-container article ul li {
		float: none;
		width: auto;
	}

	/* Contact Section
	***********************************************************************************************/
	
	#contact-container h1.title {
		font-size: 26px;	
	}
	
	#contact-container h2 {
		font-size: 22px;	
	}
	
	#contact-container {
		margin: 0 auto;
		width: 90%;
	}
	
	form#contact-form, #contact-aside {
		float: none;
		width: auto;
	}
	
	
}