/*  
Theme Name: malmofolkhogskola 
Theme URI: 
Description:.
Version: 1.0
Author: Johan J&ouml;nsson
Author URI: http://www.donjohann.se
Design: Sven Eighteen AB
Design URI: http://www.sveneighteen.com
Joshua Alvarez, 100119

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/******************************************
*   HTML Elements                         */


HTML, body{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
	/*background:url(images/bkg.png) repeat-y center;*/
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#page{
	margin:0 auto;
	width:940px;
}
#header{
}

a img {
	border-style: none;
}


h1 {
	margin: 0;
	padding: 0;
	font: normal normal 20px/.8em Georgia, "Times New Roman", Times, serif;

}

h6 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 2px;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4em;
}

table {
	border-style: none;
	margin-bottom: 16px;
	margin-top: -16px;
}

th {
	border-style: none;
	padding-right: 5px;
	text-align: left;
	font: italic normal 14px Georgia, "Times New Roman", Times, serif;
}


td {
	border-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

tbody {
	text-align: left;
}

input {
	height: 24px;
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	width: 356px;
}

.radio input {
	height: auto;
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	width: auto;
}

input.button {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	width: 75px;
	margin-top: 18px;
}


textarea {
	width: 356px;
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	color: #333;

}



#buttons{
	width:960px;
	clear:both;
	list-style:none;
	margin: 15px 0 5px -10px;
	padding:0;
	overflow:hidden;
	height:80px;
}



div.button_text {
	margin-top: -24px;
	font-size: 13px;
}

div.button_rubrik {
	margin-bottom: -8px;
}
#buttons .page_item{
	list-style-position:outside;
	width:166px;
	float:left;
	margin: 0 10px 0 0;
	padding:6px 8px 8px 8px;
	font-size: 0.8em;
	text-align: left;
	color: #fff;
}

#buttons .page_item a{
	color:#FFFFFF;
	text-decoration:none;
	line-height: 1.3em;
}


#buttons li.page_item p {
	font-size: 12px;
		line-height: 1.3em;
	

}
#buttons .page_item h1{
	padding:0;
	font:  1.3em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 3px;
	text-align: center;
}

#sidebar{
	margin:0  10px 0 0;	
	font-size:16px;
	width: 160px;;
	float:left;
	padding-right: 12px;
}
#sidebar li{
	list-style:none;
	list-style-position:inside;
	line-height:13px;
	font-size:12px;
	padding: 0;
}
#sidebar a{
	color: #000;
	text-decoration:none;
	display: block;
	margin-bottom: 5px;
}	
#sidelist{
	padding:0;
}
#sidebar ul li ul{
	padding-left:10px;
	margin:0;
	height:auto;
}
/* Hide all sub pages */
#sidebar li.page_item ul li.page_item, 
#sidebar li.page_item ul li.page_item ul li.page_item{
	color:#000;
	visibility: hidden;
	height:0;
}

/* Show  sub pages */
#sidebar li.current_page_item ul li.page_item, 
#sidebar li.current_page_ancestor ul li.page_item,
#sidebar li.current_page_ancestor ul li.current_page_item ul li.page_item, 
#sidebar li.current_page_parent ul li.current_page_item ul li.page_item,
#sidebar li.current_page_ancestor ul li.current_page_parent ul li.page_item,
#sidebar li.page_item ul li.page_item ul li.current_page_item

{
	color:#000;
	visibility: visible;
	height:inherit;
}


#sidebar li.current_page_parent ul li.current_page_item ul li.page_item,
#sidebar li.current_page_ancestor ul li.current_page_parent ul li.page_item{
/*	list-style: disc;*/
}
/* Set link color to black*/
#sidebar li.page_item ul li.page_item a, #sidebar li.page_item ul li.page_item  ul li.page_item a{
	color:#000;
}

