/* GENERAL STYLES */
/* 
Template specific style definitions

Site: Akademisk Boldklub
Author: Joakim Jensen Møller & Adam Barry
Date: 11 march 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Template: Frontpage
***********************************************************/
.brandingImage {
	width: 1000px;
	height: 440px;
	padding: 0;
	margin: 0;
	float: left;
	position: absolute;
	top: 123px;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

#content .brandingImage img {
	padding: 0;
	margin: 0;
	float: left;
}
#content .box-container {
	width: 100%;
	height: 360px;
	float: left;
	position: relative;
	top: -5px;
	left: 0;
}
.Frontpage #content dt img {
	padding-top: 0px;
	padding-bottom: 0;
	margin: 0;
	float: left;
}

#content dl.frontpage-news, #content dl.search, #content dl.nextmatch, #content dl.prevmatch, #content dl.auctions, .nlsu {
	width: 240px;
	height: 130px;
	background-image: url(/graphics/transparent-bg.png);
	text-align: left;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 35px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	z-index: 3;
}

#content dl.search p {
	font-size: 0.8em ;
	padding-bottom: 4px;
}

#content dl.search a {
	float: right;
	position: relative;
	left: 0;
	bottom: 2px;	
}

#content dl.last {
	margin-right: 0;
	float: right;
	right: 0;
	top: -165px;
}

#content .frontpage-news dt, #content .search dt, #content .nextmatch dt, #content .prevmatch dt, #content .auctions dt {
	width: 205px;
	background-image: url(/graphics/arrowblack.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: inherit;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .04em;
	color: #1B522B;
	padding-left: 27px;
	float: left;
	display: block;
	position: relative;
	top: -6px;
	left: 0;
}

#content .frontpage-news dd, #content .nextmatch dd, #content .auctions dd {
	font-size: 1.05em;
	padding-top: 3px;
}

#content .frontpage-news dd span, #content .auctions dd span {
	font-size: 0.8em;
	display: block;
}

#content .nextmatch dd img {
	background-color: inherit;
	width: 70px;
	height: 70px;
	color: inherit;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
}

#content .nextmatch dd ul li span {
	background-color: inherit;
	font-size: 0.80em;
	color: #916803;
	padding-top: 3px;
	display: block;
	line-height: 1.2em;
}

#content .nextmatch ul {
	width: 70px;
	height: 100%;
	list-style-type: none;
	text-align: center;
	padding: 0;
}

#content .nextmatch ul li {
	margin-left: 0;
	clear: both;
}

#content .nextmatch ul.centerInfo {
	width: 100px;
	background-color: inherit;
	font-size: 0.75em;
	color: black;
	padding-top: 12px;
	float: left;
}
#content .nextmatch ul.centerInfo li {
	margin-left: 0;
}
#content .nextmatch dd a {
	width: 100%;
	height: 100px;
	background-color: inherit;
	color: black;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	line-height: .9em;
}
#content .nextmatch dd a:hover {
	color: black;
}

#content .sponsor-news span span {
	font-size: 0.85em;
	float: left;
	display: block;
	clear: both;
}

#content span.corners {
	width: 260px;
	height: 10px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	left: -10px;
	z-index: 1;
}

#content .AB-tv {
	background-color: transparent;
	color: inherit;
	position: relative;
	top: 0;
	left: 0;
}

#content span.top {
	background-image: url(/graphics/fpBoxTop.png);
	top: -10px;
}

#content span.bottom {
	background-image: url(/graphics/fpBoxBottom.png);
	position: absolute;
	bottom: -10px;
	left: 0;
}

/***********************************************************
Template: Matches
***********************************************************/

#content .future-matches, .past-matches {
	list-style-type: none;
	float: left;
	position: relative;
}

#content .future-matches a, .past-matches a {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	float: left;
}

#content .past-matches a {
	background-color: inherit;
	color: gray;
}

#content .future-matches li, .past-matches li {
	width: 100%;
	padding-bottom: 5px;
	float: left;
}

