/* @group Content Layer */

#layout {
	background: #fff url(../images/background_content.gif) repeat-y 0;
}

#header {
	height: 250px;
	line-height: 50px;
}

#bar {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	padding-left: 15px;
}

#column_1 {
	background-color: #000;
}

#column_nav .column_nav_item, #column_nav .column_nav_item a {
	color: #fff;
}

/* @end */

#column_2 h2.nav {
	line-height: 1.4em;
}

#column_2 ul {
	margin-left: 2em;
}

#column_2 ul li {
	list-style-type: disc;
	list-style-position: outside;
}

ul.listing {
	width: 50%;
	float: left;
	list-style-type: square;
	list-style-position: inside;
}

ul.listing li {
	line-height: 20px;
}

ul.listing li a {
	border-style: none;
}

.back_to_top {
	margin-top: 20px;
	text-align: right;
	font-size: 10px;
}

#twitter_update_list {
	color: #d4d4d4;
	font-size: 12px;
}

#twitter_update_list a {
	color: #919191;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#twitter_update_list span a {
	color: #f68f10;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* @group Twitter */

.twitter {
	list-style-type: none;
}

.twitter div.top {
	height: 8px;
	background: url(../images/twitter/balloon_top_sub.gif) no-repeat;
	display: block;
}

.twitter div.middle {
	background: url(../images/twitter/balloon_middle_sub.gif) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	display: block;
	color: white;
	word-wrap: break-word;
}

#column_nav li.twitter div.middle a {
	color: orange;
	text-decoration: none;
}

.twitter div.bottom {
	height: 21px;
	background: url(../images/twitter/balloon_bottom_sub.gif) no-repeat;
	margin-bottom: 10px;
	text-align: right;
	display: block;
	font-size: 0.6em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	color: white;
}

/* @end */
