/*  
Theme Name: Das Original
Theme URI: http://carlskov.dk/
Description: Theme used for the website of Kunsth&oslash;jskolen i Holb&aelig;k. Implemented from a website design by S&oslash;ren Meisner. This theme requires several plugins: Gengo, Fresh Text, Nextgen-gallery
Version: 1.0
Author: Jes Carlskov
Author URI: http://carlskov.dk/

*/
	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #474747 url(images/dasoriginal_bg.jpg) repeat-y center top;	
	margin: 0 auto 20px auto;
	padding-top: 0; /* auto auto auto */
	text-align: center;
	width: 900px;	
	
}

#page {
	width: 900px;
	margin: 0;
	text-align: left;
	background: url(images/dasoriginal_header_bg.jpg) no-repeat center top;
}

#header {
	width: 900px;
	height: 132px;
}

#content {
	margin-left: 30px;
}

img {
	border: 0;
	padding-right: 10px;
}

hr {
	display: none;
}

hr.divider {
	display: block;
	background: url("images/dasoriginal_hr.png") repeat-y;
	border: none;
}

a {
	color: #ec008d;	
	/*text-decoration: none;*/
}
/*
a:active {
	background-color: #ec008d;
	color: white;
}
*/

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover {
	/*text-decoration: underline;*/
}

.narrowcolumn a {
	/*font-weight: bold;*/
}

th, td {
	font-size: 13px;
	text-align: left;
}

/* Begin navigation menu */

#headerimg h1 {
	margin: 0;
	padding: 0;
}


#navigation_main {
	width: 870px;
	height: 92px;
	padding-left: 30px;
	z-index: 2;
	background: url(images/menu_bg.gif) repeat-x top;
}

#navigation_main:after {
	clear: both;
}

#navigation_main ul {
	margin: 0;
	padding: 0;
}

#navigation_main ul:after {
	clear: both;
}

#navigation_main_top {
	padding-top: 10px;
	width: 700px;
	z-index: 10;
	float: left;
}

#navigation_main_top li  {
	list-style: none;
	padding: 0 0.5em 2px 0.5em;

	border-bottom: 4px none;
	
	float: left;
	font-weight: bold;
	font-size: 14px;
}

#navigation_main_sub {
	clear: both;
	padding-top: 5px;	
	font-size: 11px;
	font-weight: normal;
	width: 700px;

}

#navigation_main_sub li {
	list-style: none;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 5px;
	float: left;
}

#navigation_main a, #navigation_main a:visited {
	color: #474747;
	text-decoration: none;
}

#navigation_main a:active {
	background: #ec008d;
	color: white;
	text-decoration: none;
}

#navigation_main_top li.current_page_item, #navigation_main_top li.current_page_parent {
	border-bottom: 4px solid #ec008d;
}

#navigation_main_sub li.current_page_item {
	background-color: #fff5a1;
}

#navigation_main_right {
	padding-top: 9px;
	text-align: right;
	padding-right: 0;
	font-size: 11px;
	vertical-align: sub;
}

#navigation_main_right img {
	vertical-align: middle;
	padding-left: 0.5em;
}


/* End navigation menu */

/* Main pagebottom_right layout */
.narrowcolumn {
	width: 650px;
	float: left;
	color: #474747;
}

h2 {
/*	border-top: 1px dashed red;*/
	font-size: 17px;
	margin-top: 0;
	padding-top: 0;
	/* sIFR
	font-size: 13px;
	height: 40px;
	*/
}

h3 {
	font-size: 13px;	
}

h3 span, .rubric {
	background-color: #fff496;	
	font-weight: bold;
	font-size: 15px;
}


/** Begin sidebar **/

#sidebar {
/*	border: 1px solid red;*/
	width: 150px;
	margin-left: 710px;
	color: #474747;
	font-size: 12px;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#sidebar li {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#sidebar h2, #sidebar h3 {
	margin-top: 0;
	padding-top: 0;	
}

#sidebar h2 {
	font-size: 14px;
}

#sidebar .widget {
	background: url("images/menu_bg.gif") repeat-x bottom left;
	margin-bottom: 1.25em;
	margin-bottom: 14px;
	width: 150px;
}

