/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: SOSU C
Author: Adam Barry & Joakim Jensen Møller
Date: dd mmmm yyyy
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: #dce0e1;
	font-family: verdana, "tahoma", sans-serif;
	font-size: small;
	text-align: center;
	color: black;
	cursor: default;
	padding-bottom: 5px;
}

/*: Headings
----------------------------------------------------------*/
h1, h2, h3 {
	font-family: arial,"trebuchet ms", sans-serif;
	text-align: left;
	cursor: text;
}

h1 {
	font-size: 1.5em;
	margin-bottom: .3em;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	background-color: inherit;
	font-size: 1.2em; 
	font-weight: bolder;
	text-align: left;
	letter-spacing: 0em;
	color: black;
	margin-top: .2em;
}

h2:first-letter {
	text-transform: capitalize;
}

h3 {
	background-color: inherit;
	font-size: 1.05em; 
	font-weight: bold;	 
	text-align: left;
	color: #064747;
	clear: right;
}

h3:first-letter {
	text-transform: capitalize;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1.4em;
	cursor: text;
}


/*: Lists
----------------------------------------------------------*/
ul {
	font-size: 1em;
	text-align: left;
}

li {
	line-height: 1.3em;
}

dl {
	list-style-type: none;
}

dt {
	text-align: left;
	cursor: text;
	background-color: inherit;
	font-size: 1.2em; 
	font-weight: bolder;
	letter-spacing: 0em;
	color: black;
	margin-top: .2em;
	margin-bottom: .2em;
	list-style-type: none;
}

dd {
	list-style-type: none;
}


/*: Anchors/Links
----------------------------------------------------------*/
a {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #404639;
	cursor: pointer;
}

a:hover {
	background-color: inherit;
	color: #dc0030;
	text-decoration: underline;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Form elements
----------------------------------------------------------*/
fieldset {
	border: none;
}

input.text {
	width: 200px;
	border: 1px solid #999999;
	font-size: 1em;
	padding-left: 2px;
}

input.button {
	background-color: #1B8A11;
	font-weight: normal;
	color: white;
	border: none;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

input.error {
	border: 1px solid red;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}

.date {
	background-color: inherit;
	font-size: 0.8em;
	font-weight: bold;
	color: #5E5E62;
}

a.rss {
	background-image: url(../graphics/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

span.heading {
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	display: block;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 915px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 845px;
	background-color: white;
	background-image: url(../graphics/);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: inherit;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}


/*: Logo
----------------------------------------------------------*/
#logo {
	float: left;
	cursor: pointer;
}

#logo h1, #logo h2, #logo p {
	display: none;
}


/*: Addresses
----------------------------------------------------------*/
#addresses {
	width: 427px;
	height: 53px;
	font-family: arial, sans-serif;
	font-size: .8em;
	letter-spacing: .03em;
	list-style-type: none;
	padding-top: 31px;
	padding-left: 65px;
	float: right;
	background-color: inherit;
	color: #404639;
}

#addresses li {
	width: 128px;
	margin-left: 5px;
	float: left;
}

#addresses a {
	background-color: inherit;
	color: #404639;
}

#addresses span {
	white-space: nowrap;
	display: block;
}

#addresses span.name {
	font-weight: normal;
	text-transform: uppercase;
}


/*: Toolbar
----------------------------------------------------------*/
#toolbar {
	float: left;
	clear: both;
	width: 845px;
	height: 25px;
	padding-top: 5px;
	text-align: right;
	border-top: solid 1px black;
	border-bottom: solid 12px black;
}

#toolbar ul {
	float: right;
}

#toolbar li {
	background-color: inherit;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
	list-style-type: none;
	padding-top: 3px;
	padding-left: 34px;
	float: left;
}

#toolbar li.reader {
	padding-left: 10px;
}

#toolbar li.language {
	padding-left: 15px;
}

#toolbar a {
	background-color: inherit;
	font-weight: bold;
	color: black;
	float: left;
}

#toolbar span {
	float: left;
}

#toolbar a.print {
	width: 12px;
	height: 16px;
	background-image: url(../graphics/print.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: block;
}

#toolbar a.print span, #toolbar a.reader span {
	display: none;
}

#toolbar a.reader {
	width: 12px;
	height: 16px;
	background-image: url(../graphics/reader.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

#toolbar fieldset {
	border: none;
	float: right;
	padding-top: 2px;
	padding-left: 34px;
}

#toolbar fieldset legend, #toolbar fieldset label {
	display: none;
}

#toolbar input {
	width: 150px;
	height: 15px;
	border: 1px solid black;
	margin-left: 3px;
	float: left;
}


