/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: Kursuscentret Sandbjerg Gods
Author: Joakim Jensen Møller
Date: 26 January 2009
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	background-image: url(../graphics/);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: "times", serif;
	font-size: 0.9em;
	text-align: center;
	color: black;
	padding-bottom: 30px;
	cursor: default;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3 {
	font-family: "times", serif;
	text-align: left;
	cursor: text;
}

h1 {
	width: 630px;
	background-color: #fbfebc;
	font-size: 1.1em;
	font-weight: normal;
	color: inherit;
	padding: 5px;
	clear: left;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	width: 290px;
	background-color: #feffdf;
	font-size: 1.1em; 
	font-weight: normal;
	text-align: left;
	letter-spacing: 0em;
	color: black;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: .2em;
	float: left;
}

h2:first-letter {
	text-transform: capitalize;
}

h3 {
	background-color: inherit;
	font-size: 1.05em; 
	font-weight: normal;	 
	text-align: left;
	color: black;
	padding-top: 5px;
	padding-left: 5px;
	clear: right;
}

h3:first-letter {
	text-transform: capitalize;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	padding: 5px;
	margin-bottom: 8px;
	cursor: text;	
}


/*: Lists
----------------------------------------------------------*/
ul {
	font-size: .93em;
	text-align: left;
}

li {
	line-height: 1.3em;
}


/*: Anchors/Links
----------------------------------------------------------*/
a {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #37658F;
	cursor: pointer;
}

a:hover {
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
}

a:active {
	background-color: inherit;
	color: #37658F;
}

a:visited {
	background-color: inherit;
	color: #37658F;
}

table {
	font-size: .93em;
}

/*: Images
----------------------------------------------------------*/
img {
	border: none;
	float: left;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 100%;
	background-color: white;
	background-image: url(../graphics/);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: inherit;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	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
----------------------------------------------------------*/
.primary {	
	width: 100%;	
	float: left;
	
}

.primary li {		
	list-style-type: none;	
	float: left;
}

.primary a {
	width: 100px;
	height: 28px;	
	background-color: #282828;
	background-image: url(../graphics/navigation/sandbjerg-nav.gif);
	background-repeat: no-repeat;
	font-family: "arial", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-top: 15px;
	padding-left: 60px;	
	float: left;
}

.primary a:hover {
	background-color: #08396b;
	color: white;
}

/*: Branding-image
----------------------------------------------------------*/
.brandingImage {
	width: 100%;
	padding-top: 30px;
	float: left;
	display: block;
}

.brandingImage img {
	padding-left: 40px;	
}

/*: Content
----------------------------------------------------------*/
.content {
	width: 100%;
	padding-top: 30px;
	float: left;
}
.content ul {
	padding-left: 1.5em;
	float: left;
}

.content .column {
	width: 300px;
	padding-bottom: 15px;
	padding-left: 40px;
	float: left;
}

.content .column.first {

	padding-left: 0;
}

/*: Subpage-list
----------------------------------------------------------*/
.subpageList {
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
}

/*: image-list
----------------------------------------------------------*/
.content .imageList {
	padding: 0;
}

.content .imageList li {
	width: 100%;
	border-top: 1px solid #b2d0e1;
	border-bottom: 1px solid #003856;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	float: left;
}

.content .imageList li.first {
	border-top: none;
}

.content .imageList li.last {
	border-bottom: none;
}

.imageList li span {
	display: block;
	float: left;
}

.content .imageList li span.image {
	width: 333px;
	padding-right: 10px;
	overflow: hidden;
}

.content .imageList li span.image img {
	width: 333px;
}

.content .imageList li span.description {
	width: 267px;
	height: 305px;
	background-color: #c0c0c0;
	padding: 15px;
	color: inherit;
}

/*: product-list
----------------------------------------------------------*/
.productList {
	width: 635px;
	font-size: 0.93em;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.productList dt {
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	float: left;
}

.productList dd {
	width: 100%;
	text-align: left;
}

.productList dd span {
	display: block;
	float: left;
}

.productList dd .productName {
	width: 515px;
}

.productList dd .currency {
	width: 30px;
	text-align: center;
}

.productList dd .productPrice {
	width: 85px;
	text-align: right;
}


/***********************************************************
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 */
