@charset "utf-8";
/* CSS Document */

#main-area{
	/*background: #c1181c url('/image/community_bg_slice.jpg') repeat-x;*/
	min-height: 900px;
}

#header-box{
	width: 1200px;
	background: url('/image/community_bg.jpg') no-repeat -13px 0;
	margin-left: -600px;
	height: auto;
}

#lang-es #header-box{
    background: url('/image/es/community_bg.jpg') no-repeat -13px 0;
}

#community-box{
	padding-top: 474px;
	*padding-top: 567px;
	_margin-top: 270px;
}

#footer-area-spacer{
	height: 600px;
	*height: 200px;
}

.follow_me{
	position: absolute;
	left: 99px;
	top: 257px;
}

a .follow {
	color: white;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

a:hover .follow{
	color: #990000;
}
.follow{
	float: left;
	background: url('/image/community_arrow.png') no-repeat;
	*background: url('/image/community_arrow.gif') no-repeat;
	background-position: right;
	padding-top: 3px;
}
#twitter_follow{
	width: 105px;
}

#lang-es #twitter_follow{
	width: 108px;
}

#facebook_follow{
	margin-left: 245px;
	display: inline;
	width: 95px;
}

#lang-es #facebook_follow{
	width: 120px;
}

#myspace_follow{
	margin-left: 255px;
	display: inline;
	width: 150px;
}

#lang-es #myspace_follow{
	margin-left: 228px;
	width: 179px;
}


.community_feed{
	color: #000000;
	background: url('/image/community_middle_slice.png') no-repeat;
	width: 300px;
	float: left;
	padding: 0 13px;
	position: relative;
	_margin-top: -270px;
}

.community_contents{
	margin-top: -181px;
	*margin-top: -274px;
	position: relative;
	width: 300px;
}

.comment{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 20px;
	color: #333333;
	border: 2px solid white;
	border-top: none;	
	padding: 5px;
	background: #f4f4f4;
}

.comment a{
	color: #990000;
	text-decoration: none;
}

.comment a:hover{
	color: #990000;
}
.comment p{
	margin: 0;
	padding: 0;

}

.byline {
	font-size: 9px;
	color:#AAAAAA;
	font-weight: bold;
}

#twitter{ 
	margin-left: 86px; 
	display: inline;
}
#twitter .comment{
	/*height: 100px;	*/
}
#twitter .latest_title{
	color:#AAAAAA;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}

#myspace{ margin-left: 24px; display: inline;}
#myspace .comment{
	height: 485px;
	width: 300px;
	background: #ffffff url('/image/community_myspace_temp.jpg') no-repeat;
	padding: 0;
	padding-bottom: 5px;
	border: none;
}
#myspace a {
	cursor: pointer;
}
#facebook{ margin-left: 24px; display: inline;}
#facebook .community_contents{
	margin-top: -196px;
	*margin-top: -288px;
	*height: 565px;
}

#facebook .community_bottom{
	
}
.community_bottom{
	background: url('/image/community_bottom_slice.png') no-repeat;
	_behavior: url('/include/iepngfix.htc');
	width: 325px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 0;
}

.pngfix {
	_behavior: url('/include/iepngfix.htc');
}

/* IE6 */
#header-box {
	_background: url('/image/community_bg_ie6.jpg') no-repeat -13px 0;
}
#lang-es #header-box {
	_background: url('/image/es/community_bg_ie6.jpg') no-repeat -13px 0;
}
.community_feed,
.community_bottom {
	_background: none;
}