/*  
Theme Name: Oxshott Royals
Theme URI: http://www.oxshottroyalsfc.co.uk
Description: The theme for Oxshott Royals Website
Version: 1.4
Author: JBinc
Author URI: http://jbinc.co.uk/
*/


/* --------------------------------------------- RESET CSS */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; width: 100%; }
	th, td { font-weight: normal; vertical-align: top; padding: 5px 10px; }
	thead tr th, thead tr td { font-size: 1.4em; }
	th { text-align: left; }
	td { text-align: center; }

p { margin: 0 0 1.2em; }

h1, h2, h3, h4, h5 { margin: 5px 0 10px 0; padding: 0; line-height: normal; font-weight: 700; }
	h1 { font-size: 2em; }
	h2 { font-size: 1.6em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.1em; }

blockquote { padding: 10px 20px; font-weight: 111; margin: 0 0 10px; font-size: 1.2em; background: #ddd;}
		blockquote.left {	float: left;width: 33%;	margin: 10px 20px 10px 0;}
		blockquote.right {	float: right;width: 33%;margin: 10px 0 10px 20px;}

hr { border: none 0; border-bottom: 1px solid #000; height: 1px; margin: 10px 0; clear: both; }

.large { font-size: 1.2em; }
small, .small { font-size: 0.8em; }
.sep { margin: 0 5px; }

.phone { background: url(images/icons/telephone.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.mobile { background: url(images/icons/phone.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.fax { background: url(images/icons/printer.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.email { background: url(images/icons/email.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.map { background: url(images/icons/map.png) no-repeat 0 3px!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.admin { background: url(images/icons/lock.png) no-repeat 0 50%!important; padding: 3px 0 3px 27px; }

a.jbinc-link { background: url(images/icons/jbinc.png) no-repeat 0 50%; padding: 3px 0 3px 18px; }

strong { font-weight: 800; }
em { font-style: italic; }

ul { margin: 10px; }
ul li { margin-left: 10px; }

/* cforms II - linklove removal */
.linklove { display: none; }

/* jquery innerfade - styling */
ul.fade { list-style: none; padding: 0; margin: 0; }
	ul.fade li { }

/* Page image borders */
.alignnone, .alignleft, .aligncenter, .alignright, div.alignnone img,  div.alignleft img, div.alignright img, div.aligncenter img { border: 2px solid #111;padding: 3px;background: #fff;}
	div.alignnone, div.alignleft, div.alignright, div.aligncenter {	border: 0!important;}
 
.alignleft {	margin: 0 10px 10px 0;float: left;}
.aligncenter { margin-left: auto; margin-right: auto;}
.alignright { margin: 0 0 10px 10px;float: right;}

p.wp-caption-text { font-size: 0.8em; font-style: italic; margin: 0; padding: 0;	text-align: center; }

.clear { clear: both; }

/* --------------------------------------------------------------------------------------- END RESET */

/* Begin Typography & Colors */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	background: #600 url(images/bg_body.gif);
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	}

.button{
background: #222;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
	.button:hover {
		background: #000;
		text-decoration: none;
	}

#page {
	background-color: #fff;
	border:10px solid #600;
	text-align: left;
	margin: 30px auto;
	padding: 0;
	width: 950px;
	background: #fff;
	}

#header {
	margin: 0;
	padding: 0;
	text-align: left;
	}
		#header h1 {
			float: left;
			margin: 0px;
			width: 475px;
			height: 160px;
			background: url('images/title.gif') no-repeat bottom right;
			position: relative;
			top: 40px;
		}
			#header h1 span {
				display: none;
			}

	#header img {
		position: relative;
		top: 10px;
	}
	
#content {
	margin: 0 auto;
	width: 930px;
	}

div#sponsored, div.box {
	background: #eee;
	padding: 20px 10px 10px;
	margin: 10px 0px;
	clear: both;
}

ul.latest { margin: 10px 10px 10px 0; padding: 0; width: 470px; }
ul.latest li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
ul.latest li a{ 
	display: block;
	float: left;
	width: 210px;
	margin: 0 10px 10px 0;
	height: 70px;
	padding: 5px;
	background: #600;
	color: white;
}
	ul.latest li.category-featured a {
		background: #900;
	}
	ul.latest li a:hover {
		background: #c00;
		text-decoration: none;
	}

div.match-reports {
	float: left;
	width: 440px;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 10px;
	background: #eee;
	height: 70px;
}
	div.match-reports ul {
		margin: 5px 0 0;
		padding: 0;
	}
		div.match-reports ul li {
			margin: 0 0 5px 0;
			padding: 0;
			list-style: none;
		}

.post {
	margin: 10px 0 0px;
	}

.entry {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	clear: both;
	}

.entry-date {
	font-size: 0.7em;
	color: #999;
}

#footer {
	margin: 10px;
	padding: 20px 0;
	clear: both;
	font-size: 0.7em;
	border-top: 2px solid #eee;
	}
		#footer-col-left {
			float: left;
			margin-left: 10px;
			padding: 0;
			width: 45%;
		}
		#footer-col-right {
			float: right;
			width: 220px;
		}
		a.jbinc-link {
			background: url(images/jbinc-link.png) no-repeat 0 50%;
			padding: 2px 0 2px 26px;
			color: #0cf!important;
		}
		a.admin {
			background: url(images/icons/lock.png) no-repeat 0 50%;
			padding: 2px 0 2px 26px;
		}

small, .small { font-size: 0.8em; }
.large { font-size: 1.2em; }

a, a:visited {
	color: #060;
	text-decoration: none;
	font-weight: bold;
	}
	a:hover {text-decoration: underline;}

h1, h3, h5 { color: #600; }
h2, h4 { color: #060; }


/* End Typography & Colors */


/* Begin Images */
.alignnone, .alignleft, .aligncenter, .alignright, div.alignnone img,  div.alignleft img, div.alignright img, div.aligncenter img { border: 2px solid #600;padding: 3px;background: #fff;}
	div.alignnone, div.alignleft, div.alignright, div.aligncenter {	border: 0!important;}
 
.alignleft {	margin: 0 10px 10px 0;float: left;}
.aligncenter { margin-left: auto; margin-right: auto;}
.alignright { margin: 0 0 10px 10px;float: right;}

p.wp-caption-text
{
line-height: 1.4em;
padding: 0;
margin: 0;
text-align: center;
}

.noborder { border: none!important; padding: 0; }

/* End Images */


/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr{
	background-color: #6c6;
	color: #6c6;
	border: 0px;
	height : 1px;
	margin: 10px 0;
	}

a img {
	border: none;
	}

.navigation {
	font-size: 26px;
	display: block;
	text-align: center;
	margin-top: 30px;
	}
		.navigation a:hover {
			border: none;
			color: #666;
			}

/* JBINC added 21/07/2008 - Navigation as front page */
#navcontainer div.bg1, #navcontainer div.bg2
{
padding: 0;
margin: 0;
height: 20px;
clear: both;
}

#navcontainer div.bg1
{
background: url(images/bg_header.gif) repeat-x;
}

#navcontainer div.bg2
{
background: url(images/bg_footer.gif) repeat-x;
}

ul#navlist
{
margin: 0;
padding: 0;
float: left;
width: 100%;
border: solid #666;
border-width: 1px 0;
background: #000 url(images/blockdefault.gif) center center repeat-x;
}
	ul#navlist li {
		display: inline;
		background: none;
		padding: 0;
		margin: 0;
	}
		#navlist li a{
			float: left;
			color: #fff;
			padding: 10px 8px;
			text-decoration: none;
			font-size: 0.8em;
		}
			#navlist li a:hover, #navlist li a.current{
				background: transparent url(images/blockactive.gif) center center repeat-x;
				color: #fff;
				text-decoration: none;
				border-bottom: none;
			}
			
#navlist li.page-item-408 a {
	background: #060;
}

.border
{
border: 8px solid #66CC66;
}

.margin
{
margin: 10px;
}

.clear
{
clear: both;
}

div.clear
{
height: 0;
clear: both;
}

#rightcolumn{
float: right;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
padding: 10px 0 0 0;
margin-bottom: 5px;
text-align: left;
}

