/*
	Kodu Cascading Style Sheet
	-----------------------------------------------------------------------

	Table of Contents:
		about
*/

/* about
----------------------------------------------------------------------- */

body#about
{
	background: #261211 url(../imgs/bg-about.gif) repeat-x;
}
div#about-header-container
{
	width: 942px;
	margin: 0 auto;
	overflow: hidden;
}
	.about-header
	{
		width: 942px;
		height: 170px;
		background: url(../imgs/about-header-bg.gif) no-repeat;
	}
	.about-header h2
	{
		width: 294px;
		height: 45px;
		background: url(../imgs/about-kodu-header.png) no-repeat;
		margin: 45px 0 0 0;
		text-indent: -9999em;
		float: left;
	}
	.about-header h3
	{
		font-family: Helvetica, sans-serif;
		color: #b06969;
		font-size: 19px;
		margin: 55px 0 0 0;
		float: right;
	}
div#about-content-container
{
	width: 100%;
	background: #261211;
	margin: 39px 0 0 0;
	clear: both;
	overflow: hidden;
}
.about-content
{
	width: 942px;
	margin: 0 auto; padding: 30px 0 0 0;
}
	.about-left
	{
		width: 505px;
		margin: 0 0 40px 0; padding: 0 70px 80px 0;
		border-right: 1px solid #381c1a;
		float: left;
	}
		.about-left h3
		{
			color: #a76940;
			font-size: 14px;
			font-weight: normal;
			text-transform: uppercase;
			margin: 0 0 20px 0;
		}
		.about-left p.launch
		{
			color: #9e7c79;
			font-size: 15px;
			line-height: 22px;
		}
		.about-left p.founded
		{
			color: #7b6663;
			line-height: 18px;
			padding: 30px 0 0 0;
		}
		.contact-info
		{
			margin: 60px 0 0 0;
		}
			.contact-info img
			{
				float: left;
			}
			.contact-holder
			{
				color: #7a5f5f;
				line-height: 20px;
				margin: 0 0 0 50px;
				float: left;
			}
				.contact-holder span
				{
					color: #a76940;
				}
	.about-right
	{
		width: 300px;
		float: right;
	}
		.about-right h3
		{
			color: #a76940;
			font-size: 14px;
			font-weight: normal;
			text-transform: uppercase;
			margin: 0 0 20px 0;
		}
		.team-holder
		{
			color: #7b6663;
			margin: 0 0 50px 0;
			clear: both;
		}
			.team-holder img
			{
				border: 7px solid #bc5d47;
				margin: 0 35px 0 0;
				float: left;
			}
			.team-holder h4
			{
				color: #c1847d;
				font-size: 16px;
				font-weight: normal;
				margin: 0; padding: 0 0 5px 0;
			}
			.team-holder span
			{
				font-family: Georgia, sans-serif;
				font-size: 12px;
				color: #7b6663;
				font-style: italic;
				letter-spacing: 1px;
			}
			.team-holder div
			{
				padding: 10px 0 0 0;
			}
			/* updates 25/11/2009 */
			.linked-in
			{
				float: left;
			}
				.linked-in img
				{
					margin: 3px 0 0 0;
					border: 0;
				}