#content, #header, #footer_wrapper_2 {
  width:850px;
}

.two_cols #main {
  width: 560px;
  float:left;
  margin-left: 15px;
  margin-right: 0;
}

#right_sidebar {
  margin-right: 15px;
  margin-top: 0px;
}

#right_sidebar .subtitle_wrapper {
  margin-top: 0;
}

#content_header {
  margin: 0 15px 15px 15px;
}

#club_logo {
  float:left;
  display: block;
  padding-top: 9px;
  /*margin-left: 170px;*/

}

#user_menu {
  float:right;
  padding:10px;
  position:static;
}

/* Breadcrumbs */

#breadcrumb {
  margin-left:10px;
}

#breadcrumb ul {
  margin:0;
}  

#breadcrumb li {
  display: block;
  padding-right:6px;
  float: left;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  background:transparent url(../../images/club/breadcrumb_separator.png) center right no-repeat;
}

#breadcrumb li a:link,
#breadcrumb li a:visited {
  float: left;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 1px #17446D;
  height:13px;
  margin-right:1px;
  padding:8px 8px 10px;
  color: #ecf1f5;
}

#breadcrumb li a:link,
#breadcrumb li a:visited {
}

#breadcrumb li a:hover {
  text-decoration:underline;
}

#breadcrumb li.last {
  /*background: transparent url(../../images/nav_active_bg_arrow.png) bottom center no-repeat;*/
  background:none;
  color: #69B7FF;
  padding:8px 8px 10px;
  display:block;
}

/* footer */

#footer {
  padding-top:30px;
  padding-bottom:10px;
  text-align: center;
}

table.activities td {
  font-size: 12px;
}

/* welcome */

#welcome_actions {
  background-color: #f9f9f9;
  padding: 10px 15px;
  float: right;
  /*width: 420px;*/
  font-size: 12px;
  margin-top: 5px;
  margin-left: 10px;
  border: 2px solid #eee;
}

#welcome_actions .login_block {
  float:right;
  width: 200px;
  /*margin-left: 10px;*/
}

#welcome_actions .register_block {
  float:right;
  width: 200px;
  margin-left: 15px;
}

#welcome_actions .new_blog_block {
  float:right;
  width: 250px;
}

#welcome_actions .new_group_block {
  float:right;
  width: 250px;
}

#welcome_actions .button {
  display: block;
  margin-top: 10px;
}

/* shared */

.right_floating {
  display: block;
  float: right;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  background-color: #fff;
}


/* club post */

.club_post {
  clear:both;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}

.club_post .avatar {
  float: left;
  border: 3px solid #eee;
}

.club_post .meta {
  margin-left: 65px;
  color: #999;
}

.club_post .meta .user {
  font-weight: bold;
  color: #666;
}

.club_post .meta a.permalink {
  color: #999;
}

.club_post .meta a.permalink:hover {
  text-decoration: underline;
}

.club_post .content {
  margin-left: 65px;
}

.club_post .content p {
  line-height: 1.4em;
}

.club_post .actions {
  float: right;
  font-size: 11px;
}

.club_post .actions a {
  color: #999;
}


/* votes */

.votes {
  margin-top: 5px;
}

.votes .voters {
  float: right;
  margin-top: 5px;
  font-size: 12px;
}
.votes .voters a {
  font-weight: bold;
}

