/* @override 
	http://www.localhost.com:3000/stylesheets/application.css
	http://yc.localhost.com:3000/stylesheets/application.css
*/

/* @group Front */

  body{
    margin: 0px;
  }
  
  .front_links{
	float: right;
	margin-right: 30px;
	color: #69727A;
	font-weight: bold;
	padding: 5px 10px 5px 25px;
	background-image: url('/images/blue_square.png');
	background-repeat: no-repeat;
	background-position: 5px;
	
  }
  
  .front_links:hover {
	background-color: #E0E0E0;
	
	}
  
  #landing #top_bar{
/*    background-color: #eee;*/
/*    border-bottom: 1px solid #ccc;*/
    overflow: hidden;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    height:42px;
    overflow:hidden;
    background: #EFEFEF;
    margin-top: 0px;
    
  }
  
  #main_front{
    margin: 0px auto;
  }
  
  #top_main{
    margin-top: 30px;
    border-left: 0;
    border-right: 0;
  
  }
	
  #landing {
	
	margin-bottom: 200px;
}
  #landing h1{
    font-size: 16px;
    margin-bottom: 10px;

  }
  
  .big {
   font-size: 25px; 
    
  }
  .free{
    color: #999;
  }
  
  .noshadow {
    -moz-box-shadow: none !important;
  }
  
  #landing #header{
    margin: 0px auto;
    
  }
  
  #landing img {
    margin-top: 23px;
    float: left;
  }
  
  #screenshot img{
    -moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.1);
  }
  
  #login_right{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }
  
  #login_right a{
    font-size: 13px;
    color: #999;
    text-decoration: none;
  }
  
  #login_right a:hover{
    text-decoration: underline;
  }

  #landing li {

	font-size: 12px;
	margin-bottom:5px;
  }
  
  #landing ul {
	margin-bottom: 20px;
}
  
  #landing #top_main{
  }
  
  
  #screenshot{
    margin-left: 50px;
    float: left;
  }
  
  #company_message{
    padding: 80px 60px 0px 0px;
    color: #000;
  }
  
  .title {
	font-size: 16px;
    margin-bottom: 10px;		
  }
  
  #company_message h2 {
    color: #000;
  }
  
  #company_message p{
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
  }
  
  
  .featurette {
    width: 100px;
    margin-top: 10px;
    margin-right: 30px;
    float: left;
  }
  
  .featurette_secondary {
    margin-top: 5px;
  }
  
  #features{
    margin-top: 30px;
  	margin-bottom: 60px;
  }
  
  #features p {
    line-height: 24px;
    font-size: 14px;
    color: #444;
    width: 450px;
  }
  
  
  #features h2{
    font-size: 18px;
    margin: 0px;
    margin-bottom: 10px;
    color: #0088CC;
  }
  
  #email_label{
    display: inline;
  }
  
  .em1{
    font-weight: bold;
    color: #0088CC;
  }
  
  #features .odd img{
    float: right;
    overflow: hidden;
/*    border-left: 1px solid #ddd;*/
  }
  
  #features .even img{
/*    border-right: 1px solid #ddd;*/
  }
  
  .feat_desc{
    padding: 0px 30px;
  }
  
  #features table{
    width: 100%;
  }
  
  #features img{
    margin: 0;
  }

  #password-clear { display:none; }
  

/* @end */

/* @group Browse */

#drop_down_arrow{
  background-image: url('/images/famfamfam_silk_icons_v013/icons/resultset_next.png');
  background-repeat: no-repeat;
  background-position: 2px 0px;
}

#topic_squares ul {
	width: 250px;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
}

#invite_people {
	margin-top: 20px;
}

#invite_people p span.invite_btn a:hover {
	background-color: #66BB00;
}

#topic_squares .topic_name {
	font-weight: bold;
}

#topic_squares table{
	display: block;
}

#topic_squares table td{
	vertical-align: top;
}

