/*
****************************************************************************************************
* SPECIAL STYLES FOR COMMUNITY MIDDLE COLUMN LAYOUT & CONTENT									   *				   
****************************************************************************************************
*/

/* MIDDLE COLUMN LAYOUT */

.textBox p,
.textBox h2,
.textBox h3,
.textBox h4,
.textBox a,
.textBox ul {
	margin-right: 40px;
	margin-left: 20px;
	}
	
/* TOPTEASER START TopTeaserMask for dynamic pictures and stuff like that */	
#middleColumn .topTeaser {
    display: block;
    text-decoration: none;
    }
   
#middleColumn .topTeaser .shadowTop {
	position: absolute;
	top: 0;
	left: 0;
	}

#middleColumn .topTeaser .shadowLeft {
	position: absolute;
	top: 5px;
	left: 0;
	}

#middleColumn .topTeaser .topMask {
	top: 5px;
	right: 0;
	position: absolute;
	z-index: 200;
	}

#middleColumn .topTeaser .bottomMask {
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: 200;
	}

#middleColumn .topTeaser .borderRight {
	position: absolute;
	top: 29px;
	right: 0;
	z-index: 200;
	}

#middleColumn .topTeaser .shadowBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	}
	
#middleColumn .topTeaser .inset {
	padding: 5px 0 0 5px;
	position: relative;
	z-index: 100;
	}
	
#middleColumn .topTeaser .imageBox {
	float: left;
	height: 126px;
	width: 126px;
	}

#middleColumn .topTeaser .imageBox a {
	float: left;
	padding: 0;
	margin: 0;
	}

#middleColumn .topTeaser .inputBox {
	background: #ee7da4;
	float: left;
	width: 630px;
	height: 63px;
	}


#middleColumn .topTeaser .inputBox h1 {
	background: url(../../images/community/topTeaserSearchHeadline.png) 0 0 no-repeat;
	color: #ee7da4;
	font-size: 1%;
	float: left;
	height: 63px;
	margin: 0;
	padding: 0;
	width: 189px;
	}

/* TopTeaser GLOBAL styles*/

.topTeaser h1 {
    color: #ee7da4;
    font-size: 1%;
    margin: 0;
    padding: 50px 20px;
    }

.topTeaser p {
    margin: 0;
    padding: 0 0 10px 0;
    width: 500px;
    }
    
/* TopTeaser Story*/



#middleColumn .topTeaser.story {
	background: url(../../images/community/topTeaserStory.jpg) 0 0 no-repeat; 
	height: 376px;
	padding: 0 0 0 166px;
	width: 514px;
	}
	
#middleColumn .topTeaser.story a.button4 {
	color: #fff;
	margin: 10px 0 40px 20px;
	text-decoration: underline;
	width: 110px;
	}

#middleColumn .topTeaser.storyForm {
	background: url(../../images/community/topTeaserStoryForm.jpg) 0 0 no-repeat; 
	height: 322px;
	padding: 0 0 0 166px;
	width: 514px;
	}

#middleColumn .topTeaser.storyForm a.button4 {
	color: #fff;
	margin: 10px 0 60px 20px;
	text-decoration: underline;
	width: 130px;
	}

#middleColumn .topTeaser.storyForm h1 {
    padding: 50px 0 20px 20px;
    }
   
#middleColumn .topTeaser.storyForm a.breaker {
	color: #fff;
	font-size: 1%;
	line-height: 10%;
	display: block;
	height: 150px;
	left: 7px;
	position: absolute;
	top: 25px;
	width: 90px;
    }

/* CONTENT STUFF* /

/* Tipp Charts */

.tippChart li {
	line-height: 180%;
	}

.tippChart li a {
	float: left;
	display: block;
	width: 90px;
	}
	
