/* @override 
	http://localhost:3000/stylesheets/crema.css
	http://bensonslife.local/stylesheets/crema.css
	http://192.168.1.3:3000/stylesheets/crema.css
*/

body {
  background-color: #d9e2ed;
}
h1#logo a {
  display: block;
  width: 249px;
  height: 60px;
  text-indent: -999em;
  background-image: url(../images/backgrounds/bensonslogo.png);
  background-repeat: no-repeat;
  float: left;
  position: relative;
  top: 5px;
  z-index: 1000;
}

#header {
  background-image: url(../images/backgrounds/header_bkg.jpg);
}
#slogan {
  width: 400px;
  float: right;
  margin-top: 20px;
  text-align: right;
}
/* @group type */
h2 {
  font-size: 20px;
  line-height: 1.5em;
  color: #555;
  margin: .3em 0;
}

h3 {
  margin: .5em 0;
}
h5 {
  font-size: 1.2em;
  font-weight: bold;
}
.message_body .actions {
  padding: 0;
  float: right;
}
.actions {
  padding: 10px 0;
}
.actions a {
  padding: .3em;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  line-height: 2.5em;
  color: #666;
  text-decoration: none;
  border: 1px solid #ddd;
}
.actions a:hover {
  color: #333;
}
a.delete {
 background-image: url(/images/icons/delete.png);
 background-repeat:no-repeat;
 background-position: 5px center; 
 padding-left: 32px;}


.actions a.edit {
  background-image: url(/images/icons/edit_child.png);
  background-repeat:no-repeat;
  background-position: 5px center;
  padding-left: 32px;  
}

.actions a.flag {
  background-image: url(/images/icons/flag.png);
  background-repeat:no-repeat;
  background-position: 5px center;
  padding-left: 32px;    
}

.alpha_filter ul li {
  display: block;
  float: left;
  width: 28px;
  margin: 0 5px 5px 0;
  text-align: center;
}
.alpha_filter ul li a{
  display: block;
  padding: 0;
  text-align: center;
  line-height: 2em;
}

a.back {
  background: url(/images/icons/back_arrow.png) no-repeat left center;
  padding-left: 25px; }
/* @end */
.page {
  background-color: #fff;
}

.sys-tip.highlight {
  background: #fefec2;
}
#groups .page, #friends .page, #profile_basic .page, #public_profiles .page {
  background: #fff url(../images/backgrounds/page-bg.png);  
}
#inbox .page, #home_room .page, #group_events.group_show .page {
  background: #fff url(../images/backgrounds/page-bg-two.png);  
}
.group_show .page {
  background: #fff url(../images/backgrounds/page-bg-group.png) !important;  
}
.white {
  background-color: #fff;
}
#group_events.group_show .page {
  background: #fff url(../images/backgrounds/page-bg-two.png) !important;    
}

.messages {
  margin: 0;
}

/* @group public */
.public .section {
  padding: 0;
}
.public .main {
  padding: 20px;
}
.public h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #4968b7;
}
.public p {
  margin: 1em 0;
}
#about_nav li {
  font-size: 1.1em;
  margin: 1em 0;  
}
#about_nav li a {
  font-weight: normal;
  color: #4868b5;
  text-decoration: none;
}

.public .main li {
  margin: 1em 0;
}
.public #contents ul {
  padding-left: 2em;
  color: #666;
  list-style: disc;
}
.public .indent {
  padding-left: 2em;
}
.public .main .directions {
  margin: 30px 0 0 0;
}

.public .section h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin: .8em 0;
}


.public .section h5 {
  padding-left: 40px;
  font-weight: normal;
  color: #333;
  margin: 1.2em 0 0 0;  
  line-height: 1.2em;
}

.public .section h5 img {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  position: relative;
  margin-left: -42px;
  margin-top: -5px;
  max-width: 32px;
}
.public #about_nav li ul li {
  padding-left: 20px;
  font-size: .8em;
}
.public .section h5 {
  margin-bottom: 1em;
}

body#landing.public {
  background: #dbebf5 url(../images/backgrounds/landing/body_bg.png) repeat-x;
}

body#landing h2{
  font-size: 24px;
  margin: 0;
}
body#landing h3 {
  color: #333;
  font-size: 18px;
}

body#landing p {
  margin-top: 0;
}

body#landing.public #wrapper {
  background: url(../images/backgrounds/landing/body_bg_clouds.png) no-repeat center top;
}
body #home_content .home_contents {
  background: none;
  background-color: transparent;
}

body#landing #home_content {
  background: transparent;
}
body#landing .page {
  background: transparent url(../images/backgrounds/landing/content_bg.png);
  width: 920px;  
}

body#landing #logo {
  background-image: url(../images/backgrounds/landing/logo.png);
  text-indent: -999em;
  width: 458px;
  height: 133px;
  overflow: hidden;
  margin-bottom: 30px;
  float: left;
  margin-right: 35px;
}

body #home_content .landing_content {
  height: auto;
  background: none;
  padding: 20px;
}

body #home_content .landing_content .join_or_login {
        float: none;
        margin-top: 30px;
        width: 305px;
        padding: 0;
        background: none;
}

body #home_content .landing_content #register_form {
  width: auto;
  background: transparent;
  margin-top: 0;
}
body #home_content .landing_content #register_form label {
  text-align: left;
}

body#landing #register-link {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 300px;
  height: 24px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0;
  font-size: 24px;
  font-weight: normal;
  overflow: hidden;
  background: url(../images/backgrounds/landing/register_button.png) no-repeat;
}

body#landing .col1 {
  width: 460px;
  float: left;
  margin-right: 30px;
}
body#landing .col2 {
  float: left;
  width: 346px;
}

body#landing .join_or_login {
  width: 340px;
  margin:0 0 20px 3px;
}

body#landing #feature-box {
  background: url(../images/backgrounds/landing/textbox_left.png) no-repeat -456px bottom;
  padding-bottom: 18px;
  border-bottom: 1px solid #b1c2e1;
  overflow: hidden;
}

body#landing #feature-box .inner {
  background: url(../images/backgrounds/landing/textbox_left.png) no-repeat -1px top;
  padding: 10px 20px 10px 15px;
  height: 210px;
  overflow: hidden;
  position: relative;
}

