/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

div.tooltip{
	max-width: 300px;
	padding: 5px;
	font-size: 1.2em;
	line-height:1.4;
	border: 1px solid #231F20;
	background: #F4F3Fe;
	color: #862A2A;
	z-index: 99999;
	margin-top: 5px;
	margin-left: 15px;
}
	*html div.tooltip{
		width: 300px;
	}
span.tooltip {
	color: #862A2A;
	padding: 5px;
	cursor: help;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

a.pdf {
	text-decoration: underline;
	padding: 2px 0px 2px 20px;
	background: url('../i/icons/page_white_acrobat.gif') left center no-repeat;
}
a.pdf:hover {
	text-decoration: none;
}
/***********************************************************************
	TOOLS
************************************************************************/

table#fixtures{

}

table#fixtures tr td{
	border-bottom: 1px solid #CCC;
	line-height:2;
	padding: 2px;
	color: #48484a;
	text-align: justify;
	font-size: 1.1em;
	color: #48484A;

}

table#fixtures h3{
margin-top: 10px;
font-weight: bold;
font-size:15px;
}

table#fixtures th{
		line-height:2;
	padding: 2px;
	 background: #F5F5F5;
	 color:#000;
	 	border-bottom: 1px solid #CCC;

}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	background: url(../i/layout/bg-repeat.gif) fixed #1d274a top left;
	background-attachment:fixed;

}


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div#content p {
	margin: 1em 0;
	color: #48484a;
	line-height: 1.4;
	text-align: justify;
	font-size: 1.2em;
}



div#content p a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	color: #000;
	margin-bottom: 10px;
}
h1 span.header-color {
	color: #862a2a;
}
h1 a:hover {
	color: #999;
}
h1.shuttle{
	padding-left: 20px;
	background: url(../i/icons/shuttle.gif) left center no-repeat;
}
h1.tick{
	padding-left: 20px;
	background: url(../i/icons/green-tick.gif) left center no-repeat;
}
h1.arrow{
	padding-left: 20px;
	background: url(../i/icons/pink-arrow.gif) left center no-repeat;
}
h1.profile {
	float: left;
	padding-top: 20px;
}
h2 {
	color: #862a2a;
	font-size: 1.2em;
}
h2 a {
	color: #862a2a;
}
h2 a:hover {
	color: #000;
}
h2.newest,  h2.newest a {
	color: #FF0000;
}
h2.newest a:hover {
	color: #000;
}
h3 {
	color: #862a2a;
	font-weight: normal;
	font-size: 1.1em;
}
h3 a {
	color: #862a2a;
}
h3 a:hover {
	color: #000;
}

h3.newest {
	color: #FF0000;
	margin-bottom: 5px;
}
h3.newest a {
	color: #FF0000;
	margin-bottom: 5px;
}
h3.newest a:hover {
	color: #000;
}

span.title {
	color: #862a2a;
	font-size: 1.1em;
	text-decoration: none;
}
span.details {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}
span.note {
	color: #666;
	font-style: italic;
	font-size: 1em;
}
span.profile-title {
	float: left;
	width: 110px;
	color: #862a2a;
	margin-right: 5px;
	font-size: 1.3em;
}
span.meeting-title {
	float: left;
	color: #862a2a;
	margin-right: 5px;
	font-size: 1.3em;
}
span.profile-info {
	float: left;
	color: #000;
	font-size: 1.3em;
}
a.rightlink {
	float: right;
	color: #FF0000;
}
a.rightlink:hover {
	color: #990000;
}
img.news-image {
	float: right;
	border: solid 1px #862A2A;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.meeting-logo {
	float: right;
}

img.content-image {
	float:left;
	padding-bottom:10px;
	padding-right:20px;
}

#content #left span.break {
	display: block;
	height: 12px;
	background: url(../i/layout/page-break.gif) center no-repeat;
	margin-bottom: 20px;
}

#content #right span.right-break {
	display: block;
	height: 10px;
	background: #FFFFFF;
	/* background: url(../i/layout/page-break.gif) center no-repeat; */
	/* margin-bottom: 20px; */
}

