body
{
    font-family: Helvetica;
    font-size: 10px;
    color: #666;
    padding: 15px 50px 0 50px;
    text-align: left;
}

html
{
    background-color: #fff;
}

a
{
    color: #000;
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------- */

#controlbar
{
    width: 100%;
}

#controlbar p
{
    display: inline;
    margin-right: 20px;
    line-height: 10px;
    text-transform: uppercase;
}

#userpanel
{
    float: right;
    margin-right: 0;
}

#activityfeed
{
}

.activity
{
	position: relative;
	height: 60px;
    width: 100%;
    clear: left;
    border-bottom: dotted 1px #ccc;
    background-image: url('./../img/testje_project1.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.activity p
{
}

.activity_information:hover
{
	/*border-top: solid 5px #ccc;
	padding-top: 5px;*/
	cursor: pointer;
	background-color: #f2f2f2;
	border-top: dotted 1px #ccc;
	padding-top: 9px;
}

.activity_identifier
{
    padding-top: 10px;
    padding-left: 15px;
    float: left;
    width: 10%;
    min-width: 100px;
    height: 50px;
    border-right: dotted 1px #ccc;
}

.activity_information
{
    padding-top: 10px;
    padding-left: 15px;
    float: left;
    width: 80%;
    height: 50px;
    border-right: dotted 1px #ccc;
}

.activity_extra
{
    padding-top: 10px;
    padding-left: 15px;
    float: left;
    width: 65px;
    height: 50px;
}

#activityfeed_stopper
{
    clear: left;
    padding-bottom: 50px;
}

.activity_notification
{
    margin-top: 20px;
    color: #4a9fef;
    font-style: italic;
}

/* ----------------------------------------------------------------------------------------------------- */

ul li
{
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------------------------------- */

#bitchin
{
	display: block;
	width: 100%;
}

.bitch
{
	border-top: dotted 1px #ccc;
}
.bitch:last-child
{
	border-bottom: dotted 1px #ccc;
}

.bitch_user
{
	clear: left;
    width: 10%;
	border-right: dotted 1px #ccc;
	padding: 6px;
	float: left;
}

.bitch_date
{
	width: 10%;
	border-right: dotted 1px #ccc;
	padding: 6px;
	float: left;
}

.bitch_bitchin
{
	float: left;
	max-width: 70%;
	padding: 6px;
}
.bitch_bitchin .bitchin_bitchin
{
}

.bitch_date
{
    color: #ccc;
}

#bitch_stopper
{
    clear: left;
}

#bitchform
{
    width: 580px;
    margin-left: 140px;
	padding-bottom: 20px;
}

label
{
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

input[type=text]
{
    font-size: 12px;
    color: #000;
    padding: 5px;
    width: 550px;
    border: solid 1px #ccc;
}

input[type=password]
{
    font-size: 12px;
    color: #000;
    padding: 5px;
    width: 550px;
    border: solid 1px #ccc;
}

textarea
{
    font-size: 12px;
    color: #000;
    padding: 5px;
    width: 550px;
	margin-top: 0;
    border: solid 1px #ccc;
}

input[type=submit]
{
    border: solid 1px #ccc;
    padding: 2px 10px 2px 10px;
    background-color: #f4f4f4;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------- */

.divider
{
    width: 100%;
    border-bottom: dotted 1px #ccc;
    margin-top: 5px;
    margin-bottom: 25px;
}

/* ----------------------------------------------------------------------------------------------------- */

#logo
{
    margin-top: 10px;
    margin-bottom: 7px;
}

/* ----------------------------------------------------------------------------------------------------- */

h1
{
    color: #111;
    font-family: Helvetica;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -3px;
    margin-bottom: 0;
}

.h1_special
{
    color: #000;
    font-size: 14px;
    vertical-align: top;
    line-height: 26px;
}

h2
{
    color: #000;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    text-indent: 7px;
    margin-bottom: 20px;
}

h3
{
    color: #111;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

/* --------------------------------------------------------------------------------------------------- */

.panel_login_sidepanel
{
    width: 120px;
    margin-left: 580px;
    position: absolute;
    top: 122px;
    
    
}
.panel_login_sidepanel li
{
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 10px;
}

/* --------------------------------------------------------------------------------------------------- */

.profile_button
{
    width: 290px;
    height: 77px;
    padding: 10px;
    border: dotted 1px #ddd;
    display: block;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.profile_button:hover
{
    background-color: #f3f3f3;
    cursor: pointer;
}

.profile_button_icon
{
    width: 77px;
    height: 77px;
    float: left;
}

.profile_button_label
{
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

