/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: Akademisk Boldklub
Author: Joakim Jensen Møller & Adam Barry
Date: 11 march 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style defimition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	background-color: #D5D4D4;
	background-image: url(/graphics/body-background.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: "tahoma", sans-serif;
	font-size: small;
	text-align: center;
	color: black;
	cursor: default;
}

/*: Headings
----------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: "tahoma", sans-serif;
	text-align: left;
	cursor: text;
}

h1 {	
	background-image: url(/graphics/arrowblack.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .06em;
	color: #1B522B;
	padding-left: 27px;	
	margin-bottom: 15px;	
	display: block;		
	z-index: 0;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	font-size: 1.1em; 
	font-weight: bold;	
	text-align: left;
	letter-spacing: 0em;
	color: #B88505;
	margin-top: .2em;
	margin-bottom: .2em;
}

h2:first-letter {
	text-transform: capitalize;
}

h3 {
	background-color: inherit;
	font-size: 0.75em; 
	font-weight: normal;	
	text-align: left;
	letter-spacing: 0em;
	color: inherit;
	margin-top: .2em;
	margin-bottom: .2em;
	display: block;	
}

h3:first-letter {
	text-transform: capitalize;
}

h4, h5 {
	font-size: 1.2em; 
	font-weight: bold;	
	text-align: left;
	letter-spacing: 0em;
	color: black;
	margin-top: .5em;
}

h5 {
	font-size: 1.1em;
}

/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	padding-bottom: 1em;
	cursor: text;
}


/*: Lists
----------------------------------------------------------*/
ul {
	font-size: 1em;
	text-align: left;
}

li {
	line-height: 1.3em;
}

/*: Anchors/Links
----------------------------------------------------------*/
#site a {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #916803;
	cursor: pointer;
}

#site #content a:hover {
	background-color: inherit;
	color: #1B522B;
	text-decoration: none;
}

#site a:active {
	background-color: inherit;
	color: inherit;
}

#site a:visited {
	background-color: inherit;
	color: #916803;
}


/*: Images
----------------------------------------------------------*/
#site img {	
	border: none;	
}



/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 100%;
	background-color: #1B522B;
	background-image: url(/graphics/green-fade.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: inherit;	
	padding-top: 80px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

/*: Logo
----------------------------------------------------------*/
#logo {
	float:left;
	position: absolute;
	top: 15px;
	left: 40px;
	cursor: pointer;
	z-index: 5;
}
#logo h1 {
	display: none;	
}

/*: RSS
----------------------------------------------------------*/
#rss {
	float:right;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 5;
}

#rss image {
	}


/*: Hummel banner
----------------------------------------------------------*/
.hummelBanner {
	height: 1px;
	padding-top: 1px;
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}


/*: Navigation: General
----------------------------------------------------------*/
.navigation li ul li a {
	z-index: 1;
	display: none;		/* initial display state */
}

.navigation li.stretch a {
	display: block;
	z-index: 10;
}


/*: Navigation: Primary
----------------------------------------------------------*/
#site .primary {
	width: 800px;
	height: 1.3em;	
	font-family: "Tahoma", sans-serif;
	font-size: 1.08em;
	list-style-type: none;	
	padding-left: 200px;
	padding-bottom: 5px;
	float: left;
}

#site .primary li {
	background-image: url(/graphics/arrowwhite.png);
	background-position: left center;
	background-repeat: no-repeat;		
	float: left;
	position: relative;
	z-index: 4;
}

#site .primary a {
	background-color: inherit;
	color: white;
	font-size: 1.05em;
	white-space: nowrap;
	padding-left: 27px;
	padding-right: 12px;
	float: left;
}

#site .primary a:hover {
	background-color: inherit;
	color: #009D46;
}


/*: Navigation: Sub level
(remove this section if single level menu)
The initial state of the submenus is set to "display: none"
----------------------------------------------------------*/
#site .primary li ul {
	list-style-type: none;    
	margin-top: 1px;
	clear: both;
	display: block;		/* initial display state */
	float: left;
	position: absolute;
	top: 1.2em;
	left: 0;
	z-index: 1;
}

#site .primary li ul li {
	border-left: none;
	border-right: none;
	clear: both;
	z-index: 1;
}

#site .primary li ul li a {
	width: 130px;
	background-color: black;
	background-image: none;
	background-position: 5px 8px;
	color: white;
	text-transform: none;
	line-height: 1.3em;
	border-top: 1px solid gray;
	padding-top: 2px;
	padding-left: 10px;	
	padding-bottom: 3px;	
}

#site .primary li ul li:first-child a {	
	border: none;
	margin-top: 5px;	
}

