.item {
    width: 325px;
    float: left;
    min-height: 230px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.item.double{
	  width: 680px;
	}

    .item h1 {
        width: 325px;
        float: left;
        margin-bottom: 10px;
    }

    .item h2 {
    	color: #555555;
        clear: both;
        padding: 5px 0;
		border-top: 1px solid #D0D1D3;
        border-bottom: 1px solid #D0D1D3;
    }

    .item .post-body {
        padding-top: 10px;
        /* min-height: 120px; */
    }

        .item .post-body img {
            width: 78px;
            height: 78px;
            padding: 1px 5px 5px 2px;
            float: left;
            margin: 10px 10px 10px 0;
            background: #fff url('../images/thumb-shade-78x78.jpg') no-repeat top left;
        }

        .item .post-body p {
            padding: 10px 0;
            margin: 0;
            text-align: justify;
        }

    .item .options {
        width: 52px;
        float: right;
        padding: 0;
        margin: 0;
    }

    .item .options ul {
        list-style: none;
        margin: 0 auto;
    }

    .item .options li {
        display: inline;
    }

    .content .item h2 {
        clear: both;
        padding-top: 5px;
    }

    .content .item .post-body {
        padding-top: 10px;
        /* min-height: 120px; */
    }

        .content .item .post-body p {
            padding: 10px 0;
            margin: 0;
            text-align: justify;
        }

    .content .item .options {
        width: 72px;
        float: right;
        padding: 0;
        margin: -20px 0 0 0;
    }

        .content .item .options ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .content .item .options li {
            display: inline;
        }

    .item .options li a:hover {
    	border-bottom: 1px solid #555;
    }

    .item .navigation {
        border: 0;
        clear: both;
        width: 325px;
        margin: 0;
        /* padding: 0 0 0 20px; */
        /*
        background: #fff url('../images/block-navigation-small.jpg') no-repeat;
        */
    }

        .item .navigation a {
            color: #555;
            font-size: 10px;
            border: 0;
            padding: 5px 0;
            border-bottom: 1px solid #555;
            margin-right: 30px;
        }

        .item .navigation a:hover {
            text-decoration: underline;
            background: none;
        }

    .poll {

    }

        .poll h2 {
            font-size: 12px;
        }

        .poll fieldset {
            border: 0;
            margin: 0;
            width: 250px;
        }

        .poll legend {
            display: none;
        }

        .poll input[type=radio] {
            display: block;
            float: left;
            margin: 0 10px 0 0;
        }

        .poll label {
            color: #eb8400;
            font-size: 11px;
            font-weight: bold;
            display: block;
            float: left;
            width: 250px;
            cursor: pointer;
            margin-bottom: 10px;
        }

    .agenda {

    }

        .agenda .date {
            display: block;
            margin-right: 10px;
            float: left;
        }




    .content .category {
        width: 710px;
    }

    .content .category .category-link {
        display: block;
        float: right;
        margin-right: 30px;
    }

    .content .category h1 {
        border-bottom: 1px dotted #000;
        width: 680px;
    }

    .content .category .item {
    }

        .content .category .item h1 {
            width: 273px;
            float: left;
            margin-bottom: 10px;
            clear: both;
        }

        .content .category .item h2 {
            clear: both;
            padding-top: 10px;
            border: none;
        }

        .content .category .item .post-body {
            padding-top: 10px;
        }

            .content .category .item .post-body img {
                width: 78px;
                height: 78px;
                padding: 1px 5px 5px 2px;
                float: left;
                margin: 10px 10px 10px 0;
                background: #fff url('../images/thumb-shade-78x78.jpg') no-repeat top left;
            }

            .content .category .item .post-body p {
                padding: 10px 0;
                margin: 0;
                text-align: justify;
            }

        .content .category .item .options {
            width: 52px;
            float: right;
            padding: 0;
            margin: 0;
        }

        .content .category .item .options ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .content .category .item .options li {
            display: inline;
        }

        .content .category .item .navigation {
            border: 0;
            clear: both;
            width: 300px;
            padding: 0;
            margin: 0;
        }

            .content .category .item .navigation a {
                color: #eb8400;
                font-size: 10px;
                border: 0;
            }

            .content .category .item .navigation a:hover {
                text-decoration: underline;
            }
