/*
 Poneke Football Club
 http://www.silverstripe.com
 */
 
 
/************
  * Misc Styles and defaults 
  */
 
* { 
	margin: 0; 
	padding: 0; 
	}

html {
	background: #000 url(../images/bg.gif) repeat;
}

body { 
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode",  sans-serif; 
	}

a img{
	border:0;
}
.clear{
	clear:both;
}
img {
	border: 4px solid #E9E9E9;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
}
#Container { 
	width: 800px;
	padding-bottom: 15px;
	background: transparent url(../images/containerbg.gif) repeat-y;
	}
#Layout {
	width: 755px;
	clear: both;
	overflow: auto;
	background: #fff;
	margin: 15px auto;
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	height: 145px; 
	background: #FE0000 url(../images/headerBackground.gif) no-repeat;
	}
 	#Header h1 { 
	  	width: 194px;
	  	margin: 12px 0 0 28px;
	  	float: left;
	  	height: 109px;
	  	text-indent: -9000px;
	  	background: #FE0000 url(../images/logo.gif) no-repeat;
		}

/*** Main Nav ***/
#Nav {
	width: 768px;
	margin: 0 auto;
	height: 32px;
	/* get a skinnier font if vista is available */
	font-family: Calibri, verdana, sans-serif;
	background: #d00606 url(../images/navBg.gif) repeat-x;
}
#Nav ul { 
 	text-transform: uppercase;
	margin: 0 0 0 28px; 
	}
	#Nav ul li { 
	 	list-style: none; 
		margin: 0 1px; 
		float: left;
		display: block;
		}
  		#Nav ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 32px; 
			font-size: 1.2em; 
			padding: 0 10px; 
			line-height: 32px; 
			color: #fff;
			}

			#Nav li a:hover { 
			 	background: #910404; 
				color: #fff;
				}
    		#Nav li a.current,
    		#Nav li a.section,
    		#Nav li a.section:hover,
    		#Nav li a.current:hover { 
			 	background: #fff; 
			 	color: #000;
				}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	float: right;
	width: 538px;
	text-align: right;
	position: absolute;
	top: 190px;
	margin: 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

#Layout p.message {
	margin: 15px 0 0 0;
	color: #d20606;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
#Layout p.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	color: #d20606;
}
p.info {
	font-size: 1em;
	color: #999;
	margin: 2px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
p.comment { font-size: 1em;}

/*** Sidebar ***/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar a {
		text-decoration: none;
	}
	#Sidebar .sidebar_Box {
	margin: 0;
	background: #EFEFEF url(../images/sidebarTopBg.png) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 10px;
	}
	#Sidebar p {
		font-size: 1.1em;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	 }
  	#Sidebar li { 
	   	font-size: 1em; 
		color: #7A7C7E; 
		margin: 1px 0 1px 10px;
		list-style: none;
		margin-bottom: 5px; 
		margin-left: 4px;
		}
	#Sidebar li a.link {
		display: block;
		width: 170px;
		text-indent: 8px;
		font-size: 1.2em;
		height: 21px;
		line-height: 21px;
		color: #898989;
	}
	#Sidebar li a:hover {
		background: #DCDCDC url(../images/sidebarLinkHoverBg.gif) no-repeat top left;
		color: #666;
		width: 190px;
		text-decoration: none;
	}
	#Sidebar li a.current,
	#Sidebar li a.section,
	#Sidebar li a.section:hover,
	#Sidebar li a.current:hover {
	 	display: block;
		width: 185px;
		margin-bottom: 0;
		line-height: 21px;
		height: 21px;
		padding-top: 2px;
		font-size: 1.2em;
		text-indent: 8px;
		padding: 0;
		font-weight: 700;
		background: #DCDCDC url(../images/sidebarLinkCurrentBg.png) no-repeat top left;
		color: #666;
	}
	#Sidebar li ul {
		height: 100%;
		position: relative;
		margin: -4px 0 0 0;
		width: 185px;
		padding: 4px 0 10px 0;
		background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
	}
	#Sidebar li ul li ul {
		background: #DCDCDC;
	}
	#Sidebar li ul li {
		width: 160px;
		background: #DCDCDC;
		padding: 0;
		font-size: 0.8em;
		display: inline;
		margin: 0;
	}
	#Sidebar li li a.link {
		width: 160px;
		margin: 2px 0 0 0;
		text-indent: 15px;
	}
	#Sidebar li li a:hover {
		text-decoration: underline;
		background: none;
		color: inherit;
	}
	#Sidebar li li a.current,
	#Sidebar li li a.current:hover {
	 	text-indent: 15px;
	 	color: #555;
		background: #DCDCDC;
	}

	#Sidebar li li ul {
		margin: 0px 0 5px 10px;
		padding-top: 0px;
		width: 175px;
	}
	#Sidebar li li ul .roundWhite {
		margin-bottom: -10px;
	}
	#Sidebar li li li a.link {
		color: #666;
		margin: 2px 0 0 10px;
		font-size: 1.7em;	
		text-indent: 8px;
		background: inherit;
	}
	#Sidebar li li li a:hover {
		width: 172px;
		font-size: 1.7em;
		border: 0;
		background: #DCDCDC url('../images/sidebarSubMenuHover.gif') no-repeat center right;
		text-decoration: underline;
	}
	#Sidebar li li li a.current,
	#Sidebar li li li a.current:hover {
		width: 173px;
		color: #fff;
		position: relative;
		z-index: 10;
		font-size: 1.7em;
		text-indent: 8px;
		margin-left: 10px;
		text-decoration: none;
		background: #BDBDBD url(../images/sidebarSubMenuCurrent.gif) no-repeat center right;
	}
	
#Sidebar h3 { 
	clear: both; 
	font-variant: small-caps;
	color: #000;
	font-weight: 700; 
	font-size: 1.4em; 
	margin: 0 0 10px 0;
	line-height: 1.7;
	text-indent: 15px;
	}
	
#Sidebar .sidebarRounded {
	height: 12px;
	width: 200px;
	margin-top: -5px;
	background: url(../images/sidebarBottomBg.gif) no-repeat;
}

/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1.2em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

ul#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
ul#PageComments li {
	background: #FFF;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
}


ul#PageComments li p.info {
	color: #060606;
	margin: 2px 0 0 0;
	font-size: 1em;
}

/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 70px; 
	background: transparent url(../images/footerBg.gif) no-repeat; 
	}
  	#Footer p { 
		color: #999;
		line-height: 44px;
		text-indent: 120px;
		text-transform: uppercase;
		font-size: 1em;
		}
  	#Footer a { 
	   	color: #999; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #999;
		text-decoration: underline;
	}
  