/* Set active link color to orange*/
#sidebar li.current_page_ancestor a,
#sidebar li.current_page_item a, 
#sidebar li.page_item ul li.current_page_ancestor a, 
#sidebar li.page_item ul li.current_page_item a, 
#sidebar li.page_item ul li.page_item ul li.current_page_ancestor a, 
#sidebar li.page_item ul li.page_item ul li.current_page_item a,
#sidebar li.current_page_ancestor ul li.current_page_parent ul li.current_page_item{
	color:#FF6600;

}

div.navigation a {
	font-size: 12px;
}

div.navigation a:hover {
	color: #fff;
	background-color: #f96711;
}

div.navigation {
	margin-top: 18px;
	margin-bottom: 18px;
}

.front{
	color: #FF6600;
	float:left;
	font-size:20px;
	padding:0;
	margin: 14px 0 36px;
}
.hej{
	float:left;
	width:130px;
	font-size:65px;
	font-weight: normal;
	height:100px;
	margin-top: 15px;
}


div.front p {
	margin-top: 20px;
	font: 18px/1.4em ;
}


#main{
	float:left;
	width:432px;
	margin: 0 10px 20px;
}

.contact_page #main {
	margin-top: 16px;
}

.template_1.single img.single_image {
	margin-bottom: 16px;
}
.first_page #main{
	float:left;
	width:492px;
	margin: 0 10px 20px;
}
.template_2 #main{
	float:left;
	width:364px;
	margin: 15px 10px 0;
}
#main h6{
	margin-bottom: 1px;
	padding-bottom: 2px;
	width: 364px;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#main h1 a{
	width:100%;
	text-decoration:none;
	color:#000000;
	font: normal normal 20px/1.2em Georgia, "Times New Roman", Times, serif;
}

#main .entry_wrapper h1 {
	margin-top: -4px;
	margin-bottom: 5px;
}



#main h1 {
	margin-bottom: 12px;
	font-size: 20px;
}

#main p {
	margin-bottom: 16px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow:visible;
}

.template_1 #main p,
.template_2 #main p {
	width: 364px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.template_1 #main h1,
.template_2 #main h1 {
	width: 364px;
	line-height: 1.1em;
	margin-bottom: 16px;
	color: #000000;
	font-size: 24px;
	margin-top: -16px;
}

#main .entry_wrapper h1.archive_h1 {
	margin-top: 1px;
}

.template_1 #main h1.single_h1 {
	margin-top: 1px;
}

.map {
	margin-top: 18px;
}

.template_1 #main a:link,
.template_2 #main a:link,
.template_1 #main a:visited,
.template_2 #main a:visited,
.template_1 #main a:hover,
.template_2 #main a:hover,
.template_1 #main a:active,
.template_2 #main a:active {
	color: #ff6600;
	background-color: #ffffff;
}

.template_1 #main a:hover,
.template_2 #main a:hover {
	color: #fff;
	background-color: #ff6600;
}

.template_1 #main h3,
.contact_page #main h3,
.template_2 #main h3 {
	color: #000000;
	font-size: 13px;
	width: 364px;
}

.template_1 #main h4,
.contact_page #main h4,
.template_2 #main h4 {
	color: #000000;
	font-size: 13px;
	width: 364px;
	margin-bottom: 0;
}

.template_1 #sidebar2 h3
 {
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 176px;
	margin-left: 60px;
}

.template_2 #sidebar2 h3 {
	font-size: 13px;
	margin-top: 9px;
}


.template_2 #sidebar2 p {
	font-size: 11px;
}
.template_1 #sidebar2 p
 {
	font-size: 11px;
		width: 176px;
	margin-left: 60px;
	margin-bottom: 6px;
}

.template_1 #text a:hover {
	color: #fff;
	background-color: #ff6600;
}

.template_1 #main h2,
.template_2 #main h2 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	width: 364px;
	margin-bottom: 10px;
	margin-top: 28px;
}

.template_1 #main ul,
.template_2 #main ul {
	width: 324px;
	margin: 0 0 16px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 16px;
}