#site .primary li ul li a:hover {
	background-color: #1B522B;
	color: white;	
}

#site .primary li.stretch a {
	display: block;
}


/*: Navigation: special
----------------------------------------------------------*/
.primary li.first {
	border-left: none;
}

.primary li.selected a {
	background-color: inherit;
	color: #C52122;
}

.primary li.selected ul li a {
	background-color: #223F6D;
	color: white;
	text-transform: none;
	line-height: 1.3em;
	padding-top: 2px;
	padding-bottom: 2px;
}

.primary li.selected ul li a:hover {
	background-color: #49597B;
	color: white;	
}


/*: Content
----------------------------------------------------------*/
#content {
	width: 820px;	
	background-color: white;
	background-image: url(/graphics/white-fade.gif);	
	background-repeat: repeat-x;
	color: inherit;	
	text-align: left;
	padding-top: 80px;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 2px;
	float: left;
}

#content.frontpage {
	padding-top: 0;
}

#content img {
	padding-top: 53px;
	margin-left: 20px;
	vertical-align: top;
}

#content .column {	
	width: 300px;	
	float: right;
	overflow: hidden;
}
#content .column img {
	margin-bottom: 15px;
}

#content .column.first {			
	width:510px;
	float: left;	
	overflow: visible;
}

#content .column.news {	
	width: 50%;
}

#content .content {		
	width:100%;
	float: left;
	overflow: hidden;
}

#content .column.first img.productImage {
	height: 150px;
	padding-top: 0;
}

#content .column img {
	padding-top: 35px;
	padding-right: 10px;
	margin-left: 0;
	float: right;
}

#content ul {
	width: 100%;
	padding-bottom: 1em;
	float: left;
}

#content li {
	margin-left: 1.3em;
}

#content .slideshow {
	padding-top: 20px;
}

#content .slideshow li {
	padding: 0;
 	margin: 0;
	float: left;
}

#content .slideshow img {
	width: 510px;
	padding: 0;
	margin: 0;
	float: left;
}

#content .date {
	width: 100%;
	padding-bottom: 5px;
	display: block;
	float: left;
	font-style: italic;
}

/*: Content/Buttons */
input.button {
	background-image: none;
	background-color: yellow;
	color:	inherit;
}

/*: Sponsors
----------------------------------------------------------*/
#container .sponsors {
	width: 100%;
	background-color: white;
	color: inherit;
	padding-bottom: 5px;
	float: left;
}

#container .sponsors ul {
	width: 100%;
	list-style-type: none;
	padding-left: 105px;
	float:left;
}

#container .sponsors li {
	padding-top: 7px;
	padding-right: 100px;
	float: left;
}

#container .sponsors li a {
	text-decoration: none;
}

#container .sponsors img {
	border: none;
	padding: 0;
	margin-top: 0;
}

#container .sponsors .image {
	height: 40px;
	float: left;
	display: block;
	overflow: hidden;
}


/*: Reklamer
----------------------------------------------------------*/
#content .reklamer {
	width: 820px;
	border-top: 1px solid #d2d2d2;
	padding-top: 5px;
	float: left;
}

#content .reklamer ul {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 5px;
	margin: 0;
}

#content .reklamer li {
	margin-left: 0;
	margin-right: 25px;
	float: left;
}

#content .reklamer li.first {
	margin-left: 35px;
}

#content .reklamer img {
	height: 26px;
	border: none;
	margin-left: 0;
	padding: 0;
	float: left;
}

/*: Various lists
----------------------------------------------------------*/
#content .otherlist {
	width: 510px;
	text-align: left;
	list-style-type: none;
	margin-bottom: 9px;
	float: left;
	position: relative;
	z-index: 2;
}

#content .otherlist dt {
	width: 100%;
	background-image: url(/graphics/arrowblack.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .04em;
	color: #1B522B;
	padding-left: 27px;
	display: block;
}

#content .otherlist dd {
	font-size: 1.3em;
	padding-bottom: 7px;
}

#content .otherlist dd span {
	font-size: 0.65em;
	display: block;
}

#content .subjectlist ul {
	width: 100%;
	padding-left: 0;
	padding-bottom: 0;
	list-style-type: none;
	float: left;
}

#content .subjectlist.sponsors ul {
	padding-bottom: 15px;
}

#content .subjectlist li {
	padding-right: 5px;
	padding-left: 2px;
	margin: 0;
	list-style-type: none;
	float: left;
}

#content .subjectlist.vertical li {
	width: 500px;
	padding-left: 0;
}

#site #content .subjectlist.sponsors li {
	width: 155px;
	border-top: 1px solid #dddddd;
	padding: 0;
	margin-right: 5px;
}

