




/* css reset ... found in reset_css.css  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background-color: #fff;
	
	background-image:url('/includes/images/gradient1.png');  background-repeat: repeat-x; 

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}

/*  ----- end css reset ------- */


/* body css ... found in body_css.css */



a{text-decoration:none; color:#fff}
a:hover{text-decoration:underline;}
a:visited{color:#fff;}

a.username_link{color:#54026E;}
a.username_link:hover{text-decoration:none;}

p{
  text-align:left;
  margin:10px 0px 0px 0px;
}

.input_box{
  width:75px;
  border:1px solid #54026E;
  height:17px;
  font-size:12px;
  color:#696969;
  margin:0px 3px 0px 3px;
}

.no_click{
  text-decoration:none;
  color:#999999;
  cursor:auto;
}

.submit_button{
  display:inline;
  background-color:#54026E;
  border:1px solid #999999;
  padding:3px 5px 3px 5px;
  cursor:pointer;
  margin:10px 0px 10px 0px;
  font-weight:normal;
  color:#fff;
  
  -moz-border-radius:.5ex;
  -webkit-border-radius:.5ex;
}

.submit_button:hover{background-color:#54026E;}


body{
  text-align:center;
  font-family: "Arial","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}

#body_div{
  position:relative;
  clear:both;
  float:left;
  margin-top:0px;
  width:990px;
}

#header_background{
 width:100%;
 height:205px;
 background-color:#fff; 
 position:absolute;  
  filter:alpha(opacity=60);
  opacity:0.6;
}


#header{
  position:relative;
  float:left;
  
  width:990px; 
  padding:20px 20px 0px 20px; 
  margin:20px 0px 0px 0px;  
  
  background-color:#fff;
  /*
  -moz-border-radius:2ex;
  -moz-border-radius-bottomright:0ex;
  -moz-border-radius-bottomleft:0ex;
  
  -webkit-border-radius:2ex;
  -webkit-border-bottom-right-radius:0ex;
  -webkit-border-bottom-left-radius:0ex;
  */
  border-left:solid 3px #fff;
  border-top:solid 3px #fff;
  border-right:solid 3px #fff;
  border-bottom:none 2px #fff;
  
}

#background_matte{
  float:left; 
  width:990px; 
	background-color:#057D9F;
  padding:20px 20px 20px 20px; 
  margin:0px 0px 30px 0px;  
  -moz-border-radius:2ex;
  -moz-border-radius-topright:0ex;
  -moz-border-radius-topleft:0ex;

  -webkit-border-radius:3ex;
  -webkit-border-top-right-radius:0ex;
  -webkit-border-top-left-radius:0ex;

  border-left:solid 3px #fff;
  border-top:none 2px #fff;
  border-right:solid 3px #fff;
  border-bottom:solid 3px #fff;
}



#left_body_col{
  width:760px;
  float:left;
}

#right_body_col{
  width:200px;
  float:right;
  background-color:transparent;
  padding:4px;
  margin-top:20px;
  margin-right:10px;
  height:900px;

  
  -moz-border-radius-bottomright:2ex;
  -moz-border-radius-bottomleft:2ex;
  -webkit-border-bottom-right-radius:2ex;  
  -webkit-border-bottom-left-radius:2ex;  
  
  /*border:1px solid #999;*/
  border-top-style:none;
  
}

.vertical_ad_container{
  margin:20px auto;
  float:left;
  width:100%;
  clear:both;
  border:solid 1px #9f9f9;
  
}

/* side navigation - categories */
#side_nav_categories{

}

.side_nav_box{
  width:208px;
  float:left;
  text-align:left;
  padding:6px 8px 6px 12px;
  margin-left:-14px;

/*
  background-color: #FF8100;
  border:solid 1px #fff;
  
    -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
*/
}

.side_nav_divider{
  width:100%;
  height:20px;
  padding:0px 5px 0px 5px;
  margin:0px 0px 0px -5px;
	background-color:#057D9F;
  float:left;
  clear:both;
}

.side_nav_item{
  font-size:16px;
  margin:15px 0px 15px -2px;
  letter-spacing: 1px;
  background-color:#FF8100;
  padding:6px 1px 6px 1px;
    -moz-border-radius:.5ex;
  -webkit-border-radius:.5ex;
  text-align:center;
  border:solid 1px #fff;
}

