/*
Theme Name: Norfello New
Theme URI: http://www.norfello.com
Description: A theme for Norfello's website
Author: Norfello Oy
Template: newnorfello
Version: 0.6
.
*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	overflow-y: scroll;
	background-color: #ffffff;
	background-image: url(images/taustakuva-kevyt.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#main {
	width: 1010;

}
#main>.title {
	padding: 15px 0;
	vertical-align: top;
}
.contact {
	float: right;
	display: block;
	padding: 10px;
	color: #4c9db0;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
.contact:hover {
	text-decoration: underline;
}
.title, h1, h2, h3, h4 {
	margin: 0;
	color: #7ccde0;
	font-family: "Helvetica Neue", Helvetica, Verdana, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
}
.area, .feed {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin: 1px;
	background-image: url(images/dummy.png);
	border: none;
	border-right: 3px solid #b7dee7;
	border-bottom: 3px solid #b7dee7;
	text-align: left;
	/*color: #7ccde0;*/
	font-family: "Helvetica Neue", Helvetica, Verdana, "Arial Narrow", Arial, sans-serif;
	font-size: 0.8em;
}
.area img {
	position: absolute;
	top: -50px;
	right: 20px;
}
.area p {
	padding: 0 15px 10px 15px;
}
.area .title {
	padding: 15px 15px 0 15px;
}
.area>a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #7ccde0;
}
.feed .title {
	padding: 5px 5px 10px 10px;
}
#labs .title {
	color: #4c9db0;
} 
#web .title {
	color: #b23e8a;
}
#mobile .title {
	color: #df9e48;
}
#buzz {
	overflow-y: scroll;
}
#video {
	overflow-y: scroll;
	color: #505050;
}
#video embed, #video object {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#video table {
	margin: 0;
	padding: 0;
	text-align: left;
}
#video td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
#video td.date {
	text-align: right;
}
#video a {
	font-weight: bold;
}
#video .feed_item {
	text-align: center;
	padding: 0;
	font-size: .8em;
}
#video p {
	margin: 0;
	padding: 5px;
}
.feed_item {
	margin: 0;
	padding: 2px 10px;
	color: #82a5ab;
	text-align: left;
	line-height: 1.5;
	font-size: .9em;
}
.feed_item .date {
	color: #b23e8a;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
.feed_item .author {
	font-weight: bold;
}
.feed_item img {
	vertical-align: middle;
}
.feed_item a {
	color: #82a5ab;
	text-decoration: none;
}
.feed_item a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	color: #a0a0a0;
	font-family: Verdana, "Arial Narrow", sans-serif;
	font-size: .8em;
}
