/* Type & image presets */

img, object, embed {
margin-bottom: 20px;
}

body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 24px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
}

/*menu starts*/
ul.menu {
	position:relative;
}
ul.menu li.nav {
	list-style:none;
	display:inline;
	margin: 0 2%;
}

ul.menu li.nav a {
	border-bottom:none;
	color:#000;
	font-size:18px;
	font-weight:100;
	text-transform: uppercase;
	text-decoration:none;
}
ul.menu li.nav a:hover {
	border-bottom:thick solid #00aeef;
	color:#00aeef;	
}
/*menu ends*/


/*horizontal list starts*/
ul.events{
	position:relative;
}
ul.events li.hor {
	list-style:none;
	display:inline;
	margin: 0 2% 0 0;
}

ul.events li.hor a {
	border-bottom:none;
	color:#000;
	font-size:12px;
}
ul.events li.hor a:hover {
	color:#00aeef;	
}

/*horizontal list ends*/

/*start of game links*/
.row .threecol p a {
	border-bottom:none;
	color:#fff;
	font-size:14px;
	font-weight: 800;
}
.row .threecol p a:hover {
	color:#00aeef;	
}
/*end of game links*/

/*start of event links*/
.row .threecol ul li a {
	border-bottom:none;
	color:#fff;
	font-size:12px;
}
.row .threecol ul li a:hover {
	color:#00aeef;	
}
/*end of event links*/

a {
text-decoration: none;
color: #000;
}

a:hover {
color: #00aeef;
border-bottom: none;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 20px;
}

p, ul, ol, blockquote {
	margin-bottom: 24px;
	list-style: none;
}

p.cufon {
	color:#666;
}


li {
margin-bottom: 6px;
}

blockquote {
border-left: 1px solid #c1c1c1;
color: #747474;
padding-left: 15px;
margin-left: -15px;
}

h1 {
font-size: 58px;
line-height: 56px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia;
font-weight: lighter;
text-transform:uppercase;
}

h2 {
font-size: 30px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia, serif;
font-weight: lighter;
text-transform:uppercase;
}

h3 {
font-size: 24px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia, serif;
font-weight: lighter;
text-transform:uppercase;
}

h4 {
font-size: 16px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia, serif;
font-weight: lighter;
text-transform:uppercase;
}