/* @override http://localhost:8000/css/about.css */

.frame .top {
    background: url(/images/about/frame_top.gif) no-repeat;
    height: 60px;
    display: block;
    clear: both;
    width: 785px;
}

.frame .body {
    width: 785px;
    overflow: hidden;
    background: url(/images/blueframe_middle.gif) repeat-y;
	font: 14px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333333;
	height: 498px;
}

.frame .bottom {
    background: url(/images/blueframe_bottom.gif) no-repeat;
    height: 18px;
    display: block;
    clear: both;
    width: 785px;
}

.frame .content {
	margin: 18px 27px 7px;
}

.frame .body .heading {
	color:  #66cc33;
	font-size: 18px;
}

.frame .body .heading.underlined {
	width: 256px;
	background: url(../images/about/dotted_line.png) no-repeat 1px bottom;
	padding-bottom: 2px;
}

div#welcome {
	float: left;
	width: 435px;
	margin-top: 6px;
	padding-top: 5px;
}

#welcome p {
	margin-top: 5px;
	line-height: 16px;
	margin-bottom: 14px;
}

div#newsletter {
	float: right;
	background-image: url(../images/about/subscribe_panel.png);
	width: 269px;
	height: 169px;
}

div#newsletter .content {
	float: left;
	margin: 12px;
}

div#newsletter .content p {
	color: #666666;
	margin: 7px 0 0;
	float: left;
}

div#newsletter input {
	border: 1px solid #989898;
	width: 144px;
	height: 22px;
	float: left;
	margin-top: 23px;
	font-weight: bold;
	font-size: 13px;
}

div#newsletter div#subscribe-button {
	background-image: url(../images/about/subscribe_button.png);
	width: 80px;
	height: 27px;
	float: right;
	margin-top: 22px;
	cursor: pointer;
}

div#bios {
	float: left;
	clear: both;
	width: 435px;
	height: 308px;
}

div#bios .bio {
	float: left;
	margin-bottom: 7px;
	width: 435px;
}

div#bios .portrait-frame {
	background-image: url(../images/about/portrait_frame.png);
	width: 71px;
	height: 71px;
	float: left;
	margin-right: 11px;
}

div#bios .portrait-image {
	background-image: url(../images/about/tim.jpg);
	width: 65px;
	height: 65px;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

div#bios .header {
	font-weight: bold;
	margin-bottom: 5px;
}

div#bios .description {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

div#bios .description p {
	margin: 0;
}


div#bios div#tim {
	background-image: url(../images/about/tim.jpg);
}

div#bios div#mark {
	background-image: url(../images/about/mark.jpg);
}

div#bios div#kuswanto {
	background-image: url(../images/about/kuswanto.jpg);
}

div#bios div#marc {
	background-image: url(../images/about/marc.jpg);
}

div#links {
	float: right;
	padding-top: 7px;
	width: 257px;
	height: 120px;
	margin-top: 13px;
}

div#links .link {
	float: left;
	margin-bottom: 8px;
	clear: both;
	width: 254px;
}

div#links .link a {
	text-decoration: none;
	color: #0099ff;
	float: left;
}

div#links .link a:hover {
	text-decoration: underline;
}

div#links .link .icon {
	float: left;
}

div#links a#twitter-link {
	float: left;
	margin-left: 20px;
	margin-top: 9px;
}

div#links a#pownce-link {
	float: left;
	margin-top: 6px;
	margin-left: 17px;
}

div#links a#rss-link {
	float: left;
	margin-left: 17px;
	margin-top: 4px;
}

div#links .link div#twitter {
	background-image: url(../images/about/twitter_icon.png);
	width: 25px;
	height: 34px;
}

div#links .link div#pownce {
	background-image: url(../images/about/pownce_icon.png);
	width: 28px;
	height: 31px;
}

div#links .link div#rss {
	background-image: url(../images/about/rss_icon.png);
	width: 28px;
	height: 27px;
}

div#info {
	float: right;
	padding-top: 8px;
	clear: right;
	width: 257px;
	height: 164px;
	color: #666666;
}

div#info .item {
	float: left;
	margin-bottom: 7px;
}

div#info .content {
	color: #666666;
	margin: 9px 0 0;
}

div#info .content p {
	color: #666666;
	margin: 0 0 2px;
	line-height: 16px;
}

div#django-badge {
	clear: both;
	float: left;
	margin-left: 324px;
}

div#django-badge img {
	clear: both;
	border-style: none;
}