#site #content .subjectlist.players li {
	width: 157px;
}

#content .subjectlist li.first {
	padding-left: 0;
}

#site #content .subjectlist p {
	cursor: pointer;
}

#site #content .subjectlist a {
	width: 145px;
	padding: 5px;
	margin-left: 0;
	float: left;
	display: block;
	background-color: transparent;
	color: #916803;
}

#site #content .subjectlist.vertical a {
	width: 500px;
}

#site #content .subjectlist.sponsors a span {
	background-color: transparent;
	color: black;
}

#site #content .subjectlist a:hover {
	background-color: #F0D88E;
	color: #1B522B;
}

#content .subjectlist span {
	width: 100%;
	font-size: 0.85em;
	color: inherit;
	float: left;
	display: block;
}

#content .subjectlist.vertical span {
	width: 150px;
}

#content .subjectlist .price span span {
	width: 72px;
}

#content .subjectlist .name {
	font-size: 0.85em;
	font-weight: bold;
}

#content .subjectlist img {
	width: 100%;
	padding-top: 0;
	margin-left: 0;
	background-color: transparent;
	color: inherit;
	font-size: 0.75em;
	float: left;
}

#content .subjectlist.vertical img {
	width: auto;
	padding: 0;
	margin: 0;
	float: right;
}

#content .employees li {
	width: 150px;
	border-top: 1px solid #dddddd;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 5px;
	float: left;
}

#site #content .employees li span a {
	width: auto;
	padding: 0;
}

#site #content .employees li span a:hover {
	background-color: transparent;
	color: #1B522B;
}

#content .kategorier {
	width: 510px;
	text-align: left;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 9px;
	float: left;
	z-index: 2;
}

#content .kategorier dt {
	width: 100%;
	background-image: url(/graphics/arrowblack.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .04em;
	color: #1B522B;
	padding-left: 27px;
	display: block;
}

#content .kategorier img {
	height: 40px;
	width: 40px;
	padding: 0;
	float: left;
}

#content .kategorier dd {
	height: 40px;
	background-color: white; 
	/*border: 1px solid #b3b3b3;*/
	margin-bottom: 1px;
	color:inherit;
	display: block;
}
#content .kategorier span {
	font-size: 1.3em;
	padding-left: 10px;
	position: relative;
	top: 7px;
	left: 0;
}

#content .kategorier dd:hover {
	background-color: #E4F3E9;
	color: inherit;
	/*border: 1px solid #285C37;*/
}

#content .kategorier a {
	height: 40px;
	width: 100%;
	float: left;
	overflow: hidden;
}

#content .kategorier dd a span span {
	color: black;
	font-size: 0.65em;
	padding-left: 0;
	margin-left: 0;
	position: static;
}

#content .price {
	padding-top: 20px;
}

#content .subjectlist .price {
	padding-top: 0;
}

#content .price span {
	display: block;
}

#content .price span span {
	font-size: 1em;
	width: 25px;
	float: left;
	display: inline;
}
#content .subjectlist .price span span {
	width: 25px;
}

#xsltsearch {
	padding-bottom: 30px;
}


/*: Footer
----------------------------------------------------------*/
#footer {
	width: 850px;
	height: 50px;
	background-image: url(/graphics/watermark.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-left: 75px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0;
	float: left;
}

.Frontpage #footer  {
	height: 100%;
	padding-top: 0;
	margin-bottom: 0;
}

#footer h1 {
	background-image: url(/graphics/arrowsand.png);
	background-color: inherit;
	color: #f0d88e;
	margin: 0;
	padding-bottom: 2px;
	display: block;	
}

#footer p {
	width: 270px;
	background-color: inherit;
	color: white;	
	float: left;
}
#site #footer a {
	background-color: inherit;
	color: #F0D88E;
}

#footer img {	
	padding-left: 20px;
	margin-left: 0;
	float: left;
}

#footer a:hover {
	background-color: inherit;
	color: #00A652;
}

#footer address {
	width: 100%;
	background-color: inherit;
	font-style: normal;
	color: white;
	text-align: left;
	border-top: 1px solid #efefef;
	padding-top: 1em;
	float: left;
}
#footer address span {
	padding-left: 8px;
	padding-right: 5px;
	border-left: 1px solid white;
}

#footer address span.first {
	border-left: none;
	padding-left: 10px;
}

#footer .preamble {
	background-image: none;
	float: left;
}

/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }
  
* html select, * html textarea {
	margin-left: -3px;
  }  
  
/* End: Hide from IE5/mac */

/* EDITOR PROPERTIES */