#rightcolumn img
{
padding: 0;
margin: 5px 0;
border: 1px solid #6c6;
}

td, th
{
vertical-align: top;
text-align: left;
}

/* navsponsor */

ul.navsponsor
{
padding: 0;
margin: 0;
list-style: none;
width: 24%;
float: left;
}
	ul.navsponsor li
	{
		margin: 0 25px;
		padding: 0;
	}
		.navsponsor li img {
			border: 2px solid #600;
			padding: 3px;
			background: #fff;
		}

div.manage-a-team {
	background: #eee;
	padding: 10px;
	width: 45%;
	float: right;
	margin: 0 0 10px 10px;
}

/* teams table */

table.teams
{
padding: 0;
border: solid black;
border-width: 1px 0px 0px 1px;
margin: 20px auto;
width: 100%;
background: #f9f9f9;
}

table.teams tr td, table.teams tr th
{
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 5px;
}

table.teams tr:hover
{
background: #99CC99 url(images/blockdefault.gif) repeat-x center;
color: #fff;
}

table.teams tr th
{
background: #600 url(images/blockactive.gif) repeat-x center;
color: #fff;
}

table.teams tr td a
{
color: #600;
}

table.teams tr td a:hover
{
border: 0;
}
/* End Various Tags & Classes*/

li.word, li.pdf { padding: 0; margin: 0 0 10px; list-style: none; }
li.word a, li.pdf a { padding: 2px 0 2px 26px; font-size: 1.1em; }
li.word a { background: url(images/icons/page_white_office.png) no-repeat 0 50%; }
li.pdf a { background: url(images/icons/page_white_acrobat.png) no-repeat 0 50%; }