#feature-box div.inner div.content {
  position: relative;
  padding: 0;
}

#feature-box div.inner div.content h4 {
  padding-left: 45px;
  background-position: ;
  font-weight: bold;
  color: #000;
}

#feature-box div.inner div.content p {
  width: 190px;
  float: left;
  font-size: 13px;
  line-height: 1.4em;
}

body#landing .login_form input {
  background: url(../images/backgrounds/landing/login-field.png);
  width: 124px;
  height: 15px;
  border: none;
  padding: 5px 3px;
  margin-bottom: 5px;
  outline: none;
}
body#landing .login_form input.submit {
  background: transparent url(../images/backgrounds/landing/login_button.png) no-repeat;
  width: 60px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border: none;
}

body#landing #forgot_password {
  width: 140px;
  float: right;
  padding: 0;
}
body#landing #forgot_password a {
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}
body#landing .login_form .check_box_field label {
  font-size: 11px;
  padding: 0;
}
body#landing .login_form #remember_me {
  width: auto;
  top: 3px;
  position: relative;
}


#home_content .login {
  width: 340px;
  margin: 50px auto 20px auto;
  float: left;
}
#home_content .login h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: .5em;
}

body#landing .col2 .what {
  background: url(../images/backgrounds/landing/textbox_right.png) no-repeat left top;  
  padding: 10px 20px;    
  width: 306px;    
  margin-top: 2.8em;
}

body#landing #public_links li{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: center;
  padding: .8em;
}
body#landing #public_links li a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
body#landing #public_links li a:hover {
  color: #3166ba;
}

body#landing ul#feature-list li {
  border-bottom: 1px solid #b1c2e1; 
  margin: 0; 
  padding: 0;
  line-height: 16px;
  cursor: pointer;
}
body#landing ul#feature-list li h4 {
  padding: 1.3em .3em 1.3em 45px;  
  line-height: 14px;
  margin: 0;
}
body#landing ul#feature-list li h4, body#landing #feature-box  h4 {
  background-position: 2px center;
  background-repeat: no-repeat;
  position: relative;
}
body#landing #feature-box  h4 {
  padding: 0 10px 5px 45px;
  width: 150px;
  border: none;
}
body#landing ul#feature-list li img {
  display: none;
}
#feature-box div.inner div.content img {
  float: right;
  display: block;
  margin-left: 10px;
}

body#landing .communities h4 {
  background-image: url(../images/backgrounds/landing/icon-groups-small.png);
}

body#landing .homeroom h4{
  background-image: url(../images/backgrounds/landing/icon-home.png);
}
body#landing .circle h4{
  background-image: url(../images/backgrounds/landing/icon-circle.png);
}
body#landing .privacy h4{
  background-image: url(../images/backgrounds/landing/icon-lock.png);
}

body#landing #feature-list {
  height: 200px;
}

/* @end */
#wrapper .page .main .content .content .edit.create_group {
  background: #fff;
}

/* @group notices */

  .flash, .errors, .flash_error {
    border: 1px solid #ffb29d;
    margin: 0px 15px 15px 0px;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
    color: #d70000;
    background: #fae4e4 url(/images/icons/notice.gif) no-repeat 5px 5px; }
    .flash a, .errors a, .flash_error a {
      color: #a70000; }
  ol.errors {
    list-style-type: decimal;
    list-style-position: inside; }
    ol.errors li {
      padding-bottom: 4px; }
  .notice, .errors, .flash_notice, .flash_error {
    margin-left: 0;
    margin-bottom: 20px; }
body .flash_notice {
  background: #e8fac0 url(/images/icons/notice_save.png) no-repeat 5px 6px;
  border: 1px solid #C8E79F;
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 35px;
  text-align: left;
  font-weight: bold;
  margin-left: 0 !important;
  color: #597F2F; }



/* @end */

/* @group nav */
#nav {
  position: relative;
  z-index: 100;
}
#nav .primary {
  background: #8fd366 url(../images/backgrounds/primary-nav-bg.png) repeat-x;
  border-bottom: 1px solid #4d7237;
    min-height: 38px;
}

.public #nav .primary li {
  display: block;
  float: left;
  text-align: center;
  height: 14px;
}

ul#site {
  float: left;
  width: 450px;
}
.public #nav .primary li {
  width: 120px;
}
.public #nav .primary li.home {
  width: 100px;
}
.public #nav .primary a {
  float: none;
  padding-left:0 ;
  padding-right: 0;
}
#nav .primary a {
  display: block;
  float: left;
  padding: 10px 15px 15px 15px;
  height: 1em;
  text-decoration: none;
  color: #660;
  margin-bottom: -1px;
  background: url(../images/backgrounds/primary-nav-divider.png) no-repeat right -3px;
  font-weight: normal;  
}

#public_links ul li.first {
  float: left;
  height: 1em;
  display: block;
}

#public_links ul {
  padding: 0;
  margin: 0;
  height: ;
}
.public #nav .primary #user {
  float: right;
  width: 500px;
  text-align: right;
  margin-top: -2px;
}
#nav .primary #user {
  float: right;
  width: 450px;
  text-align: right;
  margin-top: -2px;
}
#nav .primary #user li  {
  float: right;
}

#nav .primary li.current a {
  background: #f6f8fb;
}
#groups #nav .primary li.current a {
  background: #dfebf6 url(../images/backgrounds/communities-nav-grad.png) repeat-x 0 bottom;
}
#friends #nav .primary li.current a {
  background: #d1edc1 url(../images/backgrounds/cof-nav-grad.png) repeat-x 0 bottom;
}

#user li a span.count {
  padding: 3px 6px;
  background: #e6f9db;
    color: #487836;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
}
#user li a:hover span.count {
  background: #fff;
}
/* @end */
body #container {
  width: auto;
  min-width: auto;
  background: transparent;
}

/* @group Content Blocks */
body#home_room .main > .content, body#groups .main > .content,  body#friends .main > .content, body#public_profiles .main > .content, body#profile_basic .main > .content, body#profile_noteboard .main > .content, body#child_profile_basic .main > .content, body#public_child_profiles .main > .content, body#group_boards .main > .content, body#group_messages .main > .content, body#group_memberships .main > .content, body#group_photos .main > .content {
  padding: 0;
}
.content {
  padding: 15px;
}

