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

/*--------------------------------------------------------------*/
/* 		JNSM for my-story.com															    		*/
/* 		STYLESHEET									        											*/
/*--------------------------------------------------------------*/
/* 		DESIGN AND CONCEPT by JNSM	        											*/
/* 		http://www.jnsm.at																				*/
/* 		office@jnsm.at															              */
/*--------------------------------------------------------------*/

/*		enough Bla Bla... let's get to work!!!										*/






/*--------------------------------------------------------------*/
/*		H T M L   E L E M E N T S
/*--------------------------------------------------------------*/

* {margin:0;padding:0;}

body {
	font: 11px/15px Tahoma, Helvetica, sans-serif;
	color: #1f1f1f;
	background-color: #A3A699;
}

h1 {
	width: 285px;
	height: 49px;
	background-image: url(../images/mystory_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2 {
	font: 30px/42px "Times New Roman", Times, serif;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

h2 span {
	font-style: normal;
	color: #999;
	font-weight: normal;
}

h2 span.category {
	font: 16px/30px Tahoma, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 1em;
}

a {
	color: #1d87b5;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: none;
}

img {border:none;}



/*--------------------------------------------------------------*/
/*		G L O B A L   E L E M E N T S
/*--------------------------------------------------------------*/

/* -- TOPBAR -- */

#topbar {
	background-color: white;
	height: 202px;
	width: 100%;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#topbar .p1 {
	width: 118px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -479px;
}

#topbar .p1 a {
	background-image: url(../images/projectbymtm.gif);
	background-repeat: no-repeat;
	display: block;
	width: 118px;
	height: 15px;
}

#blur {
	background-image: url(../images/topblur.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 197px;
	margin: 3px auto 0;
}

/* -- CONTAINER -- */

#container {
	width: 960px;
	margin: 15px auto 0;
	position: relative;
	z-index: 3;
}

/* -- LOGO -- */

#branding {
	background-image: url(../images/logo_mystory.jpg);
	background-repeat: no-repeat;
	height: 58px;
	margin-top: 50px;
}

#new_badge {
	position: absolute;
	top: -65px;
	left: 250px;
}

/* -- MAIN NAVIGATION -- */

#nav_main {
	height: 42px;
	position: relative;
}

#nav_main ul {
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 27px;
	list-style-type: none;
	font-size: 11px;
	background-image: url(../images/bg_navi_main.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav_main ul li {
	float: left;
}

#nav_main ul li a {
	display: block;
	height: 27px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	background-position: 0 5px;
}

#nav_main ul li a:hover {
	background-position: 0 0;
	color: #FFF;
}

#linkhome {width:91px;color:#f0e8b8;}
#linkstories {width:96px;color:#e59ea0;}
#linklove {width:141px;color:#aed7ec;}
#linkabout {width:145px;color:#b6e3b1;}

#nav_main ul li a.active {font-weight:bold;color:#FFF;}


/* -- CONTROLS -- */

.control {
	width: 318px;
	background-color: #000;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: 90px;
	z-index: 5;
	padding: 5px 31px 0;
	color: #999;
}

#control1 {}
#control2 {height:362px;}
#control3 {height:142px;}

#userstatus {
	background-image: url(../images/dottedline_controls.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#userstatus .input {
	border: none;
	background-color: #FFF;
	width: 112px;
	margin-right: -1px;
	font-size: 11px;
	padding: 3px;
	color: #666;
}

#userstatus .btn {
	height:19px;
	width:69px;
	background-image: url(../images/btn_controls_login.gif);
	position: relative;
	right: 9px;
}

#userstatus p {
	padding: 5px 0 10px 50px;
}

#userstatus_content {
	width: 256px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#userstatus_content img {
	border: 4px solid #464646;
	float: left;
	margin-right: 10px;
}

#userstatus_content h4 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
}

#search {
	background-image: url(../images/dottedline_controls.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 5px;
}

#search .input {
	border: none;
	background-color: #FFF;
	width: 232px;
	font-size: 11px;
	padding: 3px;
	color: #666;
}

#search .btn {
	height:19px;
	width:69px;
	background-image: url(../images/btn_controls_search.gif);
	position: relative;
	right: 9px;
}

