/*smaller than 980*/
@media screen and (max-width: 980px) {

	#pagewrap {
		width: 95%;
	}
	
	#Main{
		width: 100%;
	}
	
	#site-logo{
		width: 100%;
	}

	#content {
		width: auto;
	}


	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: auto;
		height: auto;
		min-height: 300px;
	}

}

/*smaller than 650*/
@media screen and (max-width: 650px) {


	#header {
		height: auto;
	}

	#site-logo{
		width: 100%;
	}

	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	#Main {
		width: auto;
		float: none;
	}
	
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}

}

/*smaller than 560*/
@media screen and (max-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
	}
	
	#Main {
		width: auto;
		float: none;
	}
	
#holder{
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background:url('../pix/glass.png') no-repeat;
	background-position:0px -30px;}
	
	#site-logo{
		width: 100%;
		font-size: 600%;
	}

	#menu li a{
		padding: 3px 6px;
		margin: 0 2px 0 0;
	}
	.video640 {width: 230px; height: 197px}
	.video560 {width: 230px; height: 170px}
	.video480 {width: 240px; height: 193px}