.template_1 #main li,
.template_2 #main li {
	margin-bottom: 6px;
	opacity: 1;
}


#main .post{
	clear:both;
	width:492px;
	padding-bottom:0px;
	line-height:1.3em;
	overflow:visible;
}


#main .post img{
	max-width:364px;
}
#main .entry img{
	float:left;
	width:108px;
	height:auto;
	margin:-28px 0 0 -132px;
	position:relative;
	visibility:hidden;
}

.archive #main .entry img{
	float:left;
	width:108px;
	height:auto;
	margin:-26px 0 0 -132px;
	position:relative;
}


.first_page .post{
	clear:both;
	padding-top:12px;
	border-top:1px #333 dotted;
}
.archive .post{
	clear:both;
	width:428px;
	padding-bottom:12px;
	margin-top: 15px;
		border-top:1px #333 dotted;

}

.template_1 .post{
	clear:both;
	width:364px;
	padding-top:12px;
	margin-top: 15px;
}

.template_1 #main .space_above h1 {
	margin-top: 10px;
}



.template_1.single .post {
	margin-top: 0;
}

.template_2 #main .post{
	clear:both;
	width:364px;
	padding-bottom:12px;
	margin-top: 12px;
}

#sidelist li a img {
	margin-top: -2px;
}



.first_page .entry{
	width:360px;
	overflow:visible;
	padding:0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom: 6px;
}

div.entry_wrapper {
	width: 360px;
	overflow:visible;
	float: right;
}
.entry h1{
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

.entry p{
	margin: 0 0 4px;
	color: #333;
}

div.entry a {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

span.ec3_get_date {
		font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 7px;
	background-color: #999;
	padding: 2px 4px 1px 4px;
	color: #FFFFFF;
	margin-top: 0;
	display: inline-block;
}

span.ec3_get_start_time {
		font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 7px;
	background-color: #999;
	padding: 2px 4px 1px 1px;
	color: #FFFFFF;
	margin-top: 0;
	display: inline-block;
}


.archive div.ec3get_start_time {
		font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 7px;
	background-color: #999;
	padding: 2px 4px 2px 2px;
	color: #FFFFFF;
	display: inline-block;
}

.archive div.ec3_getdate {
	font: 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 14px;

}


div.entry a:hover {
	background-color: #ff6600;
	color: #fff;
}
.single #main .post .entry img{
		visibility:hidden;
	}
div#main div.ec3_get_date {
		font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 7px;
	background-color: #999;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 15px;
}

div#main div.ec3_get_start_time {
		font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 7px;
	background-color: #999;
	padding: 2px 4px 2px 2px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 15px;
}

.clearred{
	width:100%;
	clear:both;
}

.alignright{
	float:right;
	margin-left:10px;
}
.first_page_thumbnail{
	float:left;
	margin:0 20px 16px 0;
	width:108px;
}


.page_large{
	float:left;
	margin:10px 0 10px 10px;
}

.first_page #sidebar2{	
	font-size:12px;
	width:172px;;
	float:right;
	line-height:1.8em;
	list-style:none;
	margin: 6px 0 0;
}
.template_1 #sidebar2{	
	font-size:12px;
	width:300px;;
	float:right;
	line-height:1.8em;
	list-style:none;
	margin: 18px 0 24px;
}
.template_2 #sidebar2{	
	font-size:12px;
	width:364px;;
	float:right;
	line-height:1.8em;
	list-style:none;
	margin: 18px 0 0;
}
#sidebar2 h2{
	border:none;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
}
#sidebar2 ul{
	list-style:none;
	padding:0;
}

#wp-calendar th {
	font: normal bold 12px Arial, Helvetica, Geneva, sans-serif;
}

#wp-calendar td {
	font: normal 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
}
.sidebardate{
	font-size: 10px;
	font-weight: bold;
	clear: both;
	width: 160px;
	line-height: 10px;
	
}
.cat-post-item{
	margin-bottom: 4px;
}

ul.ec3_events li {
	font-weight: normal;
	font-style: normal;
}