#toolbar fieldset button {
	background-color: transparent;
	border: none;
	font-family:verdana,"tahoma",sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	float: left;
}

/*: Navigation: Top
----------------------------------------------------------*/
.navigation {
	width: 684px;
	height: 25px;
	background-color: white;
	color: inherit;
	list-style-type: none;
	margin-top: 5px;
	clear: left;
	float: left;
	position: relative;
	border-bottom: solid 1px black;
}

.navigation li {
	/* border-right: 1px solid white; */
	float: left;
	position: relative;
}

.navigation a {
	background-color: inherit;
	background-image: url(../graphics/navigation/list-style-image.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: black;
	line-height: 1.9em;
	padding-left: 20px;
	padding-right: 5px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-transform:uppercase;
	font-weight: bold;
}

.navigation a:hover {
	background-color: inherit;
	color: #dc0030;
	text-decoration: none;
}

/*: Navigation: effects
----------------------------------------------------------*/

.navigation li.selected a {
	background-color: inherit;
	color: #dc0030;
}

.navigation li.selected a:hover {
	background-color: inherit;
	color: #dc0030;
}


/*: Slideshow
----------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 86px;
	padding: 0;
	float: left;
}

#slideshow li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

/*: Main
----------------------------------------------------------*/
#main {
	width: 100%;
	background-image: url(/graphics/leftbg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	float: left;
}


/*: News
----------------------------------------------------------*/
.news {
	width: 150px;
	border-bottom: 3px solid black;
	margin-top: 5px;
	float: right;
	position: relative;
	top: -31px;
	left: 0;
}

.news h2 {
	width: 150px;
	height: 23px;
	background-color: inherit;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	line-height: 1.5em;
	border-bottom: solid 1px black;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 0;	
	float: left;
}

.news ul {
	width: 150px;
	height: 289px;
	font-size: 0.8em;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	float: left;
	position: relative;
	left: 0;
}

.news li {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}

.news a {
	color: #0060a9;
	background-color: inherit;
	font-weight: bold;
	float: left;
}

.news span {
	font-weight: normal;
	display: block;
	float: left;
}

.news #shortcuts {
	width: 150px;
	height: auto;
	border-top: solid 3px black;
	padding-top: 10px;
	float: left;    
}

.news #shortcuts li {
	padding-bottom: 5px;
	float: left;
    
}

.news #shortcuts a {
	background-image:url(../graphics/shortcut.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
	float: left;
}


/*: Secondary navigation container
----------------------------------------------------------*/
.secNavContainer {
	width: 171px;
	float: left;
	overflow: hidden;
}


/*: Sub navigation
----------------------------------------------------------*/
.subnavigation {
    	width: 171px;
    	background-color: #cce6e4;
	font-size: .8em;
    	color: inherit;
	padding-bottom: 15px;
    	float: left;
	clear: left;
    	overflow: hidden;
}

#main .subnavigationImage {
	width: 171px;
	height: 86px;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

#main .subnavigationImage img {
	border: none;
	padding: 0;
	margin: 0;
}

.subnavigation ul {
	width: 148px;
	text-align: left;
	list-style-type: none;
	float:left;
	display: none;
}

.subnavigation li {
	width: 150px;
	background-color: inherit;
	background-image: url(/graphics/link-first-page.gif);
	background-position: 5px 14px;
	background-repeat: no-repeat;
	color: #404639;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}

.subnavigation ul li {
	width: 130px;
}
.subnavigation ul ul li {
	width: 110px;
}

#site .subnavigation li.selected {
	background-color: inherit;
	background-image: url(/graphics/link-sub_navigation.gif);
	background-position: 4px 13px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #dc0030;
}