.side_nav_item:hover{
  border:solid 1px #04356c;
}

.side_nav_item a{
  color: #fff;
  font-weight:bold;
}

.side_nav_item a:hover{
  text-decoration:none;
}

.side_bar_container{
  width:190px;
  background-color:#fff;
  padding:10px;
  margin-left:0px;
  float:left;
  clear:both;
    -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}


#wrapper{
  width:1010px;
  margin:0px auto;
}

#site_title{
  float:left;
  text-align:left;
  margin:10px 0px 0px 0px;
  /*background-image:url('/includes/images/heart_favicon.png');
  background-repeat:no-repeat;
  background-position:124px 5px;*/
}

#title a{
  font-size:36px;
	color:#000;
}

#title a:hover{text-decoration:none;}

#subtitle{
  font-size:22px;
  margin:3px 0px 0px 5px;
  color:#057D9F;
}

#title_spacer{
  width:13px;
  margin:0px 0px 0px 13px;
}

#paginate_pages span a{
  color:#fff;
}

#paginate_pages span a:visited{
  color:#fff;
}

#paginate_prevnext{
  margin:0px auto;
  width:700px;
}

#paginate_prevnext span a{
  color:#fff;
}

#paginate_prevnext span{
  margin:10px;
}


#footer{
  border-top:1px solid #cfcfcf;
  float:left;
  clear:both;
  width:960px;
  margin:50px 0px 0px 15px;
  padding-top:10px;
  padding-bottom:50px;
  color:#fff;
}

#footer a{
  color:#fff;
}

#footer a:visited{
  color:#fff;
}

.footer_item{
  /**/font-size:14px; 
  color:#fff;  
}

#footer_rss_img{
  padding-top:5px;
}



/* ----- end body css ---- */

/* login css ... found in login_css.css */


#login_div{
  float:right;
  text-align:left;
}

#login_div a{
  color:#000;
}

#login_div .input_box{


}

#login_button{
  padding:0px;
  margin:0px 0px 0px 5px;
  padding:4px 5px 4px 5px;

}

#logout_div{
  float:right;
  margin-top:10px;
}

#logout_div a{
  color:#000;
}

#login_table{
  font-size:12px;
  color:#666;
  margin:10px 0px 5px 0px;
}

#login_table tr td{
  padding:0px 0px 0px 5px;
}

#login_table .input_box{
  width:75px;
  border:1px solid #ADADAD;
  height:17px;
  font-size:12px;
  color:#696969;
  margin:0px 3px 0px 3px;
}

#forget_login_info1, #forget_login_info2{
  text-decoration:none;
  font-size:12px;
  margin:0px 0px 0px 52px;
}

#forget_login_info2{
  color:red;
}
/* ----- end login css ---- */


/* top nav css ... foudn in top_nav_css.css */

#global_nav{
  clear:both;
  text-align:left;
  width:1030px;
  float:left;
  margin:50px 0px 0px -20px;
  border-bottom:solid 1px #fff;
}

#global_nav ul{
  width:100%;
  height:50px;
  float:left;
  margin:10px 0px 0px 0px;
  font-size:19px;
  background-color:#FF8100;
  
  -moz-border-radius:1ex;
  -moz-border-radius-bottomright:0ex;
  -moz-border-radius-bottomleft:0ex;
  
  -webkit-border-radius:1ex;
  -webkit-border-bottom-right-radius:0ex;
  -webkit-border-bottom-left-radius:0ex;
  
}

#global_nav ul li{
  display:block;
  float:left;
  margin:15px 5px 0px 5px;
  padding:5px 10px 10px 10px;
  background-color:#FF8100;
  -moz-border-radius-topright:.5ex;
  -moz-border-radius-topleft:.5ex;
  -webkit-border-top-right-radius:.5ex;
  -webkit-border-top-left-radius:.5ex;
  cursor:pointer;
  background-color:#54026E;
}

#global_nav ul li#tell_your_story_back_li{
  background-color:#fff;
  position:absolute;
  margin: -10px 0px 0px 792px;  
  width:188px;
  height:120px;
  
  
  -moz-border-radius:.5ex;
  -webkit-border-radius:.5ex;
  z-index:5;
}

#global_nav ul li#tell_your_story_back_li:hover{
  padding:5px 10px 10px 10px;
}

