﻿body
{
}

.communitycontentarea
{
   width: 651px;
	height: 570px;
	background: url(../images/community_video_bg.gif) top left no-repeat;
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.communitycontentwrapper
{
	width: 693px;
	height: 525;
	float: left;
	background: url(../images/content-tile.jpg) repeat-y top left;
}

.descriptionContainer{
    border: solid 2px #7ac043; 
    width:581px;
    min-height:120px; 
    margin-top:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	position: absolute;
	top: 395px;
	left: 50px;
}

.descriptionContainer p{
    margin: 5px;
}
.descriptionContainer h2{
    margin: 5px;
}


ul#communityEpisodeLinks
{
	width: 103px;
	float: right;
	display: inline;
	margin-top: 105px;
	padding: 0px;
	/*margin-right: -2px;*/

}

ul#communityEpisodeLinks li div.EpisodeGraphicButton{
    background: url(../images/EpisodeBtnBg.jpg) no-repeat;
	width: 90px;
	height: 40px;
}

ul#communityEpisodeLinks li div.EpisodeGraphicButton:hover{
    background: url(../images/EpisodeBtnBg_Active.jpg) no-repeat;
}

ul#communityEpisodeLinks li
{
    display: inline;
	padding: 0px;
	
}

ul#communityEpisodeLinks li a
{
	float: left;
	text-decoration: none;
	text-indent: 2px;
	margin: 8px 0 0 8px;
	margin-right: -3px;
	font-size:small;
	color:White;
}

/* Community Page specific navigation etc */

.community_video
{
	position: absolute;
	top: 0px;
	left: 34px;
	z-index: 3;
	z-index: 100;
}
.community_blog
{
	position: absolute;
	top: 93px;
	left: 80px;
	z-index: 101;
	}
.community_ScientificallySpeaking
{
	position: absolute;
	top: 123px;
	left: 66px;
	z-index: 99;

}
.community_forum
{
	display:none;
	/*Hiding this for now and replacing it with the MeetTheTeam button
	position: absolute;
	top: 190px;
	left: 155px;
	z-index: 103;*/
}

.community_MeetTheTeam{
    position: absolute;
	top: 190px;
	left: 155px;
	z-index: 103;
}

.community_webcam
{
	position: absolute;
	top: 220px;
	left: 40px;
	z-index: 101;
}
.community_qa
{
	position: absolute;
	top: 290px;
	left: 70px;
	z-index: 104;
}

.community_MovementEssentials
{
	position: absolute;
	top: 333px;
	left: 124px;
	z-index: 102;
}
.community_cooltools
{
	position: absolute;
	top: 407px;
	left: 45px;
	z-index: 100;
}
.community_ExtendedLearning
{
    position: absolute;
	top: 445px;
	left: 70px;
	z-index: 97;
}

/*fun zone replaces workshops */
.community_FunZone
{
    position: absolute;
	top: 515px;
	left: 95px;
	z-index: 100;
}

.community_getshirt
{
	position: absolute;
	top: 570px;
	left: 130px;
	z-index: 93;
}

.community_newsletter
{
	position: absolute;
	top: 620px;
	left: 80px;
	z-index: 106;
}



.CommunityLogo
{
    margin-top:30px;
    margin-bottom:5px;
}


.footer{
	margin:20px 0;
	font-size:10px;
	color:#fff;

}

.footer a{
	color:#fff;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

.footer p{
	margin:0;
	padding:0;
}

.footer span{
	float:left;
	background:url(../images/footer_left.gif) no-repeat;
}

.footer span span{
	background:url(../images/footer_right.gif) no-repeat right;
	padding:0 6px 0 6px;
}

.footer span span span{
	background:url(../images/footer_back.gif) repeat-x;
	width:767px;
	height:26px;
	line-height:26px;
	padding:0 7px;
}


.conference_notes
{
	padding: 20px 0 0 70px;
	font: 12px Arial, Helvetica, sans-serif;
	height:700px;
}

.conference_notes a
{
	color: #6a737b;
	font-weight: bold;
}

.conference_notes a:hover
{
	text-decoration: none;
}