#search fieldset {
	margin-bottom: 5px;
}

#search fieldset.fs2 {
	padding-left: 90px;
}

#search fieldset.fs2 input {
	position: relative;
	top: 2px;
}

#shout {
	padding: 10px 0 25px 0;
}

#shout h3 {
	font: 11px/1.2em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	background-image: url(../images/icon_shout1.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

#shout a {
	text-decoration: none;
}

#shout a.user {
	color: #CCC;
	text-decoration: none;
}


/* -- FILTER -- */

#filter ul {
	position: absolute;
	bottom: 30px;
	left: 30px;
	list-style-type: none;
}

#filter ul li {
	width: 104px;
	height: 20px;
	float: left;
	margin: 0 2px 2px 0;
}

#filter ul li a {
	display: block;
	width: 104px;
	height: 20px;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

#filter1, .tag1 {background-color:#996600;}
#filter2, .tag2 {background-color:#CC3300;}
#filter3, .tag3 {background-color:#FF9999;}
#filter4, .tag4 {background-color:#CCCC00;}
#filter5, .tag5 {background-color:#00CCFF;}
#filter6, .tag6 {background-color:#990000;}
#filter7, .tag7 {background-color:#FF0000;}
#filter8, .tag8 {background-color:#00CC00;}
#filter9, .tag9 {background-color:#336666;}
#filter10, .tag10 {background-color:#666633;}
#filter11, .tag11 {background-color:#3399FF;}
#filter12, .tag12 {background-color:#9966CC;}

