/* execute when less than 902*/
@media screen and (max-width:902px),
screen and (max-device-width:902px){
	#sidebar-right{
		display:none;  
}
#google-cse-box {
	display:none;
}
ul.primary-links {
	width:593px;
}
body {
	width:689px;
}
}

@media screen and (max-width:689px),
screen and (max-device-width:689px)
{
body {
	width:480px;
}
.adsense {
	display:none;
}
#wrapper #container #center {
	width:100%;
}
ul.links li.menu-74, ul.links li.menu-98 {
	display:none;
}
ul.primary-links {
	width:383px;
}
.node p img {
	max-width:440px;
	margin-left:-30px;
}
div .primary-links-wrapper {
	/*background-image: url('logo.gif');*/
	width:100%;
}
.terms,div.meta {
	float:none;
}
}
@media screen and (max-width:480px),
screen and (max-device-width:480px)
{
body {
	width:95%;
}
/*adsense*/
.adsense {
	display:none;
}
ul.links li.menu-111 {
	display:none;
}
.node {
	padding:0;
	margin:0;
}
.node h2 {
	margin-top:10px;
	margin-left:-10px;
}
.node p img {
	max-width:100%;
	margin-left:-10px;
}
.node .content {
	margin-bottom:40px;
}
.terms,div.meta {
	margin-left: 10px;
	margin-top:0px;
}
ul.primary-links {
	width:287px;
}
.disqus-comments {
	display:none;
}
}