body.public .main {
  width: 919px;
  border: none;
}
.main {
  width: 729px;
  border-right: 1px solid #ccc;
  height: 100%;
}

#sidebar {
  width: 230px;
  float: left;
}

.feed {
  margin-bottom: 20px;
}

body .notice, body .welcome_new_user .notice {
  border: 1px solid #acd2e3;
  margin: 0;
  padding: 10px 10px 10px 35px;
  font-weight: bold;
  color: #255fe3;
  background: #e6f0f4 url(/images/icons/notice_bulb.png) no-repeat 5px 5px; }
  
#footer {
  padding: 10px 20px;
  background: #92d46a url(../images/backgrounds/footer.png) no-repeat 0 bottom;
}
#footer .legal {
  float: left;
  width: 400px;
}
body#landing #footer .secondary_navigation {
  width: 460px;
}
#footer .secondary_navigation {
  width: 520px;
  float: left;
  font-size: .8em;
  text-align: right;
}
#footer .secondary_navigation li{
  display: inline;
  padding: 0 10px;
}

body .contact_us, body .overview_layout, body .error {
border-bottom: none;
border-top: none;
margin: 0;
padding: 20px;
overflow: hidden; }

#tab_navigation ul li{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
  background: none;
  padding: 10px;  
}

/* @end */
#sidebar h3, .grad_head {
  color: #666;
  background-image: url(../images/backgrounds/notifications-sub-grad.png);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
  clear: both;
  margin: 0;
}
#sidebar h3 span, .grad_head span{
  display: block;
  padding:12px 10px 12px 35px;
  background-repeat: no-repeat;
  background-position: 8px center;
}

#my_friends h4.grad_head.my_friends span {
  background-image: url(../images/icons/communities.png);
  padding-left: 44px;
}

.grad_head span.options, #sidebar .grad_head span.options {
  background-image: none;
  padding: 0;
  text-align: right;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 100px;
  /**display: inline;
  float: right;
  *margin-top:-2.3em;*/
}

#sidebar h4.grad_head.members span span.options {
  width: 90px;
}
.mid_panel span.options {
  width: 150px;
  float: right;
  *margin-top:-2.3em;
}
#communities_feed div.discussions.feed h4.grad_head.discussions span {
  padding-left: 10px;
}
#sidebar .grad_head span {
  padding: 12px 10px 12px 55px;
}
.page-title {
  height: 60px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.page-title h1 {
  padding: 20px 15px 20px 60px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #666;
  float: left;
  display: block;
  overflow: hidden;
  width: 451px;
  line-height: .9em;
}

div.event_details div.section div.detailed_event {
  display: inline-block;
  margin: 0;
  left: 0;
  position: relative;
  width: 475px;
  float: right;
}

#group_messages h1 {
  width: 89%;
}

.page-title .options {
  padding: 0 20px 0 0;
  float: right;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;  
  text-align: right;
  font-size: 14px;
  *margin-top:-1.5em;
}
#sidebar h4 .options {
  font-size: .8em;
}
#sidebar h4 .options a {
  padding-top: 5px;
  padding-bottom: 5px;  
  display: inline;
}
a.option {
 color: #666;
 text-decoration: none;
 background-color: #fff ;
 padding: 5px 8px;
 -webkit-border-radius:6px;
-moz-border-radius:6px;
}
a.option:hover {
 color: #333;
}
a.option.add {
  padding-left: 25px;
  background-position: 5px center;
}
#main_heading_nav {
  padding: 10px 15px 10px 15px;
  color: #666;
  width: 214px;
  height: 40px;
  overflow: hidden;
  float: left;
  display: block;
  background: #eef1f7 url(../images/backgrounds/communities-head-grad.png) repeat-x 0 top;
  border-right: 2px ridge #f0f0f0;
}
#groups #main_heading_nav a{
  background: transparent url(../images/icons/communities.png) no-repeat 0 center;
  display: block;
  padding: 10px;
  vertical-align: middle;
  padding-left: 40px;
}
 
h4.grad_head span a, #main_heading_nav a {
  color: #666;
  text-decoration: none;
  padding-right: 5px;
  display: inline;
  width: 164px;
}

div.group_info.moderator {
  border-bottom: 4px solid #abe47c;
  padding-bottom: 10px;
  background: url(../images/backgrounds/moderator.png) no-repeat right bottom;
}
div.group_info {
  width: 400px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;  
}
.left_panel .group_info {
  width: 175px;  
}
.left_panel .group {
  margin-bottom: 5px;
}

/* @group Home Room */

#home_room .page-title {
  background: #eef1f7 url(../images/backgrounds/homeroom-head-grad.png) repeat-x 0 top;
}

#home_room .page-title h1, #welcome .page-title h1 {
	background-image:url(../images/icons/home.png);  
	width: 653px;
}

#notified h3 span {
  background-image: url(../images/icons/notifications-new.png);
  background-position: 14px center;
  padding-left: 55px;
}

#notified div.notice {
  background-image: none;
  padding: 10px;
}

#sidebar div.messaging h4 span {
  background-image: url(../images/icons/mail.png);
  padding-left: 50px;
}
#sidebar .messaging ul li {
  padding: 5px 10px;
  width: 210px;
  overflow: hidden;
  text-overflow:ellipsis;
  background-color: #f3f3f3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #a5bbcc;
  color: #106fb1;
  white-space: nowrap;
}
#sidebar .messaging ul li.unread {
  background-color: #dae8f3;  
}

#sidebar .messaging ul li a {
  color: #106fb1;
  display: block;
  text-decoration: none;
  width: 210px;  
  text-overflow:ellipsis;
}
#sidebar .messaging ul li a span {
  font-weight: normal;
}
.note .dismiss {
  display: block;
  top: 0;
  width: 10px;
  float:left ;
  background-image: none;
}
.note .dismiss a {
    display: block;
    height: 15px;
    width: 15px;
    text-indent: -10000px;
    background: transparent url(/images/icons/dismiss.png) no-repeat left; }

