/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/


.top			 								{ margin:0 auto; margin-top:30px; }	
.base											{ margin:0 auto; margin-bottom:40px; }	
span.example									{ margin-bottom:5px; padding:5px 0 5px 0; background-color:#eee; text-align:center; width:100%; display:block; }




/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {

#content .education figure,
#content .article figure {
	width: 200px;
	height: 140px;
	overflow: hidden;
}
#content .education img.img-left,
#content .article img.img-left {
	width: 200px;
	float: none;
	padding: 4px 0;
	margin: 0;
}
}
/***** Screen 960px *****/
@media only screen and (min-width: 959px) and (max-width: 1200px) {
#news_menu {
	font-weight: bold;
	font-size: 12px
}
#news_menu ul li {
	padding: 0 0 0 10px;
}
}
/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

#news_menu {
	font-weight: bold;
	font-size: 10px
}
#news_menu ul li {
	padding: 0 0 0 6px;
}
.wrapper-block [type="text"] {
font-size: 12px;
padding: 4px 2px;
border: solid 1px #bbbbbb;
width: 280px;
margin: 2px 0 15px 10px;
}
#content h1 {
font-size: 14px;
line-height: 16px;
margin-bottom: 2px;
font-weight: bold;
}
}



/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
#logo img{
	width: 70px;
	height: 44px;
}
#content h1 {
font-size: 16px;
line-height: 16px;
margin-bottom: 2px;
font-weight: bold;
}
.sidebar .banner  {
	display: none;
}
}


	
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
#logo img{
	width: 70px;
	height: 44px;
}
#content h1 {
font-size: 14px;
line-height: 16px;
margin-bottom: 2px;
font-weight: bold;
}
.sidebar .banner  {
	display: none;
}
}



/***** Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

.example										{ margin:0; padding:0; }

}
