/* ----------------------------------------------
		Llanwddyn FC CSS
		Author: Tim Gomm
---------------------------------------------- */



/* ----------------------------------------------
		global classes
---------------------------------------------- */

body {
	font-family: arial, helvetica, san-serif;
	font-size: 8pt;
	background: #000 url("images/body_bg.gif") repeat;
	color: #ffffff;
	margin-top: 0px;
}

.fixs { display: none; }

.seo { text-indent: -9009px; }
.top { text-indent: -9009px; }

p.center {
	text-align: center;
}

a {
	text-decoration: none;
	color:#CCCCCC;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.big {
	border: none;
}

h1, h2, h3 {
	margin: 0;
}

h2 {
        color: #669933;
		font-size: 16px;
}

h3 {
	color: #ABB276;
	font-size: 13px;
}

h6 {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	background: #669933 url('images/table_bg.jpg') repeat-x;
	color: #FFFF99;
}

hr { border: 1px #4B4F1D solid; }

.headerPlayer {
	color: #D7EF77;
       font-size: 8pt;
	font-weight: bold;
}

.hyme {
	color: #D7EF77;
       font-size:9px;
	font-weight: bold;
}

hr {
	color: #fff;	
}

img {
	border: none;
}

img.up {
	border: none;
}

img.google {
	vertical-align: bottom;
}
	
img.email {
	vertical-align: bottom;
	border: 0px;
}

img.left {
	float:left;
	margin-right:25px
}

img.right {
	float:right;
	margin-left:25px;
	border: 0px;
}

img.center {
    display: block;
	margin-left: auto;
    margin-right: auto;
	border: 0px;
}	

/* ----------------------------------------------
		page-wide class
---------------------------------------------- */

#mainwrapper {
	width: 800px;
	background: #000;
	margin: auto;
}

/* -----------------------------------------------
		header classes
----------------------------------------------- */

#header {
    margin-left: 7px;
	width: 790px;
	height: 300px;
	background: url("images/header.jpg") no-repeat;
}

.headerText {
        float: right;
        margin: 17px 35px 0 0;
}

/* ----------------------------------------------------
		navigation classes
---------------------------------------------------- */

#navigation {
        float: left;
        margin-left: 70px;
        width: 620px;
        height: 30px;
        margin-top: 200px;
}

/* Root = Horizontal, Secondary = Vertical */

#navigation li {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	float: left; /*For Gecko*/
  	display: inline;
  	list-style: none;
  	position: relative;
  	height: 24px;
}

#navigation ul {
  	margin: 0;
 	border: 0 none;
  	padding: 0;
  	width: 100px;
  	list-style: none;
  	display: none;
  	position: absolute;
        border: 1px #1D221E solid;
  	top: 30px;
  	left: 0;
}

#navigation ul:after /*From IE 7 lack of compliance*/{
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

#navigation ul li {
  	width: 100px;
  	float: left; /*For IE 7 lack of compliance*/
  	display: block !important;
  	display: inline; /*For IE*/
}

/* Root Menu */
#navigation a {
       padding: 8px 15px;
 	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	background: #3C6217;
  	color: #ffffff;
  	text-decoration: none;
	text-align: left;
  	height: auto !important;
  	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
#navigation a:hover,
#navigation li:hover a,
#navigation li.iehover a {
  	background: #496D25;
  	color: #FFF;
}

/* 2nd Menu */
#navigation li:hover li a,
#navigation li.iehover li a {
  	float: left;
  	padding: 5px;
  	background: #fff;
    	color: #000;
}

/* 2nd Menu Hover Persistence */
#navigation li:hover li a:hover,
#navigation li:hover li:hover a,
#navigation li.iehover li a:hover,
#navigation li.iehover li.iehover a {
  	background: #3C6217;
        margin-top: -1px;
  	border-top: 1px #1D221E solid;
  	color: #FFF;
}

/* 3rd Menu */
#navigation li:hover li:hover li a,
#navigation li.iehover li.iehover li a {
  	background: #fff;
  	color: #000;
}