#feeds .message {
  width: 250px;
  margin-right: 5px;
  float: left;
}
.recent_activity.feed .message {
  width: 380px;
  margin: 0;
}

#feeds .notifications a, .mid_panel .notifications a {
  color: #106fb1;
  font-weight: normal;
  text-decoration: none;
}
#feeds .notifications a:hover, .mid_panel .notifications a:hover {
  text-decoration: underline;
}

.notifications span.message {
  width: 300px;
  margin-right: 5px;
  float: left;
}
#screen_notifications .notifications span.message {
  width: 600px;
}

.notifications .item .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin:0 15px 5px 0;
}

.notifications .item span.dismiss {
  float: right;
}
.notifications .item .avatar img{
  max-width: 50px;
  max-height: 50px;
  margin: 0;
}
#sidebar .notifications .item .avatar {
  display: none;
}
.notifications .item {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
span.time_stamp {
  display: block;
  font-size: .8em;
  color: #666;
}
#sidebar .notifications .item .message {
  width: 180px;
  float: left;
  margin-right: 5px;
  font-size: .9em;
  line-height: 1.3em;
}
#sidebar .notifications .item .message a {
  font-weight: normal;
  text-decoration: none;
}
#sidebar .notifications .item .dismiss {
  float: left;
}
/* @end */
#feeds .col {
  border-left: 1px solid #bbb;
}
#feeds .col.first {
  border-left: none;
}
#feeds > .col h2 {
  display: block;
  padding: 0;
  margin: 0;
}
#feeds > .col h2 span{
  padding: 12px 10px 15px 60px;  	
  color: #444;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #999	;
  font-size: 18px;
  margin: 0;
}
#feeds > .col h2 span a {
  color: #333;
  text-decoration: none;
}
#feeds #cof h2 span {
  background: url(../images/icons/CoF.png) no-repeat 8px center;  
}
#feeds #cof h2 {
  background: #00d749 url(../images/backgrounds/cof-sub-grad.png) repeat-x;  
}
#feeds #communities h2 {
  background: #89c9e8 url(../images/backgrounds/communities-sub-grad.png) repeat-x;  
}
#feeds #communities h2 span {
  background: url(../images/icons/communities_icon_large.png) no-repeat 10px center;  
}
.feed li {
  padding: 9px;
}
.feed li h6{
  color: #106fb1;
  font-weight: normal;
  margin-bottom: 5px;
}
.feed li h6 a{
  color: #106fb1;
  font-weight: bold;
  text-decoration: none;
}


.mid_panel .feed .message_body .content {
  padding: 0 20px;
}
.messages .message .message_body {
  margin: 0;
  width: 400px;
  padding-right: 0;
  vertical-align: top;
  display: table;
  border-bottom: none;
  margin-bottom: 0;  
}

.message .message_content {
  width: 400px;
  float: left;
  display: table-cell;
  vertical-align: top;
}
.message .actions {
  display: table-cell;
  vertical-align: bottom;
  font-size: 10px;
  width: 70px;
  line-height: 15px;
}
.message .actions a {
  padding-top:5px ;
  padding-bottom: 5px;
}
.message .actions .tooltip {
  display: inline;
  height: 16px;
  position: absolute;
  margin-top: -2em;
}
.messages .message .message_head {
  border-top: none;
  border-bottom: none; }

.messages .message {
  border-bottom: 1px solid #D9E2ED;
  margin-bottom: 15px; }

  
/* @group forms */
.section {
  margin-bottom: 10px;
  padding-left: 30px;
}
.new_comment .section {
  padding: 0;
}

#whats_this_link a {
  color: #2A64A9;
  position: relative;
  margin-top: 25px; 
  display: block;}
body #whats_this_link {
position: relative;
top: 0;}
label small {
  font-size: .8em;
  color: #709745;
}
.input_radio_field label {
        float: left;
        width: 177px;
        text-align: right; 
}

.profile_editing ul {
  position: relative;
  min-width: 0; }
.section .input_radio_field .inputs{
  width: 247px;
  clear: right;
  text-align: left;
  float: right;
  padding-bottom: 18px; }
.container #new_friend_invite .section {
  width: 300px;
  float: left;
  border: none !important;
  padding: 0;
}
.section .input_radio_field .inputs .input input {
          width: auto;
          vertical-align: middle; }
#new_friend_invite .text_field {
  padding-top: 10px;
}
#new_friend_invite .invite_fields {
  border-bottom: 1px solid #C8E79F
}
#inbox .tagged_field, #inbox .text_field {
  text-align: left;
}
#inbox .text_field label {
  float: none;
  display: block;
}
.tagged_field {
  height: auto;
  padding: 5px 0;
  float: left;
  clear: left;
  text-align: right;
  width: 447px; }
body#landing .tagged_field {
  width: 295px;
}

.tagged_field.input_radio_field {
  height: auto;
}

.tagged_field label {
  padding-right: 20px; }  
  

#group_photos.group_show .text_field {
  width: 400px;
  float: none;
}
#group_photos.group_show .directions_for_categories {
  width: 140px;
}
#group_photos.group_show .current_tags_used {
  float: none;
  margin: 0;
  position: relative;
  top: 0;
}
#group_photos.group_show .edit {
  background-color: #fff;
}
.text_field {
  float: left;
  clear: left;
  text-align: right;
  width: 447px;
  padding-bottom: 20px;
  padding-top: 10px; 
}
.text_field label {
  padding-right: 20px;
  vertical-align: top; 
}
.tagged_field select {
    width: 247px; }
 
.section .text_field textarea {
      height: 100px; }  
.tagged_field input, .tagged_field select, .tagged_field textarea, .child_list input, .text_field input, .text_field select, .text_field textarea {
    border: 1px solid #b5cde9;
    padding: 4px 5px;
    background: #fdf7e9;
    color: #222120;
    width: 236px; }  

#landing .tagged_field input{
  width: 150px;
}    
#landing #register_form .submit {
  margin: 30px 0;
}

#landing #register_form .privacy {
  font-size: .8em;
  color: #666;
}

#tag_text_field label {
  float: left;
  width: 180px; }   