.col1 {color:#996600;}
.col2 {color:#CC3300;}
.col3 {color:#FF9999;}
.col4 {color:#CCCC00;}
.col5 {color:#00CCFF;}
.col6 {color:#990000;}
.col7 {color:#FF0000;}
.col8 {color:#00CC00;}
.col9 {color:#336666;}
.col10 {color:#666633;}
.col11 {color:#3399FF;}
.col12 {color:#9966CC;}


/* -- 2-spaltiges Layout -- */

.whitebox {
	width: 880px;
	margin: 0 10px 48px;
	padding: 60px 30px 50px;
	background-color: #FFF;
	overflow: hidden;
	background-image: url(../images/bg_whitebox.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#main {
	float: left;
	width: 560px;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}

#aside {
	float: left;
	width: 290px;
}


/* -- PAGEHEADER -- */

.pageheader1 {
	padding: 0 10px;
	height:220px;
}

.pageheader2 {
	padding: 0 10px;
	height:100px;
}

.pageheadline {
	height: 45px;
	margin: 0 10px;
	padding: 0 30px;
	background-image: url(../images/bg_pageheadline.gif);
	background-repeat: repeat-x;
	position: relative;
}

#sorting {
	position: absolute;
	top: 15px;
	left: 460px;
	color: #AAA;
}

#sorting select {
	background-color: #EFEFEF;
	border: none;
	font-size: 11px;
	padding: 2px 0;
	width: 140px;
}

.pageheadline .paging {
	position: absolute;
	top: 15px;
	right: 30px;
}

.paging {
	border-bottom: 1px dotted #555;
	padding: 0 3px 3px;
}

.paging img {
	vertical-align: middle;
}

.paging .active {
	color: #FFF;
	font-weight: bold;

}

#storylist .pageheader1 img {border-top: 3px solid #ba0006;}
#storylovelist .pageheader1 img {border-top: 3px solid #2b96cc;}
#aboutmystory .pageheader2 img {border-top: 3px solid #3eb531;}
#signup .pageheader2 img, #profile .pageheader2 img, #story .pageheader2 img, #searchlist .pageheader2 img {border-top: 3px solid #313131;}


/* -- Story List -- */

#story_list {
	padding: 8px 10px 48px;
	width: 948px;
	overflow: hidden;
	position: relative;
	margin-bottom: 96px;
}

.story_list_item {
	width: 229px;
	height: 301px;
	background-color: #FFF;
	float: left;
	margin: 0 8px 8px 0;
}

#intro_love {
	margin: 0 10px;
	height: 80px;
	background-image: url(../images/bg_storyloveintro.png);
	background-repeat: no-repeat;
	padding: 50px 30px 40px;
	position: relative;
}

#intro_love .p1 {
	font: 24px/1.2em "Times New Roman", Times, serif;
	color: #DDD;
	width: 55%;
}

#intro_love .p2 {
	font-size: 11px;
	line-height: 15px;
	color: #AAA;
	margin-bottom: 10px;
	width: 40%;
	position: absolute;
	top: 55px;
	right: 30px;
}

.list_footer {
	width: 446px;
	height: 48px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	right: 18px;
	text-align: right;
	padding-right: 20px;
}

.list_footer .paging {
	position: absolute;
	top: 15px;
	right: 30px;
}

.list_footer .morestories {
	line-height: 44px;
}

.top1 {
	width: 115px;
	height: 24px;
	background-color: #000;
	position: absolute;
	bottom: 24px;
	left: 10px;
}

.top1 a {
	display: block;
	width: 82px;
	height: 24px;
	line-height: 22px;
	padding-left: 33px;
	background-image: url(../images/icon_up.gif);
	background-repeat: no-repeat;
	background-position: 18px 10px;
}

.tag {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 85px;
	height: 20px;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

.love {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../images/icon_love.png);
	background-repeat: no-repeat;
	width: 47px;
	height: 45px;
}

.deletestory {
	display: block;
	width: 85px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 85px;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	background-color: #AA0000;
}

.deletestory:hover {
	background-color: #FF0000;
}


/* -- Story List Item -- */

.story_list_item {
	background-image: url(../images/bg_storylist_item.gif);
	background-repeat: no-repeat;
	position: relative;
}

.story_list_item img {
	position: absolute;
	top: 0;
	left: 0;
}

.story_list_item h3 {
	position: absolute;
	top: 97px;
	left: 20px;
	width: 189px;
	font: 18px/20px "Times New Roman", Times, serif;
	text-decoration: none;
}

.story_list_item h3 a {
	font: 18px/20px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #1F1F1F;
}

.story_list_item p.uploadinfo {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 189px;
	padding: 4px 10px 5px;
	border: 1px solid #CCC;
	border-width: 1px 0;
	font-size: 10px;
}

.story_list_item p.abstract {
	position: absolute;
	top: 170px;
	left: 20px;
	width: 189px;
	font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
}

.story_list_item a.btn_read {
	position: absolute;
	bottom: 7px;
	right: 20px;
	width: 49px;
	height: 49px;
	background-image: url(../images/btn_read.jpg);
	background-repeat: no-repeat;
}

.story_list_item .commentcount {
		position: absolute;
	bottom: 10px;
	left: 20px;
}

.story_list_item .rating {
	position: absolute;
	bottom: 15px;
	left: 64px;
}

/* -- FOOTER -- */

#footer {
	background-color: #010101;
	color: #6e6e6e;
	padding: 40px 0 30px;
}

#f1 {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

#f1 img {
	vertical-align: middle;
}

#f1 .p2 {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------*/
/*		G L O B A L   C L A S S E S
/*--------------------------------------------------------------*/

.remove {
	text-indent: -9999px;
	font-size: 1px;
}

.commentcount {
	width: 22px;
	height: 17px;
	padding: 3px 0 0 2px;
	background-image: url(../images/bg_commentcount.gif);
	background-repeat: no-repeat;
	font: 10px/11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

.rating {
	width: 65px;
	height: 12px;
	background-image: url(../images/bg_rating.gif);
	background-repeat: no-repeat;
}


.slogan {
	font: 28px/1.2em "Times New Roman", Times, serif;
	background-image: url(../images/dottedline1.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 20px;
	letter-spacing: -0.015em;
}

.slogan span {
	font-weight: bold;
	font-style: italic;
}

.greybox {
	background-color: #e5e5e5;
	padding: 30px 20px 40px;
}

.sideinfo {
	margin-bottom: 30px;
}

h3.h3profile {
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/dottedline1.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	display: inline-block;
	padding: 0 10px 5px 0;
	margin-bottom: 20px;
}

.mailcontrol {
	position: absolute;
	top: 0;
	right: 0;
}

.mailcontrol img {vertical-align:middle;}

h3.aside {
	font-size: 11px;
}

.h3friends, .h3mail {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 2px 0 8px 0;
	margin-bottom: 10px;
}

.h3friends {background-image:url(../images/bg_friendsheroes.gif);padding-left:50px;}
.h3mail {background-image:url(../images/bg_mailbox.gif);padding-left:41px;}

.sideinfo ul {
	list-style-type: none;
	margin-left: 20px;
}

.sideinfo ul li {padding: 2px 0;}

.sideinfo p.p_fansheroes {margin-left:20px;}

.contentpic1 {border: 7px solid #d9d9d9;}
.contentpic2 {border: 4px solid #d9d9d9;}

.anker {
	color: inherit;
	text-decoration: inherit;
	font-size: 11px;
}

.top2 {
	clear: left;
	padding: 50px 0 0 13px;
	background-image: url(../images/icon_up2.gif);
	background-repeat: no-repeat;
	background-position: 0 55px;
}

#nav_sub {
	list-style-type: none;
	margin-bottom: 30px;
}

#nav_sub li {
	border-bottom: 1px dotted #CCCCCC;
}

#nav_sub li a {
	display: block;
	padding: 8px 0 8px 20px;
	text-decoration: none;
	font-weight: bold;
}

#nav_sub li a span {
	font-weight: normal;
}

#nav_sub li a.active {color: inherit;}

.input1, .textarea1 {
	font-size: 14px;
	border: 1px solid #B3B3B3;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.reset {
	background-color: transparent;
	border: none;
	color: #ba0006;
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	float:right;
	position: relative;
	top: 10px;
}

.submit {
	background-color:transparent;
	background-repeat:no-repeat;
	border:0 solid #FFFFFF;
	display:block;
	float:right;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	margin-left: 10px;
	cursor: pointer;
}

.message {
	font-size: 14px;
	line-height: 20px;
}

.small {
	font-size: 10px;
	line-height: 1.3em;
	color: #999999;
}

.red {
	color: #E61803;
}


/*--------------------------------------------------------------*/
/*		M I C R O F O R M A T S
/*--------------------------------------------------------------*/

/* -- TEASER & INFO Homepage -- */

#teaser {
	background-image: url(../images/bg_teaser.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 350px;
	position: relative;
}

#teaser img {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 3;
	border-top: 3px solid #c9ab00;
}

#teaser a {
	display: block;
	width: 121px;
	height: 38px;
	background-image: url(../images/btn_readstories.png);
	background-repeat: no-repeat;
	z-index: 5;
	position: absolute;
	bottom: 37px;
	left: 39px;
}

#intro {
	background-image: url(../images/bg_intro.gif);
	background-repeat: no-repeat;
	margin: 0 10px;
	padding: 50px 30px 30px;
	background-color: #000;
	position: relative;
}

#intro p {
	color: #8f8f8f;
	width: 80%;
	font-size: 13px;
	line-height: 18px;
}