/* 3rd Menu Hover Persistence */
#navigation li:hover li:hover li a:hover,
#navigation li:hover li:hover li:hover a,
#navigation li.iehover li.iehover li a:hover,
#navigation li.iehover li.iehover li.iehover a {
  	background: #496D25;
  	color: #FFF;
}

/* 4th Menu */
#navigation li:hover li:hover li:hover li a,
#navigation li.iehover li.iehover li.iehover li a {
  	background: #fff;
  	border: 1px #0E0E0E solid;
  	color: #000;
}

/* 4th Menu Hover */
#navigation li:hover li:hover li:hover li a:hover,
#navigation li.iehover li.iehover li.iehover li a:hover {
  	background: #496D25;
  	color: #FFF;
}

#navigation ul ul,
#navigation ul ul ul {
  	display: none;
  	position: absolute;
  	top: 0;
  	left: 100px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li.iehover ul ul,
#navigation li.iehover ul ul ul {
  	display: none;
}

#navigation li:hover ul,
#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation li.iehover ul,
#navigation ul li.iehover ul,
#navigation ul ul li.iehover ul {
  	display: block;
}

/* --------------------------------------------
		main classes
-------------------------------------------- */

#main {

	width: 95%;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}

#content {
		padding: 10px;
}


#rightimages {
    margin-top: 40px;
    width: 200px;
	padding-left: 10px;
	float: right;
}

.playerRight {
	float: right;
	font-size: 8pt;
}

#dream {
	width: 100%;
	font-size: 8pt;
}

#dreamLeft {
	float: left;
	width: 50%;
}

#dreamRight {
	float: right;
	width: 50%;
}

.googleAds {
       clear: both;
       margin: 100px;
       float: right;
}

/* ----------------------------------------------
		index classes
---------------------------------------------- */

#welcome, #newsContainer {
        float: left;
        margin-top: 20px;
        width: 349px;
        height: 260px;
}

#newsContainer {
        margin-left: 20px;
        margin-bottom: 10px;
        padding: 0 10px 10px ;
        overflow: auto;
        background: #0F0F0F;
        border: 1px #2A3F14 solid;
}

#newsContainer a { color: #59BF53; }

img.rss { 
        float: right;
        margin-top: -60px;
}

#statistics {
        clear: both;
        background: url('images/stats.jpg') top center no-repeat;
        width: 700px;
        height: 200px;
        padding-top: 20px;
        padding-left: 60px;
}

.theStats, .theStats2 {
        float: left;
        padding: 5px;
        margin-right: 10px;
        text-align: center;
        min-width: 141px;
        height: 133px;
        border-top: 0;
        border-bottom: 0;
}