.submit{
        text-align: right;
        padding-right: 80px; 
}

div.message img.avatar {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;  
  float: left;
}
.message .message_head .timestamp {
font-style: italic;
color: #999;
float: right; }

div.message_head div.timestamp {
  margin-top: -2em;
}
  
#tags_directions {
    width: 205px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 30px;
    float: right;
    text-align: justify; }  
.directions {
	position: relative; 	
    border: 1px solid #D1E6EF;
    margin: 10px 40px 15px 40px;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
    font-size: 12px;
    color: #525150;
    background: #e6f0f4 url(/images/icons/notice_bulb.png) no-repeat 5px 5px; }     
.directions_for_categories{
      padding: 10px 0px;
      text-align: right;
      float: left;
      width: 176px;
      clear: both;
      color: #437EC4;
      margin-top: -83px;
      font-size: 12px; } 
span.legal {
    font-size: 11px;
    color: #2A81CB;
    padding-left: 5px; }
span.legal a {
      color: #275E9F;
      font-weight: normal; }
span.legal a:hover {
      color: #1B386F; }
      
.field {
  clear: both;
  padding: 5px 15px 10px 10px;
  margin-bottom: 20px;
  float: left;
  background: #D9E2ED;
  border: 1px solid #ADC5E0; }  
.file_field {
      clear: both;
      padding: 5px 15px 10px 10px; }   
      
      
      
body .preview_panel #invitation_preview {
  border-bottom: 1px solid #B5CDE9;
  border-top: 1px solid #B5CDE9;
  background-color: #D9E2ED;
  padding: 20px 30px;
  font-size: 13px; }       
body .preview_panel #invitation_preview p {margin: 1em 0;}       
/* @end */

/* @group Circle */

/* @group invites */

  #received_invites .key, #sent_invites .key {
    height: auto; }
   #sent_invites .key h6 {
      background-image: url(/images/icons/sent.png);
      padding-left: 40px; }
    #sent_invites {
      padding-bottom: 20px; }
    #sent_invites {
      clear: both; }
    #sent_invites .list {
      border-top: 1px solid #F9D681; }
    #sent_invites .list .table_headings {
        border-bottom: 1px solid #F9D681; }
    #sent_invites .list .table_headings li {
          font-weight: bold; }
    #sent_invites .list .invited {
        padding: 8px 0px;
        overflow: hidden; }
    #sent_invites .list .invited ul li {
          float: left;
          line-height: 32px;
          background: transparent no-repeat left;
          float: left;
          padding-left: 30px; }
    #sent_invites .list .invited ul li span {
            font-weight: bold; }
    #sent_invites .list .invited ul li.invitee {
          width: 20%; }
    #sent_invites .list .invited ul li.message {
          font-size: 12px;
          background-image: url(/images/icons/send_message.png);
          background-position: 1px 50%; }
    #sent_invites .list .invited ul li.date_sent {
          font-style: italic;
          font-size: 12px; }
    #sent_invites .list .invited ul li.email {
          width: 35%;
          background-image: url(/images/icons/email.png);
          background-position: 1px 56%;
          font-size: 12px; }
  #sent_invites .list .invited ul li.dismiss {
    display: inline;
    float: right;
    width: auto;
    font-size: 12px;
    padding-right: 20px;
    background-image: none; }
  #sent_invites .list .invited ul li.dismiss a {
      display: block;
      padding-left: 15px;
      background: transparent url(/images/icons/dismiss.png) no-repeat left; }


/* @end */

#sidebar h3 a {
  color: #666;
  font-weight: normal;
  text-decoration: none;
}
#sidebar .notifications h4.grad_head span{
  background: url(../images/icons/notifications-new.png) no-repeat 8px center;
  padding-left: 40px;
}
#sidebar h4.grad_head.photos > span, #sidebar .photo_albums h3 > span {
  background-image: url(../images/icons/photos-new.png);
  background-position: 8px center;
}
#sidebar h4.grad_head.members > span{
  background-image: url(../images/icons/communities.png);
}
#sidebar h4.grad_head.events > span {
  background: url(../images/icons/cal.png) no-repeat 15px center;
}

h4.grad_head.recent_activity span {
  background-image:url(../images/icons/activity.png);
}
#home_room h4.grad_head.recent_activity span {
  padding-top:5px;
  padding-bottom:5px;  
}
#friends .page-title {
  background: #94d56d url(../images/backgrounds/cof-head-grad.png) repeat-x 0 top;
}
#friends .page-title h1{
  background: url(../images/icons/CoF.png) no-repeat 12px center;
  width: 654px;
}

#sidebar div.messaging {
  margin-bottom: 20px;
}
.friend {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
}
.friend h6 {
  font-size: .9em;
}
.friend a {
  color: #666;
  text-decoration: none;
}
.friend .avatar {
  width: 57px;
  height: 57px;
  padding: 4px;
  overflow: hidden;
}
.left_panel .friend {
  padding: 3px;
}
.left_panel .friend .avatar img {
  max-width: 57px;
}
.left_panel .friend .avatar {
  padding: 2px;
}
.left_panel .avatar {
  padding: 10px;
  text-align: center;
}
.actions .return_to_profile {
        background: url(/images/icons/back_arrow.png) no-repeat left;
        padding-left: 22px; }

.next_prev .previous {
  background:url(/images/icons/back_arrow.png) no-repeat left;
  padding: 0;
}


#friends_sort .my_friends .list_of_friends .friend {
  width: 600px;
  margin-right: 10px;
  clear: both;
}
#friends_sort .my_friends .list_of_friends .friend {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#friends_sort .friend .information {
  padding: 10px 0 10px 5px;
  width: 190px;
  float: left;
}

#friends_sort div.my_friends div.list_of_friends div.friend.odd div.my_friend div.options {
  float: left;
  width: 200px;
}
#friends_sort .my_friends .list_of_friends .friend .avatar {
	width: 100px;
	height: 100px;
	float: left;
}
/* @end */

/* @group communities */
#sidebar .name a {
  text-decoration: none;
  font-size: .8em;
}
.group_show .left_panel {
  background: #e9e9e9;
}

.group_description, .membership_edit {
  font-size: .8em;
}