.subnavigation li a {
	background-color: inherit;
	background-image: url(/graphics/link-first-page.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	color: #404639;
	padding-left: 15px;
}

.subnavigation a:hover {
	background-color: inherit;
	color: #dc0030;
	text-decoration: none;
}


/*: Sub navigation: Special
----------------------------------------------------------*/
.subnavigation li.selected ul,
.subnavigation li.selected ul li.selected ul {
	display: block;
}

.subnavigation li.selected ul ul {
	width: 128px;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	display: none;
}

.subnavigation li a {
	background-color: inherit;
	background-image: none;
	font-weight: normal;
	color: #404639;
	padding-left: 0;	
}

.subnavigation li.selected a,
.subnavigation li.selected li.selected a,
.subnavigation li.selected li.selected li.selected a {
	background-color: inherit;
	background-image: none;
	font-weight: normal;
	color: #dc0030;
	padding-left: 0;
}

.subnavigation li.selected ul li a,
.subnavigation li.selected li.selected ul li a {
	background-color: inherit;
	font-weight: normal;
	color: #404639;
}

/*: Crumbtrail
----------------------------------------------------------*/
.crumbtrail {
	width: 503px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.crumbtrail li {
	padding-left: 12px;
	padding-right: 2px;
	float: left;
	background-image: url(/graphics/footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	font-size: .8em;
}

.crumbtrail li.first {
	padding-left: 0;
	background-image: none;
}

.crumbtrail a {
}
.crumbtrail a:hover {
}

/*: Branding
----------------------------------------------------------*/
.branding {
	width: 498px;
	max-height: 240px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

.branding img {
	float: left;
}
/*: Content
----------------------------------------------------------*/
.content {
	width: 503px;
	background-color: transparent;
	color: inherit;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	position: relative;
	overflow: hidden;
}

.content h2 {
	padding-bottom: 10px;
}

.content img {
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.content ul {
	list-style-type: square;
	padding-bottom: 1em;
}

.content ul ul {
	padding-bottom: 0;
}

.content ul li {
	margin-left: 1.3em;
}

.content ol li {
	margin-left: 2em;
}

.content table {
	width: 100%;
	border-right: none;
	border-bottom: none;
}

.content table td {
	border-top: none;
	border-left: none;
	padding: 2px;
}

.content a {
	text-decoration: underline;
}


/*: Sidebar
----------------------------------------------------------*/
.sidebar {
	width: 150px;
	float: right;
}

/*: Link list
----------------------------------------------------------*/
.links {
	width: 150px;
	margin-top: 5px;
	float: right;
	position: relative;
	top: -31px;
	left: 0;
	overflow: hidden;
}

.substitute {
	width: 150px;
	border-bottom: 1px solid #cce6e4;
	margin-top: 5px;
	float: right;
	position: relative;
	top: -31px;
	left: 0;
	visibility: hidden;
}

.links dt {
	width: 150px;
	height: auto;
	background-color: inherit;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	line-height: 1.5em;
	border-bottom: solid 1px black;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 7px;
	margin-bottom: 0;	
	float: left;
}

.links dd {
	width: 148px;
	/*background-color: #cce6e4;
	color: inherit;*/
	float: left;
}

.links a {
	width: 127px;
	background-image: url(/graphics/footer.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	float: left;
	display: block;
}

/*.links {
	width: 180px;
	border: 1px solid #cce6e4;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	clear: right;
}
.links dt {
	width: 175px;
	padding-left: 5px;
	margin: 0;
	float: left;
}

.content .links dd {
}

.links dd a {
	width: 157px;
	background-image: url(/graphics/footer.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	float: left;
	display: block;
}

.links dd a:hover {
	background-color: #cce6e4;
	background-image: url(/graphics/link-first-page.gif);
	color: inherit;	
}*/

/*: List of subpages inside content
----------------------------------------------------------*/
.content .subpages {
	width: 100%;
	float: left;
}

.content .subpages dd {
	float: left;
}

.content .subpages dd.first {
	border-top: 1px solid #cce6e4;
}

.content .subpages a {
	width: 470px;
	border-bottom: 1px solid #cce6e4;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	float: left;
	background-image: url(../graphics/footer.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.content .subpages a:hover {
	background-color: #cce6e4;
	background-image: url(../graphics/link-first-page.gif);
	color: #dc0030;
}

.content .subpages span {
	float: left;
	display: block;
}

.content .subpages a .date {
	font-family: arial;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
}

.content .course.subpages a .date {
	float: right;
}

.content .subpages a .title {
	width: 390px;
}

.content .subpages a .courseId {
	float: right;
}

/*: Footer
----------------------------------------------------------*/
#footer {
	width: 900px;
	background-color: transparent;
	padding-top: 10px;
	float: left;
}

#footer p {
	width: 14em;
	font-size: .8em;
	float: left;
	
}

#footer div {
    width: 350px;
    float:left;
}

#footer div#kviklinks, #footer div#kviklinks ul {
	float: left;
	width: 540px;
}

#footer h2
{
    font-family: Verdana, Sans-Serif;
    color: #dc0030;
    background-color: inherit;
    font-weight: bold;
    font-size: 0.8em;
    padding-bottom: 5px;
}

#footer li
{
    font-size: 0.8em;
    width: 154px;
    background-image: url(../graphics/footer.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
	list-style-type: none;
    padding-left:15px;
    padding-right: 5px;
    float:left;  
}

#footer a
{
	background-color: inherit;
    	color: black;
}


/*: Creator
----------------------------------------------------------*/
.klestrup {
	display: none;
}


/***********************************************************
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%;
  }
  
/* End: Hide from IE5/mac */

































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