/*: Preamble
----------------------------------------------------------*/
.Frontpage .preamble {
	width: 253px;
	height: 190px;
	background-image: url(/graphics/transparent-bg.png);
	padding: 10px;
	float: left;
	position: relative;
	z-index: 2;
}
.Frontpage .preamble-h1 {
	font-weight: normal;
}

/*: Newsletter signup
----------------------------------------------------------*/
.newsletter {
	display: none;
}
.newslettersignup legend {
	background-image: none;
}

.Frontpage .newsletter {
	width: 253px;
	height: 190px;
	padding: 10px;
	float: left;
	display: block;
	position: relative;
	right: -550px;
	top: -221px;
}

#footer .newsletter p {
	padding-top: 0;
	padding-bottom: 4px;
	position: relative;
	top: -30px;
	left: 10px;
}

#footer .newslettersignup {
	width: 255px;
	background-image: none;
	background-color: inherit;
	color: white;
	border: none;
	float: left;
}
.newslettersignup h1 {
	font-weight: normal;
}
.Frontpage .newslettersignup legend {
	background-image: url(/graphics/arrowsand.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: inherit;
	font-size: 1.3em;
	font-weight: normal;
	color: #f0d88e;
	padding-left: 27px;
	display: block;
	position: relative;
	left: -7px;
}

.Frontpage .newslettersignup p {
	margin-top: 30px;
}

#footer .newslettersignup label {
	width: 250px;
	margin-bottom: 5px;
	float: left;
	display: block;
}

#footer .newslettersignup li {
	height: 40px;
	width: 250px;
	list-style-type: none;
	margin-bottom: 5px;
	float: left;
}

#content .nlsu {
	margin-left: 23px;
}

/*: Pilot
----------------------------------------------------------*/
.pilotContainer {
	width: 100%;
	height: 100%;
	background-image: url(/graphics/transparent.png);
	padding-top: 220px;
	display: block;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.pilotContainer .pilot {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

#site .pilotContainer .pilot span {
	width: 820px;
	height: 10px;
	float: left;
	position: relative;
	z-index: 10;
}

#site .pilotContainer .pilot span.top {
	background-image: url(/graphics/pilotTop.png);
	top: 0;
}

#site .pilotContainer .pilot span.bottom {
	background-image: url(/graphics/pilotBottom.png);
	bottom: 0;
}
#site .pilotContainer .pilot .backgroundImage {
	width: 790px;
	height: 305px;
	background-color: white;
	color: inherit;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-top: 10px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
}

#site .pilotContainer .pilot .backgroundImage img {
	padding: 0;
	margin: 0;

}

.pilotContainer .pilot .pilotContent {
	width: 780px;
	height: 285px;
	background-color: transparent;
	/*background-image: url(/graphics/transparent-bg.png);*/
	border-left: 10px solid white;
	border-right: 10px solid white;
	color: inherit;
	padding: 10px;
	float: left;
	position: relative;
	z-index: 10;
}

#site .pilotContainer .pilot .pilotContent img {
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
}

#site .pilotContainer .pilot .pilotContent .pilotClose {
	background-color: inherit;
	font-weight: bold;
	font-size: 1.1em;
	color: #007d2d;
	float: right;
	position: relative;
	top: -7px;
}

#site .pilotContainer .pilot .pilotContent .pilotLink {
	display: block;
	padding-right: 5px;
	float: right;
	position: absolute;
	right: 5px;
	bottom: 7px;
}

/***********************************************************
Template: Ordrekontoret
***********************************************************/

/*: Order Form
----------------------------------------------------------*/
#content fieldset.orderForm {
	width: 400px;
}

#content fieldset.orderForm input.text {
	width: 200px;
}

#content fieldset.orderForm input.text.phone {
	width: 70px;
}

#content fieldset.orderForm .textarea {
	width: 250px;
	height: 150px;
}

#content fieldset.orderForm button {
	margin-left: 10px;
	margin-bottom: 15px;
}

/* EDITOR PROPERTIES */

