/* login */

#intro {
  width: 350px;
  float: left;
  margin-right: 50px;
}

#intro a:link, #intro a:visited {
  color: #256063;
  font-size: 12px;
  text-decoration: underline;
}

#intro a:hover, #intro a:active {
  color: #256063;
  font-size: 12px;
  text-decoration: none;
}

#login {
  width: 350px;
  float: left;
  margin-top: -20px;
}

.bg_login {
  background-image: url(../../img/mindbubble/bg_log_in.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.login_form {
  padding-right: 20px;
}

.login_form label{
display: block;
margin-top: 10px;
}

.login_form a:link, .login_form a:visited {
  font-size: 12px;
  color: #256063;
  text-decoration: underline;
}

.login_form a:hover, .login_form a:active {
  font-size: 12px;
  color: #256063;
  text-decoration: none;
}

.login_form .form_link {
  margin-top: 10px;
}

.login_form .input.checkbox label {
	display: inline;
	font-weight: normal;
	margin-left: 5px;
}

#register_btn {
  margin-left: 100px;
}

/* Users & Projects */

#filter_panel {
  width: 680px;
  float: left;
  height: 140px;
  border: 1px solid #9BD8D9;
  margin-bottom: 8px;
}

#filter_panel label, #projects_panel label {
display: block;
}

#filter_panel fieldset {
float: left;
border: 0px;
padding-right: 20px;
}

#filter_panel .submit {
text-align: right;
padding-top: 100px;
}

#projects_panel {
  width: 240px;
  float: right;
  height: 140px;
  border: 1px solid #9BD8D9;
}

#projects_panel p {
  margin-top: 5px;
}

#invite_panel {
clear: both;
width: 680px;
border: 1px solid #9BD8D9;
float: left;
margin-bottom: 15px;
}

#invite_panel p {
  margin: 0px;
}

/* Project list on users invite page */
.project_list {
  width: 300px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.project_list ul {
  margin-left: 20px;
  font-weight: 100;
}


/* Profile */
#panel_heading {
  width: 920px;
  height: 28px;
}

#profile_column {
  padding-top: 10px;
  width: 280px;
  float: left;

}

#stats_column {
  margin-top: 10px;
  width: 350px;
  float: left;
  background-color: #E8E8E8;
}

#stats_column #pad {
  padding-top: 5px;
  padding-left: 20px;
}

#stats_column li {
  display: block;
  clear: both;
  margin-bottom: 5px;
}

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


#photo_column {
  width: 260px;
  float: right;
  background-color: #9BD8D9;
  padding-left: 30px;
}

#photo_bg {
  background-color: #ffffff;
  width: 230px;
  text-align: center;
}

/*#photo_caption {
  text-align: right;
  color: #B23E46;
  font-size: 12px;
  margin-right: 30px;
  background-color:#FFFFFF;
  clear:right;
  color:#B23E46;
  float:right;
  padding:4px;
  text-align:right;
}*/

.project_list {
  margin-top: 0px;
}

.project_list_title {
  margin-bottom: 0px;
}



/* Registration */
#recaptcha_widget_div {
  margin: 10px 0;
}

#caption_user_name {
	color:#B23E46;
}
 
#caption_bio {
	color:#333;
}

/* Admin User Add / Profile Edit */
.form .input.radio {
	margin-left: 0;
}

.form .input.radio legend {
	color: #256063;
}