#topic_squares li {
	list-style-type: none;
	border-bottom: 1px dotted #666;
	padding: 5px 0px;
	margin: 0px;
	}

/* @end */

/* @group Basic */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0px;
  font-size:  13px;
  background-color: #FFF;  
  color:  #000;
}

h1 {
  font-size:  12px;
  font-weight: bold;
  margin: 0px;
  color: #000;}

h2 {
  color: #000; 
  font-weight: bold;
  font-size:  12px;
  padding-bottom: 2px;
  }

p {
  font-size: 12px;
  margin: 0px 0px;
  line-height: 18px;

}

ul {
	padding-left: 15px;
}

li {
	font-size: 12px;
}


a { 
  text-decoration: none;
  outline:  0 none;
  color:  #1F75CC;
  cursor: pointer;
  }
  

#ask_a_question_btn {
	background-color: #2976E1;
	color: white;
	display: block;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 40px;
}

#ask_a_question_btn:hover{
	background-color: #206CD6;
}

#tag_select span.tag {
	background-color: #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 5px 1px 5px;
	display: inline-table;
	margin: 1px;
}

#tag_select a{
	color:  white;
}

#tag_select span.tag:hover{
	background-color: #2976E1;
}

img{
  border: none;
}
 
.clear {
	clear: both;
} 

.secondary {
	font-size: 11px;
}

.textarea_medium {
	width: 430px;
	height: 100px;	
	
}

.bold {
	font-weight: bold;
}

strong {
	font-weight:  bold;
}

.gray {
	color:  #999999;
}

#footer {
	margin-top: 50px;
	margin-bottom: 25px;
}

#footer p {
	color:  #545D64;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 11px !important;
}


/* @end */

/* @group Addons */


.form_table {
  margin-left: 25px;
}

.form_table th {
  vertical-align: top;
  text-align: left;
  padding-top: 7px;
  width: 100px;
  font-weight: normal;
  padding-right: 20px;
}
.form_table td{
  padding-bottom: 10px;
  padding-right: 20px;
}
.form_table .buttons {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 10px;
}

.input_wide {
  width: 200px;
}

.input_medium {
  width: 100px;
}

/* @end */

/* @group NotificationAlerts */

#unreadNotificationsCount {
    background-color: #b31b1b;
    font-size: 10px;
    color: #FFF;
    padding: 3px 2px 1px 3px;
    font-weight: normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    left: 0px;
    top: 0px; 
}
    
    
.notifications-notch {
  position: absolute;
  top: -10px;
  left: 20px;
  margin: 0;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink); }

.border-notch {
  border-bottom-color: #DDDDDD;
  top: -11px; }

#unreadNotificationsBox {
  position: relative;
  background-color: #E0EFF9;
  padding: 15px 20px 10px 20px;
  margin: auto;
  margin-bottom: 15px; }
  #unreadNotificationsBox p {
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 5px; }
  #unreadNotificationsBox .inner {
    margin: auto; }
  #unreadNotificationsBox h2 {
    margin-top: 0px !important;
    color: #004276; }
  #unreadNotificationsBox .links {
    text-align: right;
    margin-top: 10px;
    font-weight: bold; }


/* @end */

/* @group SearchFull */

#search_result {
	border-bottom: 1px dotted #666;
}

#search_full p {
	margin: 10px;
}

/* @end */

/* @group Hubs Bar */
#hub_bar{
  padding: 0px 0px 0px;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #B1B1B1;*/
  /*background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;*/
  background: #000;
}

#hub_bar .container {
	padding: 5px 0px 5px 0px;
	
}

#hub_bar_container {
	margin-top: 0px !important;
}

#hub_bar h1 {
	margin: 0px 0px !important;
}

#hub_bar a {
	color: #FFF;
}

#hub_bar a:hover{
}

#hub_bar_left {
  padding-left: 10px;
  float:left;
}

#hub_bar_left h1 {
	font-size: 18px;
}