#sidebar .widgettitle {
	/*float: left;	
	clear: none;*/
	text-align: left;	
}

/* Add special styling for recent news widget, because of "view all"-link  */
#sidebar #recent-news .widgettitle {
	float: left;	
	clear: none;
	text-align: left;	
}
/* End special styling */

#sidebar .ngg-widget {	
	width: 150px;
}

#sidebar .widget_recent_news {
	height: 222px;
	padding-bottom: 0;
}

#sidebar .widget_recent_news div.title-container {
	float: none;	
	width: 150px;
	height: 1.5em;
	clear: right;
	margin-bottom: 0.5em;
}


#sidebar .widget_recent_news div.content-container {
	margin-top: 1em;
	/*float: left;*/
	width: 150px;
	clear: right;
}

#sidebar img.widget-icon {
	float: left;
	padding-right: 0;
	margin-right: 0.25em;
	vertical-align: bottom;
}

#sidebar a {
	font-weight: bold;
}

#sidebar input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar input[type="text"] {
	width: 146px;
}

#sidebar input[type="submit"] {
	/*
	background-color: #ec008d;
	background-color: white;
	background-color: #fff5a1;
	color: #ec008d;
	font-weight: bold;
	border: 1px solid #474747;
	border-color: #fff5a1;
	*/
}

#sidebar .widget_recent_news ul, .widget_recent_news ul li {
	/*float: left;*/
	clear: right;
}

#sidebar #recent-showmore {
	/*border: 1px dotted lime;*/
	padding-top: 2px;
	float: right;
	vertical-align: baseline;
	font-size: 11px;
}

#sidebar #recent-showmore a {
	text-decoration: none;
	
}

#sidebar #recent-showmore a:hover {
	text-decoration: underline;
}

/** End sidebar **/

/** Begin footer **/


#footer {	
	background: url("images/dasoriginal_hr.png") no-repeat left top;
	color: #474747;
	clear: both;
	width: 870px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin-top: 10em;
	padding-top: 20px;
	padding-left: 30px;	
	vertical-align: bottom;
}

#footer a {
	color: #474747;
	font-weight: bold;	
}

#footer ul {
	padding: 0;
	margin: 0;	
}

#footer li {
	float: left;
	list-style: none;	
	padding: 0 1em 0 0;
}

#footer li#kunsthojskolen {
	font-weight: bold;
}

/** End footer **/

/* Begin new frontpage */

div#frontpage-top {
	width: 660px;
	height: 222px;
	/*text-align: top;*/
	float: none;	
	margin-bottom: 11px;
	background: url(images/dasoriginal_hr.png) repeat-x bottom;
}

/*
div#frontpage-top h2 {
	width: 380px;
}
*/

div#frontpage-top div {
	/*border: 1px dashed red;
	height: 220px;*/
}

div#frontpage-top div img {
	margin: 0;
	padding: 0;
}

div#frontpage-top #top-left {
	float: left;
	width: 250px;
	height: 194px;
}

div#frontpage-top #top-left p {
	clear: none;
	float: left;
}

div#frontpage-top #top-right {
	margin-left: 278px;
	width: 380px;
	height: 194px;
	/*border: 1px solid red;*/
}

div#frontpage-top .content {
	height: 160px; 
	padding-top: 10px;
}

div#frontpage-top #top-right .sifr-h2 {
	/*width: 380px;*/
	font-size: 30px;
}



div#frontpage-top #top-right .readmore {
	text-align: right;
	font-size: 13px;
	color: #ec008d;
	font-weight: bold;
	padding: 0 10px 10px 0;
}

div#frontpage-top .readmore a {
	text-decoration: none;
}

div#frontpage-bottom {
/*	float: left;*/
	width: 660px;
	height: 460px;
}

div#frontpage-bottom .readmore {
	text-align: right;
	font-size: 13px;
	color: #ec008d;
	font-weight: bold;
}

div#frontpage-bottom .readmore a {
	text-decoration: none;
}

div#frontpage-bottom div.column {
	/*border: 1px solid red;*/
	margin-right: 18px;
	width: 208px;
}

div#frontpage-bottom div.content {
	height: 375px;
}