#global_nav ul li#tell_your_story_li{
  border:1px solid:#fff;
  margin-top:16px;
  margin-left:803px;
  -moz-border-radius:.5ex;
  -webkit-border-radius:.5ex;
  border:1px solid #333; 
  background-color:#057D9F;
  color:#fff;
  padding:20px 10px 24px 10px;
  position:absolute;
  font-size:25px;

  z-index:6;
}

#global_nav ul li#tell_your_story_li a{
  color: #fff;
}



#global_nav ul li#tell_your_story_li:hover{
  border-style:solid;
  padding:20px 10px 24px 10px;
  border:1px none #333;
}

#global_nav ul li a:hover{
  text-decoration:none;
}

#global_nav ul li:hover{
  background-color:#54026E;
  border-style:none;
  padding-bottom:15px;
}

#global_nav ul li.global_nav_current_li{
  padding-bottom:15px;
  border:1px solid #fff;
  border-bottom-style:none;
}

#sub_global_nav{
  clear:both;
  text-align:left;
  width:1030px;
  float:left;
  margin:0px 0px 0px -20px;
  border-bottom:solid 1px #999;

}

#sub_global_nav ul{
  width:100%;
  height:40px;
  float:left;
  margin:0px 0px 0px 0px;
  font-size:17px;
  background-color:#54026E;
}

#sub_global_nav ul li{
  display:block;
  float:left;
  margin:5px 5px 0px 5px;
  cursor:pointer;
  padding:5px 9px 5px 9px;
  border:1px solid #fff;
  -moz-border-radius:.5ex;
  -webkit-border-radius:.5ex;
}

#sub_global_nav ul li#sub_global_nav_current_li{
  background-color:#04356c;
}

#sub_global_nav ul li:hover{
  background-color:#04356c;
}



#sub_global_nav ul li a:hover{
  text-decoration:none;
}
/* ----- end top nav css ---- */

/* popup css ... found in popup_css.css */


.popup_box_title{
  width:100%;
  text-align:left;
  float:left;
  clear:both;
  font-weight:bold;
}

.popup_box_content{
  float:left;
  width:100%;
  clear:both;
  text-align:left;
  min-height:400px;

}

#transparent_wrapper{	
  display:block;
  height:100%;
  left:0;
  -moz-opacity:0.97;
  -khtml-opacity: 0.97;
  opacity: 0.97;
  position:fixed;
  top:0;
  width:100%;
  z-index:3000;
  background-color:#302b25;
}

.popup_box{
  top: 100px;
  left: 50%;
  right:0px
  height:400px;
  width:750px;
  background-color:#fff;
  position: absolute;
  
  margin-left: -375px;/**/
  z-index:3100;
  padding:20px;
  /*
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
  */
}


#submit_story_close, .popup_close{
  padding:5px 4px 6px 4px;
  float:right;
  margin:0px 20px;
  border:solid 1px #999;
  background-color:#FF8100;
  cursor:pointer;
  color:#fff;
  font-size:12px;
  
  -moz-border-radius:.5ex;
  -webkit-border-radius:.5ex;
}

#submit_story_close:hover{
  color:#000;
}

#submit_story_body,#registration_body{
  text-align:left;
  margin:50px 10px 0px 10px;
  font-size:11px;
}

#submit_story_description{
  margin-bottom:20px;
}

#submit_story_nick{
  float:left;
  font-weight:bold;
}

#submit_story_opt1{
  float:left;
  margin:20px 12px 0px 56px;
}

#submit_story_opt2{
  float:left;
  margin:20px 4px 0px 25px;
}

#submit_story_opt3{
  float:left;
  margin:20px 2px 0px 12px;
}

#submit_story_nick_input{
  border:1px solid #ADADAD;
  padding:2px; 
  margin:0px 0px 0px 5px;
  width:100px;
  font-size:15px;
}

.submit_story_select{
  border:1px solid #ADADAD;
  padding:2px;
  width:100px;
  margin:0px 0px 0px 2px;
}

#submit_story_textarea{
  border:1px solid #ADADAD;
  font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
  font-size:13px;
  margin:25px 0px 0px 50px;
  padding:4px;
  width:567px;
  height:230px;
}

#submit_story_submit{
  padding:6px 10px 6px 10px;
  float:right;
  margin:15px 103px 0px 0px;
  border:solid 1px #999;
  background-color:#dfdfdf;
  cursor:pointer;
  color:#666;
  font-size:25px;

  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}