#hub_bar_right {
  padding-top: 4px;
  padding-right: 10px;
  float:right;
}



#hub_bar a {
  margin: 0px 10px 0px 0px;
}

#hub_lower_bar {
	background-color: black;
}

#hub_lower_bar a {
	color: #000;

}

#hub_lower_bar ul {
	padding-left: 20px;
}

#hub_lower_bar .container {
	padding: 4px 0px 0px 0px;
}

#hub_lower_bar .selected {
	text-decoration: underline;
}

#hub_lower_bar li {
	display: inline;
	margin-right: 20px;
}


/* @end */

/* @group Notifications */

#notifications_index p {
	margin: 10px;
}

/* @end */

/* @group Directory */

#directory a {
	margin-left: 4px;
}


/* @end */

/* @group LeftBar */


.left_topic_bar {
	float: left;
	margin-top: 3px;
	margin-right: 6px;
	margin-left: 10px;
	height: 14px;
}

#app_name {
	margin-top: 0px !important;
	font-weight: bold;
}

#star_img {
	float: right;	
	height: 17px;
}



/* @end */

/* @group ActivitiesIndex */

#random_question {
	overflow: hidden;
}

#recent_sign_ins {
	height: 300px;
	overflow: auto;
}

#recent_sign_ins ul {
	margin-top: 0px !important;
	background-color: #F6F6F6;
}

#recent_sign_ins li {
	padding: 4px !important;
	/*border-bottom: 1px dotted #DADADA;*/
}

#recent_sign_ins img {
	margin: 5px !important;
}

#recent_sign_ins .name {
	font-weight: bold;
	float: left;
	width:  150px;
	margin-left:  5px;
}

#recent_sign_ins .time_ago {
	float: left;
	
}
.right_column_stats {
 	margin-top: 0px !important;
}

.right_column_stats li {
	float: left;
	border-right:  1px dotted #DADADA;
	padding: 0 20px;
	border-bottom: none !important;
}

.right_column_stats span {
	font-size:  18px;
	display: block;
}

td.activity_list_image {
	width: 35px;
	padding-top:3px;
}

.activityAnswer {
  position: relative;
  color: #000 !important;
  }
  
  
.activityMoreLink {
  font-size:11px;
  margin-top:20px;
}

#progressbar {
	margin-bottom: 5px;
	height: 15px !important;
}

#get_started {
	margin-top: 5px !important;
}

#get_started li {
	margin-bottom: 5px;
	border-bottom: none !important;
}

#get_started .complete {
  text-decoration: line-through;
  color: #999;
}

/* @end */

/* @group TopicShow */


#topics_show h2 {
	margin-top: 20px;
}

#topics_show #follow_action input {


}

#topics_show h1 {
	position: relative;
	top: -2px;
	padding: 10px 0px 4px;
	font-size:16px;
}
#topics_show h1 img {
	margin-right: 10px;
}

#topics_show_edit {
	text-align: right;
}


/* @end */

@override http://yc.localhost.com:3000/stylesheets/application.css 

li {
	color: #333; 
	font-size: 12px;
}

/* @group Topics */

.topic {
  color: white;
  background-color: #CCC;
  padding:  2px 5px 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-table;
  margin: 0px 3px 4px 0px;
 }

.ask {
  background: #dee7f8;
  font-size: 12px;
  margin-right: 3px;
  margin-bottom: 8px;
  color: #333;
  padding: 1px 3px 1px 3px;
  border: 1px solid;
  border-color: #a4bdec;}
  .ask:hover {
    background: #bbcef1;
    color: #333;
    text-decoration: none; }



#new_topic .button:hover {
	background-color: #66BB00 !important;
}

/* @end */


/* @group Autocomplete */

.ac_results {
  
  background-color: #fff;
  z-index: 100;
  color: #3B5998;
  width: 40px;
  border: 1px solid #8f8f8f;
}

.ac_results ul {
  margin: 0px;
  padding: 0px;
}
.ac_results .highlight {
  font-weight: bold;
  text-decoration:	underline;
}

