/*
Theme Name: kiwi
Description: Template for New Zealand
Author: Friederike Otto
*/


@font-face {
    font-family: 'DroidSansRegular';
    src: url('font/DroidSans-webfont.eot');
    src: url('font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-webfont.woff') format('woff'),
         url('font/DroidSans-webfont.ttf') format('truetype'),
         url('font/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('font/DroidSans-Bold-webfont.eot');
    src: url('font/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-Bold-webfont.woff') format('woff'),
         url('font/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('font/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body        {
			color: #333;
			/*background: url('images/bg_2.jpg') fixed;*/
			background: #fff;
			font-family: 'DroidSansRegular', Helvetica, Arial, sans-serif;
			}
 
/*IDs*/	

#wrapper    {
			margin: 0 10% 0 10%;
			text-align: left;
			font-size: 1.1em;
			}

#header     {
			height: 120px;
			padding: 20px;
			background: #e4e3e3;
			margin-bottom: 20px;
			font-family: 'DroidSansBold', Helvetica, Arial, sans-serif;
			}
			
#main       {
			max-width:1000px;
			min-width: 400px;
			margin-right: 280px;
			margin-bottom: 20px;
			padding: 0px;
			/*background: #fbfbfb;*/
			}

#sidebar    {
			width: 230px;
			padding: 20px 10px 10px 20px ;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
			background: #e4e3e3;
			clear: right;
			float: right;
			}
			
#footer     {
			clear: both;
			height: 100px;
			padding: 20px;
			background: #e4e3e3;
			}
			
#searcharea	{
			height: 75px;
			width: 230px;
			margin-bottom: 20px;
			padding: 8px 10px 8px 20px ;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
			background: #e4e3e3;
			float: right;
			}
			
#comment_area
			{
			background: #e4e3e3;
			margin-top: 50px;
			padding: 30px 20px 20px 40px;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
			}
			
			

			
/*classes*/	

a
	{
	color: #5d9695;
	text-decoration: none;
	font-family: 'DroidSansBold';
	}
	
a:hover
	{
	color: #5d9695;	
	text-decoration: underline;
	}

a img
	{
	padding: .25em;
	border: 1px double #434343;
	}

img.alignright
	{
	float:right;
	margin:1em 0 1em 1em
	}
			
img.alignleft
	{
	float:left;
	margin:1em 1em 1em 0
	}
			
img.aligncenter
	{
	display: block;
	margin-left: auto;
	margin-right: auto
	}
			
.alignright
	{
	float:right;
	}
			
.alignleft
	{
	float:left;
	}
			
.aligncenter
	{
	display: block;
	margin-left: auto;
	margin-right: auto
	}
	
label
	{
	font-family: 'DroidSansRegular', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	}
	
h2, h3
	{
	color: #434343;
	font-family: 'DroidSansBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	}
			
.divider	
	{
	
	height: 1px;
	border-top-width: 1px;
	border-style: dotted;
	border-color: #434343;
	background: #e4e3e3;
	margin-top: 20px;
	}
			
			
.entry_divided		
	{
	background: #e4e3e3;
	margin-top: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	}
			
			
.hl,
.hl h2,
.hl a			
	{
	height: auto;
	background: #434343;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-family: 'DroidSansBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	}
	
.hl
	{
	padding: 8px 10px 5px 40px;	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}
			
			
.entry_pic 
	{
	/*height: 150px;
	margin-bottom: 20px;*/
	}

.entry_pic img
	{
	position: relative;
	height: auto;
	width: 100%;
	margin: 0px;
	}
			
			
.entry_content
	{
	padding: 20px 20px 20px 40px;
	}	
	
.biopic
	{
	margin-left: 43px;
	}
	
.comment_pic
	{
	float: left;
	}
	
.datebg	
	{
	width: 27px;
	/*height: 50px;*/
	position: absolute;
	margin-top: 18px;
	margin-left: 4px;
	/*left: -33px;*/
	z-index: 100;
	background: #e4e3e3;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 3px;
	}
			
.day
	{
	color: #434343;
	font-family: 'DroidSansBold', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1em;	
	}
	
.month
	{
	color: #434343;
	font-family: 'DroidSansBold', Helvetica, Arial, sans-serif;	
	line-height: 1em;
	}
	
.edit a
	{
	background: #e4e3e3;
	border-radius: 3px 3px;
	border-color: #434343;
	border-style: solid;
	border-width: 1px;
	padding: 2px 6px;
	margin-bottom: 10px;
	float: right;
	color: #434343;
	font-family: 'DroidSansRegular', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	}
	
.edit a:hover
	{
	background: #434343;
	color: #e4e3e3;	
	}
	