/* registration popup */

#registration_options{
  float:left;
  width:100%;
  clear:both;
  margin:10px;
}

.registration_row{
  margin:2px 0px 1px 0px;
  width:100%;
  float:left;
  clear:both;
}

.registration_name{
  display:block;
  float:left;
  width:100px;
  padding-top:5px;
}

#registration_options .input_box{
border:1px solid #ADADAD;
margin:0 0 0 5px;
padding:2px;
width:100px;
float:left;
}

#registration_body{
  float:left;
  width:290px;
  text-align:left;
  margin:0px 10px 0px 10px;
  font-size:11px;

}

#registration_help_box{
  float:left;
  width:240px;
  text-align:left;
  margin:25px 10px 0px 0px;
  padding:4px 10px 20px 20px;
  font-size:13px;
  border:1px solid #000;
  background-color:#c0ebf0;
  
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}

#registration_avatar_example{
  position:absolute;
  z-index:5005;
  background-color:transparent;

}



.reg_error{
  height:18px;
  width:18px;
  background-image: url('/includes/images/green_check_small.png');
  float:left;
  margin-left:-5px;
  display:none;
}

#captcha_image{
  margin:5px 0px 15px 0px;
}

#register_button{
  padding:3px 2px 4px 2px;
  float:left;
  margin:0px 20px;
  border:solid 1px #999;
  background-color:#dfdfdf;
  cursor:pointer;
  color:#000;
  font-size:12px;
  margin:10px 0px 0px 105px;
}

#register_button:hover{
  background-color:#c0ebf0;
}

#registration_helpbox_title{
  margin:10px 0px 0px 0px;
  font-weight:bold;
}

#reg_ajax_spinner{
  margin:20px auto 0px 90px;
}


/* suggestion box stuff */
#suggestion_box_title{
  margin:40px 0px 0px 20px;

}

#suggestion_box_textarea{
  height:200px;
  width:550px;
  margin:10px 0px 0px 20px;
  border:1px solid #ADADAD;
  

}

#suggestion_submit{
  clear:both;
  margin-top:10px;
  background-color:#DFDFDF;
  border:1px solid #999999;
  color:#000000;
  cursor:pointer;
}


/* MY info stuff */
/* my info stuff */

#my_info_avatar_select, #my_info_stories_select, #my_info_info_select, #my_info_settings_select{
  float:right;
  margin:0px 5px 0px 5px;
  width:120px;
  text-align:center;
}

#my_info_personal{
  width:100%;
  float:left;
  clear:both;
  margin-top:50px;
}

.my_info_settings_title{
  font-size:17px;
  margin:5px 0px 5px 15px;
  width:100px;
  float:left;
}

.my_info_table{
  width:100%;
  float:left;
  border:solid 1px #999;
  padding:10px;
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
  background-color:#c0ebf0;
}

.my_info_table tr td a{
  color:#000;
}


#my_info_stories_table{
  width:90%;
  margin: 40px auto;
}

#my_info_stories_table tr td{
  text-align:center;
  padding:15px 5px 15px 5px;
  background-color:#FF8100;
  border-top:solid 2px #fff;
}

#my_info_stories_table tr.row1 td{
  background-color:#c0ebf0;
  color:#000;
  padding:10px;
  font-size:17px;
}


#my_info_update_stats{
  float:left;
  margin:10px 0px 10px 100px;
}

.my_info_table tr td{
  padding:5px 10px 5px 10px;
  font-size:14px;
}

.my_info_table .row_1{
  font-weight:bold;
  /*text-align:right;
  width:250px;*/
}

#my_info_avatar{
  margin:0px 0px 10px 85px;
  float:left;

}

#my_info_ajax_spinner{
  margin:160px 0px 0px 350px;
}

#my_change_password{
  width:100%;
  height:170px;
  float:left;
  font-size:12px;
  border:solid 1px #999;
  padding:10px 20px 10px 20px;
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
  margin-left:20px;
  background-color:#c0ebf0;  
}

#my_recently_commented .rowa{
  padding:5px 10px 5px 10px;
  background-color:#fff;
}

#my_recently_commented .rowb{
  padding:5px 10px 5px 10px;
  /**/background-color:#F4D7D7; 
}