.ac_results li {
  list-style: none; 
  margin: 0px;
  cursor: pointer;
  padding: 3px 0px 3px 5px;
}

.ac_over {
  background: #ECEFF5;
}
.ac_results .selected {
  background: #ECEFF5;
}

.answer {
	overflow:hidden;
}
/* @end */

/* @group Forms and Buttons */

.form_table {
  margin-left: 25px;
}

.form_table th {
  vertical-align: top;
  text-align: left;
  padding-top: 7px;
  width: 100px;
  font-weight: normal;
  padding-right: 20px;
}
.form_table td{
  padding-bottom: 10px;
  padding-right: 20px;
}
.form_table .buttons {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 10px;
  
}

.input_wide {
  width: 200px;
}

.input_medium {
  width: 100px;
}


input[type=password] {
  border: 1px solid;
  border-color: #CCCCCC #999999 #999999 #CCCCCC;
  padding: 3px 5px 3px 5px;
  /*-moz-box-shadow: 1px 1px #E7E7E7;*/
  font-size:  12px;
  font-weight: normal;
  height:  16px;
  vertical-align: middle;
  position:  relative;
  top:  -1px;
}



input[type=text] {
  border: 1px solid;
  border-color: #CCCCCC #999999 #999999 #CCCCCC;
  padding: 3px 5px 3px 5px;
  /*-moz-box-shadow: 1px 1px #E7E7E7;*/
  font-size:  12px;
  font-weight: normal;
  height:  16px;
  vertical-align: middle;
  position:  relative;
  top:  -1px;
}


	.button {
	
	
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    height: 16px;
    top: 1px;
    
	background:url("/images/btn_bg.png") repeat-x scroll 0 0px #efefef;
	border-color:#5b5b5b;
	border-style:solid;
	border-width:1px;
	color:#262626;
	cursor:pointer;
	font-size:11px;
	
	margin:0;
	overflow:visible;
	padding:2px 8px 3px;
	text-shadow:1px 1px 0 #FFFFFF;
	width: auto;
	}
	.button_center {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-left: 0;
	}
	.button_left {
		border-radius: 4px 0 0 4px;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 4px 0 0 4px;
	}
	.button_right {
		border-radius: 0 4px 4px 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 0 4px 4px 0;
		border-left: 0;
	}
	.button:hover {
		background-position: 10px;
		border-color: #5b5b5b;
		color: #000;
		text-decoration: none;
	}
	.active {
		background: none;
		background-color: #ccc;
	}


/*.button {
  font-size: 11px;
  margin: 0;
  background-color: #DDD;
  border: 1px solid;
  border-color: #CCCCCC #999999 #999999 #CCCCCC;
  position: relative;
	cursor: pointer;
  height: 21px;
  top: 1px; 
  }*/

.redButton {
  border: 1px solid #B31B1B !important;
  color: #FFF !important;
  background: #D95132 !important; }

.grayButton {
  color: #999 !important;
  border: 0 !important;
  background: #FFF !important;
  -moz-box-shadow: none !important; }


/* @end */

/* @group Boxy */

/*  */
.boxy-wrapper {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
  border: 1px solid #CCCCCC;
  position: absolute; }
  .boxy-wrapper .fixed {
    position: fixed; }

.boxy-content {
  padding: 15px; }

.boxy-inner {
  background-color: white;
  padding: 0; }

.boxy-wrapper .title-bar {
  background-color: #444444;
  padding: 10px;
  position: relative; }

.boxy-wrapper .title-bar .dragging {
  cursor: move; }
.boxy-wrapper .title-bar h2 {
  font-size: 12px;
  color: white;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold; }
.boxy-wrapper .title-bar .close {
  color: white;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 90%;
  line-height: 1; }

.boxy-modal-blackout {
  position: absolute;
  background-color: black;
  left: 0;
  top: 0; }


/* @end */

/* @group Header */

#top_logo {
	float: left;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

}

