@charset "UTF-8";
/* CSS Document */

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	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;
	-webkit-text-size-adjust: 100%;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

hr{
	clear:both;
	background-color:#EFEFEF;
	margin-bottom:8px;
}

/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

h1 {
	font-size: 42px;
	line-height: 50px;
	font-weight:400;
	margin-bottom:10px;
}

h2 {
	font-size: 42px;
	line-height: 48px;
}

h3 {
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 14px/22px Helvetica, Arial, sans-serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,100);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

html{
	background:#636363 url(../img/backgroundgradient.png) center center no-repeat;
	height:100%;
}
body{
	font-family:'Offside', Arial, Helvetica, sans-serif;
	color:#fff;
}
a{
	color:#F2CC6D;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#emailus {
	text-decoration:underline;
}
#emailus:hover {
	position: relative;
	top: 4px;
}

div#container{
	height:250px;
	width:475px;
}
span.yellow{
	color:#e6b73e;
}
p{
	font-size:24px;
	text-align:center;
	margin-top:5px;
}
p#sitename{
	color:#000;
	text-align:right;
	margin-right:12px;
	margin-bottom:15px;
}
form div{
	margin-bottom:10px;
}
label {
    display: block;
    float: left;
    margin-right: 8px;
    text-align: right;
    width: 133px;
	text-shadow:1px 1px 1px #393939;
}
input[type=text]{
	border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    padding: 8px 5px;
    width: 177px;
}
input[type="submit"] {
    background-color: #DCB73E;
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px -1px #565656;
    display: block;
    font-family: 'Offside',Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 15px;
}

/*		Default and Wide Mobile Layout: 320px - 480px.
		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){
	
	
}

/*		Mobile Layout: 320px.
		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 (max-width: 479px) {
	
	
}
		

/*		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) {
	
	
}

/*		Tablet and Desktop Layout: 768px and larger.
		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

Below : Both Tablet and Desktop    */

@media only screen and (min-width: 768px) {

}


/*		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) {
		

}

/*		Desktop 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    */

@media only screen and (min-width: 992px) {
	
	
}