/*
Theme Name: Ylab Education
Theme URI: http://www.ylab-education.com
Version: 1.0
Description: Ylab Education
Author: Christian Magnerfelt
Author URI: http://www.criz.se
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}



a {color: #3c3c3c;}

a:hover {color: #3c3c3c;}

body {
	background: #eaebde;
	color: #3c3c3c;
	font: 10px arial;
	margin: 3% 0;
	height: 100%;
}

p,ul {
	padding-bottom: 10px;
}

ul {margin-left: 10px;}

.main_left li {list-style: none;}
.main_right li {list-style: none;}

h1 {font-size: 20px;}

blockquote {
	background: #ffffff;
	color: #000000;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 6px 12px;
}

blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #b42e24;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main_left .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {}
.post-meta {font-size: 12px; color: #666;}

/* Languagebar */
.languagebar {
  background: #eaebde;
  margin: 0 auto;
  height:15px;
  width:902px;
  display:block;
  text-align:right;
  padding:0px 5px 5px 0px;
}
.languagebar .sv{
  background: url(img/sv.png) no-repeat;
  height:15px;
  width:20px;
  display:block;
  float:right;
}
.languagebar .fi{
  background: url(img/fi.png) no-repeat;
  height:15px;
  width:20px;
  display:block;
  float:right;
}

/* structure */
.container {
  background: #ffffff;
	margin: 0 auto;
	width: 902px;
}

/* header */
.header {
	width: 902px;
	height: 170px;
	background: url(img/header.png) no-repeat;
	font: 12px arial;
	text-align: center;	
}

/* dTabs */

/* navigation */
.navigation {
  background: url(img/nav.png);
  width: 902px;
  height: 31px;
  text-align: left;
  line-height: 31px;
}

/* navigation END*/

/* structure */
.main_container {
  background: #ffffff;
  width: 902px;
  overflow: hidden;
}

.main_left {
	float: left;
	background: #ffffff;
	width: 302px;
	overflow: hidden;
}
.main {
	float: left;
	background: #ffffff;
	width: 394px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.main_right {
	float: right;
	background: #ffffff;
	width: 204px;
	overflow:hidden;
}

/* left sidebar */
.main_left h1 {
	color: #b42e24;
	font: 16px arial;
	line-height: 25px;
	margin: 15px 25px 10px 25px;
	padding: 0px 0px 0px 0px;
}
.main_left h1 a{
	color: #b42e24;
	text-decoration: none;
}
.main_left h1 a:hover{
	color: #3c3c3c;
}
.main_left ul {
        margin: 15px 25px 0px 25px;
        padding: 0px 0px 0px 0px;
}
.main_left li {
	list-style: none;
	width: 302px;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}
.main_left li a {
	color: #666;
	font: 11px arial;
	display: block;
	text-decoration: none;
}
.main_left li a:hover {
	color: #3c3c3c;
}

#wp-calendar{
        margin: 0px 25px 25px 35px;
}

/* right sidebar */
.main_right h1 {
	color: #b42e24;
	font: 16px arial;
	line-height: 25px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px;
}
.main_right h2 {
	color: #b42e24;
	font: 16px arial;
	line-height: 25px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px;
}
.main_right ul {
        margin:0px; 
        padding:0px;
}
.main_right li {
	list-style:none;
	width:204px;
	margin:0px; 
	padding:10px 0px 0px 0px;
}
.main_right li a {
	color: #666;
	font: 11px Arial;
	display: block;
	text-decoration: none;
}
.main_right li a:hover {
	color: #3c3c3c;
}

/* footer */
.footer {
	background: url(img/footer.png) no-repeat;
	color: #ffffff;
	font-size:10px;
	line-height:31px;
	width:902px;
	height:31px;
	overflow:hidden;
	
}
.footer .left {
float:left;
padding-left:25px;
}
.footer .right {
text-align:right;
padding-right:25px;
}
.footer .left a,.footer .right a {color: #CCC;}
.footer a:hover {color: #FAFCB0;}

.post{margin:0 0 25px 0;}

.post .info {
padding:2px 3px 3px 8px;
color:#3c3c3c;
}
.post h1 {
font-size: 16px;
}
.post h1 a{
text-decoration: none;
color:#b42e24;
}
.post h1 a:hover{
color:#3c3c3c;
}
.entry {
}
.entry a {
text-decoration: none;
color:#b42e24;
}
.entry a:hover {
color:#b42e24;
}
.entry a:visited {
color:#b42e24;
}
.entry img {
  border: 2px solid #d6d6d6;
	margin: 1px;
	padding: 2px;
}
.info a {
text-decoration: none;
color:#b42e24;
}
.info a:hover {
color:#3c3c3c;
}
/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #F7F7F7;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


.post ul li
{
list-style:square;
margin-left:18px;
padding:5px;
}

.entry ol li
{
padding:5px;
list-type:decimal;
margin-left:22px;
}

#searchform {
width: 204px;
margin: 0px 20px;
}

.textwidget {
	width:204px;
	margin:0px; 
	padding:10px 0px 0px 25px;
}

.textwidget a {
	color: #666;
	font: 12px arial;
	text-decoration: none;
}
.textwidget a:hover {
	color: #3c3c3c;
}