#intro .leadtext {
	font: 24px/1.2em "Times New Roman", Times, serif;
	color: #6e6e6e;
	margin-bottom: 10px;
	width: 70%;
}

#intro .leadtext span {
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}

#intro .btn {
	display: block;
	width: 117px;
	height: 34px;
	background-image: url(../images/btn_getstarted.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#homeinfo {
	width: 406px;
	height: 211px;
	float: left;
	margin: 0 8px 8px 0;
	padding: 40px 30px 50px;
	background-image: url(../images/bg_homeinfo.png);
	background-repeat: no-repeat;
	position: relative;
}

#homeinfo img {
	position: absolute;
	top: 20px;
	left: 20px;
}

#homeinfo p {
	width: 60%;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	margin-left: 170px;
	color: #CFCFCF;
}

#homeinfo .p1 {
	font: 24px/1.1em "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 30px;
	width: 60%;
}

#homeinfo .p1 strong {
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

#homeinfo a {
	color: #40A6CF;
}


/* -- NAV profile -- */

#nav_profile {
	margin: -40px -30px 40px;
	padding: 0 30px 20px;
	background-image: url(../images/bg_nav_profile.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#nav_profile .active {
	color: #1f1f1f;
	text-decoration: none;
	font-weight: bold;
}


/* -- PROFILE -- */