div.news-article {
	background: #F3F4FE;
	padding: 10px;
	margin-bottom: 10px;
}

a.more {
	color: #da0000;
	text-align:right;
	font-size: 1.1em;
	display: block;

}

a.more:hover {
	color: #da0000;
	text-align:right;
	font-size: 1.1em;
	display: block;
}

span.date {
background:transparent url(../i/icons/date.gif) no-repeat scroll left center;
display:block;
margin-bottom:10px;
padding-left:25px;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
body {
	background: url(../i/layout/body-bg.jpg) fixed repeat-x;
}

#container {
	width:859px;
	text-align:left;
	background:#FFF;
	margin:0 auto;
}

#branding-logo {
	height:165px;
	background:url(../i/layout/header.jpg) no-repeat;
}

#branding-logo a {
 display: block;
 	height:165px;
 width: 800px;
 margin: 0 auto;
}



#main {
	background:url(../i/layout/container-bg.jpg);
}

#main #content {
	/*height:500px;*/
	width:760px;
	margin:0 auto;
	padding-top:20px;
	/*background: #FF00FF; */
}

#content #left { float: left; display: block; width: 485px; }
#content #right { float: right;  display: block; width: 254px;  background: #F4F3Fe; }

#right .box { background: #F4F3Fe; margin: 10px; }
#right .sponsor-box { background: #F4F3Fe; margin: 0px; }

a.optix {
background:transparent url(../i/layout/optix-sponsor.gif) no-repeat scroll left top;
display:block;
height:89px;
letter-spacing:133px;
text-indent:-999em;
width:254px;
}

a.join {
background:transparent url(../i/layout/optix-sponsor.gif) no-repeat scroll left top;
display:block;
letter-spacing:133px;
text-indent:-999em;
height:138px;
width:224px;
margin: 0 auto;

}

#branding-logo h1 {margin:0; }

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

.result { margin-bottom: 10px; }
.result span.teams { color: #862a2a; font-weight:bold; font-size:1.1em; letter-spacing:0.05em; }
.result span.score { font-size:1.1em; }
.result span.winner {  font-weight:bold;  }

/***********************************************************************
	NAVIGATION
************************************************************************/
#quicknav 						{ background: url(../i/layout/nav-bg.jpg); height: 43px; padding:0; margin:0; }
#quicknav ul 					{ display: block; margin:0 auto; width:790px; padding:0; }
#quicknav ul li  				{ display: block; float: left;  width:120px; }
#quicknav ul li a 				{ display: block; height: 43px; /*border-right:1px solid #000;*/  }
#quicknav ul li a span 			{ display: none; }
#quicknav ul li a.the-club 		{ background: url(../i/layout/nav-matrix.jpg) no-repeat -35px 0px; }
#quicknav ul li a.teams 		{ background: url(../i/layout/nav-matrix.jpg) no-repeat -135px 0px; }
#quicknav ul li a.results 		{ background: url(../i/layout/nav-matrix.jpg) no-repeat -245px 0px; }
#quicknav ul li a.locations 	{ background: url(../i/layout/nav-matrix.jpg) no-repeat -360px 0px; }
#quicknav ul li a.fixtures 		{ background: url(../i/layout/nav-matrix.jpg) no-repeat -470px 0px; }
#quicknav ul li a.contact 		{ background: url(../i/layout/nav-matrix.jpg) no-repeat -580px 0px; }

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

#footer {
	background:url(../i/layout/container-btm.jpg) no-repeat #999bb1;
	width:859px;
	margin:0 auto;
}

#footer a { color:#FFFFFF; font-size:1.1em; }
#footer a:hover { color:#FFFFFF; text-decoration:underline; }

#footer #hold {
	padding-top: 25px;
	margin:0 auto;
	width: 810px;
}

#footer-nav {
	float: left;
	margin: 10px 0;
}

#footer-credits {
	float: right;
	margin: 10px 0;
}


#footer-nav ul li { float: left; display:block; margin-right: 20px; }

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}
