body {
	padding: 20px;
	}

.header {
	background: url(../../../images/backgrounds/bg-header.gif) repeat-x #111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 6px 0;
	padding: 0 0 10px 0;
	border: solid 1px #444;
	}

header {
	min-width: 200px;
	max-width: 300px; 
	padding: 0px;
	text-align: center;
	}

header h1 {
float: none;
padding-bottom: 10px;
	}

header nav {
	float: none;
	margin: 0;
	padding: 0;
}

.header nav li {
	display: inline;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: -.05em;
	}

div.search-form {
	float: none;
	border: none;
	background:#333;
	padding: 10px;
	margin: 10px 0 0 0;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	}
	
input.input-submit {
    -webkit-text-size-adjust: 140%;
    text-shadow: 0px -1px 1px #000;
	background: #F03;
	background: -webkit-gradient(linear, left top, left bottom, from(#f03), to(#111)); /* for webkit browsers */
	color:#FFF;
	border: inset 1px #C33;
	padding: 6px;
	}
	
input.input-search {
	-webkit-text-size-adjust: 140%;
	width: 140px;
	}

.slider, .feature {
	width: none;
	background: none;
	height: auto;
	}
	
.left { min-width: 200px; max-width: 300px;  float: none;}
.right { min-width: 200px; max-width: 300px;  float: none;}

.content-wrap {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 3px 0;
	}
	
.content {
	padding: 0px;
	}

.content p {
	font-size: .8em;
	}

@media (max-width: 320px) {
	img, video {
		margin-right: 3.317535545023696682%;	/* 21px / 633px */
		width: 49.341232227488151658%;	/* 306px / 633px */
	}

