/* @group Reset basic styles */

body {
	font-size: 62.5%;
	color: #111;
	background: #726F75 url(/images/about/bg.jpg) repeat;
}

/* @end */

/* @group Containers */

div#wrapper {
	width: 100%;
	text-align: left;
	line-height: 1.5;
	border-top: 1px #B9B7BC solid;	
	padding-top: 40px;
	margin-left: 0;
	margin-right: 0;
}

div#wrapper img {
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
}

div#wrapper, div#information h4 {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;	
}

div#wrapper a {
	color: #111;
	text-decoration: underline;
}

div#wrapper a:hover {
	color: #fff;
	background: #570026;
	text-decoration: none;
}

div#wrapper a:active {
	color: #bbb;
	background: #000;
}

div#middle {
	width: 100%;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

/* @end */

/* @group Header */

div#header {
	background: #000;
}

/* @end */

/* @group Logo */

div#logo {
	width: 650px;
	height: 240px;
	background: url(/images/about/logo.png) no-repeat;
	margin-left: 0;
	margin-top: -80px;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
}

/* @end */


/* @group Middle Columns */

div#information {
	font-size: 16px;
	background: #fff6d9 url(/images/podcast/texture.png) repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

div#information h3 {
	font-family: 'dbold', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #fff6d9;
	text-transform: uppercase;
	background: #c7b07b url(/images/about/section-header-bg.png) repeat;
	border-bottom: 2px #705b35 solid;
	margin-bottom: 10px;
	padding-left: 10px;
}

div#information h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

img.avatar {
	margin-bottom: 12px;
}

div#blog {
	padding: 10px;
}

div#blogger {
	background: #c7b07b url(/images/podcast/texture.png) repeat;
	color: #000;
	padding: 10px;
}

div#blogger h3 {
	background: #fff6d9 url(/images/about/section-header-bg.png) repeat;
	color: #000;
}

/* @end */

/* @group Social Lists */

ul.social {
	font-size: 14px;
	background: #bbb url(/images/podcast/texture.png) repeat;
	border-bottom: 2px #EFE6CB solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

ul.social li {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.social li.rss-description {
	margin-left: 35px;
}

/* @end */