.tippChart .chart {
	background: url(../../images/community/chartBackground.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin-top: 3px;
	width: 112px;
	}
	
/*Story Blogs*/
.storyBlog {
	padding: 0 5px 0 20px;
	}
	
.storyBlog dl {
	border-top: 1px dotted #888;
	}

.storyBlog dd {
	float: left;
	line-height: auto;
	}

.storyBlog dd.readStory {
	float: right;
	padding: 3px 0 0 0;
	}

.storyBlog dd.userAvatar {
	display: block;
	padding: 0 10px 0 0;
	}
	
.storyBlog dd a.username {
	display: block;
	font-weight: bold;
	padding: 3px 0 0 0;
	}

.storyBlog dd.content {
	padding: 3px 0 0 40px;
	width: 340px;
	}

.storyBlog dd.contentFull{
	padding: 3px 0 0 40px;
	width: 450px;
	}

.storyBlog dd.content h4,
.storyBlog dd.content p,
.storyBlog dd.contentFull h2,
.storyBlog dd.contentFull h4,
.storyBlog dd.contentFull p{
	margin: 0;
	padding: 0;
	}

.storyBlog dd.contentFull a.button6 {
	float: right;
	}
	
/* CONTENT IMAGE TEASER */

/* COMMUNITY START */

#middleColumn .topTeaser.communityStart {
	height: 260px;
	background: url(/images/community/topTeaserCommunity.jpg) 0 0 no-repeat;
	}
	
#middleColumn .topTeaser.communityStart h1, 
#middleColumn .topTeaser.communityStart h2 {
	display: none;
	}
	
.communityStart .topTeaserInfo {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 381px;
	height: 70px;
	background: url(/images/community/topTeaserCommunityInfo.jpg) 0 0 no-repeat;
	}
	
.communityStart .topTeaserInfo h3 {
	display: none;
	}
	
#middleColumn .topTeaser.communityStart .topTeaserInfo a {
	display: block;
	text-decoration: underline;
	background: url(/images/global/linkbuttons/linkMagenta.gif) 0 0 no-repeat;
	width: 60px;
	height: 29px;
	padding: 0 0 0 35px;
	position: absolute;
	top: 20px;
	right: 20px;
	}

#middleColumn .content.communityStartContent .newestSlimtags {
	width: 650px;
	padding: 8px 10px;
	margin: 0 5px 10px 5px;
	}
	
#middleColumn .content.communityStartContent ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
.communityStartContent .newestSlimtags ul {
	width: 630px;
	height: 63px;
	}
	
.communityStartContent .newestSlimtags ul li {
	display: block;
	width: 63px;
	height: 63px;
	float: left;
	padding: 0;
	margin: 0;
	}
	
.communityStartContent .newestSlimtags ul li a {
	display: block;
	width: 63px;
	height: 63px;
	overflow: hidden;
	}
	
.communityStartContent .newestUser {
	width: 375px;
	height: 142px;
	padding: 0 10px 8px 10px;
	background: url(/images/community/newestUserBackground.gif) left bottom no-repeat;
	position: relative;
	margin: 0 5px 5px 5px;
	}
	
.communityStartContent .newestUser ul {
	width: 365px;
	}
	
.communityStartContent .newestUser ul li {
	width: 63px;
	display: block;
	margin: 0 10px 0 0;
	float: left;
	}
	
.communityStartContent .newestUser ul li img {
	border: 0;
	margin: 0 0 3px 0;
	}
	
.communityStartContent .newestUser a.userButton {
	display: block;
	background: url(/images/global/linkbuttons/linkGrey) right top no-repeat;
	width: 145px;
	height: 21px;
	padding: 8px 0 0 0;
	position: absolute;
	bottom: 1px;
	right: 1px;
	}
	
.communityStartContent .communityStartTeaser {
	position: relative;
	width: 230px;
	height: 50px;
	color: white;
	margin: 0;
	padding: 40px 160px 0 15px;
	}
	
.communityStartContent .communityStartTeaser h3 {
	display: none;
	}
	
.communityStartContent .communityStartTeaser a {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 395px;
	height: 80px;
	text-indent: -19999px;
	z-index: 10;
	}
	
.communityStartContent .communityStartTeaser a:focus {
	outline: none;
	}
	
.communityStartContent .recipeTeaser {
	background: url(/images/community/teaser/teaserRecipes.jpg) 0 0 no-repeat;
	}

.communityStartContent .matchmakerTeaser {
	background: url(/images/community/teaser/teaserFriends.jpg) 0 0 no-repeat;
	}
	
.communityStartContent .groupInfos {
	margin: 0 5px 0 15px;
	width: 250px;
	}
	
.groupInfos .showGroupInfos {
	width: 250px;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #888686;
	}
	
.groupInfos .showGroupInfos.firstBox {
	border-top: 1px dotted #888686;
	}