#top_logo a {
	background:  url("/images/top_logo_4.png") 0 0 no-repeat;
	width: 100px;
	height: 39px;
	text-indent: -9999px;
	display: block;
	
}

#top_logo a:hover {
	background:  url("/images/top_logo_4.png") -100px 0;
}

#top_logo a:active {
	background:  url("/images/top_logo_4.png") -200px 0;
	
}

#top_div {
	margin-bottom: 10px;
}
/*#top_div{
	background-image: url("/images/wave.jpg");
	background-repeat: repeat-x;
	height: 50x;
}*/

#search2{
	margin: 0px -1px 0px 0px;
	width: 254px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-color: #1F75CC;
	border-right: 1px solid #85B5D9;

	
}

#search{
	margin: 0px -1px 0px 0px;
	width: 470px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-right: 1px solid #85B5D9;
	background-image: url("/images/famfamfam_silk_icons_v013/icons/zoom.png");
	background-repeat: no-repeat;
	background-position: 460px 7px;
}

#top_search {
	float: left;	
	margin-bottom:10px;
}

#top_search form{
  background-color: #EEE;
	padding: 10px;
	width: 520px;
}

#top_search table {
	position: relative;
	
}

#top_search_anonymous {
	margin-top: 5px;
	text-align: right;
	display: block;
}

input#search.text.placeholder {
	font-size: 12px;
	color: #999;
}

#search_button {
	padding: 7px 9px 7px 8px;
	margin: 0px;
	border: 1px solid #000;
	width: 17px;
	font-weight: normal;
	font-size: 12px;
	top: -1px;

	position: relative;
	color: #000;

}


.more_button {
	height: 20px;
	margin: 0px;
	font-weight: normal;
	top: 0px;
	width: 100%;
}

.browse_link a{
  background-color: #2976E1 !important;
	font-weight: bold;
	color: white;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 8px;
}

#top_right_links{
	padding-top:  15px;
	width: 250px;
	float: right;
	position: relative;
	font-size: 12px;
}

#top_right_links .top_right_margin{
	margin-left: 20px;
}

#top_div_white {
	height: 20px;
	background-image: url("/images/white.png");
	background-position: 0px -20px;
}

/* @end */
  
/* @group LeftBar */


#question_spotlight {
	
  height: 150px;	
  overflow: auto;
}

.container {
  margin: auto;
  width:840px;
  margin-top: 10px; 
}

#body_container {
  width:840px; 
}

#body_left {
  padding-top: 30px;
  width: 155px;
  float: left; }

#body_right {
  margin-right: 10px;
  width: 270px;
  float: left; 
  background-color: #EDEDED;
  padding: 10px;
 }
 
 #body_right .selected{
   background-color: #004276;
 }
 
 #body_right .selected a{
   color: white;
 }

img#body_left_lock {
	float: right;
	margin-top: 6px;
}

.body_middle {
  width: 540px;
  float:right ;
}

#body_middle {

}

#body_middle h1.title {
  margin-top: 0;
  margin-bottom: 10px;	
}


#footer_right {
  padding-top: 10px;
  float: right;
}

#body_left h1 {
  color: #444444;
  margin: 0px;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top:  15px;
  margin-left: 25px;
}

#body_left a{
	text-decoration: none;
	margin: 0px;
}

#body_left .selected{
	background-color: #004276;
}

#body_left .selected a{
	color: white;
	font-weight: bold;
}
  
#body_left h2 {
	margin-top: 30px;
	font-size: 16px;
	margin-left: 25px;
}

#body_left h3 {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 20px;
  margin-left: 25px;
}
 
#body_left ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
#body_left li {
	
  list-style-type: none;
  margin-bottom: 1px;
  
   }
  #body_left li a {
    text-decoration: none;
    color: #004276;
    display: block;
    padding: 3px 0px 3px 12px;
  }
  #body_left li a:hover {
    background-color: #E2EEFA;
    color: black; }

