/**
 * @file
 * Styles sheet for the Drupal wall module.
 */

/* @group drupal_wall class */

.drupal_wall_post_status {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #858585 1px 1px 4px;
  -moz-box-shadow: #858585 1px 1px 4px;
  box-shadow: #858585 1px 1px 4px;
  margin: 10px 0 20px;
  padding: 20px 20px 15px 20px;
}

.drupal_wall_outer {
  float: left;
  margin-bottom: 20px;
  padding: 0px 0 0 10px;
  width: 100%;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #858585 1px 1px 4px;
  -moz-box-shadow: #858585 1px 1px 4px;
  box-shadow: #858585 1px 1px 4px;
  width: 98%;
}

.drupal_wall {
  color: #000;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  line-height: 1.38;
  font-weight: normal;
  height: auto;
  float: left;
  margin: 10px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid lightgray;
  width: 95%;
  position: relative;
}

.drupal_wall a {
  text-decoration: none;
}

.drupal_wall img {
  background: white;
  display: inline-block;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: #858585 1px 1px 4px;
  -moz-box-shadow: #858585 1px 1px 4px;
  box-shadow: #858585 1px 1px 4px;
  max-width: 100%;
}

.drupal_wall .edit_delete {
  text-align: right;
  width: 100%;
  position: absolute;
}

.drupal_wall .edit_delete img {
  padding: 0;
  border-radius: none;
  box-shadow: none;
}

.drupal_wall .wallContent_left {
  float: left;
}

.drupal_wall .wallContent_right {
  width: 78%;
  float: left;
  margin-left: 10px;
  padding: 0px 5px 5px 5px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 1.38;
}

.drupal_wall .headline {
  color: gray;
}

.drupal_wall .photo_status {
  margin-bottom: 10px;
}

.drupal_wall .video_status {
  background: white;
  display: inline-block;
  padding: 4px 4px 2px 4px;
  -webkit-box-shadow: #858585 1px 1px 4px;
  -moz-box-shadow: #858585 1px 1px 4px;
  box-shadow: #858585 1px 1px 4px;
  margin-bottom: 12px;
}

.drupal_wall .caption {
  width: 100%;
  float: none;
  color: gray;
  margin-top: 1px;
  font-size: 11px;
}

.drupal_wall .userContent {
  padding: 5px 0 5px 0;
  width: 100%;
  font-size: 13px;
  line-height: 15pt;
  font-weight: normal;
}

.drupal_wall .likes {
  float: left;
  width: 95%;
  background: #edeff4 url('../images/likes-icon.png') scroll 10px 5px no-repeat;
  padding: 5px 5px 5px 33px;
  margin: 5px 5px 2px 0;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.drupal_wall .like_comment {
  width: 70px;
  background: url('../images/likes-icon.png') scroll 7px 0px no-repeat;
  padding: 0px 0 0 25px;
  color: #3b5998;
}

.drupal_wall .commentView {
  float: left;
  width: 95%;
  background: #edeff4 url('../images/comment-icon.png') scroll 10px 7px no-repeat;
  padding: 5px 5px 5px 33px;
  margin-bottom: 2px;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.drupal_wall .comment {
  background: #edeff4;
  margin-bottom: 2px;
  padding: 7px;
  float: left;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.drupal_wall .comment_left {
  float: left;
  width: 45px;
}

.drupal_wall .comment_right {
  float: left;
  padding-left: 10px;
  width: 83%;
}

.drupal_wall .comment_delete {
  text-align: right;
  width: 70%;
  position: absolute;
}

.drupal_wall .delete_btn {
  background: none;
  padding: 0;
  margin: 0 10px 0 0;
  border: none;
}

.drupal_wall .comment textarea {
  resize: none;
  min-width: 250px;
  max-width: 400px;
  min-height: 40px;
  max-height: 40px;
  overflow-y: auto;
  overflow: -moz-auto-vertical;
}

.drupal_wall_post_status .post_btn {
  background-color: transparent;
  background-image: url(../images/blue-button.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 3px 10px 3px 0;
  outline: 1px solid #9babb0;
  padding: 4px 16px;
  -webkit-background-size: 100% 200%;
  -moz-background-size: 100% 200%;
  background-size: 100% 200%;
  border-radius: 4px;
}

.drupal_wall_post_status .post_btn:hover {
  background-image: url(../images/blue-button.png);
}

.drupal_wall_outer .status_msg {
  padding: 10px;
  color: gray;
  float: left;
}
.drupal-wall-global-post{
  font-size: 12px;
  font-weight: bold;
}

.drupal_wall .drupal-wall-edit {
  text-align: right;
  position: absolute;
  right:-9px;
}

.drupal_wall .drupal-wall-edit img {
  padding: 0;
  margin-right: 30px;
  border-radius: none;
  box-shadow: none;
}


.drupal_wall .delete_btn{margin:0;}
