@font-face {
	font-family: Titillium;
	src: url(images/TitilliumText600wt.otf);
}
@font-face {
	font-family: Titillium;
	font-weight: bold;
	src: url(images/TitilliumText800wt.otf);
}

body {
	font: .9em/1.4em Helvetica, Arial, Trebuchet MS, Sans-Serif; color: #474747;
	margin: .2em 0;
}


div#navbar, div.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#navbar {
	background: url(images/header_navi.png) center top no-repeat;
	height:50px;
	margin-top:30px;
	padding: 15px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	float: left;
	margin: 0 1.2em;
}

div.spacer {
	background: url(images/horizontal_spacer.png) left top no-repeat;
	height: 1.3em;
}

div.headerspacer {
	background: url(images/header_spacer.png) left top no-repeat;
	height: 2.9em;
}

#headerimg {
	background: url(images/blogheader.png) left top no-repeat;
	text-indent:-9999px;
	height:111px;
}

div.topSection div {
	border: solid 1px #e5e5e6;
	border-radius:1em;
	 -moz-border-radius:1em;
	 -webkit-border-radius:1em;
	height: 280px;
}

div.topSection div p {
	margin: 10px;
	padding-left:2px;
}

img#poster {
	width: 380px;
	height: 280px;
}

div#footer {
	background: #fbfbfb url(images/horizontal_spacer.png) bottom center no-repeat;
	margin-top:30px;
	width:auto;
	min-height:350px;
	list-style:none;
}


div#footer div p{
	margin: 5px 5px 5px 10px;
	font:Helvetica, Arial, Trebuchet MS , sans-serif;
	color: #2b2b2b;
}

div#footerwrapper {
	width:100%;
	height:auto;
	padding-top: 10px;
	background: #ccc;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #b2b2b2;

} 

div#legal {
	clear:both;
	margin: 10px;
}
/************************ Typography ***************/

div#navbar ul li {
	font: 1.1em Titillium, Helvetica, Trebuchet MS , sans-serif;
	color: #423526;
	width:110px;
	text-align:center;
	
}

#navbar a {
	font: 1.1em Titillium, Helvetica, Trebuchet MS , sans-serif;
	color: #423526;
	width:110px;
	text-align:center;
}

#navbar li:hover {
	background: transparent url(images/navhover.png) left top repeat-x;
	height:33px;
	width:110px;
	
}

#navbar .rss {
	width:110px;
	height:50px;
	background: transparent url (http://blog.anssiuimonen.fi/wp-content/uploads/2010/01/tilaa_RSS.png) left top no-repeat;
	margin: 0 auto;
	position:absolute;
	top:196px;
	display:block;
	
}

p {
	font: 1em/1.4em Helvetica, Arial, Trebuchet MS, sans-serif;
	margin: .2em 0;
}

small {
	font: .7em/1.2em Helvetica, Arial, Trebuchet MS, sans-serif;
	margin: .1em 0;
}


p#headlineText {
	font: .9em/1.4em Helvetica, Arial, Trebuchet MS, sans-serif;

	
}

div#legal {
	background: #fbfbfb;
	height: 25px;
	width:auto;
	padding:10px;
	margin-top: -5px;
	border-bottom:1px solid #eee;
}

div#legal p {
	text-align:center;
	font: normal .7em Helvetica, Arial, Trebuchet MS, sans-serif;
	color:#b3b3b3;
}

h1 {
	font: bold 1.9em Titillium, Helvetica, Trebuchet MS , sans-serif;
	letter-spacing: -1px;
	color: #423526;
	margin:1em 0 0.2em 0;
	text-align: left;
}

a {
	color: #226072;
	text-decoration: none;
}
a:link {
	color: #226072;
	text-decoration: none;
}

a:hover {
	color: #2aacd2;
	text-decoration: none;
}


h2 { 
	font: bold 1.3em Titillium, Helvetica, Trebuchet MS , sans-serif;
	color: #423526;
	margin: 0.6em 0;
	text-align: left;
}
h3 { 
	font: bold 1.2em Titillium, Helvetica, Trebuchet MS , sans-serif;
	color: #423526;
	margin: 20px 0 0 0;
	text-align: left;
}

h4 {
	font: bold 1.9em Titillium, Helvetica, Trebuchet MS , sans-serif;
	letter-spacing: -1px;
	color: #db9418;
	line-height:1em;
	margin:0em 0 0.3em 0;
	text-align: left;
}
.widgettitle { 
	font: bold 1.2em Titillium, Helvetica, Trebuchet MS , sans-serif;
	color: #423526;
	margin:1em 0 .6em 0;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}

.rsswidget a {
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size:  .6em;
	color: #226072;
	text-align:left;
}

	
.rss-date {
	font: Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: .6em;
	color: #2b2b2b;
	text-align:left;
}

#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
#sidebar
{
		
		padding-top: 0px;
		padding-bottom: 25px;
		}


/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: block;
		color: #fbfbfb;
		height:1px;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

.post {
		margin: 0;		
		}
.post ul {
	list-style: disc url(images/bullet.png) inside;
	
}

.postmetadata {
		margin: 30px 0;
		clear:both;
		font-size:10px;
		}

div#content {
	back-ground: #eee;
	border: solid 1px #e5e5e6;
	border-radius:1em;
	 -moz-border-radius:1em;
	 -webkit-border-radius:1em;
	padding:10px;
}

/* Sharediv*/

div#share ul  {
	background: #fbfbfb;
	border: solid 1px #e5e5e6;
	border-radius: .4em;
	 -moz-border-radius: .4em;
	 -webkit-border-radius: .4em;
	padding: 10px 20px 10px 20px;	
	list-style-type:none;
	list-style-position:outside;
	text-decoration:none;
	display:block;
	overflow:hidden;

}

#share ul li {
	width: 78px;
	height: 85px; 
	float: left; 
	padding: 3px; 
	margin: 0px 16px; 
	text-align: center;					
	background: #fbfbfb;
	border: 1px solid #e5e5e6;
	border-radius: .4em;
	 -moz-border-radius: .4em;
	 -webkit-border-radius: .4em;
	list-style-type:none;
	list-style-position:outside;
	text-decoration:none;
	display:block;
	overflow:hidden;
	vertical-align: bottom;	
}
.share {
	min-width: 520px;
	display: inline;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;

}

.postspacer {
	background: transparent url(images/postspacer.png) top left no-repeat;
	width:540px;
	height:41px;
}