/**BASE**/

body{
	font-size:  62.5%;
	font-family:  Arial, sans-serif;
	color: #444f84;
	background:  #ffffff;
	line-height:  1.4;
}

/**MAIN LAYOUT**/

#container{
	width: 980px;
	margin:  auto;
}

#logo{
	width:  240px;
	float:  left;
	position:  relative;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#nav{
	width:  730px;
	height:  40px;
	float:  left;
	background:  #577394;
}

#subnav{
	float:  left;
	width:  730px;
	background:  #577394;

}

#main{
	clear:  both;
	float:  left;
}

#image{

}

#quote{
	width:  480px;
}

#content_right{
	width:  480px;
	padding-left:  10px;
	float:  left;
}

#left{
	width:  220px;
	float:  left;
	padding-right:  20px;
}

#right{
	width:  220px;
	float:  left;
	position: relative;
}

#footer{
	width:  960px;
	clear:  both;
}

/**NAVIGATION**/

#logo h1 a{
	 width:  240px;
	 height:  160px;
	 background: transparent url(images/kilda_logo.jpg) no-repeat;
	 display:  block;
}

#logo h1 a span{
	display:  none;
}

#nav ul li{
	float:  left;
	height:  25px;
	color:  #ffffff;
	background:  #4db8b8;
	padding-top:  15px;
	padding-left:  10px;
	padding-right:  10px;
	display:  block;
}

#nav ul li.current{
	background:  #bfb340;
}

#nav ul li:hover{
	background:  #66a3c2; 
}

#nav ul li.current:hover{
	background:  #bfb340;
}

#nav li a{
	font-size: 1.6em;
	color:  #ffffff;
}

#subnav ul{
	width:  600px;
}

#subnav ul li{
	display: inline;
}

#subnav ul li a{
	float:  left;
}

#subnav ul li a{
padding: 5px;
	color:  #bfb340;
}

#subnav ul li a:hover{
	color:  #ffffff;
	background:  #66a3c2;
}

ul#translations{
	float: right;
	padding-top:  10px;
	padding-right:  10px;
}

#footer ul li{
	 float:  left;
	 padding-right:  10px;
}

/**TYPOGRAPHY**/

a{
	font-size: 1.5em;
	font-weight:  bold;
	text-decoration:  none;
	color: #66a3c2;
}

a#newer-top, a#newer-bottom, a#older-top, a#older-bottom {font-size: 1.2em;}

a#newer-top, a#newer-bottom {float: right;}


a:hover{
	color:  #bfb340;
}

p{
	font-size:  1.2em;
	margin: 0;
	padding: 0;
	padding-bottom:  10px;
}

p.datestamp {
	margin: 0;
	padding: 0;
	text-indent: none;
}

p.author {
	font-weight: bold;
	margin: 0;
	padding: 0;
}


h2, h3{
	font-size:  2.2em;
	font-weight:  bold;
	padding-bottom:  10px;
}

h2 a, h3 a{
	font-size:  inherit;
	padding-bottom:  0;
border-bottom: 2px solid;
color:  #444f84;
}

.quote{
	color:  #bfb340;
}

span#copyright{
	font-size: 1.4em;
	font-weight: bold;
	float:  right;
	padding-right:  10px;
}

span.caption{
	clear:  both;
	display:  block;
}

div.commentblock {
	display: block;
	width: 220px;
}

