/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */


.item {
	padding: 5px 8px;
	width: 362px;
	height: 320px;
	margin-right: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
	position: relative;
}

.shade { background: #FFF;
	border: thin solid #D3D3D3;
}
	

.smallCol {
	width: 176px;
	padding: 0;	
}

.smallCol a {font-size: 14px;}

.greybutton {
	width: 225px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding:0 6px;	
}

.greybutton:hover{
	padding:0 6px;
}

.img_left {
	margin: 5px;	
}

h2 {
	margin-bottom: 0;
	font-family: 'TeXGyreAdventorBold';	
}

#home {
position: relative;
}

	#home a {
	position: absolute;
	top: -54px;
	right: 0;
	padding-left: 30px;
	padding-top: 4px;
	background: url(../images/menu/more.png) no-repeat left center;
}

/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
.item {
	width: 432px;
}

.smallCol {
	width: 210px;
}

}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
.item {
	width: 342px;
}

.smallCol {
	width: 165px;
}

}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

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


.item {
	width: 97%;
	height: 325px;
	padding: 5px 5px;
}

.smallCol {
	width: 97%;
	margin-bottom: 0;
}
	

	.smallCol a {
		font-size: 12px;
	}

#home {
margin-bottom: 30px;

}

	#home a {
	position: absolute;
	top: 5px;
	right: 0;
	padding-left: 30px;
	padding-top: 4px;
	background: url(../images/menu/more.png) no-repeat left center;
	
	}

.greybutton {
	width: 200px;
}	

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.item {
	width: 97%;
}

.smallCol {
	width: 48%;
}
	
}