/* 
You're looking at CSS written by Allan Branch of LessEverything.com 
If you have questions email me at Allan(at)LessEverything(dot)com
To be able to read the rhtml better I use default classes (right, left, clear)
div class=clear is your friend, horizontal lists aren't
*/

body  {
	font: normal 11px "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px; 
	color: #333; 
	text-align: center;
	line-height: 160%;
}	
div, img, form, ul {
	margin: 0px;
	padding: 0px;
	border: 0px; 
}
small			{font-size: 9px;}
div, span, td, .text_l {text-align: left;}	
.clear 			{clear: both;}	
.text_r 		{text-align: right;}
.text_c,
div .text_c 		{text-align: center;}
a 				{font: normal  "Arial", sans-serif; text-decoration: none; color: #861427; cursor: pointer;}
a:hover 		{text-decoration: underline; }	
.left 			{float: left;}
.right 			{float: right;}
.hidden			{display: none;}
li				{list-style: none;}
#wrapper 		{width: 870px; margin: 0px auto; padding: 0px;}
#plain_wrapper 	{width: 450px; margin: 0px auto; padding: 0px; background: white; border: 10px solid #666;}

.margin_l_5     {margin-left: 5px;}
.margin_r_5     {margin-right: 5px;}
.margin_t_10    {margin-top: 10px;}
.margin_t_5     {margin-top: 5px;}
.margin_b_5     {margin-bottom: 5px;}

.left_main      { width: 69%; float: left;}
.right_main     { width: 31%; float: right;}

button {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}

button.roundedg,button.roundedb {
/*background: transparent url( /images/btn_rightg.png ) no-repeat scroll right top;
*/
	clear: left;
	font-size: 0.8em;
}

button.roundedg {
	background: transparent url( /images/btn_rightg.png ) no-repeat scroll right top;	
}

button.roundedb {
	background: transparent url( /images/btn_rightb.png ) no-repeat scroll right top;	
}

button span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

button.roundedg span {
	background: transparent url( /images/btn_leftg.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

button.roundedb span {
	background: transparent url( /images/btn_leftb.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

button.roundedg:hover,button.roundedb:hover {
	background-position: 100% -30px;
}

button.roundedb:hover span {
	background-position: 0% -30px;
}

button.roundedg:hover span {
	background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}


.upgrade        {font-size: 14px;}
.upgrade .buy   {font-size: 24px; text-align: center; background:#dfdfdf; color: blue; border: 2px solid #333; height: 40px; width: 200px; padding: 40px;}
.upgrade a      {text-align: center; padding: 20px 0px 0px 0px; font-weight: bold;}
.upgrade h2     {margin-bottom: 40px;}
.upgrade ul     {padding: 10px 0px 0px 30px;}
.upgrade li     {list-style: circle;}
#content		{color: #333333; background: white; padding: 0 0 0 0; min-height: 600px; height:auto !important; height:600px; border: 2px solid #dfdfdf; }
#just_for_hearts{background:  url(/images/top_hearts_black.png) no-repeat;}
#main			{padding: 0px; }
#main2			{padding: 0px 25px 25px;}
#content_top	{margin: 0px; height: 30px; padding; 0px; color: #333333;  border-bottom: 1px solid #DFDFDF; background: #DFDFDF;}

#search_q	{border: 1px solid #c3c3c3; border-top: 1px solid #7c7c7c; margin-right: 5px; margin-top: 2px; padding: 2px; font-size: 15px; width: 250px; float: left;}

#welcome        {padding: 5px 0px 0px 10px; font-size: 12px; font-weight:bold;}
#welcome a      {color: #333333; padding: 5px 0px 0px 0px; margin-top: 5px;}
#welcome a:hover {color: #861427;}

#welcome img	{width: 17px; margin: 0 5px -5px 0; border: 1px solid #666;}
#demo_links	a	{float: right; padding: 5px; background: #222; color: #f9f2a1; margin: 0 3px 0 3px;}
#demo_links	a:hover	{background: #999; color: #333;}
#top img		{margin: 0 0 0 10px;}
#top .right		{margin: 20px 0 0 0; width: 600px;}
#top			{padding: 30px 0 0px 0;}
.logo           {margin: 0px 0px 20px 30px;}
.tag			{background-color: #DEC6C7; color: #79131F; margin-right: 5px; cursor: pointer;}
.tag:hover      {background-color: yellow; color: #79131F;}

#signup_info            {width: 535px; height: 250px; margin: 25px 35px 15px 0; background: #E185A7; border: 2px solid #D77577; font-size:14px; font-weight:bold;}
#skip_question          {background: #CCD3ED; color: #183684; padding: 3px; margin-right: 5px; border: 1px solid #9A9A9A;}
#new_question           {background: #FFFCC3; color: #000; padding: 3px; margin-right: 5px; border: 1px solid #9A9A9A;}
#tags                   {margin: 10px 0px 0px 0px;}

#guest_signup           {background: #9AC8A9; float: left; color: #333; line-height: 200%;  font-size: 14px; padding: 10px;}
#guest_signup .headline {color: black; font-weight: bold; font-size: 125%; margin-bottom: 20px;}
#guest_signup .outline	{color: #333;}
#guest_signup .final	{color: #D5D5D5; font-size: 75%;}

#guest_signup p         {margin-left: 10px;}
.front_left_column		{width: 290px; margin: 0px; background: #FFF;}
.front_middle_column	{width: 290px; margin: 0px; background: #FFF;}
.front_right_column		{width: 286px; margin: 0px;}
.front_instructions     {color: white; background: #ffffff; padding: 5px 0 0 0px; width:100%; height:120px;}


#errors_for_profile {color: red; font-weight: bold;}
#errors_for_profile_question_value {color: red; font-weight: bold;}

#question { font-size: 30px; letter-spacing: 14px; }
#question h1 {font-size: 28px;  color: #666; margin-top: 5px;}

#question #category {letter-spacing: 10px; font-weight: bold; color: #666; border-bottom: 1px dotted #666; font-family: Georgia, serif; margin-left:110px; margin-right:5px;}
#question_img { width: 100px; float: left; margin-right: 10px; margin-bottom: 3px;}

#question_guidelines {background: lightyellow; float: left; color: #333; line-height: 200%;  font-size: 14px; padding: 10px; margin-bottom: 20px;}

#question_guidelines .left {width: 9%;}
#question_guidelines .right {width: 91%;}
#question_guidelines li {margin-left: 20px; list-style: disc; color: black;}

.question_light { background: white;  }
.question_dark { background: #EDF3FE; }

#ask_question_container { width: 600px; height: 376px; background: white; }
#ask_question {  width: 100%;  float: left; }
#ask_question h1 {color: ##73303A; line-height: 150%;}
#ask_question h2 {color: ##73303A; line-height: 150%;}
#question input,#guest_question_response { height: 39px; font-size: 30px; cursor: pointer;}
#guest_question_response { width: 475px;}

#ask_question #question { padding-left: 5px; padding-right: 5px;}

#ask_question #question_answers { margin-top: 10px; padding-left: 15px; padding-right: 5px;}

#ask_question #question_skip { padding: 10px 40px 0 0px;}

#recent_activity { padding: 10px; background: #F1F2F7;}

#other_responses { margin-left: 10px; padding: 0;}

.front_instruction_num1,
.front_instruction_num2,
.front_instruction_num3 {font: normal 14pt Helvetica, Arial, sans-serif; height: 75px; }

.front_instruction_num1 {background: url(/images/front_1.png) no-repeat; padding: 30px 0px 0px 50px; margin: 15px 0px 0px 10px;}
.front_instruction_num2 {background: url(/images/front_2.png) no-repeat; padding: 30px 0px 0px 70px; margin: 15px 0px 0px 10px;}
.front_instruction_num3 {background: url(/images/front_3.png) no-repeat; padding: 30px 0px 0px 70px; margin: 15px 0px 0px 10px;}

.front_instruction_num1 .register { color: yellow;}
.front_instruction_num1 .email { color: #a9c3f0;}

.topic_holder           {margin: 5px 0 15px; width:100%;}
.topic_holder .comment_link {font-size: 10px;}
.topic_holder .time_ago    {font-size: 10px; color: #333;}

.topic_holder .left_column {float: left; width: 60px; }
.topic_holder .middle_column {float: right; text-align: center; width: 130px;}
.topic_holder .right_column {float: right; width: 60px; }

.reply_holder           {margin-top: 2px; padding: 5px 0 0px 15px; overflow: auto; width:100%; background: #EDF3FE;}
.reply_holder  .time_ago    {font-size: 10px; color: #333;}
.reply_holder textarea { width: 220px; height: 65px;}
.reply_holder input.button {font-size: 12px;}

.front_stat_header      {background: #ffffff; width:100%; border-bottom: 1px dotted #666; }
.left_main .front_stat_header h2   { padding: 10px 0 0px 10px; color: #00458E; background: #FFF; font-weight: bold;}
.right_main .front_stat_header h2  { padding: 10px 0 0px 10px; color: #00458E; background: #F1F2F7;  margin: 0; font-weight: bold;}
.right_main .front_stat_header     { background: #F1F2F7;}
.front_header           {background: #ffffff; padding: 0px 0px 0px 0px; height: 400px; color: #333333;}

.image			{background: #222; margin: 0 12px 20px 0; }
.image img		{margin: 10px;}
.small_down_image div		{width: 100px; overflow: hidden; height: 100px;}
.small_down_image 	{width: 110px; height: 110px;}
.image:hover	{background: #313131;}
.image a 		{font-size: 9px;}
.pad2			{margin: 30px;}
#login_form,
#forgot_form		{padding: 5px 0 25px 0;}

#login_form #phone {padding: 0px 0 25px 0;}
.comment		{padding: 0 0 5px 0; margin: 3px 0 5px 0;}
.newest_memberx	{margin: 5px 0 18px 10px;}
.newest_memberx a{display: block;}


.profile_question_option { color: #333;}

.row input.checkbox	{width: auto; border: none; background: none; padding: 0 0 0 0;}
.row 			{padding: 7px 5px;}
.row label		{width: 140px; float: left; color:#333;}
textarea        {float: left; width: 220px; background: #FFF; border: 1px solid #333; padding: 2px;}

.row input,
.row select		{float: left; width: 220px; background: #ddd; border: none; padding: 2px;}
.row textarea	{height: 200px;}
input.button	{background: #4673C6; color: #ddd; font-weight: bold; font-size: 16px; width: auto; height: auto; padding: 5px;}
input.button:hover	{background: #0038A0; }
div.button		{background: white; border-top: 1px dotted #666; padding: 10px; height: 25px; margin-top: 15px;}
h1				{font-size: 28px;  letter-spacing: -1.2pt; color: #666; margin: 25px 0 20px 0;}
h2				{font-size: 14px; color: #333; margin: 0 0 10px 0; text-transform: capitalize;}
form h2			{margin: 30px 0 10px 0; border-bottom: 1px dotted #666; padding-bottom: 7px; clear: both;}
h3				{font-size: 13px; margin-bottom: 10px;}
#general_info,
#upload_icon,
#change_passwords {padding-bottom: 30px;}

#not_me			  {padding: 10px; border: 1px dotted #333; background: lightyellow; height: 50px;}
#upgrade          {padding: 10px; background: #fcc; color: #333; padding: 0px 5px 5px 5px;}
#subscription     {padding: 0px; background: white; color: #333; padding: 0px 5px 5px 5px;}

#subscription h2  {border-bottom:1px dotted #666666; clear:both; margin:30px 0 10px; padding-bottom:7px; }

#phone_verification     {padding: 0px; background: yellow; color: #333; padding: 0px 5px 5px 5px;}
#phone_verification h2  {border-bottom:1px dotted #666666; clear:both; margin:30px 0 10px; padding-bottom:7px; }

.instruction	{padding: 5px; font-weight: bold;}
.half			{width: 46%;}
#avatar_edit	{padding: 3px; background: #DDD; border: 1px solid #333; clear: both; margin: 10px 0;}

#column_r		{width: 220px; padding: 8px 0 0 0;}
#column_l		{width: 555px;}
#column_r li a	{font-size: 20px; text-transform: capitalize; display: block;}
#column_r li,
#column_r ul	{padding: 14px 0;}
#column_r li .direct_text {font-size: 14px; display: block; background:#FFCCCC none repeat scroll 0 0; color:#333333; padding: 10px;}
#column_r li .direct_text a {font-size: 14px; text-decoration: underline;}
#column_r li .direct_text .email {color: #861427;}
.activity_box	{border-top: 4px solid #6a1534; clear: both; padding: 5px 0 0 0; margin: 15px 0 25px 0;}
.activity_box strong	{color: white;}
.learn			{border-top: none;}
a.big_link		{display: block; font-size: 12px;}

.bio_stuff		{width: 370px;}
.bio_stuff h1	{margin-top: 0px;}
h2 a			{text-transform: capitalize; font-weight: normal; font-size: 11px;}

.inside_box		{margin: 0 10px 0 10px;}
#sub_nav a		{margin: 0 9px 0 0; padding: 5px; background: #dfdfdf; border: 1px solid #333;}
#sub_nav 		{margin: 0 0 20px 0; padding-top: 10px;}
.avatar			{margin: 0 15px 5px 5px; width: 160px;}
.avatar img		{border: 1px solid #666;}
#terms_and_service {padding: 30px 10px 10px 10px;}
#terms_and_service li {list-style: disc;}
.box			{padding: 0 0 45px 10px; clear: both;}
.activity_box h2	{border-bottom: 1px dotted #971d4a; padding-bottom: 5px;}

.upload_form	{margin: 0 0 0 0;}
.upload_form textarea	{height: 100px; width: 100%;}
.upload_form label	{display: block; float: none;}

#thickbox_form label	{display: block; color: #333;}
#thickbox_form textarea	{display: block; height: 200px; width: 96%;}

.avatar_on_comment	{margin: 0 10px 10px 0;}

.comment_message	{overflow: hidden; padding: 0 0 10px 0; margin: 0 0 5px 0; max-height: 100px;}
.comment_holder		{padding-top: 10px;}
.comments 			{padding: 0px 10px 0px 10px;}

.pagination a,
.pagination .current{padding: 2px; background: white; margin: 0 2px;}
.pagination select	{padding: 0px; font-size: 10px; margin: 0 5px;}
.pagination			{padding: 10px 0;}

#messages td, 
#messages th	{padding: 10px; color: #333;}
#messages th	{background: #E3E3E3; font-size: 12px; font-weight: bold; color: #333;}
#messages		{width: 100%;}
.unread {font-weight: bold;}

.blurp			{padding: 0 0 15px 0;}
.blurp strong	{display: block; color: white;}
.blurp img		{margin: 5px 15px 45px 0; float: left;}
h2.getting_started	{border-bottom: 1px dotted #333; padding: 15px 0 3px 0;}

h1 img			{width: 34px; border: 1px solid #333; margin-bottom: -5px;}

.flashnotice	{padding: 3px;  margin-bottom: 10px; clear: both; background: lightgreen; color: white;}
.flasherror		{padding: 3px;  margin-bottom: 10px;  clear: both; background: red; color: white;}

#blog .row textarea	{height: 400px; width: 400px;}
#blog .row input	{width: 400px;}
#blog .row input.button	{width: auto;}

.feed_item		{padding: 3px 0;}
.feed_item p	{display: inline;}
.feed_item .right		{border-left: 1px solid #666; padding-left: 3px;margin-left: 3px; float: right; width: 15px;}
.feed_item .left		{width: 85%; }
img.icon_small	{width: 20px; margin: 0 1px -5px 0;}

.inside_box li	{padding: 2px;}
.inside_box ul	{padding-left: 15px;}

.my_network		{width: 52px; text-align: center; padding: 5px; margin: 0 10px 10px 0; border: 1px solid #333;}
.my_network:hover		{border: 1px solid #ccc;}
.my_network	img	{margin: 0 5px 0 0; border: 1px solid black; }
.my_network	img:hover	{border: 1px solid #ccc;}

.my_network	a	{margin-top: 5px; font-size: 9px; line-height: 12px;}

#comment_link	{border-top: 1px dotted #333;}

#border_top,
.border_top		{padding: 5px 0 5px 0;  margin: 11px 0 11px 0;}
#post_history li a {font-size: 12px;}
#post_history li  {padding: 0 0 14px 0;}
ul#post_history	{padding: 0 0 0 0;}

.search_row		{width: 90px; height: 100px; overflow: hidden; padding: 5px; margin: 0 10px 15px 0;}
.search_row img	{margin-bottom: 5px;}
.search_row a	{font-size: 10px;}
.search_row div {text-align: center; }

.flickr_image {padding:15px;}
.flickr			{width: 125px; height: 125px;}

h2 span			{font-weight: normal; font-size: 11px; margin-left: 5px;}


/*

*/


/*
* Forum Styles
*/

#forum_list_header, ul .forum, .forum_topics tr {
	margin: 3px 0px 3px 0px;
	position: relative;
	background: #222;
}

#forum_list_header div, ul .forum div, .forum_topics td {
	padding: 3px 10px;
}

#forum_list_header .info {
	margin-right: 220px;
}

#forum_list_header .last_post, ul .forum .last_post {
	position: absolute;
	right: 0px;
	width: 200px;
	height: 100%;
/*	border-left: 1px solid #000;*/
	text-align: right;
}

ul .forum .info {
	margin-right: 220px;
}


ul .forum:hover, .forum_topics tr:hover	{
	background: #313131;
}

ul .forum .details {
	margin-bottom: 5px;
	display: block;
}

ul .forum h2 {
	margin-bottom: 0px;
}

ul .forum h2 a{
	font-size: 14px
}

div.forum .forum_name, .forum_topic h1 {
	margin-bottom: 5px;
}

div.forum .forum_description {
	margin-top: 10px;
}

div.forum table, table.forum_topics {
	width: 100%;
}

table.forum_topics tr.labels {
	background: #313131;
	font-weight: bold;
}

table.forum_topics td.last_post {
	text-align: right;
	width: 200px;
}

table.forum_topics td.posts {
	text-align: center;
	width: 50px;
}

table.forum_topics td.controls {
	text-align: right;
	width: 100px;
}
table.forum_topics td {
	border-bottom: 1px solid #000;
}


.forum_topic .post {
	position: relative;
	margin-bottom: 30px;
}

.forum_topic .info {
	left: 0;
	top: 0;
	position: absolute;
	width: 150px;
	height: 100%;
	background: #222;
	padding: 10px;
}

.forum_topic .body {
	padding: 10px;
	margin-left: 170px;
	border-top: 3px solid #222;
	min-height: 90px;
}

.topic_followup .body {
	text-align: right;
}

.topic_followup textarea{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}


#new_forum_topic textarea {
	width: 600px;
}














#message				{padding: 4px; z-index: 100000; position: fixed; top: 38%; left: 40%; display: none; background: black; color: white; font-size: 18px;}
#waiter 				{z-index:100000; position:fixed; background:white; display: none; height:13px; width:208px; border:0px; top: 50%; left: 50%; margin: -6px 0 0 -104px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #eee;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: white; 
  border: 10px solid #666;
  z-index: 102;
  color:white;
  display:none;

  text-align:left;
  top:50%;
  left:50%;
}
#TB_window a	{color: #e22c6f; font-weight: bold; text-decoration: underline;}
#TB_window a:hover	{color: #eee;}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#999;
  height:27px;
color: #555;
margin-bottom: 15px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