li.ec3_list.ec3_list_day {
	line-height: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}



.template_1 #image{
	width:270px;
	margin: 0px 64px 0 0;
	overflow:hidden;
	float: left;
}

.template_2 #sidebar2 a:hover {
	background-color: #ff6600;
	color: #fff;
}

#buttons li.page_item:hover {
	margin-top: 5px;
}


.template_1 #main h6 {
	width: 364px;
	margin-bottom: 6px;
	text-transform:none;
	font: italic normal 15px/1.4em Georgia, "Times New Roman", Times, serif;
}
.template_1 .page{
	width:270px;
}	
.template_1 #text{
	float:right;
	width:236px;
	margin:0 ;
}
.template_2 #image{
	float:left;
	width:172px;
	overflow:hidden;
	}
.template_2 .page{
	width:172px;
}	
.template_2 #text{
	float:right;
	width:172px;
	margin:-16px 0 0 0;
	overflow:hidden;
}
#widgets{
	clear:both;
	width:172px;
	margin-bottom: 40px;
}
.template_1 #widgets{
	clear:both;
	width:172px;
	margin: 0 128px 40px;
}

#header a img {
	margin-top: 5px;
	margin-left: -15px;
}

#sidebar2 #event-calendar h2.widgettitle{
	visibility:hidden;
	border:none;
}
.ec3_list {
	color:#333333;
	font-size:11px;
	margin: 0;
}
.template_1 div.ec3_iconlet {
	border:2px solid #FF6600;
	float:left;
	font-size:1em;
	margin:0 1ex 0.2ex 0;
	padding:0.3ex;
	text-align:center;
}
.first_page div.ec3_iconlet {
	border:2px solid #FF6600;
	float:right;
	font-size:1em;
	margin:0 1ex 0.2ex 0;
	padding:0.3ex;
	text-align:center;
	display: none;
}
table.ec3_schedule {
	border:0px solid #FF6600;
	border-collapse:collapse;
	float:left;
	margin:0.5ex 1ex 0.5ex 0;
}
table.ec3_schedule td {
	color:#000;
	padding:0 0.5ex;
}
#sidebar2 .widgettitle{
	text-transform:uppercase;
	border-bottom:#000000 1px dotted;
	padding: 0 0 3px;
	line-height:1em;
	font-size:11px;
	margin-bottom: 7px;
}

ul.ec3_events a:hover {
	background-color: #ff6600;
	color: #fff;
}

#wp-calendar {
	margin-bottom: 18px;
}

#wp-calendar-today {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	border-style: none;
}

#buttons li.page_item p strong {
	font-size: 14px;
	line-height: 1.4em;
}

#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td a img{
border:none;
padding:1px;
}
table.nav{
	}
#sidebar2 #wp-calendar td a img{
	visibility:hidden;
}
#sidebar2 #wp-calendar td a{
	text-decoration:none;
	color:#000000;
}
caption a{
	text-decoration:none;
	color:#000000;
}
.wp-caption{
	visibility:hidden;
	height:0;
}
#footer{
	width:940px;
	clear:both;
	border-top: #000000 dotted 1px;
	text-align:left;
	padding:10px 0;
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

span.map_legend a:link,
span.map_legend a:visited,
span.map_legend a:active {
	font-size: 10px;
	color: #FF6600;
}

span.map_legend a:hover {
	font-size: 10px;
	color: #FFF;
	background-color: #ff6600;
}

.contact_page #sidebar2 p {
	width: 270px;
	margin-left: 635px;
	font-size: 12px;
	margin-bottom: 12px;
}

span.space_above {
}


.template_1 #main p.label,
.template_2 #main p.label,
.contact_page #main p.label {
	margin-bottom: 3px;
	margin-top: 12px;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

.template_2 #main p.label_b {
	margin-bottom: 3px;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

div#quote {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 24px;
	color: #ff6600;
}

#quote p {
	line-height: 1.2;
	font-size: 16px;
}
