/*
Theme Name: Go Satellite Theme by Planet-PCs.com
Description: Theme designed for the the Go Satellite website(http://freetvspain.com)
Author: Mike Copestake
Author URI: http://Planet-PCs.com
*/

/*@import "style/css/reset.css";*/
/*@import "style/css/typography.css";*/
/*@import "style/css/layout.css";*/


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* ----------------------------------------- */
/* ----------------------------------------- */

/* LAYOUT */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* ----------------------------------------- */
/* ----------------------------------------- */

body { background-color: #000; color: #fff; }

a, a:link, a:visited { text-decoration: none; color: #f90; }
a:hover, a:active { text-decoration: underline; color: #fff; }

table, tr, th, td { border: 0; vertical-align: top; }

h1, h2, h3, h5, h5, h6 { font-weight:bold } 

#page-wrap { background-color: #0d0d0d; margin: 0px auto 10px; padding: 10px; width: 980px; }

#header { 
	background-image: url(style/images/header.png); 
	/*background-position: 0 -10px;*/
	height: 130px; 
	width: 960px; 
	margin: 0px auto;
	text-indent: -9999px;
}

#navigation {
	text-align: center;
	margin: 0px auto;
	width: 960px;
}
#navigation ul { 
	display: table; 
	margin: 10px auto 0; 
	height: 30px;
	width: 960px;
}
#navigation ul li {
	display: inline;
	position: relative;
}
#navigation ul li a { 
	float: left; 
	font-size: 20px; 
	font-family: arial,sans-serif; 
	letter-spacing: -1px; 
	color: #e87711; 
	text-decoration: none; 
	line-height: 20px; 
	font-weight: bold;
	border-right: 1px solid #ccc;
	padding: 0px 10px;
	display: table-cell;
	position: relative;
}
#navigation ul li a:hover, li.current_page_item a { color: #fff !important; }
#navigation ul li.page-item-188 a { border-right: none; }

.page {
	margin: 10px;
	min-height: 300px;
}
.post {
	text-align: left;
	margin: 0px auto;
	width: 930px;
	font-size: 18px;
	font-family: helvetica, sans-serif;
	color: #ededed;
}
.post h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	letter-spacing: -1px;
	color: #e87711;
	text-align: center;
}
.post h2, h2 {
	font-size: 20px !important;
	font-weight: bold !important;
	font-family: helvetica, sans-serif !important;
	letter-spacing: -1px !important;
	color: #e87711 !important;
}
.post h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	color: #e87711;
}
p {
	margin: 15px 0;
	font-size: 18px;
	font-family: helvetica, sans-serif;
	text-align: justify;
	color: #ededed;
}
.post li {
	font-size: 18px;
	font-family: helvetica, sans-serif;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
.category li { list-style: none !important;}
.post #header-image {
	margin: 0 auto 10px;
}
.post #table1 ul li { font-size: 10px; text-align: left; font-family: verdana, sans-serif; color: #ededed; list-style: none; }
#footer {
	margin: 40px auto 20px;
	text-align: center;
	color: #dedede;
	clear: both;
}

.attachment-single-post-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.news-item img {
	width: 150px !important;
	height: 150px !important;
}