.theStats th, .theStats2 th { color: #FFFFFF; padding: 5px; }

.theStats h2, .theStats2  h2 { color: #000000; padding: 0; margin: 0; text-align: center; }

.theStats table, .theStats2 table {
        width: 100%;
        color: #000000;
        border-collapse: collapse;
        border-spacing: 0px;
}

.theStats td, .theStats2 td {
        border-bottom: 1px #2A3F14 dotted;
        padding: 5px;
}

.own { 
        color: #000000;
        font-weight: bold;
}

.red, .yel {
        padding: 1px 2px; 
        font-weight: bold;
}

.red { background: #FF0000; }
.yel { background: #FDFF00; color: #000000;}

#nextFixture {
        float: right;
        margin: 0px;
        text-align: center;
        padding: 3px 10px;
	background: #669933 url('images/table_bg.jpg') repeat-x;
}

#nextFixture a { color: #FFFFFF; }

span.osponsor { color: #2F2F2F; }

#ad, span.osponsor { margin: 2px 0 0 -20px; }

.dreamteam { width: 100% }

/* ----------------------------------------------
		footer classes
---------------------------------------------- */

#footer {
	background: #000 url('images/footer.jpg') no-repeat;
	font-size: 10px;
	color: #fff;
	text-align: center;
	width: 800px;
	height: 30px;
	padding-top: 92px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

/* ----------------------------------------------
		validation classes
---------------------------------------------- */

#validation {
        display: none;
	text-align: center;
	width: 800px;
	margin: auto;
}


/* ----------------------------------------------
		validation classes
---------------------------------------------- */
	
h4 {
	color: #FFF;
	font: bold 8pt arial, Helvetica, sans-serif;
	background: #33CC00;
}

h5 {
	color:#000;
	font: bold 8pt arial, Helvetica, sans-serif;
	background: #FFFF00;
}

/* ----------------------------------------------
		table classes
---------------------------------------------- */

.player {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	}
	
.playerProfile {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px #669933 solid;
	}
	

label.player {
	width: 240px;
}

td.player {
    width: 120px;
	padding-right: 5px;
}
	
.awards { 
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	background-color: #fafafa;
	border: 0px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	}

	
.videos {
	width: 100%;
	}
	
td.vid {
	text-align:center;
	padding: 10px;
	}
	
.form {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	}

td.cname {
	width: 20%;
	text-align:right; 
	}
	
td.area {
	width: 80%;
	}
	
	/**League Table**/
	
.league { 
	width: 55%;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	}
	
	/* The Board Table */
	
table.contacts { 
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	}

td.contact {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	}
	
.contact a {
	text-decoration: none;
	color: #0066CC;
}

.contact a:hover {
	text-decoration: underline;
}

	/* Index Table */
	
.indexleague {
	width: 200px;
        font-size: 10pt;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px #669933 solid;
        margin-left: 2px;
        margin-bottom: 20px;
}

.indexleaguehead {
	background: #669933 url('images/table_bg.jpg') repeat-x;
	color: #FFFF99;
}

.indexleagueleft {
	background: #5D8C2E;
	color: #000;
}

/* ----------------------------------------------
		picture gallery classes
---------------------------------------------- */

#myGallery {
	margin: auto;
	width: 600px !important;
	height: 400px !important;
}

td{
	color: #FFFFFF;
	font-size: 8pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
select{
	color: #000000;
	font-size: 8pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
input{
	color: #000000;
	font-size: 8pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

h1{
	color: #FFFFFF;
	font-size: 10pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.bigname{
	color: #4095C0;
	font-size: 10pt;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* ----------------------------------------------
		Guestbook classes
---------------------------------------------- */

fieldset {
	border: solid 0px #666666;
	width: 740px;
	padding: 4px 4px 4px 4px;
	margin: 0 auto 15px;
}

legend {
	color: #669933;
	font-size: 14pt;
	border: 0px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 200px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit, input#reset, input#send {
      margin-left: 350px;
      background: #0f0f0f;
      width: 80px;
      border: 1px #2A3F14 solid;
}

input.submit {
	color: #669933;
	margin-left: 425px;
}

img.challengeImage {
	vertical-align: middle;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	border-top: solid 2px #000000;
}

.errorMessage {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #696969;
}

.entry {
	width: 740px;
        background: #0F0F0F;
	border: solid 1px #2A3F14;
	margin-bottom: 20px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.timestamp {
        font-style:italic;
	font-size: 8pt;
	color: #669933;
}

.entry .field .label {
	float: left;
        font-weight: bold;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.label {
        padding-top: 5px;
	color: #ABB276;
       font-size: 9pt;
       letter-spacing: 1px;
}

.navigation {
       font-size: 10pt;
       font-weight: bold;
       float: right;
}

.entryCount {
	width: 740px;
	text-align: center;
	padding-bottom: 4px;
	font-size: 8pt;
}

.value {
       padding-top: 5px;
       margin-left: 5px;
       width: 600px;
       font-size: 9pt;
       letter-spacing: 1px;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}

#quotes {
	font-size: 9px;
	text-align: center;
}

#postit {
	position: absolute;
	width: 240px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px #2A3F14 solid;
	visibility: hidden;
	z-index: 100;
	cursor: hand;
	cursor: pointer;
	left:40%;
	top:50%;
       color: #000000;
}

.popup {
       float: left;
}

#postit a {
        color: #000000;
}

input, textarea {
       background: #0F0F0F;
       color: #FFFFFF;
       width: 300px;
       padding: 5px;
       border: 1px #2A3F14 solid;
}

input#electricsheep {
      width: 100px;
}

input#reset {
     float: left;
     margin: 0 110px;
}

input#send {
    float: left;
    margin: 5px 110px;
}

.form input { 
    width: 300px;
    padding: 5px;
}

table select {
    color: #ffffff;
    background: #1F1F1F;
    border: 1px #2A3F14 solid;
}

table input { width: 60px; padding: 0; }

#form1 input { width: 60px; padding: 3px; }

.vote fieldset { float: left; width: 230px; }

.vote input { width: 20px; }

.vote input.submit { width: 100px; margin: 0;}

.fixs { 
    width: 600px;
}

.fixs td { font-size: 9pt; }

.fixs b { 
    font-size: 10pt;
    color: #ABB276;
}

/* ----------------------------------------------------
		forum classes
---------------------------------------------------- */

#navigation2 {
        float: left;
        margin-left: 70px;
        width: 620px;
        height: 30px;
        margin-top: 200px;
}

/* Root = Horizontal, Secondary = Vertical */

#navigation2 li {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	float: left; /*For Gecko*/
  	display: inline;
  	list-style: none;
  	position: relative;
  	height: 24px;
}

#navigation2 ul {
  	margin: 0;
 	border: 0 none;
  	padding: 0;
  	width: 100px;
  	list-style: none;
  	display: none;
  	position: absolute;
        border: 1px #1D221E solid;
  	top: 30px;
  	left: 0;
}

