@import url("style.css");

.subcategories
{
  width:                50%;
  overflow:             hidden;
  float:                left;
  margin-bottom:        30px;
  line-height:          1.3em;
}

.wide {
  width:                100% !important;
}

.three-columns {
    width:              33% !important;
}

.subcategories li
{
  float:                left;
  width:                100%;
}

.subcategories li a
{
  font-size:            10pt;
  text-decoration:      none;
}

.selected-category
{
    font-size:            10pt;
}

.article {
    border-bottom: 1px solid #D6D6D6;
}

.article p {
    font-size: 10pt;
    line-height: 1.5em;
    padding-bottom: 0.7em;
    padding-top: 5px;
}

.poster-time
{
	font-size:			12px;	
}

.poster-time td
{
	vertical-align:		    top;
	padding-bottom:			10px;
}

.poster-time .col-1
{
	width:				50px;
}

.poster-time .col-2
{
	width:				170px;
    padding-left:       5px;
    padding-right:      5px;
}

.poster-time .col-2 a
{
	display: 			block;
	font-size:			12px;
	font-weight:		bold;
}

.poster-time .col-3
{
	width:				415px;
    padding-left:       5px;
}

.item-location
{
	float:					left;
	width:					100%;
	margin-bottom:			7px;
}

.poster-time .col-3 .time
{
	width:				195px;
}

.poster-time .col-3 .location
{
	width:				210px;
}

.poster-time .col-3 .time li
{
	float:				left;
	margin-right:		5px;
}

.poster-dateline
{
	font-size:			10px;
	color:				#7f7f7f;
}

.cat-title
{
	position:			relative;
}

    .cat-title div
    {
        position:			relative;
        background-color:	white;
        margin:				0 auto;
        width:				200px;
        top:				-18px;
        z-index:			100;
        text-align:			center;
        font-size:			14px;
        color:				#808080;
    }

    .cat-title a
    {
        position:               absolute;
        font-size:              11px;
        padding-right:          10px;
        display:                block;
        width:                  80px;
        padding-left:           5px;
        height:                 15px;
        right:                  0px;
        top:                    -8px;
        text-align:             right;
    }

        .cat-title a.up
        {
            background:             white url(/images/arraow-blue-up.gif) no-repeat;
            background-position:    center right;
        }

        .cat-title a.down
        {
            background:             white url(/images/arraow-blue-down.gif) no-repeat;
            background-position:    center right;
        }


.poster-cat
{
	margin-top:			25px;
}

.posters
{
	margin-top:			25px;
}

hr
{
    color:          #808080;
}
