/*
$Id: wp-public.css 203 2007-09-26 23:32:47Z asirevver $
$LastChangedDate: 2007-09-26 16:32:47 -0700 (Wed, 26 Sep 2007) $
$LastChangedRevision: 203 $
$LastChangedBy: asirevver $
*/

/* the link on the wp register page */
a.revver-tos, a.revver-tos:link {
    color: white;
}

/* wraps the video div in the post - this div is where the video is injected into */
.revver-video {
    display: block;
    margin: 10px 0px 10px 0px;
}

/* class for span that exists below the video in a post */
.revver-after-video {
    clear: both;
}

/* wraps the thumbnail for a video */
.revver-video-thumb {
    float: right;
    text-align: center;
    margin-left: 15px;
    margin-top: 20px;
}

.revver-video-thumb img {
    display: block;
    margin-bottom: 5px;
}

/* this is the div that wraps the comment thumb */
.revver-video-comment-thumb-container {
    float: left;
    margin-right: 6px;
}

/* goes on the a tag that wraps around the comment thumb that loads a video when clicked */
.revver-video-comment-thumb {
}

.revver-video-comment-thumb img {
}

/* wraps the comment and thumb */
.revver-comment-clearfix {
}

.revver-comment-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.revver-comment-clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .revver-comment-clearfix {
    height: 1%;
}
.revver-comment-clearfix {
    display: block;
}

/* brings up the p tag margin */
.revver-comment-clearfix>p {
    margin-top: 0px;
}

/* wraps the comments widget that displays under the video post */
.revver-widget-container {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    clear: both;
}

.revver-widget-container h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}


/* wraps the entire details and sharing box for each video post */
.revver-video-details-sharing {
    margin-bottom: 4px;
}

.revver-video-details-sharing>p {
    margin-bottom: 0px;
}

.revver-video-details-panel {
    border: 0px solid #86898C;
    padding: 0px 10px 0px 10px;
    width: 458px;
}

.revver-video-share-panel {
    border: 0px solid #86898C;
    padding: 0px 10px 0px 10px;
    text-align: left;
    width: 458px;
}

.revver-video-share-panel form {
    text-align: left;
}

.revver-video-share-panel form table {
    text-align: left;
    margin: 0px 10px 10px 5px;
}

.revver-video-details-panel p, .revver-video-share-panel p {
    margin-top: 10px;
}

.revver-video-details-sharing img {
    float: none;
}

#revver-comment-upload-msg {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Verdana;
    color: red;
}