/*
Theme Name: TacticsGames
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Teejay De Guzman
Author URI: http://tradnux.com
Description: Custom theme made for TacticsGames.com
Version: 1.6
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
		font-size:1.1em;
	}
/* =Global
----------------------------------------------- */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinbold';
    src: url('fonts/din_bold.eot');
    src: url('fonts/din_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_bold.woff') format('woff'),
         url('fonts/din_bold.ttf') format('truetype'),
         url('fonts/din_bold.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinmedium';
    src: url('fonts/din_medium.eot');
    src: url('fonts/din_medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_medium.woff') format('woff'),
         url('fonts/din_medium.ttf') format('truetype'),
         url('fonts/din_medium.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url('fonts/din.eot');
    src: url('fonts/din.eot?#iefix') format('embedded-opentype'),
         url('fonts/din.woff') format('woff'),
         url('fonts/din.ttf') format('truetype'),
         url('fonts/din.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
/* =Structure
-------------------------------------------------------------- */
#page {
	background:#fff;
	display: block;
	margin: 0px auto;
	width:1300px;
	padding: 10px;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 1050px;
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px #ccc solid;
	background:#efefef;
}
#content {
	/*margin: 0 280px 0 0;*/
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	background:#eee;
	padding:5px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Header
-------------------------------------------------------------- */
#branding{
	z-index:999;
	background:transparent;
	width:100%;
	position:relative;
}

#branding #head{
	width:1300px;
	margin:0 auto;
	background:#fff;
	padding:10px;
}

#site-title {
	font-size: 3em;
	font-weight: bold;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
}
	.entry-title{
		font-size: 1.5em;
	}
