/**
 * NIWFA Stylesheet 
 *
 *	Original design by Andy Harrison
 *	CSS reworked by Roger Simms

 * 
 * 
 * @license		Copyright - All rights reserves - Roger Simms
 * @author		Roger Simms
 * @link		http://allofthesepeople.com
 * @email		roger.simms@gmail.com
 * 
 * @file		style.css
 * @version		1.0
 * @date		07/10/2009
 * 
 * Copyright (c) 2009
 */


/*  Basic styles  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  --  basic styles  -- */

html{
	font-size:62.5%;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#000000;
	background-color:#ffffff;
}
br.clear{
	clear: both;
}
a:link,a:hover,a:visited,a:active{
	color:#00ac5a;
	text-decoration:underline;
	font-weight:bold;
}
strong{
	font-weight:bold;
}
em{
	color:#333333;
/*	font-weight:bold; */
	font-style:oblique;
}

p.error{
	color:red;
}

ol {
	position:relative;
	margin-left:20px;
	list-style-type: decimal;
}

ol li{
	font-size:11px;
	margin:3px;
}
tr{verticle-align:middle;}

#access{
	display:none;
}
/* --  main containers  --  */
#rap{
	width: 750px;
	margin:0 auto;
	background-color: #fff;
}
#header{
	text-align:right;
	line-height: 30px;
	border-top: 1px solid #543f95;
	border-bottom: 1px solid #543f95;
	margin:10px 0;
}
#left{
	width:110px;
	float:left;
}
#content{
	padding:0;
	margin:0;
	width:524px;
	float:left;
	font-size: 12px;
}
/*  --  IExplorer only  --  */
* html body div#rap div#content{
	width:522px;
}
#right{
	width:110px;
	float:right;
}
#footer{
	clear:both;
	text-align:center;
	line-height:11px;
}

/*  --  Access  --  */

/*  --  Header  --  */

div#header h1 {
	float:left;
	background: url('/img/favicon.png') 0 5px no-repeat;
	padding-left: 20px;
	font-size:16px;
}
div#header a{
	text-decoration: none;
}

div#header a:hover {
	text-decoration: underline;
}

div#header ul li{
	display:inline;
	 padding: 0 3px;
}


/*  --  Left  --  */
#left{
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	font-weight:normal;
	letter-spacing:0.5px;
}
#menu{
	font-weight:bold;
}
#menu a{
	color: #ffffff;
	text-decoration: none;
}
#menu h3{
	background-color:#00ac5a;
	font-size:12px;
	font-family:arial;
	line-height:16px;
	padding-left:4px;
	border-bottom:1px solid #fff;
}
#menu ul {
	border-bottom:1px solid #fff;
}
#menu ul li{
	position:relative;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0 0 1px 0;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active{
	position:relative;
	display:block;
	background-color:#543f95;
	padding-left:4px;
	height:100%;

}
#menu ul li a:hover{
	position:relative;
	display:block;
	background-color:#00ac5a;
}

#menu ul#extra li, #menu ul#home li{
	border-bottom:1px solid #fff;
}

#menu ul#extra li a:link, 
#menu ul#extra li a:visited, 
#menu ul#extra li a:active,
#menu ul#home li a:link, 
#menu ul#home li a:visited, 
#menu ul#home li a:active
{
	position:relative;
	display:block;
	background-color:#00ac5a;
}




/*  --  Content  --  */
#content{
	margin: 0 2px 2px 2px;
	border: 1px solid #543F95;
	padding-bottom:10px;
	font-size: 11px;
}
#content h2{
	font-size:20px;
	margin: 4px;
}
#content h3{
	font-size:16px;
	margin: 4px 0;
}
div#content p {
	line-height: 150%;
	font-size: 12px;
}
div#content .info p{
	font-size:12px;
	margin: 4px;
}
div#content dl{
	margin:8px 4px;
}
div#content dl dt{
	font-size:12px;
	margin:2px 0 0 0 ;
}
div#content dl dd{
	font-size:11px;
	margin:4px 2px 6px 12px;
}
div#content ul li {
	line-height: 150%;
	font-size: 12px;
}

/*  --  Submenu  -- */
#submenu{
	position:relative;
	height:16px;
	line-height:16px;
	border-bottom:1px dashed #543F95;
	margin-bottom:0px;

}
#submenu h2{
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: inline;
	padding-left:4px;
	color:#000;
}
#submenu h2.front{
	color:#543f95;
}
#submenu ul{

	list-style: none;
	display: inline;
	margin:0 5px 0 5px;
}
#submenu ul li{
	display:inline;
	font-size: 12px;
	margin:0 10px 0 0;
}
#submenu ul li a{
	text-decoration:none;
	color:#543f95;
}
#submenu ul li a:hover{
	color:#00ac5a;
}
#submenu ul li a.current{
	color:#00ac5a;
}
.page_nav{
	text-align:center;
}
.page_nav ul li a.current{
	color:#543f95;
	border:1px solid #555;
}

