/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);

/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

html {
	background: #F7FAFA;
}

html, body {width: 100%; height: 100%;}

a img {border: 0;}


/*	Typography presets
	------------------	*/
p {
	font: 1em/1.4em 'Oxygen', Verdana, Geneva, sans-serif;
}
strong {
	font: 1em/1.4em 'Oxygen', Verdana, Geneva, sans-serif;
}
em {
	font: 1em/1.4em 'Oxygen', Verdana, Geneva, sans-serif;
}

.gigantic {
	font: 1.3em/2.1em 'Oxygen', Verdana, Geneva, sans-serif;
	letter-spacing: -2px;
}

.huge, h1 {
	font: 1.1em/2em 'Oxygen', Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}

.large, h2 {
	font: 1em/1.9em 'Oxygen', Verdana, Geneva, sans-serif;
	margin-top: 1em;
}

.bigger, h3 {
	font: 1em/1.8em 'Oxygen', Verdana, Geneva, sans-serif;
}

.big, h4 {
	font: 1em/1.7em 'Oxygen', Verdana, Geneva, sans-serif;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(248,218,220);}
::-moz-selection 	{background: rgb(248,218,220);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(248,218,220);}

ul {
	font: 1em/1.4em 'Oxygen', Verdana, Geneva, sans-serif;
	/*list-style-image: url(../images/circle.gif);*/
	padding: 0 0 0 10px;
	text-decoration: none;
}

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

.wrapper {
	width: 960px;
min-height: 100%;	
/*	margin-top: 72px;*/
	color: rgb(60,60,60);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

header {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

/* logo beggins */
.logo, .logo a:hover {
	width: 163px;
	float: left;
	border: none;
	margin-top: 72px;
	position: relative;
	z-index: 100;
}
/* logo ends */
/* main navigation beggins */
.main {
	width: 150px;
	float: left;
	position: relative;
	margin-top: 156px;
	margin-left: 20px;
}
.main li {
	display: inline;
}

.main li a:link, .main li a:visited {
	letter-spacing: 0;
	color: #000000;
	text-decoration: none;
}

.main li a:hover, .main li a:active {
	letter-spacing: 0;
	color: #FB3414;
	text-decoration: none;
}
/* main navigation ends */

#container{
	margin-top: 50px;
	clear: both;
}

.aboot {
	width: 100%;
	float: left;
	position: relative;
	overflow:auto;
	padding-bottom: 15px;
}

footer {
	clear: both;
	position: relative;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #666;
	z-index: 99;
	margin-top: -18px;
	height: 15px;
}



.item {
	width: 310px;
	padding: 3px 5px;
	float: left;
}

/*		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) {
	
.wrapper {
		width: 640px;
		padding-top: 48px;
}

}
/*		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: 767px) {
	
.wrapper {
		width: 320px;
		padding-top:: 48px;
}
}
/*		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) {
	
.wrapper {
		width: 320px;
		padding-top: 36px;
}

}
/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
.wrapper {
	width: 320px;
	padding-top: 36px;
}

}