#my_avatar_div{
  width:240px;
  float:left;
  margin:20px 0px 0px 180px;
  border:solid 1px #999;
  padding:10px;
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
  background-color:#c0ebf0;
}

#my_info_update_avatar{
  float:left;
  clear:both;
  margin:10px 0px 0px 250px;
}

#my_avatar_div .avatar_part_displayer{
  margin:-5px 0px 0px 5px;
}

#change_password_div{
  margin-left:-10px;
  width:110%;
}

#change_password_div .row1{
  float:left;
  width:130px;
  padding:0px 5px 0px 5px;
  text-align:right;
  margin-top:10px;
}

#change_password_div .row2{
  float:left;
  width:80px;
  padding:0px 5px 0px 5px;
  margin-top:6px;
}
/* ----- end popup css ---- */

/* story css ... found in story_css.css */


#stories{
  clear:both;
  float:left;
  width:700px;
  text-align:left;
  margin-top:0px;
}


#category_title{
  text-align:left;
  display:block;
  float:left;
  width:100%;
  margin:50px 0px 10px 15px;
  font-weight:bold;
  font-size:14px;

}

.story{
  font-size:12px;
  margin:35px 0px 10px 0px;
  width:700px;
  float:left;
}

.story_col1{
  width:100px;
  float:left;
  margin:60px 0px 0px 0px;
}

.story_col1b{
  width:100px;
  float:right;
  margin:60px 25px 0px 0px;
}

.story_col2{
  width:565px;
  height:166px;
  background-image:url('/includes/images/bubbleright.png');
  float:left;
  margin-left:15px;
  
}

.story_col2b{
  width:565px;
  height:166px;
  background-image:url('/includes/images/bubbleleft.png');
  float:left;
}

.story_text, .story_textb{
  font-family:"Palatino","Lucida Grande","Lucida Sans Unicode",Verdana;
  font-size:13px;
  color:#333;
  line-height:1.3em;
  width:450px;
  height:100px;
  margin:16px 0px 0px 70px;
  clear:both;
}

.story_textb{
  margin:16px 0px 0px 50px;
}

.story_meta{
  width:100%;
  float:left;
  margin:5px 0px 0px 0px;
}

.story_meta_storypage{
  width:600px;
  float:left;
  margin:10px 0px 20px 175px;
  text-align:left;
}


.story_top_line1, .story_top_line2{
  float:left;
  clear:both;
  width:450px;
  margin-top:-10px;
}


.story_num, .story_nick, .story_date{
  display:block;
  text-align:left;
  font-family:"Palatino","Lucida Grande","Lucida Sans Unicode",Verdana;
  font-size:13px;
  color:#333;
  width:150px;
  margin:0px 0px 0px 0px;
}

.story_nick{
  margin:4px 0px 0px 0px;
  float:left;
}

.story_num{
  margin:0px 0px 0px 24px;
  float:left;
  display:none;
}

.story_date{
  float:right;
  text-align:right;
  margin:4px 24px 0px 0px;
  font-size:12px;
  color:#000;
}


/**/

.meta_row1, .meta_row1b{
  display:block;
  width:100%;
  float:left;
  margin:40px 0px 0px 100px;

}

.meta_row1b{
  margin:40px 0px 0px 90px;
}

.left_icon_col, .right_icon_col{
  float:left;
  width:220px;
}


.icon_text{
  font-family:"Arial","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
  width:150px;
  float:left;
  color:#cfcfcf;
  font-size:13px;
  padding-top:3px;
  cursor:pointer;
}

.thumbs_down, .thumbs_up, .give_advice, .report_story{
  width:18px;
  height:19px;
  float:left;
  cursor:pointer;
  background-image:url('/includes/images/icons_small.png');
  background-repeat:no-repeat;
}

.thumbs_down{
  background-position: 0px 0px;
  margin:0px 5px 0px 5px;
  clear:both;
}

.thumbs_up{
  background-position: -18px 0px;
  margin:0px 5px 0px 5px;
}

.give_advice{
  background-position: -56px 0px;
  margin:0px 5px 0px 0px;
}

.report_story{
  background-position: -36px 0px;
  margin:0px 5px 0px 0px;
  clear:both;
}


#stories_paginate{
  width:100%;
  float:left;
  clear:both;
  margin:60px 0px 10px 0px;
  font-size:17px;
  text-align:center;
  color:#cfcfcf;

}

