/*
Theme Name: Soccer
Theme URI: http://themey.com/soccer-wordpress-theme/
Description: A theme for soccer fans. This theme is supported by <a href="http://www.avivadirectory.com/">Aviva Web Directory</a>. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>. Attribution links must stay.</p><p>Looking for a custom theme? Contact <a href="http://themey.com">Themey</a> with your ideas for a quotation.</p>
Version: 1.1
Author: Themey
Author URI: http://themey.com/
*/


/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
	}
		
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #3f3f3f;
	color: #fff;
	text-align: center;
	}

#page {
	border: 1px solid #000;
	text-align: left;
	}

#header {
	background: #000 url('images/headerbg.jpg') no-repeat top center;
	}

#headerimg 	{
	padding:0;
	margin: 0; 
	height: 163px; 
	width: 780px; 
	} 

#content {
	font-size: 1.2em
	}

#footer {
	background: url('images/footerbg.jpg');
	border: none;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #F46B12;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar {
	font: 1.08em Arial, Helvetica, Sans-Serif;
	}
	
h2 a:hover, h3 a:hover {
	color: #F46B12;
	text-decoration: none;
	}

a {
	color:#fff;
	text-decoration:none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#sidebar a {
	color: #fff;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 780px;
	border: 1px solid #000;
	}

#header {
	background-color: #000;
	margin: 0; 
	padding: 0; 
	height: 174px; 
	width: 780px;
	}

#headerimg {
	margin: 0;
	padding: 0;
	height: 163px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 8px;
	margin: 0px;
	width: 570px;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	height: 20px;
	clear: both;
	}

/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

* html .favorite img {
	margin-left:565px;
	}

/* Begin Sidebar */
#sidebar
{	
	padding: 15px 0 10px 7px;
	float:right;
	width: 175px;
	}

* html  #sidebar {
	padding: 15px 0 10px 5px;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.topgrad
{
	width: 780px;
}