div#frontpage-bottom div.content h3>span {
	background: none;
	font-size: 11px;
	font-weight: normal;	
}

div#frontpage-bottom h3.heading, div#frontpage-bottom h3 {
	background: url("images/yellowbar_bg.gif") repeat-x;
	margin: 0;
	padding: 1px 5px 1px 5px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-left: 5px;
	
}

div#frontpage-bottom #about {
	float: left;
}

div#frontpage-bottom #testimonial {
	float: left;
}

div#frontpage-bottom #rightnow {
	float: left;
	margin-right: 0;
}

/* End new frontpage */


/**** End frontpage ****/

/** Begin list courses **/

div.courseperiod {
	width: 50%;
	float: left;
	padding-bottom: 2em;
	margin: auto;
}

div.courseperiod p.coursetype {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

.courseperiod ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.courseperiod ul li {
	padding: 0;
}

h3.periodheader {
	clear: both;
}

#v1, #v2, #v3 {
	clear: both;
}

/** End list courses **/

/** Begin news archive **/

div.newsarchive {	
	width: 150px;
	margin: 0 0 10px 0em;
	padding: 0 0 2em 0;
	/*border: 1px solid red;*/
	float: none;
	background: url("images/menu_bg.gif") repeat-x bottom left;
}

div.newsarchive h3 {
	margin-top: 0.2em; 
	/*padding-top: 0.2em;*/
	background-color: #fff496;	

}

div.newsarchive:after {
	clear: both;	
}

div.newsarchive ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	padding: 0;
/*	float: left;
	display: inline;*/
}

div.newsarchive li {
	/*float: left;*/
	margin-right: 2em;	
	margin: 0.25em 2em 0.25em 0;

}

div.newsarchive span.date {
	font-size: 10px;
	color: #999999;
}


/** End news archive **/

/** course registration **/

.fulltext {
	width: 100%;	
}

#experience, #application, #relative, #remarks {
	height: 3em;
}

.missingField {
	background-color: #FF0066;
}

.validField {
	
}

option .periodname, option .perioddate{
	width: 20em;
	color: #666666;
	font-size: 9px;
}

.hilite {
	margin-left: 3px;
	margin-right: 3px;
	/*font-weight: bold;*/
}


/** end course registration **/

/** course list **/

ul.courselist li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

form#applicationform select#subject {
	
}

form#applicationform  {
	vertical-align: top;
}

/** end course list **/

/** teacher list **/

.post h2.post-title {
	font-size: 24px;
}

ul#teacherlist {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul#teacherlist li {
	float: left;
	width: 130px;
	height: 185px;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 0 1em 1em 0;
	text-align: center;
}

#teacherlist img.teacherPic {
	height: 100px;
	
	/*height: 75px;*/
	text-align: center;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#teacherlist .teachername {
	height: 3em;
}

#teacherlist .teachersubjects {
	font-size: 11px;	
}

/** end teacher list **/

/** summercourse subject list **/

ul#summercourse_subjects  {
	list-style: none;
	padding: 0;
	margin: 0;
}

#summercourse_subjects li {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

/** end summer course subject list **/

/** begin search styles **/

div.searchurl {
	color: #CCC;
}

#searchnav_top {
	width: 200px;
	vertical-align: top;
	float: right;
	padding-top: 4px;
	/*border: 1px dotted lime;*/

}

#searchnav_bottom {

	padding: 2em 0 2em 0;	
}

div.searchnavigation a {
	font-weight: bold;	
		font-size: 12px;
	/*text-transform: uppercase;
	text-decoration: none;
	color: #474747;*/
}

div.searchnavigation .alignright {
	float: right;
}

/** end search styles **/

/**bottom_right styles **/

bottom_right {
	margin-bottom: 2em;
}

bottom_right h3 span.newsHeader {
	background-color: #fff496;
}

/** end post styles **/

/* Admin CSS */

#summerCourseForm.courseDate {
	width: 10em;
}

/* End Admin CSS */

/* Debug CSS */

.debug {
	background-color: white;
	color: black;
	border: 1px dashed red;
}

.debug h2 {
	color: red;
}


/* End debug CSS */