/* css for stories */


#story{
  background-color:#fff;
  padding:15px;
  clear:both;
  border:solid 1px #999;
  float:left;
  width:710px;
  
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;

  text-align:left;
  margin-top:10px;
  background-color:#c0ebf0;
  font-size:17px;
  line-height:1.3em;
  color:#333;
}

.story_text a, .story_textb a, .comment a{
  color:#54026E;
}

#story_text{
  float:left;
  margin:5px 0px 20px 20px;
  width:560px;
  font-size:13px;
}

#story_title{
  font-weight:bold;
  /*margin:25px 480px 0px 0px;*/
  margin:15px 0px 0px 15px;
  width:200px;
  float:left;
}
#story .avatar{
  float:left;
  margin:2px;
}

/*comments table*/

#comment_table{
  width:600px;
  margin:30px auto;
  clear:both;
}

#comment_textarea{
border:1px solid #ADADAD;
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size:13px;
height:230px;
margin-top:15px;
padding:4px;
width:567px;
}

#comment_input{
  border:1px solid #ADADAD;
  padding:2px; 
  cursor:pointer;
  margin:10px;
}



/*display comments */
.comment{
  width:740px;
  float:left;
  border:1px solid #bfbfbf;
  text-align:left;
  margin:10px 0px 10px 0px;
  font-size:15px;
  line-height:1.3em;
  
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
  background-color:#fff;
}

.comment_col1{
  width:120px;
  float:left;
  border-right:1px solid #bfbfbf;
  padding:2px 10px 2px 10px;
}

.comment_col2{
  width:556px;
  float:left;
  padding:20px;
  padding-bottom:5px;
  margin-left:-1px;
  border-left:1px solid #bfbfbf;

}

.comment_title{
  width:500px;
  float:left;
  font-weight:bold;
  margin:10px 0px 0px 0px;
}

.comment_text{
  width:500px;
  float:left;
  margin:5px 0px 15px 5px;
  min-height:60px;
}

.comment_voting{
  float:right;
  clear:both;
  width:500px;
  text-align:right;
  margin:0px 0px 5px 0px;
  font-size:13px;
}

.comment_number{
  float:right;
}

.comment_date{
  margin-left:0px;
}

.comment_meta{
  margin:5px 0px 0px 5px;
  font-size:12px;
}

.report_comment{
  font-weight:bold;
  font-size:11px;
  margin:4px 0px 4px 0px;
}

.report_comment a{
  text-decoration:none;
  font-weight:normal;
}

.report_coment a:hover{
  text-decoration:underline;
  font-weight:normal;
}
/* ----- end story css ---- */


/* avatar css ... found in avatar_css.css */


.avatar, .avatar_small{
  height:120px;
  width:100px;
  background-color:#fff;
  border:2px solid #999;
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
  margin:30px 0px 0px 0px;
}

.avatar_small{
  height:64px;
  width: 50px;
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}


.male_icon{
  background-image: url('/includes/images/male.png');
}

.female_icon{
  background-image: url('/includes/images/female.png');
}

.avatar_col1{
  float:left;
  width:80px;
}

.avatar_col1 div{
  float:left;
  clear:both;
  margin-left:5px;
  padding:3px 5px 3px 5px;
  width:50px;
  text-align:center;
  color:#000;
}

.avatar_col1 div:hover{
  background-color:#fff;
}

.avatar_col1 .selected{
  background-color:#fff;
}

.avatar_col2{
  float:left;
  width:140px;
  margin-left:20px;
}

.avatar_part_displayer{
  width:220px;
  float:left;
  margin:15px 0px 0px 0px;
  clear:both;
}

.avatar_part{
  margin:10px 0px 5px 60px;
  background-image:url('/includes/images/avatar_parts/male/hair/1.png');
}

.avatar_part_navigator{
  width:120px;
  float:left;
  margin:0px 0px 0px 90px;
}

.avatar_part_navigator .prev{ 
  float:left;
  width:30px;
  padding:5px 5px 5px 5px;
  text-align:center;
}

.avatar_part_navigator .next{ 
  float:right;
  width:30px;
  padding:5px 5px 5px 5px;
  text-align:center;
}

.avatar_skin, .avatar_hair, .avatar_shirt{
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
  position:absolute;
  height:120px;
  width:100px;
}