#col_left {
	width: 217px;
	float: left;
	margin-right: 20px;
}

#col_left img {
	margin-bottom: 10px;
}

#col_right {
	width: 323px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

#col_right h3 {
	font: 30px/1.2em "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#col_right table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#col_right table tr {
	border-bottom: 1px dotted #CCCCCC;
}

#col_right td {
	padding: 3px 0;
}

#col_right td.td2 {
	text-align: right;
	font-weight: bold;
}

#edit_profile {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/icon_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
	font-size: 10px;
}

#col_right input.input1 {
	width: 230px;
}

#col_right select {
	width: 241px;
}

#col_right table .small {
	font-weight: normal;
	color: #666;
}

#col_right .textarea1 { 
	width: 310px;
	height: 100px;
	font-size: 11px;
	line-height: 18px;
}

#col_right .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_edit.gif);
}


.icon {
	background-repeat:no-repeat;
	background-position: center left;
	padding: 2px 0 2px 22px;
	line-height: 20px;
}

.mailto {background-image:url(../images/icon_mail.gif);}
.getfan {background-image:url(../images/icon_add.gif);}
.deletefan {background-image:url(../images/icon_delete.gif);}
.shoutwhite {background-image:url(../images/icon_shout_white.gif);padding-left:30px;}
.shoutgrey {background-image:url(../images/icon_shout_grey.gif);padding-left:30px;}
.comment {background-image: url(../images/icon_comments.gif);}
.email {background-image: url(../images/icon_mailreply.gif);}
.star {background-image: url(../images/icon_star.gif);}
.otherstories {background-image: url(../images/icon_otherstories.gif);}
.spreadtheword {background-image: url(../images/icon_spreadtheword.gif);}

#profile .greybox h3 {
	margin-bottom: 15px;
}

#profile .greybox .date {
	margin-top: -10px;
	margin-bottom: 20px;
}

#profilestories {margin-top: -48px;}
#profilestories h2 {font-size:24px;}
#profilestories a {
	position: absolute;
	top: 15px;
	right: 30px;
}

#nostories {
	background-color: #FFF;
	padding: 30px 30px 40px;
	margin: 0 8px 8px 0;
}

#nostories p {width: 40%;}

/* -- SHOUTBOX -- */

.shoutentry {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.entry {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.first .entry {
	font-size: 24px;
	line-height: 1.2em;
}

.date {
	font-size: 10px;
	color: #999999;
}

#shoutform {
	padding-top: 100px;
	margin-bottom: 30px;
}
#shoutform h3 {
	font-size: 11px;
	background-image: url(../images/icon_shout_white.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#shoutform textarea {
	width: 288px;
	height: 100px;
	margin-bottom: 5px;
}

#shoutform input {
	height:38px;
	width:121px;
	background-image: url(../images/btn_shout.gif);
	float: left;
	margin: 0 0 10px 0;
}

/* -- FANS & HEROES -- */

.fansheroes {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 40px 5px;
}

.fansheroes tr td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px 0 6px;
}

.fansheroes .td1 {width: 50px;}

.fansheroes .td1 img {
	border: 5px solid #d9d9d9;
}

.fansheroes .td2 {
	padding-left: 15px;
}

.fansheroes .td3 {
	background-image: url(../images/bg_table_cellseperator.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 70px;
}


/* -- MAILBOX -- */

#mailbox {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#mailbox th {
	padding-bottom: 3px;
	text-align: left;
	background: url(../images/dottedline2.gif) bottom left repeat-x;
}

#mailbox tr td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 12px 0 10px;
}

#mailbox .td1 {width:50px;}
#mailbox .td4 {width:100px;font-size:10px;}
#mailbox .td5 {width:50px;text-align:center;}


/* -- NEWMESSAGE -- */

#newmessage {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#newmessage td {
	padding: 3px 0;
}

#newmessage .td1 {
	width: 70px;
}

