/* Comments
--------------------------------------- */
.comments .comment_guest_prompt {
margin-top: 24px;
}
.comments .col {
background: #e5e5e5;
float: left;
min-height: 233px;
padding: 28px 30px 10px;
width: 240px;
}
.comments .col h5 {
font-size: 14px;
color: #888;
}
.comments .col > h5,
.comments .col fieldset legend {
padding-bottom: 15px; /* legends are aggravating */
}
.comments .col .login_error {
margin-bottom: 0;
}
.comments .col .login_error,
.comments .col .error {
width: auto;
}
.comments .col input,
.comments .col label {
float: none;
clear: none;
}
.comments .col input[type=text],
.comments .col input[type=password] {
border: 1px #ccc solid;
}
.comments .col .error input[type=text],
.comments .col .error input[type=password] {
color: #F39;
border-color: #F39;
}
.comments .col label {
display: block;
float: left;
margin-bottom: 2px;
}
.comments .col p {
margin: 0 0 8px 0;
}
.comments .col p.forget {
margin: 14px 0 0 0;
}
.comments .join {
float: right;
padding-right: 0;
width: 270px;
}
.comments .join ul {
margin-bottom: 20px;
}
.comments .join li {
margin: 0 0 14px 0;
color: #777; /* to color the bullets */
text-indent: -5px;
}
.comments .join li span {
color: #555;
}

.blog_page .comments .comment_guest_prompt .col.login {
width: 220px;
}
.blog_page .comments .comment_guest_prompt .col.login input[type=text],
.blog_page .comments .comment_guest_prompt .col.login input[type=password] {
width: 200px;
}

.comments { color: #666; }
.comments header p {
clear: left;
float: left;
margin-bottom: 13px;
}
.comments input[type="submit"] {
margin-top: 2px;
padding-top: 0;
text-transform: uppercase;
width: auto;
}
.comments ul {
line-height: 17px;
list-style: disc;
margin-left: 15px;
}
.comments li {
margin-bottom: 10px;
}
.comments input { border: none; width: 220px; }
.comments label { margin-bottom: 4px; }

.comments .avatar,
.write .avatar {
background-color: #E5E5E5;
float: left;
min-height: 48px;
margin: 0 5px 0 0;
width: 48px;
padding: 0;
}

.comments .more {
background: #e5e5e5; 
color: #676767;
float: left;
padding: 18px 0 15px 0;
text-align: center;
width: 620px;
}


/* Posted Comments */

.comment_roll {
margin-top: 20px;
}
.comment, .comment header,
.write, .write header {
width: auto;
}
.comment, .write { 
clear: left; 
margin-bottom: 15px;
position: relative;
overflow: hidden;
}
.comment header,
.write header {
position: relative;
margin-left: 53px;
border-top: 1px solid #e5e5e5;
font-size: 11px;
line-height: 11px;
}
.comment header h5,
.comment header time,
.comment header > span {
display: block;
float: left;
background: #e5e5e5;
padding: 8px 0 8px 8px;
font-family: helvetica, arial;
font-weight: normal;
font-size: 11px;
text-transform: none;
line-height: 11px;
}
.comment header time{
  padding-right:8px;
}
.comment header h5 > a,
.write header > a {
color: #09F;
padding-right: 3px;
}
.comment header h5 + time,
.comment header h5 + span {
padding-left: 0;
}
.comment header .avatar,
.write  header .avatar {
position: absolute;
left: -53px;
top: -1px;
}
.comment > div,
.write > div {
clear: both;
margin: 10px 0 0 53px;
line-height: 16px;
padding: 11px 0 0 5px;
}
.comment > div object,
.comment > div embed {
clear: left;
width: 100%;
}
.comment .delete_comment { float: none; }

.comment header .tools {
float: right;
padding: 8px 0;
margin: 0;
}
.comment header .tools > span {
display: block;
float: left;
margin: 0 0 0 4px;
font-size: 11px;
}

.comment header .tools .delete-comment {
color: #0099ff;
cursor: pointer;
}

.comment header .tools .delete-comment:hover{
text-decoration:underline;
}

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

/* Write a comment */
.write {
clear: left;
margin-top: 20px;
width: 100%;
}
.write .avatar {
left: 0;
}
.write dl {
background: #e5e5e5;
float: left;
font-size: 11px;
margin: 0 0 10px 0;
padding: 6px;
width: auto;
}
.write dt {
display: block;
line-height: 0;
text-indent: -999em;
}
.write textarea {
height: 94px;
}
.write input[type=submit] {
margin: 12px 0 0 58px;
}
.write .errors {
margin-bottom: 5px;
}
.write .errors ul {
list-style: none;
margin: 0;
}
.write .errors ul li {
color: #ff3794;
}

/* pagination */
#comments_pagination {
float: left;
list-style: none;
margin: 20px 0 0;
}
#comments_pagination li {
float: left;
margin-right: 5px;
}
.comments .more {
display: none;
}

/* This is a placeholder for a global SASS solution
   we'll eventually want to remove this
*/

.comment-unauthenticated {
    float: left;
    position: relative;
    width: 100%;
}
.comment-unauthenticated .login {
    background: rgba(229, 229, 229, 0.9);
    display: block;
    float: left;
    padding: 2em 0;
    text-align: center;
    width: 48%;
    margin: 0 4% 0 0;
}
.comment-unauthenticated .join-us .button,
.comment-unauthenticated .login .button {
    margin: 0 10%;
    width: 80%;
}
.comment-unauthenticated .login h5 {
    margin: 0 .5em .5em;
}
.comment-unauthenticated .join-us {
    background: rgba(229, 229, 229, 0.9);
    display: block;
    float: left;
    padding: 2em 0;
    text-align: center;
    width: 48%;
}

.comment-unauthenticated .join-us h5 {
    margin: 0 .5em .5em;
}