/* @end */

/* @group Flash */

.flash {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #ccffcc;
  border-top: 1px solid #66cc66;
  border-bottom: 1px solid #66cc66;
  font-size: 16px;
  text-align: center; }
  .flash a {
    font-weight: bold; }

#flash_info {
  background-color: #fff9d7;
  border-top: 1px solid #e2c822;
  border-bottom: 1px solid #e2c822; }

#flash_errors {
  background-color: #ffebe8;
  border-top: 1px solid #dd3c10;
  border-bottom: 1px solid #dd3c10; }

#flash_unread_notification {
  border: 0px solid #dd3c10;
  border-top: 2px solid #e4e4e4; 
  border-bottom: 2px solid #e4e4e4; }

#flash_admin {
  background-color: #F4F4F6;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

#announcement h2 {
	margin-top: 0;
}


#announcement ul {
 margin-bottom: 10px;
}

#announcement .links {
 font-weight: bold;
 text-align :right;
}

#announcement li {
  margin-top: 10px;
}

#announcement {
	margin-bottom: 10px;
	background-color: #FFFFDD;
	padding: 10px;
	color: #666;
}
  
/* @end */

/* @group Main */

#unreadNotificationsBox {
	color:  #999;
	
}
#unreadNotificationsBox h2 {
	padding-top: 5px;
	margin-bottom: 10px;
}

#unreadNotificationsBox h2 a {
	color:  #000;
	font-weight: bold;
}

#unreadNotificationsBox p {
	line-height: 15px;
	margin-bottom: 10px;
}


#unreadNotificationsBox div.links {
	margin-top: 10px;
	
	text-align: right;
}

#unreadNotificationsBox div.links a {
	font-weight:  bold;
}

#activitiesList div.main div.activityOuter table {
	width: 100%;
}

#activities {
	margin-left: 5px;
}

#activities .selected {
  color: black;
}



#activitiesList div.main div.activityOuter table tbody tr td {
	vertical-align: top;
}


div.activitySubtitle {
	font-size: 12px;
	color: #999;
	margin: 5px 0px;
}

div.activitySubtitle a {
	color:  #999;
}

div.activitySubtitle a:hover {
	text-decoration: underline;
}

div.activityOuter {
	margin: 10px 0px;
}


#activitiesList div.main div.activityOuter table tbody tr td div.activityTitle img {
	height: 23px;
	width:  23px;	
	float: right;
	margin-left: 10px;
}


#activitiesList div.main div.activityOuter table tbody tr td div.activityTitle {
	width: 500px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size:  14px;
	
}

#activitiesList div.main div.activityOuter table tbody tr td div.activityTitle a {
	line-height: 12px;
	color: #002BB8;
}

#activitiesList div.main div.activityOuter table tbody tr td div.activityTitle a:hover {
/*	background-color: #FFFFCC;*/
}

td.user_img {
	width: 34px;
}

td.vote_col {
	width: 30px;
	vertical-align: top;
	color: #999;
	font-size: 12px;
}

div.vote_score {
	margin-top: 5px;
	background-color: #004276;
	height: 24px;
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;	
}

div.no_votes{
	margin-top: 5px;
	background-color: #CCC;
	height: 24px;
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
}

span.vote_btn {
	display: block;
	text-align: center;
	margin-top: 3px;
	font-size: 12px;
	font-size: 9px;
	font-weight: bolder;
	padding:3px;
}

span.vote_btn a {
	color: #004276;
	}


/* @end */

/* @group RightBar */

#body_right_welcome {
	margin-top: 15px;
	margin-left:  10px;
	float: left;
}

#body_right_current_user {
	font-weight: bold;
}

#body_right ul {
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
}


.question_list li a {
	padding-bottom: 0px !important;
}
#body_right li {
	
	list-style-type: none;
}

#recent_sign_ins li{
	
	border-bottom: 1px solid #DDD;
}