#newmessage .ip1 {
	width: 280px;
	margin-right: 10px;
}

#newmessage .ip2, #newmessage textarea {
	width: 475px;
}

#newmessage textarea {height: 150px;}

#newmessage .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_submit_senden.gif);
}


/* -- ADRESSBOOK -- */

#popup_adress {
	width: 482px;
	height: 551px;
	background-image: url(../images/bg_adressbook.gif);
	background-repeat: no-repeat;
	padding: 12px;
}

#popup_adress .pageheadline {
	margin: 0 0 10px 0;
}

#popup_adress .alluser {
	text-align: right;
	padding-right: 30px;
}

#book {
	height: 250px;
	background-image: url(../images/dottedline2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0 5px 20px 0;
	overflow: auto;
}

#book table {
	width: 100%;
	border-collapse: collapse;
}

#book table tr {
	border-bottom: 1px dotted #CCC;
}

#book table tr td {
	padding: 14px 0 16px;
}

#book table tr td.td1 {padding-left:30px;width:200px;}
#book table tr td.td2 {}
#book table tr td.td3 {}
#book table tr td.td4 {}

#book .td2, #book .td3, #book .td4 {
	background-image: url(../images/bg_table_cellseperator.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: center;
}

#popup_adress form {
	padding: 0 30px 10px;
}

#popup_adress form textarea {
	width: 409px;
	margin-bottom: 10px;
}

#popup_adress .submit {
	height:38px;
	width:181px;
	background-image: url(../images/btn_submit_verteiler.gif);
}

/* -- POPUP INFO -- */

#popup_info {
	width: 482px;
	height: 341px;
	background-image: url(../images/bg_popup.gif);
	background-repeat: no-repeat;
	padding: 12px;
	position: relative;
}

#popup_info .pageheadline {
	margin: 0 0 30px 0;
}

#popup_info .slogan {
	margin: 0 30px 20px;
}

#popup_info .text {
	margin: 0 30px;
	font-size: 13px;
	line-height: 20px;
}

#popup_info .close {
	color: #CC0000;
	position: absolute;
	bottom: 42px;
	left: 185px;
}

#popup_info .btn {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 42px;
	background-image: url(../images/btn_register.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 38px;
}

#popup_info .btn2 {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 42px;
	background-image: url(../images/btn_ok.gif);
	background-repeat: no-repeat;
	width: 121px;
	height: 38px;
}


/* -- ABOUT MY STORY -- */

#aboutmystory #main {
	font-size: 12px;
	line-height: 18px;
}

#aboutmystory #aside {
	padding-top: 66px;
}


/* -- SIGNUP -- */

#signup table {
	width: 100%;
	border-collapse: collapse;
}

#signup td {
	padding: 3px 0;
}

#signup table .td1 {
	width: 80px;
}

#signup input.input1 {width: 465px;}

#signup table p {
	margin: 10px 0;
}

#signup .small {
	width: 80%;
}

#signup .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_signup.gif);
}

#signup h3 {
	margin-bottom: 10px;
}

#signup ol {
	list-style-position: inside;
	margin-bottom: 30px;
}

#signup ol li {
	margin-bottom: 10px;
}

#signup img.badge {
	position: absolute;
	top: 0px;
	right: 30px;
}


/* -- NEW STORY -- */

.backlink1 {
	position: absolute;
	top: 95px;
	right: 30px;
	padding: 0 0 5px 10px !important;
	background-image: none !important;
}

#newstory {
	width: 100%;
	border-collapse: collapse;
}

#newstory td {
	padding: 20px 0;
}

#newstory td.td1 {width:80px;vertical-align:text-top;font-weight: bold;}
#newstory td.td2 {vertical-align:top;}
#newstory td.td3 {width:30px;}
#newstory td.td4 {width:300px;vertical-align:top;}

#newstory td.td1, #newstory td.td2 {
	border-bottom: 1px dotted #999999;
}

#newstory input.input1, #newstory textarea.textarea1 {
	width: 540px;
}

#newstory .ta1 {height: 115px;}
#newstory .ta2 {height: 500px;}