.group_description a, .membership_edit a{
  padding: .5em 0 .2em 0;
  margin: 0 .5em 0 0;
  text-decoration: none;
  color: #999;
  border-bottom: 2px solid #ccc;
}
.group_description a:hover, .membership_edit a:hover{
  border-color: #666;
}
.show_group .mid_panel .info a{
  color: #2182b8;
  text-decoration: none;
}
.show_group .mid_panel .info a:hover{
  text-decoration: underline;
}
.mid_panel .member .photo{
  width: 100px;
  float: left;
  margin-right: 10px;
}
.mid_panel .member .detailed_member {
  width: 330px;
  float: left;
}
.mid_panel .member {
  margin: 0 10px 15px 0;
  clear: both;
}

.mid_panel ul.groups_list .member {
  margin: 0 10px 15px 0;
  clear: both;
}

#sidebar .members .member {
  margin:0 8px 10px 0;
  width: 57px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}

#sidebar .members .member .photo {
  width: 57px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 2px;
}
#sidebar .members .member .photo img {
  max-width: 70px;
  max-height: 50px;
}
/* @group photos */
#picture_detailed {
  margin:  0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;  
}
/* @group sidebar */
#sidebar div.photos .photograph {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 57px;
  height: 50px;
  overflow: hidden;
  margin:5px 2px;
}
#sidebar div.photos .photograph img {
  display: block;
  margin: 0 auto;
  max-width: 65px;
  max-height: 80px;
  vertical-align: middle;
}
#sidebar div.photos .photograph div.caption, #sidebar div.photos .photograph ul.actions {
  display: none;
}



/* @end */



/* @end */
.create_group .submit input {
  font-size: 24px;
}
/* @group discussions */
.boards {
  margin: 0;
  padding: 20px;
}

.messages .message {
  background: none;
  padding-bottom: 0;
  width:465px;
}
.mid_panel div.messages div.message.content {
  padding: 5px 0 15px 15px;
}

a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  display: inline;
}

#first.message {
	background: #fafafa;
	clear: both;}
.message p {
  margin: .8em 0;
  width: 320px;
}
.board {
  background: none;
  border-top: none;
}
.board span.last_post {
  text-align: right;
  display: block;
}
.board span.last_post a{
  color: #106fb1;
  font-size: .8em;
}
flag {
  background-image: url(/images/icons/flag.png);
  background-position: 1px 50%; }


/* @end */

/* @group Events */
#events .page-title {
  background: url(../images/icons/cal.png) no-repeat 15px center;
}

  .add_event a {
    background: transparent url(/images/buttons/add_event.png) no-repeat top left;
    display: block;
    text-indent: -10000px;
    height: 36px;
    width: 135px; }
  .event_details .section {
    padding-bottom: 20px;
    padding-left: 0; }
  .event_details .detail {
    border-bottom: 1px solid #EFEDE1;
    padding: 6px 10px;
    color: #525150;
    min-height: 18px;
    clear: both;
    overflow: hidden; }
  .event_details .detail a {
      font-weight: normal; }
  .event_details .detail a.current_invite_status {
      text-decoration: none;
      font-weight: bold;
      color: #525150; }
  .event_details .detail b {
      display: inline-block;
      width: 200px;
      color: #275E9F; }
  .event_details td.column_1 {
    width: 200px;
    font-weight: bold; }
  .event_details th {
    font-weight: bold;
    color: #275E9F; }
  .event_details .legend {
    padding: 15px 0 5px 0; }
  .event_details .legend h5 {
      color: #EA8503;
      line-height: 27px;
      font-size: 16px;
      padding-left: 30px;
      background: transparent url(/images/icons/checklist.png) no-repeat top left; }
  .event_details table {
    color: #525150;
    width: 100%; }
  .event_details table td, body #container .event_details table th {
      padding: 2px 5px; }
  .event_details table tr {
      border-bottom: 1px solid #EFEDE1; }
  .event_details table tr.row_odd {
      background: #FDFBEF; }
  .edit_this_event .edit_link, .edit_this_event .delete_link, .edit_this_event .flag_link, .edit_this_event .back_link {
    float: left;
    padding-left: 30px; }
.edit_this_event .edit_link a, .edit_this_event .delete_link a, .edit_this_event .flag_link a, .edit_this_event .back_link a {
      display: block;
      height: 36px;
      text-indent: -10000px;
      background-position: top left;
      background-repeat: no-repeat;
      background-color: transparent; }
.edit_this_event .edit_link a {
    width: 135px;
    background-image: url(/images/buttons/edit_event.png); }
.edit_this_event .back_link a {
    width: 167px;
    background-image: url(/images/buttons/back_to_events.png); }
.edit_this_event .delete_link a {
    width: 147px;
    background-image: url(/images/buttons/delete_event.png); }
.edit_this_event .flag_link a {
    width: 156px;
    background-image: url(/images/buttons/inappropriate.png); }


.event_list .table_of_events {
      padding-right: 20px;
      padding-top: 20px; }
.event_list table {
      width: 100%; }
.event_list table th {
        font-weight: bold;
        padding: 8px 10px; }
.event_list table thead {
        background: #EAFFCF; }
.event_list table thead tr {
          border: 1px solid #C8E79F;
          border-right: nonef; }
.event_list table thead tr th {
            border-right: 1px solid #C8E79F; }
.event_list table td {
        padding: 8px 10px; }
.event_list table tbody tr {
        background-color: transparent; }
.event_list table tbody tr td {
          border: 1px solid #F9D681; }
.event_list table .event_name a {
        padding-right: 24px;
        background: transparent url(/images/icons/view.png) no-repeat -10000px -10000px; }
.event_list table .event_name a:hover {
        background-position: 100% 0; }

/* @end */

#groups .page-title, #group_photos .page-title {
  background: #eef1f7 url(../images/backgrounds/communities-head-grad.png) repeat-x 0 top;
}
#group_photos.group_show .page-title {
  padding-left: 0;
  overflow: hidden;
}
#groups .page-title h1, #group_photos .page-title h1{
  background: url(../images/icons/communities_icon_large.png) no-repeat 12px center;
}

#groups.group_show .page-title h1{
  background:none;
  padding-left:15px ;
}
#groups.group_index .page-title h1{
  background:none;
  padding-left:15px ;
  width: 96%;
}

.event_details table tbody tr td {
  vertical-align: middle;
}
.event_details table tbody td div.avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.event_details.edit div.section table tbody td div.avatar img{
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}

h4.my_communities span{
  padding-left: 10px;
}
.left_panel {
  width: 245px;  
  float: left;
}
.mid_panel {
  width: 483px;
  float: left;
  border-left: 1px solid #ccc;
}
a#explore_communities {
  background: url(../images/buttons/explore_communities.png);
  width: 213px;
  height: 28px;
  margin: 10px 0;
}
a.button {
  text-indent: -999em;  
  display: block;  
}
#my_communities li.group {
  list-style: none;
  background: #eee;
  padding: 5px;
}
ul.groups_list {
  margin: 10px 0;
}
li.group {
  margin: 0 0 15px 0;
}
li.group.private {
  background: url(../images/icons/private.png) no-repeat right top;
}
#my_communities li.group.current {
  background: #fff;
  width: 235px;
  right: -1px;
  position: relative;
  z-index: 20;
}