.question_list li a{
	display: block;
	padding: 10px 5px;
}

#recent_sign_ins ul li span.name a {
	margin: 0px;
	padding: 0px;
}


#tag_results ul.question_list li a {
	display: block;
	padding: 10px 5px;
}

#tag_results ul.question_list li a:hover{
	background-color: #FFFFDD;
}

#body_right ul.random_questions li {
	min-height: 50px;
}

#body_right ul li a img {
	margin: 0px;
	padding: 0px;
	float: right;
}

#body_right ul.random_questions li a img {
	float: left;
	margin: 10px;
	margin-left: 0px;

}

#body_right ul li h2 {
	font-size: 15px;
}

#body_right img {
	float: left;
	margin: 0px 5px 5px 0px;
	max-width: 270px;
	max-height: 300px;
}

img#body_right_img_self {
	margin-top:  15px;
	display: inline;
}

#body_right h1 {
	margin-top: 10px;
}

.browse_link {
	float: right;
}

#body_right h2 {
	margin: 20px 0px 5px;
}

td.answer_content {
	width: 500px;
}

.activityTitle a {
	font-size: 12px;
	color:  #2976E1 !important;
	font-weight: bold;
}

#body_right h3 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 16px;
	display: inline;

}


.right_nav {
	margin: 20px 0px;
	padding: 0px;
	border-bottom: 1px solid #dddddd;
}
.right_nav li {
	list-style-type: none;
	height: 30px;
	border-top: 1px solid #dddddd;
	background-color: #F4F4F6; }
	
	
.right_nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	display: block;
	padding: 6px;
	padding-bottom: 0px;
	height: 24px; }

	
.right_nav li a:hover {
	background-color: #004276;
    color: white; }



/* @end */

/* @group QuestionNew */

#new_question #question_content {
	font-size: 12px;
	font-weight: normal;
}

#new_question .topics {
	margin-bottom: 5px;
}

/* @end */

/* @group QuestionShow */

.asker img{

}

.answer_wiki {
	border-left: 3px solid #ccffcc;
	padding-left:  10px !important;
}

.answer_format {
	line-height:  1.4em;
	border-bottom: 1px solid #DDD;
}

/*.answer_format p {
	margin-bottom: 5px;	
}*/

.answer_format li {
	margin-bottom: 5px;	
}


.answer_format ol {
	margin-left:1.6em;
	margin-top:5px;
	list-style: decimal outside none;
	padding: 0;
}


.answer_format ul {
	margin-left:1.6em;
	margin-top:5px;
	list-style: disc outside none;
	padding: 0;
}

.answer_format blockquote {
	border-left:3px solid #D0E5F2;
	font-style:normal;
	padding:0 0 0 10px;
}


.new_comment_small {
	font-size: 10px;
	margin-top: 10px;
}

#question_content .editable input {
  font-size: 18px;
  font-weight: bold;
  height: 23px !important; }

.editable {
  padding: 0;
  margin: 0;
  text-align: right; }
  .editable button {
    margin: 0;
    background-color: #E5E5E5;
    border: 1px solid;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    -moz-box-shadow: 1px 1px #E7E7E7, 0 12px 12px -5px #F0F0F0 inset;
    height: 23px;
    position: relative;
    top: 1px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px; }
  .editable .cancel {
    color: #ACACAC; }

span#follow_action {
	display: block;
	text-align: right;
	height: 35px;
}





.edit_bg {
	background-image: url("/images/icons/pencil_light.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#question_content_wrapper {
}

#question_info {
	padding-top: 10px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
div.question_show_line {
	
/*  margin-bottom: 10px;*/	
	/*border-top: 3px solid #000;*/
	
	
}

.comments_outer {
	margin-top: 10px;
}

/*.comments_outer_background {
	background-color: #EEE;
	border-left:  3px solid #D0E5F2;
	
}*/

.new_comment {
	margin-top: 4px;
	margin-left: 15px;
	padding: 0px;
}

.new_comment input {
	margin-right: 0px;
	margin-top: 10px;
}

#body_middle div.questions_show div.question_answer table tbody tr td h2{
	margin: 0px;
}