#latestnews{
	border-bottom:1px solid #543F95;
}

#content p.archive{
	font-size:11px;
	margin:4px 4px -4px 4px;
	text-align:center;
}
#latestnews p.archive{
	margin:4px;
}
#news_list{
	padding-bottom:10px;
	border-bottom:1px dashed #543F95;
}

#news_list .news_list_item {
	padding:10px 4px;
	border-bottom:1px dashed #543F95;
}
#news_list .news_list_item span {
	font-size:11px;
	color:#00ac5a;
	font-weight:bold;
}
#news_list .news_list_item h4 {
	display:inline;
	margin-left:4px;
	font-size:12px;
}
#news_list .news_list_item p {
	font-size:11px;
	padding:4px 0 0 0;
	color: #333;
}


div.articles {
	padding-bottom:10px;
	border-bottom:1px dashed #543F95;
}

div.articles .article {
	padding:10px 4px;
	border-bottom:1px dashed #543F95;
}
div.articles .article span {
	font-size:11px;
	color:#00ac5a;
	font-weight:bold;
}
div.articles .article h4 {
	display:inline;
	margin-left:4px;
	font-size:12px;
}
div.articles .article p {
	font-size:11px;
	padding:4px 0 0 0;
	color: #333;
}

.section {
	margin:10px;
}

/*  --  Table Stuff  --  
table{
	margin: 10px auto 5px auto;
	border-collapse: collapse;
	text-align:center;
	padding:0;
}

tr, th{
	padding:0;
	margin:0;
}
td{
	padding: 0.2em 0.2em;
}
table.fixtures_table{
	width:500px;
	border:1px solid #543F95;
}
.fixtures_table th{
	border:1px solid #543F95;
	padding:0.2em;
}
.fixtures_table tr{
	height:2em;
}
.fixtures_table td.f2{
	text-align:right;
}
.fixtures_table td.f3{
	width: 5em;
}
.fixtures_table td.f4{
	text-align:left;
}
#league_table td.team{
	padding-left:0.2em;
	text-align:left;
}
#league_table th.sm{
	width:2em;
}
#league_table th.med{
	width:3em;
}
#league_table tr.alt_row{
	background-color:#49a65e;
}
*/
table#league_table, table.fixtures_table, table#contact_list, table.cup_table{
	width:500px;
	margin: 15px auto 0 auto;
	border-collapse: collapse;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	border: 1px solid #543F95;
	font-size:10px;
}

table.fixtures_table tr, table.fixtures_table th{
	padding: 0;
	margin:0;
}

table.fixtures_table td{
	padding:5px 0;
	margin: 5px 0;
	font-size:11px;
}
table.fixtures_table tr th{
	border:1px solid #543F95;
	padding:2px;
	font-weight:bold;
	text-align:center;
	font-size:11px;
}

table.fixtures_table td.f1{
	text-align:center;
	width:30px;
	padding-left:10px;
}
table.fixtures_table td.f2{
	text-align:center;
	width:125px;
}
table.fixtures_table td.f3{
	text-align:center;
	font-weight:900;
	width: 50px;
}
table.fixtures_table td.f4{
	text-align:center;
	width:125px;		
}
table.fixtures_table td.f5{
	text-align:center;	
	padding-right: 10px;
}


 tr.alt{
	background-color:#a1c49f;
}
table#league_table tr, table#league_table th{
	padding:0;
	margin:7px 0;
}
table#league_table th{
	border-bottom:1px solid #543F95;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
table#league_table tr td {
	padding: 2px;
	border-left: 1px solid #543F95;
	text-align:center;
	font-size:11px;
}
table#league_table tr td.t1{
	text-align:left;
	font-weight:900;
	width:181px;
}
	
/*  --  Cup table  --  */

table.cup_table th, table.cup_table tr{
	margin:0;
	padding:0;
}
table.cup_table th{
	line-height:2em;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #543F95;
}

table.cup_table td{
	line-height:2em;
	font-size:11epx;
	text-align:center;
	vertical-align:middle;
}
table.cup_table td.c1{
	width:20%;
}
table.cup_table td.c2, table.cup_table td.c4{
	width:25%;
	
}
table.cup_table td.c3{
	
}
table.cup_table td.c5{
	width:22%;
}
table.cup_table td.no_info{
	text-align:center;
}
table.cup_table td.win{
	font-weight:bold;
}
table.cup_table td.loose{
	color:#555555;
}


