/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1600px) {
	#textarea {
		padding:0px 0px 0px 0px ;
	}
	#textmold{
		text-height:20px;
		
	}
	#allp{ margin:40px;
	background-color:#9CF;
	}	
	#table1 {
		float:left;
		padding-left:20px;
		border:#CCC thin solid;
		margin:10px;
	}
	#table2 #txt{
		max-height:120px;
		overflow:hidden;
		text-wrap:suppress ;

	}
	#homebottom{max-width:100%; max-height:100%; background-color:#333; margin-bottom:20px;}
	#table2 {
		max-width:870px;
		max-height:150px;		
		text-align:left;
		color:#FFF;
		float:left;
		padding:20px;
		vertical-align:middle;
	}
	#clerer{clear:left; max-height:2px;}
	h4 {
		color:#FFF;
		/*text-transform:capitalize;*/
	}
	#ta1{
		width:200px;
		background-color:#333;		
	}
	#breaker{
		clear:both;
	}
	#textarea {
		clear:both;
		table-layout:auto;
	}
	.post-image {
		margin-left:0px;
		padding-top:0px;
		vertical-align:middle;
	}
}

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

	/* pagewrap */
	#pagewrap {
		width: 95%;
		
	}
	

	/* content 
	#content {
		width: 60%;
		padding: 3% 4%;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	}*/
	#content {
		width: auto;
		float: none;
		margin: 90px 0;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}

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

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

	/* search form */
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}

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

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 40px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 10;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}

}

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

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
		width:307px;
		
	}
		
	#imgP {
		background-color:transparent;
}