.avatar_skin_small, .avatar_hair_small, .avatar_shirt_small{
  height:60px;
  width:49px;
  position:absolute;
  background-position:0px 0px;
  background-repeat:no-repeat;
  margin-top:4px;
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;

}

.avatar_skin, .avatar_skin_small{

  background-image:url('/includes/images/avatar_parts/male/skin/1.png');
    z-index:5;

}

.avatar_hair, .avatar_hair_small{
  background-image:url('/includes/images/avatar_parts/male/hair/1.png'); 
  z-index:6; 
}


.avatar_shirt, .avatar_shirt_small{
  background-image:url('/includes/images/avatar_parts/male/shirt/1.png'); 
  z-index:9;
}
/* ----- end avatar css ---- */

/* user page css ... found in userpage_css.css */

  
  
  #user_page{
  
  }
  
  #user_col1{
    width:30%;
    background-color:#fff;
    float:left;
    padding:5px 10px 5px 10px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
  }
  
  #user_col2{
    width:60%;
    float:left;
    margin-left:25px;
  }
  
  .user_col2_container{
    padding:20px 10px 20px 10px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;  
    width:100%;
    float:left;
    background-color:#fff;
    margin:0px 0px 20px 0px;
  }
  
  .user_col2_container table{
    clear:both;
    float:left;
    width:90%;
    margin:20px 0px 20px 20px;
    border-top:2px #c0ebf0 solid;
    font-size:14px;
  }
  
  .user_col2_container table tr{
    /*background-color:#c0ebf0;
    cursor:pointer; */
  }
  
  .user_col2_container table tr td{
    padding:5px;

    border-bottom:2px #c0ebf0 solid;
  }
  
  .user_col2_container table tr:hover{
    background-color:#fff9db;
    cursor:pointer;
  }
  
  .user_col2_title{
    float:left;
    font-size:17px;
    font-weight:bold;
  }
  
  #user_info_area{
    text-align:left;
    width:100%;
    margin-bottom:30px;
    float:left;
  }
  .user_info_row{
    float:left;
    width:100%;
    clear:both;
  }
  
  .user_info_left{
    float:left;
    width:65%;
    margin-left:10px;
  }
  
  .user_info_right{
    float:right;
    width:25%;
    margin-left:-30px;
  }
  
  .user_info_subtitle{
    float:left;
    width:100%;  
    margin:15px 0px 15px 0px;
    font-size:17px;
    font-weight:bold;
  }
  
  
  #tissue_icon{
    background-image:url(/includes/images/icons_small.png);
    background-repeat:no-repeat;
    float:left;
    height:19px;
    width:18px;
    background-position:-18px 0;
  }
  
  #no_tissue_icon{
    background-image:url(/includes/images/icons_small.png);
    background-repeat:no-repeat;
    float:left;
    height:19px;
    width:18px;
    background-position:0 0;
  }
  
  
  #user_rank_overall{
    font-size:22px;
    float:left;
    width:35%;
    text-align:left;
    margin-bottom:15px;
  }
  
  #user_rank_num_overall{
    font-size:22px;
    float:right;
    width:30%;
    text-align:left;
    margin-right:60px;
    margin-bottom:15px;
  }

  .user_rank_sub{
    font-size:18px;
    float:left;
    width:35%;
    text-align:left;
    font-style:italic;
    margin:5px 0px 5px 20px;
  }
  
  .user_rank_num{
    font-size:18px;
    float:right;
    width:30%;
    text-align:left;
    margin:5px 53px 5px 0px;
  }
/* ----- end userpage css ---- */

#about_div p{
  width:600px;
  margin:20px auto 10px auto;
  line-height:1.3em; 
}


#tos_div{
  text-align:left;
  margin:30px 0px 0px 0px;

}

#tos_div h2{
  font-weight:bold;
  font-size:16px;
  margin-bottom:1em;
  display:block;
}

#tos_div h3{
  font-weight:bold;
  font-size:14px;
  margin-bottom:1em;
  display:block;
}

#tos_div p{
  margin-bottom:1.5em;
  line-height:1.3em;
}

#tos_div ol{
  list-style-type:lower-alpha;
}

#tos_div ol li{
  margin:10px 0px 15px 25px;
}

#tos div ul{

}

#tos_div ul li{
  margin:10px 0px 15px 25px;
  list-style-type:circle;
}