.question_answer_table{
	width: 100%;
}

#vote_col {
	width: 30px;
}


#question_content {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}


#question_details {
	color: #999;
	margin: 10px 0px 0px;
	font-weight: normal;
}

div.questions_show a{
}

.answer_user a {
	font-weight: bold;
}
div.answer_actions {
/*	height: 19px;*/
 margin-top:10px
}

div.answer_actions a {

}


div.question_answer{
/*  padding: 5px 0px 15px 0px;*/
    border-bottom: 1px dotted #999;
}

div.question_answer .votes{
	margin: 0px 0px;
	color: #999;
	font-size:  10px;
}

div.question_answer .votes a{
	font-size: 10px;
}

div.question_answer .votes a:hover{
	font-size: 10askpx;
}

.vote_up{
	float: right;
}

div.questions_show img.blue_plus {
	margin-right: 3px;
	position: relative;
	top: 3px;
}

#profile_pic_col {
	vertical-align: top;
}

#profile_pic_col img{
	margin-top: 4px;
}

#body_middle div.questions_show div.answer_new h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	border: none;
}

div.answer_new_actions {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	color:  #69727A;
}


div.comment {
	margin-left: 30px;
	font-size: 12px;
	padding: 5px;
	background-color: #EEE;
	color: #000;
}



div.comment a{
	font-size: 12px;
}

span.time_ago {
	font-size: 12px;
	margin-left: 5px;
	color: #999999;
	font-weight: normal;
}

div.comment p{
	margin: 0px;
	margin-bottom: px;
}


input.starButton {
	background: none;
	background-image: url(/images/icons/star_img.png);
	border: none;
	width: 22px;
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	-moz-box-shadow: 0px 0px #FFF;
} 

input.unStarButton {
	background: none;
	background-image: url(/images/icons/star_img_dark.png);
	border: none;
	width: 22px;
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	-moz-box-shadow: 0px 0px #FFF;
	border: 0px;
	}


#question_actions {
	/*background-color: #EEE;*/
	padding: 4px;
	padding-left: 0px;
	margin: 4px 0px;

	/*border: 1px solid #DDD;*/
	}

#question_actions a{
	margin: 0px 10px 0px 0px;
	}

#question_comments {
	margin-top: 0;
	padding-top: 0;
}

#question_topics {
	margin-top: 10px;
}

#question_topics_form{
	float: left;
}


#question_topics a {
	
	
}
#question_topics a sup {
	margin-right: 5px;
	position: relative;
	top:  -5px;
	color: #ccc;
}

#profile_pic_col{

}


/* @end */

/* @group LoginForm */


#login_form {
	width: 460px;
	margin: auto;
	margin-top: 100px;
	border: 1px solid #CCC;
	margin-bottom: 200px
	;
}

#login_form h1 {
	font-size:  20px;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
}



/* @end */

/* @group UserShow */

#user_show_options {
	
	margin-top: 10px;
}
#user_show_options .selected {
	font-weight:  bold;
}

#user_profile img {
	max-width: 50px;
}

#user_profile {
	padding: 10px;
	margin-top: 0px;
	border: 1px solid #AAAAAA;
	background-color:  #FFF;
}

#user_profile ul {
	margin-top: 5px;
}

#user_profile li {
	border-bottom: 0px !important;
}

#user_profile span {
	font-weight: bold;
}

/* @end */

/* @group Tooltip */

.tooltip {
background-color:#F5F5B5;
border:1px solid #DECA7E;
color:#303030;
font-size:11px;
line-height:18px;
padding:10px 13px;
position:absolute;
text-align:center;
z-index:2;
}

/* @end */

/* @group Progressbar */

.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;}

.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget { font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }


.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }


/* @end */