/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (min-width: 641px) {

	/* site logo */
	#logo {
		position: static;
	}


	/* content */
	#wrapper {
		width: 80%;
		/* padding: 3% 4%;*/
	}
	#feature-wapper {
		font-size: 1.6em;
	}
	#feature-wapper h2{
		font-size: 0.9em;
	}
	#site-description {
		/* position: static;*/
		font-size: 0.9em;
	}
	#main-feature_ {
		padding: 0.5em 0em 0.5em 2em;
	}
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 640px) {

	/* header */
	#header {
		height: auto;
	}


	/* main nav */
	#main-nav {
		position: static;
	}

	/* site logo */
	#logo {
		position: static;
	}

	/* site description */
	#site-description {
		font-size: 0.9em;
		/* position: static;*/
	}

	/* content */
	#wrapper {
		width: auto;
		float: none;
		margin: 20px 0;
	}
	#feature-wapper {
		font-size: 1.0em;
	}
	#feature-wapper h2{
		font-size: 0.9em;
	}
	#main-feature_ {
		padding: 0.2em 0em 0.3em 0.3em;
	}
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 320px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	#wrapper {
		width: auto;
		float: none;
		margin: 20px 0;
	}
	/* main nav */
	#main-nav a {
		font-size: 0.9em;
		padding: 10px 8px;
	}
	#feature-wapper {
		font-size: 0.8em;
	}
	#feature-wapper h2{
		font-size: 0.8em;
	}
	/* site description */
	#site-description {
		font-size: 0.85em;
		/* position: static;*/
	}
	#main-feature_ {
		padding: 0.1em 0em 0.1em 0.1em;
	}

}



/************************************************************************************

*************************************************************************************/