ul#group_list {
  margin: 10px;
}
.group_show ul#group_list {
  margin: 10px 0;
}
.show_group .info {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 15px 15px 15px;
}

#group_edit {
  padding: 10px;
  background: #fffedb;
  border: 1px solid #ddd;
}
.show_group .tags {
  padding: 0;

}
li.group h5 {
  line-height: 1em;
  font-size: 14px;
}
li.group a {
  color: #106fb1;
  text-decoration: none;
}
li.group span.members {
  font-size: .8em;
}
li.group img.photo{
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  margin-right: 5px;
  
}

#friends_list .invite_friend_to_group span.already_member {
        background: url(/images/icons/member.png) top left no-repeat;
        padding-left: 24px; }
#friends_list .invite_friend_to_group span.already_invited {
        background: url(/images/icons/group_pending.png) top left no-repeat;
        padding-left: 24px; }

li.event_name {
  margin-bottom: 10px;
}

#friends_list .invite_friend_to_group span.help {
        text-indent: -10000px;
        display: block;
        position: absolute;
        height: 0;
        width: 0; }
#friends_list .invite_friend_to_group a:hover span.help {
          width: 200px;
          margin-top: -30px;
          z-index: 100;
          text-indent: 0;
          height: auto;
          margin-left: 22px;
          border: 1px solid #C8E79F;
          padding: 7px 7px 10px 30px;
          background: #E5FFDF url(/images/icons/help_icon.png) no-repeat scroll 6px 7px;
          font-weight: normal;
          font-size: 13px; }
/* @end */

/* @group Messages */

table.inbox {
  width: 100%;
}

body #inbox_next_prev .previous a {
  background-image: url(/images/icons/prev_message.png); }

body .next_prev .previous {
  float: left; }  

body #inbox_next_prev .next a {
  background-image: url(/images/icons/next_message.png); }

body .next_prev .next a, body .next_prev .previous a {
  line-height: 32px;
  display: block;
  background: transparent no-repeat;
  padding-left: 45px; }  

body .next_prev .next {
  float: right;
  height: 32px;
  padding: 0 45px 0 0;
  background: url(/images/icons/next_arrow.png) no-repeat right center;
}  

body .next_prev {
  overflow: hidden;
  padding-left: 15px;
  padding-bottom: 5px; }  
    
      body .messaging_center thead {
        border: 1px solid #C8E79F; }
        body .messaging_center thead th {
          background: #F5F9E4;
          padding: 5px 10px;
          border-left: 1px solid #C8E79F;
          font-weight: bold;
          color: #42651D; }
      body .messaging_center tbody tr td {
        border: 1px solid #C8E79F;
        padding: 5px 10px; }
      body .messaging_center tbody tr td.message_id {
        width: 10px; }
        body #container .messaging_center tbody tr td.message_id input {
          vertical-align: middle; }
      body .messaging_center .actions {
        padding: 25px 0; }
        body .messaging_center .actions p {
          color: #275E9F;
          font-size: 13px;
          padding-bottom: 15px; }
        body .messaging_center .actions input {
          margin-right: 15px; }

/* @end */

/* @group Profiles */

#tab_navigation {
  padding: 2px 10px 3px 10px;
  background: #94d56d url(../images/backgrounds/cof-head-grad.png) repeat-x 0 bottom;
  color: #496e22;
  font-weight: bold;
}
#tab_navigation a{
  color: #487836;
  font-weight: normal;
  text-decoration: none;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  padding: 6px;  
}
#tab_navigation a:hover, #tab_navigation li.current a{
  background: #e6f9db;
}

a.add {
  padding-left: 22px;
  background-image: url(../images/icons/add-green.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}

.actions a.right, .actions a.left {
  line-height: 1.4em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;    
}
#sidebar div.content ul li.event_name {
  clear: both;
  background-color: #f0f0f0;
  padding: 2px;
}
#sidebar div.content ul li.event_name .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;  
}

#sidebar div.content ul li.event_name div.info span.group_name a {
  font-size: .8em;
  display: block;
  text-decoration: none;
  color: #106fb1;
  line-height: 1em;
}

#sidebar div.content ul li.event_name .avatar img {
  max-width: 50px;
  max-height: 50px;
}

#sidebar .event_name .info {
  float: left;
  width: 136px;
  padding-left: 10px;
}

body .public_messages h4 span {
      background: transparent url(/images/icons/posted.png) no-repeat 5px center; }
      
body .leave_message form #messaging {
          width: 98%;
          text-align: left; }

textarea#comment_comment {
  width: 300px;
}   
.public_messages .info {
  font-size: 12px;
  height: 20px;}

.from .name a {
  padding: 10px 0;
  display: block;
}
.public_messages div.message {
  clear: both;
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #D9E2ED; }
.message_contents {
  border-bottom: 1px solid #D9E2ED;
  background: #F4F7FB;
  padding: 15px 10px;
  margin-bottom: 10px;
}  
#comment_options {
  width: 200px;
  float: right;
  padding-bottom: 5px; }  