#navigation2 ul:after /*From IE 7 lack of compliance*/{
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

#navigation2 ul li {
  	width: 100px;
  	float: left; /*For IE 7 lack of compliance*/
  	display: block !important;
  	display: inline; /*For IE*/
}

/* Root Menu */
#navigation2 a {
       padding: 8px 15px;
 	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	background: #3C6217;
  	color: #ffffff;
  	text-decoration: none;
	text-align: left;
  	height: auto !important;
  	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
#navigation2 a:hover,
#navigation2 li:hover a,
#navigation2 li.iehover a {
  	background: #496D25;
  	color: #FFF;
}

/* 2nd Menu */
#navigation2 li:hover li a,
#navigation2 li.iehover li a {
  	float: left;
  	padding: 5px;
  	background: #fff;
    	color: #000;
}

/* 2nd Menu Hover Persistence */
#navigation2 li:hover li a:hover,
#navigation2 li:hover li:hover a,
#navigation2 li.iehover li a:hover,
#navigation2 li.iehover li.iehover a {
  	background: #3C6217;
        margin-top: -1px;
  	border-top: 1px #1D221E solid;
  	color: #FFF;
}

/* 3rd Menu */
#navigation2 li:hover li:hover li a,
#navigation2 li.iehover li.iehover li a {
  	background: #fff;
  	color: #000;
}

/* 3rd Menu Hover Persistence */
#navigation2 li:hover li:hover li a:hover,
#navigation2 li:hover li:hover li:hover a,
#navigation2 li.iehover li.iehover li a:hover,
#navigation2 li.iehover li.iehover li.iehover a {
  	background: #496D25;
  	color: #FFF;
}

/* 4th Menu */
#navigation2 li:hover li:hover li:hover li a,
#navigation2 li.iehover li.iehover li.iehover li a {
  	background: #fff;
  	border: 1px #0E0E0E solid;
  	color: #000;
}

/* 4th Menu Hover */
#navigation2 li:hover li:hover li:hover li a:hover,
#navigation2 li.iehover li.iehover li.iehover li a:hover {
  	background: #496D25;
  	color: #FFF;
}

#navigation2 ul ul,
#navigation2 ul ul ul {
  	display: none;
  	position: absolute;
  	top: 0;
  	left: 100px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#navigation2 li:hover ul ul,
#navigation2 li:hover ul ul ul,
#navigation2 li.iehover ul ul,
#navigation2 li.iehover ul ul ul {
  	display: none;
}

#navigation2 li:hover ul,
#navigation2 ul li:hover ul,
#navigation2 ul ul li:hover ul,
#navigation2 li.iehover ul,
#navigation2 ul li.iehover ul,
#navigation2 ul ul li.iehover ul {
  	display: block;
}
