/*  
Theme Name: Jacob
Theme URI: http://www.lovefootballgambling/wp-content/themes/Jacob
Description: A flexible, three-column theme with customizable colors. 
Version: 0.9.5
Author: Jacob
Tags: three-columns, custom-colors, flexible-width
*//**
 * Generic elements
 */
html, body, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, blockquote, form, div, ul {
margin : 0;
padding : 0;}
a:link {
color:#4285BE;
}
a:link, :active {
  text-decoration: none;}
a:visited{
	color: purple;
	text-decoration: underline;}
a:hover {
  color: #FF9900;
  text-decoration: underline;}
  .aligncenter {
  display: block;
    margin-left: 10%;}
  .alignleft {
float: left;
border-left: 0px solid #fff;}
.alignright {
float: right;
border-left: 0px solid #fff;}
h1{	
color: #000000;
font-size: 0.5em;}
h2{	
font-size: 1.4em;
font-weight: normal; 
color: #000000;
margin: 0px;
width : 100%;
border-bottom: 0px dotted #4c6667;}
h2.head{	
padding: 0px 0px 0px 0px;
margin: 0;
font-size: 2.9em;
font-weight: normal; 
color: #000000;
width : 98%;}
h2.video{	
margin: 4px 0px 20px 0px;
font-size: 1.3em;
font-weight: normal; 
color: #000000;
width : 100%;
border-bottom: 0px dotted #4c6667;}
h3{	
font-size:0.9em;
font-weight: bold; 
color: #726d6c;
padding-top: 5px;
width : 100%; }
h3.head{	
position : absolute;
font-size: 1.4em;
font-weight: normal; 
color: #ffffff;
float: left;
width : 89.5%;
left : 40px;
top : 65px;
border-bottom: 0px dotted #4c6667;}
h4 {	
font-size:0.9em;
font-weight: normal; 
color: #726d6c;
padding-top: 5px;
width : 100%; }
h5 {	
font-size:0.9em;
font-weight: bold; 
color: #726d6c;
padding-top: 5px;
width : 100%; }
h6{font-size: 0.1em;
font-weight: normal; 
color: #000000;
margin: 0px;
width : 100%;
border-bottom: 0px dotted #4c6667;}
p.headtext {
font-size: 0.75em;
width: 65%;
margin: 0px 0px 0px 0px;
line-height: 1.3em;
color : #000000;}
p {
font-size: 0.75em;
margin: 5px 0px 10px 0px;
line-height: 1.3em;
color : #000000;}
p.rightsidecol {
font-size: 0.80em;
line-height: 1.2em;
color : #000000;
background:  #1cbb45;}
p.lrg {
font-size: 0.90em;
line-height: 1.2em;
color : #000000;
background:  #1cbb45;}
p.copy {
font-size: 0.75em;
margin: 0px 0px 0px 0px;
color : #333333;}
body {
background: #fff;
font : 100% Tahoma, Verdana, Arial, serif;
color : #666666;}
#container {
  position: relative;
margin : 0px auto;
/* Always set a width for absolute positioned block level elements, such as divs */
  border: 0px solid red; /* So we can see what is happening */
width :1000px}
#wrapper-header{
background-color: #066abd;
height: 105px;
width : 100%;
border-bottom: 5px solid #31a0f2;}
#header {
height: 105px;
padding: 0 10px;
width : 95%;
border-bottom: 0px solid #066abd;}
#image-wrapper{
background-color: #4285be;
height: 35px;
width : 100%;
border-bottom: 0px solid #31a0f2;}
#image{
position : absolute;
background-color: #4285be;
left: 56.9%;
top: 15px;
height: 90px;
width : 310px;
margin-left: 65px;}
#header h1 {
width : 161px;
height : 45px;
position : absolute;
left : 825px;
top : 30px;}
#header h1 span {
	background : url(graphics/lfg.png) no-repeat;
	position : absolute;
	left : 0px;
	top : 0px;
	width : 151px;
	height : 45px;
	border-bottom: 0px solid #fff;}
#navigation { /*New id for main navigation*/
height: 50px;
padding: 0% 0% 0% 0%;
margin: 0;
background: #1cbb45;
text-align:center;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;}
#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { height:38px; position:relative; z-index:100;border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:130px;position:relative;}
/* style the links for the top level */
.menu a  {display: block;
	width: 120px;
	height: 40px;
	padding: 7px  0px 3px 0px;
	background-color: #1cbb45;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.0em;
	text-decoration: none;}
	.menu a:visited {display: block;
	width: 120px;
	height: 40px;
	padding: 7px 0px 3px 0px;
	background-color: #1cbb45;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.0em;
	text-decoration: none;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#1cbb45}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#1cbb45;}
.menu ul ul :hover > a.drop {background:#1cbb45;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#178f35;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#178f35;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:50px;left:0; width:120px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left: 120px; top:0px; width:110px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#1cbb45; color:#000000; height:30px; font-size: 0.70em; line-height:1.0em; font-weight: bold; padding:12px 5px 0px 5px; width:110px; border-width:0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:120px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000; background:#1cbb45;}
.menu :hover > a, .menu ul ul :hover > a {color:#000000; background:#1cbb45;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
#top {
	margin: 0;
	padding: 0;
	height: 38px;}
#top li {
	list-style: none;
	float: left; }
#top li a {
	display: block;
	width: 130px;
	height: 38px;
	padding: 12px  0px 0px 0px;
	background-color: #9ea2a0;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	line-height: .9em;
	text-decoration: none; }
#top li ul {
	display: none; 
	width: 130px; /* Width to help Opera out */
	background-color: #69f;
	z-index:1000;}
#top li:hover ul, #top li.hover ul {
	display: block;
	background-color: #69f;
	position: absolute;
	margin: 0;
	padding: 0; }
#top li:hover li, #top li.hover li {
	float: none; }
#top li:hover li a, #top li.hover li a {
	background-color: #9ea2a0;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	color: #fff; 
	height: 35px;
	padding: 7px  5px 0px 5px;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: bold;
	z-index: 1000;}
#video {
padding: 20px;}
#flash {
position: relative; /*or absolute*/
z-index: 0;}
#footer_wrapper {
	float:left;
	width:100%;
	overflow: hidden;
	height:100px;}
	.footer {
position:relative;
padding: 0% 0% 0% 0%;
 margin: 0% 0% 0% 0%;
background-color: #066ABD;
border-top: 5px solid #fff;

	width: 100%;
	height:100px;}
	.footer-nav{
padding: 1% 0% 0% 2%;
margin-bottom: 0px;
background-color: #066ABD;
height:50px;}
.footer-nav li {
display: inline;
padding: 0;
 margin: 0;
 font-weight: bold;}
.footer-nav li a {
font-weight: bold;
display: block; float: left; width: 120px; padding: 0px 0 3px 0; 
font: 0.8em Tahoma, Verdana, Arial, serif; color: #fff;} 
.footer-nav li a:hover {
background-position: 0 0px; /*Merged hover and static graphic into one file and re-position on hover*/ 
padding: 0px 0 3px 0; /*Increase top padding by 1px and decrease height by 1px to create mouseover effect*/
height: 10px;
color: #fff;
text-decoration: underline;
font-weight: normal;}
.bookmark {
float:left;
position:relative;
margin-left: 30%;
background-color:#72c6de;
border-top: 0px solid #4c6667;}
.copy {
font-size: 1em;
position:relative;
margin-left:1%;
color : #fff;
float: left;}
 #space-wrapper{
	float:left;
	width:100%;
	overflow: hidden;
	padding: 0px;
	 border-top: 0px solid #fff;}
  #wrapper{
	float:left;
	width:100%;
	overflow: hidden;
	padding: 0px;
	 border-top: 0px solid #fff;}
		#fixed {
	margin:0 auto;
	width:100%;
	text-align:left;}
	#video-player {
  width: 350px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 10px;}
.sidemenu{
padding: 0 ;
margin-left: 0;
font: 13px Arial, Verdana, serif !important;
background: #3081a7;
width: 100%;}
.sidemenu li{
list-style: none;
margin: 0;
border-bottom: 1px solid #000000;
text-align: left;}
.sidemenu li a{
display: block;
padding: 0.30em 0.5em 0.30em 0.0em;
border-left: 0em solid #AAB;
background: #1cbb45;
text-decoration: none;}
.sidemenu li a:link { color: #000000; }
.sidemenu li a:visited { color: purple; }
.sidemenu li a:hover{
  text-decoration: underline;}
ul.list {
font-size: .8em;
padding: 5px 0px 0px 10px;}
#flashbar {
background:#d9cb00 none repeat scroll 0 0;
border-bottom:5px solid #FFFFFF;
border-left:0 solid #FFFFFF;
border-right:0 solid #FFFFFF;
float:left;
height:30px;
left:0;
margin-top:0;
padding:10px;
position:relative;
width:980px;
}
#col1 {float:left; width:210px;  background:#1cbb45; min-height:500px;}
#col3 {float:left; width:210px;  background:#1cbb45; min-height:500px;}
#col2 {float:left; background:#E8E9E8; width:570px; border-color: #FFFFFF;
border-style:solid;
border-width:0 5px 0 5px; min-height:500px;}
#col3, #col1, #col2 {padding-bottom:32767px; margin-bottom:-32767px;}
.padding-video{
min-height: 100px;
padding: 10px 10px 100px 10px; 
position:relative;
float: left;
left: 0%;
width:550px;
border-top:5px solid #fff;
border-bottom:0px solid #fff;
background:  #e8e9e8;}
.box-news{
background:#1cbb45;
border-bottom:5px solid #fff;
border-left:0 solid #000000;
border-right:0 solid #000000;
float:left;
left:0;
position:relative;
width:190px;
height: 128px;
padding: 10px}
.box{
background:#1cbb45;
border-top:0px solid #fff;
border-left:0 solid #000000;
border-right:0 solid #000000;
float:left;
left:0;
position:relative;
width:180px;
padding: 10px}
#boxsearchwrapper{
height: 0px;
padding: 1.2% 3% 0% 0%;
margin: 0;
background: #1cbb45;
text-align:center;
border-top: 0px solid #fff;
border-bottom: 0px solid #fff;
float: right;}
#boxsearch{
height: 15px;
padding: 1.2% 0% 0% 0%;
margin-top: 10px;
background: #CCCCCC;
float: right;}
.box-middle{
position:relative;
float: left;
left: 0%;
padding: 0px 0px 0px 20px;
width:550px;
height: 148px;
border-right:0px solid #000000;
border-left:0px solid #000000;
background:  #e8e9e8;}
.box-head{
position:relative;
float: left;
left: 0%;
width:100%;
height: 150px;
border-right:0px solid #000000;
border-left:0px solid #000000;
background:#1cbb45;}
.box-bottom{
position:relative;
float: left;
left: 0%;
width:100%;
height: 50px;
border-bottom:5px solid #fff;
border-left:0px solid #000000;
background:  #fff;}
.box-video{
position:relative;
float: left;
left: 0%;
width:100%;
border-top:0px solid #000000;
border-left:0px solid #000000;
background:  #e8e9e8;}
#sidebar {
padding: 0 ;
margin-left: 0;
font: 13px Arial, Verdana, serif !important;
background: #d794a5;
width: 100%;
list-style: none;}
.sidebar-top    li{
list-style: none;
margin: 0;
border-bottom: 1px solid #000000;
text-align: left;}
.sidebar-top  li a{
display: block;
padding: 0.30em 0.5em 0.30em 0.0em;
border-left: 0em solid #AAB;
background: #d794a5;
text-decoration: none;}
.sidebar-top    li a:link { color: #000000; }
.sidebar-top   li a:visited { color: purple; }
.sidebar-top   li a:hover
{text-decoration: underline;}
.sidebar-top {
padding: 0 ;
margin-left: 0;
font: 13px Arial, Verdana, serif !important;
background: #1cbb45;
width: 100%;
list-style: none;}
.sidebar-top    li{
list-style: none;
margin: 0;
border-bottom: 0px dotted #fff;
text-align: left;}
.sidebar-top   li a{
display: block;
padding: 0.30em 0.5em 0.30em 0.0em;
border-left: 0em solid #AAB;
background: #F9FAF9;
text-decoration: none;}
.sidebar-top     li a:link { color: #fff; }
.sidebar-top    li a:visited { color: #667; }
.sidebar-top    li a:hover
{text-decoration: underline;}
#searchform{
margin: 5px 0px;} 
#searchsubmit{
margin: 5px 0px;}  
div.sidebar{list-style: none;  font: 13px Arial, Verdana, serif;} /* only style this if you haven't style your sidebar already. */
ul{list-style: none; } /* Unordered list. Your 'text' widget is built on an unordered list */
ul li.widget{list-style: none; } /* In this list item all further content is displayed. */
h2.widgettitle{ font-size: 1.1em;  font-weight: normal;  color: #000000; margin-bottom: 5px;} /* The h2 heading the widget use to display the title of your widget */
h3.widgettitle{ font-size: 1.2em;  color: #000000; margin-bottom: 5px;} /* The h2 heading the widget use to display the title of your widget */
div.textwidget{color: #000000;} /* The div all of our widget content is displayed */
ul.popular{} /* In this 'text' widget, I have used a unordered list with class Popular to display our content */
ul.popular li{} /* List item inside the content */
ul.popular li a {} 
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pagelinks li a {
font: 0.8em Tahoma, Verdana, Arial, serif;}
.lists li  {
font: 0.8em Tahoma, Verdana, Arial, serif; }
ul.lists {
font: 0.9em Tahoma, Verdana, Arial, serif;color: #000000; }
.links {position:relative;
float: left;
left: 0%;
width:100%;
Padding: 10px 0px;
border-right:0px solid #000000;
border-left:0px solid #000000;
background:#E8E9E8 ;}
.oddstable { 
padding: 10px 0px 0px 0px;
font-size: 11px;
margin-top: 5px;}
.oddstable th {
background: #CDC875;
text-align: left;
color: #333333;
font-weight: normal;
}
.oddstable td {
background: #d794a5;
text-align: left;
color: #333333;}
.oddstable{
width:200px; 
padding: 10px 0px 0px 0px;
margin-top: -10px;}
.th-class {
width: 20%
}
.table{
position:relative;
float: left;
left: 0%;
width:100%;
border-top:0px solid #000000;
border-left:0px solid #000000;
background:  #e8e9e8;}