#comment_options ul li {
  float: left;
  width: 27px;
  padding-left: 0;
  margin-left: 3px; } 
.options ul li.profile {
  background-image: url(/images/icons/profile.png);
  background-position: 1px 50%; } 
.options ul li {
  line-height: 32px;
  background: transparent no-repeat left;
  padding-left: 30px; }    

.options ul li.message {
  background-image: url(/images/icons/send_message.png);
  background-position: 1px 50%; }
.options ul li.flag {
  background-image: url(/images/icons/flag.png);
  background-position: 1px 50%; }  
.options ul li.delete {
  background-image: url(/images/icons/delete.png);
  background-position: 1px 50%; }  
  
.from .avatar {
  padding: 10px 10px 7px 10px;
  margin: 11px 7px;
  margin-right: 10px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #CFC8C2;
  float: left; }  
  
#comment_options {
  width: 200px;
  float: right;
  padding-bottom: 5px; }
#comment_options ul li {
    float: left;
    width: 27px;
    padding-left: 0;
    margin-left: 3px; }
#comment_options ul a {
    height: 27px;
    width: 27px;
    display: block;
    border: 1px solid #D9E2ED; }

#comment_options ul a p {
  text-indent: -10000px; }
#comment_options ul a:hover {
    border-color: #ADC5E0; }
#comment_options ul a:hover p {
  text-indent: 0px;
  position: absolute;
  background: #D9E2ED;
  border: 1px solid #ADC5E0;
  padding: 6px;
  line-height: 18px;
  white-space: nowrap;
  margin-top: -38px;
  height: auto;
  width: auto;
  color: #4D6CA0;
  font-weight: normal; }
#comment_options ul a:hover p span {
  background: url(/images/icons/blue_divet.gif) bottom center;
  position: absolute;
  height: 6px;
  display: block;
  width: 11px;
  margin-top: 6px; }
#comment_options ul li.delete {
  background-position: 3px 4px; }  
  
.public_messages .info ul li.date {
  background: url(/images/icons/calendar.png) no-repeat left; }  

.public_messages .info ul li.time {
  background: url(/images/icons/clock.png) no-repeat left; }   
  
.public_messages .info ul li {
  padding-left: 20px;
  width: 130px;
  float: left;
} 
.public_messages .name {
  padding: 10px 0;
  margin-top: 10px;
}
.pictures_contained .photo {
  width: 100px;
  height: 80px;
  overflow: hidden;
  margin-right: 5px;
  float: left;
}
.list_photos .content .actions {
  padding: 0;
}

#gallery .photo_collection .photograph .gallery_photo{
  height: 215px;
}

#gallery .photo_collection .photograph .gallery_photo a{
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 215px;
  width: 255px;
}
#gallery .photo_collection .photograph .gallery_photo a img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

.pictures_contained .photo .avatar {
  padding: 0;
}

#gallery .photo_collection .photograph .gallery_photo img {
  max-width: 200px;
}

#gallery .photo_collection .photograph {
  width: 200px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin:10px 3px;
  padding: 8px ;
  text-align: center;
  border: 1px solid #ddd;
}
/* @group Family */
body div.family {
  float: none;
  border-top: 1px solid #fff;
  padding: 0;
}
.child_info {
  width: 239px;
  float: left;
}
.child_info ul {
  margin-bottom: 20px;
  clear: both;
}
.list_children .avatar {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.list_children .specifics {
  width: 340px;
  float: left;
}

div.child {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  clear: both;
}
.child h4 {
  font-size: 1.2em;
}
.child h4 a{
  text-decoration: none;
}
.child-milestones {
  clear: both;
  margin-top: .5em;
}

div.current_tags_used.tags {
  position: relative;
  clear: both;
  margin: 0;
  top: 0;
}
     
.child ul.milestones li {
  display: inline;
  width: 200px;
  margin-right: 20px;
  float: left;
  margin-top: 10px;
}      

.child-milestones h5 a {
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}
div.milestone {
  margin-top: 20px;
}
#milestone_name {
  font-size: 1.5em;
  line-height: 2em;
}

#milestone_photo a img {
  width: 20px;
  height: 20px;
}

#milestone_photo {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.return_add, .return_to_profile {
  width: 300px;
}
#group_photos .return_to_profile {
  background: transparent url(/images/icons/photos_icon.png) no-repeat  3px 20%;
  padding-left:30px ;
   }  
}

body #milestone_photos {
    float: none;
    width: auto;
    margin: 20px 0; }

.return_add .back a {
  display: block;
  text-indent: -10000px;
  height: 37px;
  background: transparent url(/images/buttons/all_milestones.png) no-repeat top left; }
/* @end */


#public_noteboard_tab .tab_basic, .basic_profile_tab .tab_basic {
        background: #F5F7FF;
        border-top: 1px solid #D9E2ED;
        border-bottom: 1px solid #D9E2ED; }
#public_noteboard_tab .tab_basic h6, .basic_profile_tab .tab_basic h6 {
          margin: 0;
          clear: both;
          color: #2776C6;
          background: #FFFFFF;
          padding-left: 10px;
          padding-top: 5px;
          border-bottom: 1px solid #E3E3E3;
          border-top: 1px solid #E3E3E3;
          font-weight: bold;
          font-size: 16px; }
#public_noteboard_tab .tab_basic ul, #public_noteboard_tab .tab_basic p, .basic_profile_tab .tab_basic ul, .basic_profile_tab .tab_basic p {
          padding-top: 5px;
          padding-bottom: 25px; }
#public_noteboard_tab .tab_basic ul li, #public_noteboard_tab .tab_basic p li, .basic_profile_tab .tab_basic ul li, .basic_profile_tab .tab_basic p li {
            padding: 4px 10px;
            border-bottom: 1px solid #EEEFF4; }
#public_noteboard_tab .tab_basic p, .basic_profile_tab .tab_basic p {
          padding-left: 10px;
          padding-right: 10px; }
#public_noteboard_tab .tab_basic ul.left_contact, .basic_profile_tab .tab_basic ul.left_contact {
          float: left;
          width: 50%; }

/* @end */
.ui-tabs .ui-tabs-hide { display: none !important; }


.clear {
  clear: both;
}