#newstory .td2 div {
	width: 166px;
	height: 20px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 2px 1px 10px;
	margin: 0 2px 2px 0;
}

#newstory .greybox {
	padding-bottom: 20px;
}

#newstory .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_preview.gif);
}


/* -- STORY -- */

#story h2 {
	font: italic bold 22px/47px "Times New Roman", Times, serif;
}

#story .pageheadline a {
	position: absolute;
	top: 15px;
	right: 30px;
}

#story #info1 {
	position: absolute;
	top: 7px;
	left: 30px;
	padding-left: 65px;
}

#info1 .commentcount, #info2 .commentcount {
	padding: 5px 10px;
	background-position: 0 2px;
}

#story #info1 span {color:#FFF;font-size:10px;}

#story .start-rating-readlony-wrapper {
	position: absolute;
	top: 2px;
	left: 0;
}

#info2 .start-rating-readlony-wrapper {
	position: absolute;
	top: 7px;
	left: 0;
}


#story #main {
	font-size: 12px;
	line-height: 22px;
}

#story #info2 {
	font-size: 11px;
	margin-top: 40px;
	border-top: 1px dotted #666666;
	width: 60%;
	padding-top: 5px;
	position: relative;
	padding-left: 65px;
}

#story .contentpic1 {
	margin-bottom: 30px;
}

#gallerythumbs {
	padding: 8px;
	background-color: #D9D9D9;
	width: 272px;
	overflow: hidden;
	margin-top: -32px;
	margin-bottom: 30px;
}

#gallerythumbs img {
	float: left;
	margin-right: 2px;
}

#story .sideinfo {
	background-image: url(../images/bg_h3aside.gif);
	background-repeat: no-repeat;
	background-position: 0 23px;
	clear: both;
}

#big_signup {
	display: block;
	height: 57px;
	background-image: url(../images/btn_signup_big.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#story h3 {
	padding: 0 0 0 22px;
	font-size: 11px;
	font-weight: bold;
	background-position: bottom left;
	margin-bottom: 15px;
}

#story h3 span {
	font-weight: normal;
}

#story .sideinfo p {
	margin-left: 10px;
	overflow: hidden;
	width: 100%;
}

#story .commentitem a {
	font-weight: bold;
	text-decoration: none;
}


#story .commentitem {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
}

#story .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_comment.gif);
	float: left;
	margin: 0 0 30px 0;
}

#story form {
	margin: -10px 0 0 10px;
}

#story textarea {
	width: 265px;
	margin-bottom: 0;
}

#story input.input1 {
	width: 265px;
	margin: 10px 0 0 0;
}

#story .f2 .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_submit_senden.gif);
	float: left;
	margin: 0 0 30px 0;
}

#story ul {
	list-style-type: square;
	color: #1D87B5;
}


/* -- SEARCH -- */

#searchlist h2 {
	font-size: 24px;
}

.user_list_item {
	width: 189px;
	height: 48px;
	float: left;
	margin: 0 8px 8px 0;
	background-color: #FFFFFF;
	padding: 20px;
}

.user_list_item img {
	float: left;
	margin-right: 10px;
}



/* Added by dynamo gold */
#popup_info {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -241px;
	margin-top: -172px;
	z-index: 999;
}

.rating {
	background-image: none;
}

#preview {
	display: none;
	z-index: 999;
	width: 600px;
	/*height: 500px;*/
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -390px;
	height: 100%;
	padding: 80px;
}

#addressbook {
	display: none;
	z-index: 999;
	width: 506px;
	height: 575px;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -253px;
	margin-top: 20px;
}

#addressbook-all {
	display: none;
}

.rating-cancel {
	display: none;
}

.calendar {
	z-index: 1000;
}

.tooltip_content {
	display: none;
}

#tooltip {
	z-index: 9999;
	position: absolute;
	background: #FFF;
	padding: 20px;
	color: #333;
	display: none;
	width: 190px;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999:
}

#newstory .td2 .submit {
	height:38px;
	width:121px;
	background-image: url(../images/btn_submit_senden.gif);
	float: right;
	margin: 0 0 30px 0;
}

#rate-message {
	display: none;
}
}