/*
Theme Name:     vSoup Theme
Theme URI:      http://vSoup.net
Description:    Customized Platform Theme for vSoup
Author:         Christian Mohn
Author URI:     
Template:       platform
Version:        0.0.1
*/

@import url("../platform/style.css");

.guestphoto {
 float: right;
 border:1px solid #000;
}

.guestprofilewrapper{
 float:left;
 position:relative; /* important(so we can absolutely position the description div */
}

.guestprofile {
 padding-top: 20px;
 margin-left: 250px;
}

.guestprofilewrapper img {
 float: left;
 border:2px solid #000;
}

div.description{
 position:absolute; /* absolute position (so we can position it where we want)*/
 bottom: 0px; /* position will be on bottom */
 left:0px;
 width:100%;
 color: #aaa;
 textalign: center;
 background-color:black;
}

p.description_content{
 margin-top:10px;
 padding-left: 10px;
}


#notinuse-ads {
 float: right;
}

/* vSouptionary */
.definition {
 margin-top: 10px;
 padding: 5px;
}