table#contact_list tr th{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #543F95;

}
table#contact_list tr th.c1{
	width:32%;
}

table#contact_list tr th.c2{
	width:32%;
}

table#contact_list tr th.c3{
	width:16%;
}

table#contact_list tr th.c4{
	width:16%;
}
table#contact_list tr th.c5{
	width:16%;
}
table#contact_list tr td{
	text-align:center;
	font-size:11px;
	padding:3px;
	vertical-align:middle;
}


#upcoming_games{

	margin:10px 0  0 5px;
}

#table_top{
	float:right;
	width:35%;
	margin:10px 5px 0 0;
}

#upcoming_games h3, #table_top h3{
	font-size:11px;
	text-transform:capitalize;
	margin:2px;
	text-align:center;
}
#upcoming_games table, #table_top table{
	width:100%;
	margin:2px auto;
	font-size:10px;
}
#upcoming_games table tr, #table_top table tr{
	line-height:1.5em;
}
#table_top .c1 {
	width:8%;	
}
#table_top .c3, #table_top .c4, #table_top .c5{
	text-align:center;
	width:12%;
}


#upcoming_games table tr td.c1{
	width:45%;
	text-align:right;

}
#upcoming_games table tr td.c2 {
	width:10%;
	text-align:center;
}
#upcoming_games table tr td.c3{
	width:45%;
}





#contact_details{
	margin:15px 4px;
} 
#contact_details p{
	font-size:11px;
}

#page {
	margin:8px 4px 4px;
}
#page span#date{
	font-size:12px;
	color:#00ac5a;
	font-weight:bold;
}
#page h2 {
	display:inline;
	font-size:12px;
	margin-left:4px;
}
#page h3 {
	font-size: 14px;
	margin:3px 0;
}
#page p#info{
	margin:10px 0;
	font-size:1.1em;
}
#page > p
{
	font-size:11px;
	line-height:15px;
	margin:1em 0;
}
#page strong{
	font-size:12px;
	font-weight:bold;
	color:#555;
}
#page #story{
	margin: 10px 0;
}
#page #story p {
	font-size:12px;
	margin:2px 0 1em 0;
	line-height:1.5em;
	letter-spacing:0.01em;
}
#page img{
	text-align:center;
	position:relative;
	display:block;
	clear:both;
	margin:5px auto;
	border:1px solid #eeeeee;
	padding:3px;
}

#page ul {
	margin:5px;
}

/*  --  Right  --  */
#right ul li{
	border:1px solid #543f95;
	margin-bottom:2px;
	text-align:center;
	font-size:1.2em;
	padding:5px 0;
}

#right ul li form {
	text-align:center;
}
#right ul li form input#search{
	position:relative;
	border:1px solid #00ac5a;
	color:#aaa;
	width:100px;
}
#right ul li form input#submit{
	text-align:right;
}
/*  --  Footer  --  */
#footer{
	margin:30px 0 10px 0;
	border-top:1px solid #543F95;
	border-bottom:1px solid #543F95;
}
#footer p{
	margin:2px;
	font-size:1.1em;
}
/****   Over-Riding Classes ****/

#page img.left{
	position:relative;
	float:left;
	margin:5px;
}
#page img.right{
	position:relative;
	float:right;
	margin:5px;	
}
#page img.centre{
	position:relative;
	display:block;
	clear:both;
	margin:5px auto;
}
/* As above only without borders */
#page img.left_nb{
	position:relative;
	float:left;
	margin:5px;
	border:none;
}
#page img.right_nb{
	position:relative;
	float:right;
	margin:5px;
	border:none;	
}
#page img.centre_nb{
	position:relative;
	display:block;
	clear:both;
	margin:5px auto;
	border:none;
}
div.pagination{
	font-size: 12px;
	text-align: center;
}

table.mini_table {
	width: 100%;
}
table.mini_table tr{
	line-height: 150%;
}
table.story{
	width:500px;
	/*border:1px solid #ddd; */
	margin:10px;padding:5px; 
	border-collapse:separate; 
	border-spacing: 4px;
}
table.story tr{
	
}
table.story tr.alt_row{

}
table.story tr th{
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom:1px solid #aaa;
	line-height: 16px;
}
table.story tr td{
	font-size: 11px;
	line-height: 16px;
}


.goal_scorers{
	margin:20px 0;
}

hr {
	height: 0;
	margin: 10px;
	border-top: 1px solid #543F95;
}
.left{
	float: left;
}
.right{
	float: right;
}
.tcenter{
    text-align:center;
}
.half{
	width: 240px;
}
