@import url('../css/reset.css');

body {
	font: 87.5%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	background: #e6e6e6;
}

html>body {
	font-size: 14px;
}

/*
	LINKS
--------------------------------------------- */
/*
body.article a:link, body.article a:visited {color: #bb1d22}
body.article a:hover {color: #ff52b8}

body.blogs a:link, body.blogs a:visited {color: #00559a}
body.blogs a:hover {color: #bb1d22}*/

body.podcast a:link, body.podcast a:visited {color: #ed1c24}
body.podcast a:hover {color: #cb6565}

a:link, a:visited {
	color: #00559a;
	font-size: 1em;
}

a:hover {
	color: #bb1d22;
}

a:focus {
	outline: none;
}

/*
	LINKS E'SPECIALE
--------------------------------------------- */

a.comments {
	background: url('../images/ico-comments.png') no-repeat;
	color: #666;
	text-decoration: none;
	padding: 2px 20px;
}
a.comments:hover {text-decoration:underline}

a.digg {
	background: url('../images/ico-digg.png') no-repeat;
	padding: 2px 20px;
}

a.email {
	background: url('../images/ico-mail.png') no-repeat;
	padding: 2px 20px;
}

a.facebook {
	background: url('../images/ico-facebook.png') no-repeat;
	padding: 2px 20px;
}

a.light-gray {
	color: #666;
	text-decoration: none;
}
a.light-gray:hover {
	color: #999;
}

a.twitter {
	background: url('../images/ico-twitter.png') no-repeat;
	padding: 2px 20px;
}

a.rss {
	background: url('../images/ico-feed.png') no-repeat;
	padding: 2px 20px;
}

/*
	HEADERS
--------------------------------------------- */

h2.legend {
	border-bottom: 1px #eee solid !important;
	font-size: 22px !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 7px 7px 15px 0 !important;
}

p.help {
	font-family: Georgia;
	font-style: italic;
	margin-bottom: 25px;
}

/*
	WRAPPER
--------------------------------------------- */

.wrapper {
	width: 980px;
	margin: 0 auto;
}

/*
	TOP STYLES
--------------------------------------------- */

.top {
	background: #fff;
	border-bottom: 2px #111 solid;
	overflow: hidden;
	padding-top: 10px;
}
/*body.article .top {border-bottom: 2px #bb1d22 solid;}
body.blogs .top {border-bottom: 2px #00559a solid;}
body.podcast .top {border-bottom: 2px #ed1c24 solid;}*/

	h1.logo a {
		background: url('../images/logo.png') no-repeat top left;
		float: left;
		height: 40px;
		text-indent: -9999em;
		width: 155px;
	}
	
	.search {
		background: #111;
		color: #fff;
		float: right;
		height: 42px;
		margin-left: 15px;
		padding: 6px 7px 2px;
	}
	/*body.article .search {background: #bb1d22;}
	body.blogs .search {background: #00559a;}
	body.podcast .search {background: #981b1e;}*/
	
		.search h2 {
			font-size: 11px;
			line-height: normal;
			margin-bottom: 2px;
			text-transform: uppercase;
		}
		
		.search input {
			border: 1px #fff solid;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 12px;
			margin-left: 0;
			margin-right: 0;
			padding: 2px;
			width: 200px;
		}
	
	.identity {
		float: right;
		height: 50px;
		margin-left: 15px;
		overflow: hidden;
		width: 200px;
	}
	
		.identity .profile-pic {
			float: right;
			margin-right: 5px;
		}
		
		.identity h2 {
			border-bottom: 1px #eee solid;
			font-size: 12px;
		}
		
		.identity p,
		.identity p a:link,
		.identity p a:visited {
			color: #333;
			font-size: 11px;
		}
		
	.menu {
		clear: both;
		display: block;
		margin-bottom: 10px;
	}
	
		.menu li {
			float: left;
		}
		
		.menu li a:link,
		.menu li a:visited {
			color: #111;
			float: left;
			font-size: 12px;
			font-weight: bold;
			padding: 2px 10px;
			text-decoration: none;
			text-transform: uppercase;
		}
		.menu li a:hover {text-decoration: underline;}
		
		.menu li.e3-2009 a {
		}
		
		.menu li.active a {
			background-color: #111;
			background-position: 50% 100%;
			color: #fff;
		}
		.menu li.active span a {color: #fff;}
		/*body.article .menu li.active a {background-color: #bb1d22;}
		body.blogs .menu li.active a {background-color: #00559a;}
		body.podcast .menu li.active a {background-color: #ed1c24;}*/
		
	.sub-menu {
		background: #fff;
		color: #111;
		font-size: 11px;
		line-height: 1em;
		overflow: hidden;
		padding: 4px 0 5px;
	}
	
	.sub-menu li {
		border-right: 1px #eee solid;
		float: left;
		padding: 2px 10px;
	}
	
	.sub-menu li.active a:link,
	.sub-menu li.active a:visited {
		font-weight: bold;
	}
	
	.sub-menu li a:link,
	.sub-menu li a:visited {
		color: #111;
		text-decoration: none;
	}
	.sub-menu li a:hover {text-decoration: underline;}
		
		
/*
	MAIN STYLES
--------------------------------------------- */

.main {
	margin-top: 10px;
	overflow: hidden;
}

	.main .left {
		float: left;
		width: 670px;
	}
	
	.main .right {
		float: right;
		width: 300px;
	}
	
/*
	FOOTER STYLES
--------------------------------------------- */

.footer .wrapper {
	color: #444;
	font-size: 11px;
	margin-bottom: 10px;
	overflow: hidden;
}

.footer .logo {
	background: url('../images/logo-footer.png') no-repeat;
	border-right: 1px #ccc solid;
	float: left;
	height: 35px;
	margin: 15px 15px 10px 0;
	padding: 0 15px 0 0;
	text-indent: -9999em;
	width: 122px;
}

.footer ul {
	margin-top: 10px;
}

.footer ul li {
	border-right: 1px #666 solid;
	display: inline;
	margin-right: 3px;
	padding-right: 6px;
	text-transform: uppercase;
}

.footer ul li a:link,
.footer ul li a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.footer p a:link,
.footer p a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
	
/*
	BOX STYLES
--------------------------------------------- */

.box {
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}

.box.no-padding {
	padding: 0;
}

	/*
		FEATURED BOXES
		
		Featured are the big black box on the front
		page.
	--------------------------------------------- */

	.box.featured {
		position: relative;
		color: #fff;
	}
	
	.box.featured img {
		display: block;
	}

	.box.featured .featured-content-box {
		background: url('../images/bg-transparent-60.png');
		height: 305px;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 0;
		width: 210px;
	}
	
	.box.featured h2 {
		border-bottom: 4px #fff solid;
		color: #fff;
		display: block;
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 10px;
		padding: 40px 0 10px 0;
	}
	.box.featured h2 a {
		color: #fff;
		display: block;
		text-decoration: none;
	}
	
	.box.featured p {font-size: 12px;line-height: 1.5em;margin-bottom: .5em;}
	.box.featured p.comments {
		position: absolute;
		bottom: 4px;
	}
	
	.box.featured .comment-count {
		color: #eee;
		font-size: 12px;
		text-decoration: none;
	}
	
	.box.featured a.read-more {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.featured_selector {
		border-top: 1px #fff solid;
		bottom: 0px;
		overflow: hidden;
		padding: 8px 7px;
		position: absolute;
		right: 0;
		text-align: right;
		width: 226px;
		z-index: 5;
	}

	.featured_selector a {
		border: 1px #fff solid;
		color: #fff;
		cursor: default;
		font-size: 12px;
		line-height: 1em;
		margin-left: 4px;
		padding: 3px 6px;
		text-decoration: none;
	}

	.featured_selector a.activeSlide {
		background: #fff;
		color: #111;
		font-weight: bold;
	}
	
	/*
		SPLIT BOX
		
		Split is the wrapper when you want two boxes
		next to each other.
	--------------------------------------------- */
	
	.split {
		overflow: hidden;
	}
	
	.split .left {
		width: 320px;
	}
	
	.split .right {
		width: 320px;
	}

	.box.split .featured {
		background: #eee;
		padding: 10px;
	}

		.box.split .featured h2 {
			margin: 5px 0;
		}
		.box.split .featured h2 a:link,
		.box.split .featured h2 a:visited {
			color: #333;
			font-size: 22px;
			text-decoration: none;
		}
		.box.split .featured h2 a:hover {
			text-decoration: underline;
		}
		
		.box.split .featured p {
			line-height: 1.5em;
			font-size: 12px;
		}
		
		.box.split .featured .comments {
			color: #666;
			margin-top: 5px;
		}
		
	.list-featured {
		border-bottom: 1px #eee solid;
		font-size: 12px;
		line-height: 1.5em;
		margin: 0 0 5px;
		overflow: hidden;
		padding: 5px 5px 10px;
	}
	
		.big.list-featured {
			border-bottom: 4px #eee solid;
			margin: 0;
			padding: 20px;
		}
		.list-featured img {
			float: left;
			margin: -20px 20px -20px -20px;
		}
		
		.big.list-featured h2 {
			margin-bottom: 5px;
		}
		.list-featured h2 a:link,
		.list-featured h2 a:visited {
			color: #111;
			font-size: 18px;
			text-decoration: none;
		}
		.list-featured h2 a:hover {
			text-decoration: underline;
		}
		
		.list-featured .meta {
			color: #999;
			margin: 15px 0 0 0;
		}
		.list-featured .meta .comments {
			background: #eee;
			color: #666;
			font-size: 11px;
			padding: 3px 6px;
			text-decoration: none;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}
		
		.list-featured ul {
		}
		.list-featured ul li {
			border-top: 1px #eee solid;
			padding: 5px 0;
		}
		.list-featured ul li a {
			color: #111 !important;
			font-weight: bold;
			text-decoration: none;
		}
		.list-featured ul li a:hover {
			text-decoration: underline;
		}
	
	/*
		SWITCHER TABS
		
		Switchers are ... switchers.
	--------------------------------------------- */
	
	ul.switcher {
		background: #f8f8f8 url('../images/border-2-ddd.png') repeat-x bottom;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	ul.switcher li {
		border-bottom: 2px #ddd solid;
		border-right: 1px #ddd solid;
		border-top: 1px #f8f8f8 solid;
		color: #a1a1a1;
		cursor: default;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	
	ul.switcher li.active {
		background: #fff;
		border-bottom: 2px #fff solid;
		color: #111;
	}
	
	.box .panel {
		border-right: 1px #eee solid;
		float: left;
		font-size: 12px;
		line-height: 1.5em;
		min-height: 200px;
		padding: 0 10px 10px;
		width: 146px;
	}
	
	.box .panel.last {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	
	.box .panel h2 {
		margin: .4em 0;
	}
	
	.box .panel h2 a {
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
	}
	
	/*
		LIST BOXES
	--------------------------------------------- */

	.box.list h2,
	.box.comments h2,
	.box.about h2,
	.box.search-results h2 {
		font-size: 11px;
		line-height: 1em;
		margin: 0 0 .4em 0;
		padding-bottom: .4em;
		text-transform: uppercase;
	}
	
	.box.list li {
		border-top: 1px #eee solid;
		font-size: 12px;
		line-height: 1.2em;
		padding: 5px 0;
	}
	
	.box.list li a {
		color: #111;
		text-decoration: none;
	}
	.box.list li a:hover {color: #999;}
	
	.box.list li .time {
		color: #999;
		cursor: default;
		font-size: 11px;
	}
	
	.box.blue h2 {color: #00559a}
	.box.pink h2 {color: #bb1d22}
	
	/*
		ABOUT BOXES
		
		The box to the right in Blogs presenting
		the author.
	--------------------------------------------- */
	
	.box.about p {
		font-size: 12px;
		line-height: 1.4em;
		margin: 1em 0;
	}
	
	.box.about .tools {
		margin: 10px 0 0 0;
	}
	
	.box.about .tools a:link,
	.box.about .tools a:visited {
		color: #666;
		font-size: 11px;
		padding: 2px 20px;
		text-decoration: none;
	}
	.box.about .tools a:hover {
		color: #111;
		text-decoration: underline;
	}
	
	/*
		ARTICLE BOX
		
		Main style when we want a box to contain
		bread text.
	--------------------------------------------- */
	
	.box.article {
		overflow: hidden;
		padding: 20px;
	}

	.box.article .strap-box {
		border-bottom: 1px #ddd solid;
		color: #666;
		font-size: 12px;
		line-height: normal;
		margin-bottom: 20px;
		padding-bottom: 1em;
	}

	.box.article .strap-box .tag {
		font-weight: bold;
		margin-right: 3px;
		text-transform: uppercase;
	}
	body.article .box.article .strap-box .tag {color: #bb1d22}
	body.blogs .box.article .strap-box .tag {color: #00559a}
	
	.box.article .strap-box .date {
		margin-right: 10px;
	}
		
	.box.article .strap-box span.comments {
		border-left: 1px #ccc solid;
		padding-left: 10px;
	}
	
	.box.article .strap-box-bottom {
		background: #eee;
		font-size: 12px;
		line-height: 1em;
		padding: 8px 10px;
		margin-top: 10px;
	}
	
	.box.article .strap-box-bottom span a:link,
	.box.article .strap-box-bottom span a:visited {
		color: #666;
		margin-right: 10px;
		text-decoration: none;
	}
	.box.article .strap-box-bottom span a:hover {
		text-decoration: underline;
	}

	.box.article h1,
	.box.article h1 a:link,
	.box.article h1 a:visited {
		color: #111;
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 0.2em 0;
		text-decoration: none;
	}
	.box.article h1 a:hover {text-decoration: underline;}

	.box.article h2,
	.box.article .ingresso {
		font-size: 16px;
		font-weight: normal;
		margin: 10px 0;
	}

	.box.article h3 {
		font-size: 15px;
		margin: 1.5em 0 -.8em;
		text-transform: uppercase;
	}

	.box.article .author a {text-decoration: none}

	.box.article .author {
		color: #666;
		font-size: 12px;
		margin-top: 5px;
	}

	.box.article .hook {
		border-left: 1px #ddd solid;
		float: right;
		font-size: 12px;
		margin: 25px 0 10px 20px;
		padding: 0 20px 0;
		width: 220px;
	}

	.box.article .hook h2 {
		border-top: 4px #eee solid;
		font-size: 11px;
		font-weight: bold;
		line-height: 1em;
		margin-bottom: 5px;
		padding-top: 5px;
		text-transform: uppercase;
	}
	
	.box.article .hook .tools {
		list-style-type: none;
	}
	.box.article .hook .tools a:link,
	.box.article .hook .tools a:visited {
		background-position: 0 2px;
		color: #666;
		display: block;
		padding: 0 25px;
		text-decoration: none;
	}
	.box.article .hook .tools a:hover {color: #333;text-decoration: underline;}
	
	.box.article .hook .related {
		list-style-type: disc;
		padding-left: 20px;
	}

	.box.article .hook .related a:link,
	.box.article .hook .related a:visited {
		background-position: 0 2px;
		color: #666;
		display: block;
		text-decoration: none;
	}
	.box.article .hook .related a:hover {color: #333;text-decoration: underline;}

	
	.box.article .hook ul {margin: 0 0 20px;}
	.box.article .hook li {
		border-bottom: 1px #eee solid;
		padding: 3px 0;
	}
	
	.box.article p {
		margin-top: 1.5em;
	}

	.box.article p.imagen {
		position: relative;
	}

	.box.article p.imagen span {
		background: rgba(10, 10, 10, .8);
		bottom: 0;
		color: #fff;
		font-size: 12px;
		left: 0;
		padding: 2px 10px;
		position: absolute;
	}
	
	.box.article blockquote {
		border-left: 10px #eee solid;
	}
	
	.box.article blockquote p,
	.box.article blockquote ul {
		color: #222;
		font-size: 16px;
		line-height: 1.5em;
	    padding: 0px 20px;
	}
	
	.box.article ul {
		list-style-type: disc;
		margin: 1.5em 2em;
	}
	.box.article ol {
		list-style-type: decimal;
		margin: 1.5em 2em;
	}
	
	.box.article table {
		border: 1px #eee solid;
		margin: 1.5em 0;
	}
	
	.box.article table th {
		border-bottom: 2px #ddd solid;
		text-align: left;
		padding: .5em 2em;
	}
	.box.article table th.th-left {
		border-bottom: 1px #ddd solid;
		border-right: 2px #ddd solid;
	}
	
	.box.article table td {
		border-bottom: 1px #eee solid;
		padding: .5em 2em;
	}
	
	/*
		COMMENTS BOX
		
		Opinion galore!
	--------------------------------------------- */
	
	.box.comments .comment {
		border-top: 2px #eee solid;
		overflow: hidden;
		padding: 10px;
	}
	
	.box.comments .comment .comment-left {
		float: left;
		width: 23%;
	}
	
	.box.comments .comment .comment-right {
		float: right;
		width: 77%;
	}
	
	.box.comments .comment h2 {
		color: #eee;
		float: left;
		font-size: 40px;
		font-weight: normal;
		margin-right: 15px;
		width: 50px;
	}
	
	.box.comments .comment p {
		margin: 1em 0;
	}
	
	.box.comments .comment .author {
		border-bottom: 1px #eee solid;
		font-size: 11px;
		margin: 0;
		padding-bottom: 1px;
	}
	
	.box.search-results .result {
		border-top: 1px #ddd solid;
		font-size: 12px;
		padding: 10px;
	}
	
	.box.search-results .result h3 a {
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
	}
	
	.box.search-results .result .byline {
		color: #999;
		font-size: 11px;
		line-height: 10px;
		margin: 0;
	}
	
	.box.search-results .result p {
		margin-top: 5px;
	}
	
	.box.search-results .result .comments {
		background: #eee;
		color: #666;
		font-size: 11px;
		padding: 3px 6px;
		text-decoration: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	
	/*
		FOCUS BOX
		
		A box showing a focused article, wether
		in the sidebar or on the front page.
	--------------------------------------------- */
	
	.focus {
		line-height: 1.4em;
		font-size: 12px;
		overflow: hidden;
	}
	.focus .left,
	.focus .right {
		position: relative;
		width: 310px;
	}
	
	.focus img {
		float: left;
		margin: -10px 10px -10px -10px;
	}
	
	.focus h2 {
		margin: 0 0 5px;
	}
	.focus h2 a {
		color: #111;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	.focus h2 a:hover {
		text-decoration: underline;
	}
	
	.focus .byline {
		margin-top: 5px;
		text-align: right;
	}
	
	.focus .quote h2 a {
		font-family: Georgia, serif;
		font-size: 22px;
		font-weight: normal;
	}
	
	.focus .quote blockquote {
		background: url('../images/bg-blockquote.png') no-repeat;
		font-family: Georgia, serif;
		font-size: 24px;
		line-height: 1em;
		min-height: 49px;
		padding: 10px 20px 0;
	}
	.focus .quote blockquote a {color: #333;text-decoration: none;}
	
	.focus .byline {
		font-size: 11px;
		font-style: italic;
	}
	.focus .byline a {
		color: #111;
		text-decoration: none;
	}
	
	.vertical.focus img {
		margin: 0 0 10px 0;
	}
	.vertical.focus img.mini {
		float: left;
		margin: 0 10px 0 0;
	}
	
	.vertical.focus p {
		padding: 10px 15px;
	}
	
	.wide.focus h1 {
		margin: 5px 0 10px;
	}
	.wide.focus h1 a {
		color: #111;
		font-size: 34px;
		font-weight: bold;
		text-decoration: none;
	}
	.wide.focus.quote h1 a {
		font-family: Georgia, serif;
		font-weight: normal;
	}
	
	.wide.focus .left,
	.wide.focus .right {
		margin-top: 10px;
		padding-top: 10px;
	}
	
	/*
		GAME BOXES
		
		The box to the right in Blogs presenting
		the author.
	--------------------------------------------- */
	
	.box.game h2 {border-bottom: 1px #eee solid;padding-bottom: 8px;}
	table.game-info {font-size: 11px;margin: 5px 0 15px;width: 100%;}
	table.game-info:last-child {margin-bottom: 5px;}
	table.game-info td {line-height: 16px;padding-top: 3px;}
	table.game-info td.l {color: #999;text-align: right;padding-right: 20px;width: 35%}
	table.game-info td.r {text-align: left;width: 65%}
	
/*
	BUTTON STYLES
--------------------------------------------- */

button.simple,
a.button-simple {
	height: 26px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

	button.simple span,
    a.button-simple span {
        margin-top: -2px;
        .margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
 
        display: block;
        height: 14px;
        padding: 3px 10px;
 
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
 
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }
    button.high.simple span,
    a.high.button-simple span {
		font-size: 16px !important;
		font-weight: normal !important;
		line-height: 16px !important;
		padding: 5px 20px !important;
	}
    button.simple span.white,
    a.button-simple span.white {
        border: 1px solid #ddd;
        background: #fff url('../images/button-simple-white-high.png') repeat-x top left;
        color: #4b465a !important;
        text-shadow: 0px 1px 1px #fff;
    }
    button.simple:hover span.white,
    a.button-simple:hover span.white {
        background: #fff url('../images/button-simple-white-high.png') repeat-x left -24px;
    }
    
    a.button-simple span {
		
        display:-moz-inline-box;
        display: inline-block;
 
        margin-top: 0px;
 
        text-decoration: none;
        cursor: pointer;
    }
    
    /* FF specific line-height fix */
	@-moz-document url-prefix() {
	    button.simple {
	        margin: 0;
	    }
	        button.simple span {
	            margin-left: -3px;
	            margin-right: -3px;
	        }
	}
	
/* Experimental buttons that don't require JS */
button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}
    button span {
        display: block;
        overflow: visible;
        padding: 0;
        white-space: nowrap;
        margin: 0;
    }
        button span strong {
            display: block;
            white-space: nowrap;
            margin: 0;
            overflow: visible;
        }
button:focus,
button:active {
    outline: hidden;
}

/*
	FORM STYLES
--------------------------------------------- */

.login p {
	margin: 14px;
}

.login h2.legend {
    padding-left: 13px !important;
}

.login p.help {
	font-family: Georgia;
	font-style: italic;
	margin-bottom: 25px;
}

.login form label {
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 15px;
	text-align: right;
	width: 120px;
}

.login form p input,
.login form textarea {
	border: 1px #ccc double;
	color: #111;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	padding: 4px;
	width: 300px;
}
.login form textarea {
    height: 100px;
}

.login form p.buttons {
	margin-left: 150px;
}
.login form p.buttons button {
	margin-right: 5px;
}

.login form ul.errorlist {
    margin: 0;
}
.login form ul.errorlist li {
	color: #e90000;
	font-size: 12px;
	margin-left: 150px;
	margin-top: -10px;
}

.form-area {
	border-bottom: 2px #eee solid;
	border-top: 2px #eee solid;
	background: #fafafa;
	overflow: hidden;
	padding: 10px;
}

	.form-area h3 {
		font-weight: normal;
		font-size: 18px;
		margin: 10px 0;
	}

	.form-area .form-left {
		float: left;
		padding-right: 10px;
		width: 63%;
	}
	
	.form-area .form-right {
		float: right;
		font-size: 11px;
		padding-right: 15px;
		width: 31%;
	}
	
	.form-area .form-right .profile-pic {
		border: 1px #ddd solid;
		float: left;
		margin-right: 10px;
		padding: 1px;
	}
	
	.form-area label {
		color: #666;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	.form-area input[type="text"],
	.form-area textarea {
		border: 1px #ddd solid;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 5px;
		width: 100%;
	}
	
	.form-area textarea {
		font-size: 14px;
	}
	
	.form-area .form-buttons {
		clear: both;
		overflow: hidden;
		padding-top: 5px;
	}
	
		.form-area .form-buttons p.disclaimer {
			background: url('../images/ico-heart-broken.png') no-repeat 0 7px;
			color: #999;
			float: left;
			font-size: 12px;
			padding: 5px 25px 0;
			text-transform: uppercase;
		}
	
		.form-area .form-buttons button {
			float: right;
		}
		
	.search-query input[type="text"] {
		border: 1px #ccc solid;
		float: left;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 20px;
		line-height: normal;
		margin: 0 10px 0 0;
		padding: 4px;
		width: 550px;
	}
	.search-query button.search-button {
		float: right;
		margin: 2px;
	}
		
/*
	RECENT POSTS
--------------------------------------------- */

.recent-post {
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px;
}

.recent-post h2 {
	margin: 0 !important;
}
.recent-post h2 a:link,
.recent-post h2 a:visited {
	color: #111;
	font-size: 16px;
	text-decoration: none;
	text-transform: none;
}
.recent-post h2 a:hover {text-decoration: underline;}

.recent-post .byline {
	color: #666;
	font-size: 11px;
	line-height: 1em;
	margin-bottom: 5px;
}

.recent-post .byline a:link,
.recent-post .byline a:visited {
	color: #666;
	text-decoration: none;
}
.recent-post .byline a:hover {text-decoration: underline;}

.recent-post .comments {
	font-size: 11px;
	line-height: 1em;
	margin-top: 5px;
	text-decoration: none;
}

/*
	TAGS
	
	Tags explain what type an article is.
--------------------------------------------- */

.tag {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
}
.tag a {text-decoration: none;}

	.tag.pink,
	.tag.pink a {
		color: #bb1d22;
	}
	.tag.pink a:hover {color: #ff52b8;}
	.tag.blue,
	.tag.blue a {
		color: #00559a;
	}
	.tag.blue a:hover {color: #51cdff;}
	.tag.red,
	.tag.red a {
	    color: #ed1c24;
	}
	.tag.red a:hover {color: #cb6565}
	
/*
	MISC
--------------------------------------------- */

.separator {
	border-bottom: 1px #e6e6e6 solid;
	clear: both;
}

/*
	PAGINATION
--------------------------------------------- */

.pagination {
	float: right;
	font-size: 13px;
	line-height: 15px;
}

.pagination a,
.pagination span {
	color: #666 !important;
	display: block;
	float: left;
	margin-right: .2em;
	padding: 2px 6px;
	text-decoration: none;
}

.pagination a {
	border: 1px #aaa solid;
}

.pagination .disabled {
	border: 1px #ddd solid;
	color: #ccc !important;
	font-weight: normal;
}

.pagination a:hover {
	border: 1px #666 solid;
	color: #111 !important;
}

.pagination span.current {
	background: #111;
	border: 1px #111 solid;
	color: #fff !important;
}

/*
	SCORE BOX
--------------------------------------------- */

.review-score {
	padding: 20px;
	position: relative;
}

.review-score .score,
.review-score .score p {
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -10px;
	line-height: 1em;
	right: 23px;
	position: absolute;
	text-align: right;
	top: 14px;
}
.review-score .score .often {
	color: #aaa;
	font-size: 16px;
	letter-spacing: -1px;
	margin-left: 8px;
}

.review-score h2 {
	text-transform: uppercase;
}

.review-score .summary {
	margin-bottom: 20px;
	width: 76%;
}

.review-score .column {
	float: left;
	margin-right: 2%;
	width: 36%;
}
.review-score .pros h2 {color: #78d500;}
.review-score .cons h2 {color: #e12a00;}

/*
	GAMESCOM
--------------------------------------------- */

body.gamescom {background:#fff !important;padding:10px 10px 10px 10px;}

.gamescom h1 {font-size: 28px}

.gamescom .latest_liveblog {border-bottom: 1px #ccc solid;color:#333;font-size:11px;font-weight: bold;line-height: normal;overflow: hidden;margin-bottom: 10px;padding-bottom: 6px;}
.gamescom .latest_liveblog em {color: #333;float: left;font-weight: normal;font-style: normal;}
.gamescom .latest_liveblog span {color:#999;float: right;font-weight: normal;}
.gamescom .latest_liveblog a {color: #00559a;float: left;text-decoration: none;}
.gamescom .latest_liveblog a:hover {text-decoration: underline;}

.gamescom .image {float: left;width:305px;}
.gamescom .image img {border-right: 1px #ccc solid;margin: 0 10px 0 0;padding: 0 10px 0 0;}
.gamescom .image span {position: relative;}
.gamescom .image span a {background: url('../images/bg-transparent-60.png');color: #fff;display: block;font-size: 16px;left: -346px;line-height: normal;text-decoration: none;position: absolute;top: 150px;padding: 10px;width: 305px;}
.gamescom .image span a:hover {background: #111;}

.gamescom .focus {margin-bottom: 10px;}
.gamescom .focus h2,
.gamescom .focus h2 a {font-size: 34px;line-height: 1em;}

.gamescom .focus .sep {border-bottom: 1px #ccc solid;float: right;margin: 0 0 10px;padding: 0 0 10px;width: 305px;}
.gamescom .focus .quote h2,
.gamescom .focus .quote h2 a {font-size: 24px;}

.gamescom .big.list-featured {border-bottom: none;border-top: 2px #eee solid;padding: 10px !important;margin: 0 !important;overflow: hidden;}
.gamescom .big.list-featured img {margin: 0 20px 0 0 !important;}
.gamescom .big.list-featured h2 {padding-top: 10px;}

.gamescom .liveblog {float:left; margin: 0 0 10px 0; width: 310px;}
.gamescom .liveblog.odd {margin: 0 20px 10px 0 !important}
.gamescom .liveblog img {margin-bottom:-6px;}

.gamescom iframe {border-color:#eee; border-style: solid; border-width: 0 5px 5px; height: 300px; width:310px;}

.gamescom .post p {line-height: 16px; font-size:12px; margin: 0 0 2px 0;}
.gamescom .post p.date {border-bottom: 1px #eee solid;color:#ccc; font-size:11px; margin: 0 0 8px 0; padding-bottom:8px;}

.gamescom .sliderw {height:150px; padding:0 25px;position:relative;}
.gamescom #slider {height: 150px !important;}
.gamescom #slider li {width:600px;overflow:hidden;}
.gamescom #slider li img {float: left;}
.gamescom #prevBtn,
.gamescom #nextBtn {display:block; height:20px; text-indent: -2000px;width:20px;}
.gamescom #prevBtn a {background:url('../images/slider-ctl-left.png') no-repeat;display:block;height:20px;position:relative;width:20px;}
.gamescom #nextBtn a {background:url('../images/slider-ctl-right.png') no-repeat;display:block;height:20px;position:relative;width:20px;}

.gamescom #prevBtn {position: absolute;left: 0px;top:65px;}
.gamescom #nextBtn {position: absolute;left: 630px;top:65px;}