/* =Menu
-------------------------------------------------------------- */
#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
/* =Content
-------------------------------------------------------------- */
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}
/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}
/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}
/* =Images
-------------------------------------------------------------- */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items */
.required {
	color: #cc0033;
}
/* =Comments
-------------------------------------------------------------- */
article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	padding: 1em 0 0;
}
/* tacticsgames */
.ttgmain{
float:left;
	background:#333;
	
}
.ttgmain .ttgarticle  {
	position:relative;
	background:#fff;
	width:505px;
	height:250px;
	float:left;
	margin:5px 0px 0px 5px;
	overflow:hidden;
	border:3px solid #000;
}
.ttgmain .ttgarticle .ttgmainpost {
	width:100%;
	height:100%;
	position:relative;
	float:left;
	z-index:10;
}
.ttgmain  .ttgarticle .ttgmainpost .entry-content{
	font-family: dinmedium, arial, sans-serif;
	float:left;
	margin:5px 5px 5px 150px;
	
}
.ttgmain  .ttgarticle .ttgmainpost .entry-content p{
	height:115px;
	overflow:hidden;
	
}
.ttgmain  .ttgarticle .ttgmainpost .entry-header{
	background:#000;
	width:100%;
	min-height:70px;	
	float:left;
	box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title{
	/*margin:5px 5px 5px 150px;*/
	font-family:BebasNeueRegular,arial,sans-serif;
	color:#fff;
	float:left;
	width:100%;
	
}
.ttgmain .ttgarticle  .ttgmainpost .entry-header .entry-title  a{
	font-family:BebasNeueRegular,arial,sans-serif;
	float:left;
	color:#fff;
	width:auto;
	margin-left:150px;
}
.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title .ttgmscore{
	float:right;
	width:35px;
	height:35px;
	padding:5px;
	margin:0px 5px;
	background:red;
}
.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title .ttgmscore p{
	
	font-family:"myriad pro",arial,sans-serif;
	text-align:center;
	font-size:20px;
	color:#fff;
}

.ttgmain  .ttgarticle  .ttgmboxart{
	background:#fff;
	width:110px;
	height:auto;
	position:absolute;
	top:10px;
	left:10px;
	padding:5px;
	z-index:115;
	-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.5);
        
        box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.ttgmain p{
font-size:12px;
	
}
#gamlist-label {
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}
#gamlist-icon {
	float: left;
	height: 32px;
	width: 32px;
}
#gamlist-description {
	font-size:8px;
	width:150px;
	margin: 0;
	padding: 0;
}
/*---- MEDIA QUERIES ----*/
@media only screen and (min-width: 1200px)  and (max-width: 1300px) {
	#branding #head{
		width:1170px;
	}
	#page{
		width:1170px;
	}
	
	#primary {
	float: left;
	/*margin: 0 -240px 0 0;*/
	width: 920px;
	}
	#site-title {
		font-size: 3em;
	}
	
	
	.entry-title{
		font-size: 1.5em;
	}
	
	/* tacticsgames */
	.ttgmain{
	float:left;
		background:#333;
		
	}
	.ttgmain .ttgarticle  {
		background:#fff;
		width:445px;
		height:250px;
		float:left;
		margin:5px 0px 0px 5px;
		overflow:hidden;
		border:3px solid #000;
	}
	.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title{
		margin:5px 5px 5px 150px;
		height:auto;
		width:230px;
		font-family: 'Anton', sans-serif;
		color:#fff;
		
	}
}
@media only screen and (min-width: 1024px)  and (max-width: 1200px) {
	#branding #head{
		width:1000px;
	}
	#page{
		width:1000px;
	}
	
	#primary {
	float: left;
	/*margin: 0 -240px 0 0;*/
	width: 750px;
}
	#site-title {
		font-size: 2.5em;
	}
	
	.entry-title{
		font-size: 1.5em;
	}
	.ttgmain{
		width:750px;
		-moz-column-count: 2;
		-moz-column-gap: 0px;
		-moz-column-fill: balance;
		-webkit-column-count: 2;
		-webkit-column-gap: 0px;
		-webkit-column-fill:balance;
		column-count: 2;
		column-gap: 0px;
		column-fill: balance;
		
	}
	.ttgmain .ttgarticle  {
		background:#fff;
		height:auto!important;
		width:375px;
		display:inline-block;
		/*margin:5px 0px 0px 5px;*/
		overflow:hidden;
		/*border:3px solid #000;*/
		margin:0px;
		border-width:0px;
		float:none;
		text-align: left;
vertical-align: middle;
	}
	.ttgmain  .ttgarticle .ttgmainpost{
		width:auto;
		height:auto;
		padding:5px;
		background:#333;
	}
	
	.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title{
		height:auto;
		width:150px;
		font-family: 'Anton', sans-serif;
		color:#fff;
		
	}
	.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title{
		width:100%;
		
	}
	
	.ttgmain .ttgarticle .ttgmainpost .entry-header .entry-title .ttgmscore {
		margin-top:5px;
	}
	
		.ttgmain .ttgarticle  .ttgmainpost .entry-header .entry-title  a{
		width: 43%;
		font-size:24px;
		line-height:120%;
		padding-top:10px;
	}
		.ttgmain .ttgarticle .ttgmainpost .entry-content {
		float: left;
		margin:0px;
		background-size: 200px auto;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content p {
		font-family: dinregular,arial,sans-serif;
		height:auto;
		font-size: 14px;
		line-height: 125%;
		padding:5px;
		margin:5px 5px 5px 140px;
		background:rgba(255,255,255,0.6);
	}
}
@media only screen and (min-width: 850px) and (max-width: 1024px) {
	#branding #head{
		width:820px;
	}
	#page{
		width:820px;
	}
	
	#primary {
	float: left;
	/*margin: 0 -240px 0 0;*/
	width: 570px;
}
	#site-title {
		font-size: 2.5em;
	}
	
	.entry-title{
		font-size: 1.35em;
	}
	.ttgmain .ttgarticle  {
		background:#fff;
		width:555px;
		height:auto;
		float:left;
		margin:5px 0px 0px 5px;
		overflow:hidden;
		border:3px solid #000;
	}
	.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title{

		
	}
		.ttgmain .ttgarticle  .ttgmainpost .entry-header .entry-title  a{
		width:50%;
		font-size:32px;
		line-height:120%;
		padding-top:10px;
	}
		.ttgmain .ttgarticle .ttgmainpost .entry-content {
		float: left;
		margin:0px;
		background-size: 200px auto;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content p {
		font-family: dinregular,arial,sans-serif;
		height:auto;
		font-size: 14px;
		line-height: 125%;
		padding:5px;
		margin:5px 5px 5px 200px;
		background:rgba(255,255,255,0.6);
	}
}
@media only screen and (min-width: 608px) and (max-width: 850px) {
	#branding #head{
		width:auto;
	}
	#page{
		width:auto;
	}
	
	#content {
	
	}
	
	#primary {
		float:left;
		width:auto;
		margin:0px;
		padding:0px;
		/*margin: 0 -240px 0 0;
		padding:5px;*/
	}
	
	#main .widget-area {
		float: right;
		overflow: hidden;
		padding:5px;
	}
	
	.widget-area aside{
		float:left;
		width:100%;
		font-size:0.8em;
	}
	
	#site-title {
		font-size: 2.5em;
	}
	
	.entry-title{
		font-size: 1.35em;
	}
	
	p{
		font-size:0.9em;
	}
	
	.ttgmain{
		padding:5px;
	}
	
	.ttgmain .ttgarticle  {
		background:#fff;
		width:auto;
		height:auto;
		float:left;
		margin:0px 0px 5px 0px;
		overflow:hidden;
		border:3px solid #000;
	}
	.ttgmain .ttgarticle .ttgmboxart {
		position:absolute;
		top:5px;
		left:5px;
		width:80px;
	}
	.ttgmain  .ttgarticle .ttgmainpost .entry-header .entry-title{

	}
	
	.ttgmain .ttgarticle  .ttgmainpost .entry-header .entry-title  a{
		width:50%;
		font-size:32px;
		line-height:120%;
		padding-top:10px;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content {
		float: left;
		margin:0px;
		background-size: 200px auto;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content p {
		font-family: dinregular,arial,sans-serif;
		height:auto;
		font-size: 15px;
		line-height: 125%;
		padding:5px;
		margin:5px 5px 5px 200px;
		background:rgba(255,255,255,0.6);
	}
}
@media only screen and (min-width: 480px) and (max-width: 608px) {
	#branding #head{
		width:auto;
	}
	#page{
		width:auto;
	}
	
	#content {
		
	}
	
	#primary {
		float:left;
		width:auto;
		margin:0px;
		padding:0px;
		/*margin: 0 -240px 0 0;
		padding:5px;*/
	}
	
	#main .widget-area {
		float: right;
		overflow: hidden;
		padding:5px;
	}
	
	.widget-area aside{
		float:left;
		width:100%;
		font-size:0.8em;
	}
	
		#site-title {
		font-size: 2em;
	}
	
	.entry-title{
		font-size: 1.2em;
	}
	
	p{
		font-size:0.8em;
	}
	.ttgmain{
		padding:5px;
	}
	
	.ttgmain .ttgarticle  {
		background:#fff;
		width:auto;
		height:auto;
		float:left;
		margin:0px 0px 5px 0px;
		overflow:hidden;
		border:3px solid #000;
	}
	
	.ttgmain .ttgarticle  .ttgmainpost .entry-header .entry-title  a{
		width:50%;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-header .entry-title .ttgmscore {
		margin-top:5px;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content {
		float: left;
		margin:0px;
		background-size: auto 100%!important;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content p {
		height:auto;
		font-size: 13px;
		line-height: 125%;
		padding:5px;
		margin:5px 5px 5px 140px;
		background:rgba(255,255,255,0.6);
	}
}
@media only screen and (max-width: 480px) {
	#branding #head{
		width:auto;
	}
	p{
		font-size:0.8em;
	}
	#page{
		width:auto;
	}
	#content {
		
	}
	
	#primary {
		float:left;
		width:auto;
		margin:0px;
		padding:0px;
	}
	
	#main .widget-area {
	float: right;
	overflow: hidden;
	background:#eee;
	}
	
	.widget-area aside{
	float:left;
	width:100%;
	font-size:0.75em;
	}
	
	#site-title {
		font-size: 1.5em;
	}
	
	.entry-title{
	}
	
	.entry-title a{
		font-family:BebasNeueRegular,arial,sans-serif;
		font-size: 1.3em;
		line-height:105%;
		padding-top:5px;
	}
	
	.ttgmain{
		padding:0px;
	}
	
	.ttgmain .ttgarticle  {
		background:red;
		width:auto;
		height:auto;
		float:left;
		margin:0px 0px 5px 0px;
		overflow:hidden;
		border:3px solid #000;
	}
	.ttgmain .ttgarticle .ttgmboxart {
		position:absolute;
		top:5px;
		left:5px;
		width:80px;
	}
	.ttgmain .ttgarticle .ttgmboxart img{
		width:80px;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-header .entry-title a {
		margin-left:110px;
		width:40%;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-header .entry-title .ttgmscore {
		margin-top:5px;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-header .entry-title .ttgmscore p{
		font-family:BebasNeueRegular,arial,sans-serif;
		font-size:24px;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content {
		float: left;
		margin:0px;
		background-size: auto 100%!important;
	}
	.ttgmain .ttgarticle .ttgmainpost .entry-content p {
		height:auto;
		font-size: 13px;
		line-height: 125%;
		padding:5px;
		margin:5px 5px 5px 100px;
		background:rgba(255,255,255,0.6);
	}
}