﻿ul.social-pit-items
{
    list-style-type:none;
}

ul.social-pit-items li
{
    border-right: solid 1px #ebebeb;
    border-bottom: solid 2px #ebebeb;
    padding:5px;
    margin-bottom:2px;
    display:block;
    background-color:#fffef8;
}

ul.social-pit-items li span.title
{
    float:left;
    font-weight:bold;
}

ul.social-pit-items li span.date
{
    padding-left:8px;
    float:right;
}

ul.social-pit-items li div.message
{
    clear:both;
    padding-top:5px;
}

div.social-pit-notice
{
    background-color:#fff;
    border: solid 1px #ebebeb;
    margin-bottom:10px;
    padding:5px;
    height:50px;
}

div.social-pit-notice img
{
    float:left;
    padding-right:5px;
}


div.social-pit-notice p
{
    padding-left:5px;
    padding-top:5px;
    font-style:italic;
    float:right;
}

/* Social Pit Tabs */
ul.social-pit-tabs { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 0em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	list-style-type: none;
	padding: 8px 10px 6px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-bottom:0em;
}

ul.social-pit-tabs  li { /* do not change */
	display: inline;
}


ul.social-pit-tabs  li a { /* settings for all tab links */
    padding: 6px 3px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #5c718d; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #979283 ; /* set unselected tab background color as desired */
    color: #fff; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration:none;
    border-bottom: none;
    height:25px;
}


ul.social-pit-tabs  a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color:#000;
}
