@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
a img {
	border: 0;
}
a {
	color: #254E91;
	text-decoration: none;
}
a:hover {
	color: #507EC8;
}
body {
	width: 100%;
	color: #333;
	font-size: 12px;
	font-family: sans-serif;
	background: #FBFBFB url(../images/body_bg.gif) left top repeat-y;
}
p {
	line-height: 1.6;
}
#wrapper {
	position: relative;
	width: 991px;
	background: url(../images/wrapper_bg.gif) left top no-repeat;
}
h1#logoType {
	position: absolute;
	left: 120px;
	top: 59px;
	width: 210px;
}
p#copy {
	position: absolute;
	left: 580px;
	top: 59px;
	width: 170px;
	
}
#primary {
	float: left;
	width: 630px;
	padding: 149px 0 0 120px;
}
.entryBlock {
	border: 3px solid #F5F5F5;
	background: #FFF url(../images/entry_bg.gif) 17px 0 no-repeat;
	margin: 0 0 30px 0;
	padding: 13px 27px;
}
.entryBlock .entryDate {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}
.entryBlock .entryTitle {
	margin: 27px 0;
	font-size: 14px;
	font-weight: bold;
	color: #254E91;
}
.entryBlock p {
	margin: 14px 0;
}
.entryBlock a img {
	border: 3px solid #F5F5F5;
}
.entryBlock a:hover img {
	border: 3px solid #CCC;
}
.entryBlock .entryProperty {
	border-top: 1px solid #E9E9E9;
	margin: 30px 0 0 0;
	padding: 20px 0 12px 0;
}
.entryBlock .entryProperty li {
	float: left;
	padding: 4px 20px;
	color: #254E91;
	font-size: 10px;
}
.entryBlock .entryProperty li.time {
	background: url(../images/ico_clock.gif) left center no-repeat;
}
.entryBlock .entryProperty li.category {
	background: url(../images/ico_folder.gif) left center no-repeat;
}
.entryBlock .entryProperty li.comment {
	background: url(../images/ico_comment.gif) left center no-repeat;
}
.entryBlock .entryProperty li.trackback {
	background: url(../images/ico_trackback.gif) left center no-repeat;
}

#secondary {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 0 30px;
	padding: 149px 0 0 0;
}
.listBlock {
	margin: 0 0 30px 0;
}
.listBlock h2 {
	margin: 0 0 11px 0;
}
.listBlock ul {
	border-top: 1px solid #E9E9E9;
	font-size: 10px;
}
.listBlock li {
	border-bottom: 1px solid #E9E9E9;
}
.listBlock li a {
	display: block;
	width: 167px;
	background: url(../images/arrow.gif) 0 8px no-repeat;
	padding: 5px 0 5px 13px;
	line-height: 1.2em;
}
#calendar {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 60px;
}
#calendar h2 {
}
#calendar ul {
	position: absolute;
	left: 30px;
	top: 0;
	width: 30px;
}
#calendar li {
	border-bottom: 1px solid #F0F0F0;
	text-align: center;
}
#calendar li a,
#calendar li span {
	display: block;
	line-height: 1em;
	width: 100%;
	height: 20px;
	padding: 9px 0 0 0;
	overflow: hidden;
	background: #FFF;
	color: #254E91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#calendar li a {
	font-weight: bold;
}
#calendar li a:hover {
	background: #F5F5F5;
}
#calendar li span {
	color: #CCC;
}

.sectionBlock {
	margin: 0 0 30px 0;
	padding: 0 30px;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}
.sectionBlock h2 {
	padding: 0 0 11px 0;
	border-bottom: 1px solid #E9E9E9;
}
.sectionBlock .item {
	border-bottom: 1px solid #E9E9E9;
}
.sectionBlock .info {
}
.sectionBlock .item p {
	margin: 11px 0;
}
.sectionBlock .item p.posted {
	float: left;
	padding: 1px 20px;
	font-size: 10px;
	margin: 0 0 11px 0;
}
#trackbacks .posted {
	background: url(../images/ico_trackback.gif) left center no-repeat;
}
#comments .posted {
	background: url(../images/ico_comment.gif) left center no-repeat;
}
form {
	margin: 15px 0 0 0;
	padding: 15px 18px;
	background: #FFF;
}
form p {
	margin-bottom: 15px;
}
form p input,
form p textarea {
	margin: 3px 0 0 0;
	padding: 2px;
	border: 3px double #CCC;
	font-family: "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
form p input {
	margin: 3px 3px 0 0;
}
form p textarea {
	width: 98%;
}

.columnBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.columnBlock {
	display: inline-block;
	overflow: hidden;
}

/*\*/
.columnBlock { display: block; overflow: visible; position: relative; }
* html .columnBlock { height: 1%; }
/**/

.error {
	color: red;
	font-weight: bold;
	margin: 11px 0;
}
.notice {
	color: red;
	font-weight: bold;
	margin: 0 0 30px 0;
}

/* Ground */
.ground { position: relative; width: 220px; height: 330px; color: #fff; font-size: x-small; line-height: 1; list-style-type: none; margin: 0; padding: 0; }
.ground { background: #343434 url(/gofa/images/ground.gif) left top no-repeat; }
.ground li { position: absolute; margin: 0; padding: 0; }

/* Goal Keeper */
.GK { bottom: 26px; left: 5%; text-align: center; width: 90%; }

/* Center Back */
.SW { bottom: 46px; left: 5%; text-align: center; width: 90%; }
.MCB { bottom: 70px; left: 5%; text-align: center; width: 90%; }
.LCB { bottom: 84px; left: 5%; text-align: center; width: 45%; }
.RCB { bottom: 84px; right: 5%; text-align: center; width: 45%; }

/* Side Back */
.LSB { bottom: 108px; left: 5%; text-align: left; width: 45%; }
.RSB { bottom: 108px; right: 5%; text-align: right; width: 45%; }

/* Defensive Half */
.MDH { bottom: 130px; left: 5%; text-align: center; width: 90%; }
.LDH { bottom: 146px; left: 5%; text-align: center; width: 45%; }
.RDH { bottom: 146px; right: 5%; text-align: center; width: 45%; }

/* Center Half */
.MCH { bottom: 164px; left: 5%; text-align: center; width: 90%; }
.LCH { bottom: 180px; left: 5%; text-align: center; width: 45%; }
.RCH { bottom: 180px; right: 5%; text-align: center; width: 45%; }

/* Side Half */
.LSH { bottom: 206px; left: 5%; text-align: left; width: 45%; }
.RSH { bottom: 206px; right: 5%; text-align: right; width: 45%; }

/* Offensive Half */
.MOH { bottom: 232px; left: 5%; text-align: center; width: 90%; }
.LOH { bottom: 232px; left: 5%; text-align: center; width: 45%; }
.ROH { bottom: 232px; right: 5%; text-align: center; width: 45%; }

/* Winger */
.LWG { bottom: 258px; left: 5%; text-align: left; width: 45%; }
.RWG { bottom: 258px; right: 5%; text-align: right; width: 45%; }

/* Forward */
.MFW { bottom: 284px; left: 5%; text-align: center; width: 90%; }
.LFW { bottom: 284px; left: 5%; text-align: center; width: 45%; }
.RFW { bottom: 284px; right: 5%; text-align: center; width: 45%; }

/* Detail Margin */
.po { margin-bottom: 16px !important; }
.pa { margin-bottom: -16px !important; }

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

