/**
* Undo standard HTML
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/**
* Standard HTML tag
*/
html
{
	height: 100%;
}
body
{
	background: #e9e7df;
	color: #000000;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
a 
{
	color: #000000;
    position: relative;
    text-decoration: underline;
}


.headline 
{
	line-height: 28px;
	font-size: 24px;
	color: #000000;
}

.clear
{
    overflow: hidden;
    clear: both;
    line-height: 0;
    height: 0;
    _height: auto;
}

.hidden
{
    display: none;
}

.arrow-link
{
    
}
    .arrow-link .arrow
    {
        background: transparent url(../image/common/link.arrow.png) no-repeat;
        width: 10px;
        height: 11px;
        overflow: hidden;
        float: left;
    }

    .arrow-link .link-text
    {
        margin-top: -1px;
        padding: 0 0 0 6px;
        float: left;
    }

        .arrow-link .link-text a
        {
            font-size: 11px;
            line-height: 13px;
            color: #ac2222;
            font-weight: bold;
            cursor: pointer;
            text-transform: uppercase;
            text-decoration: none;
        }




.share
{
    padding: 8px 54px 0 0;
    float: right;
}
    .facebook-share
    {
        float: left;
        width: 14px;
        height: 14px;
        background: transparent url(../image/common/icons/facebook.share.gif) no-repeat;
        cursor: pointer;
    }
    .twitter-share
    {
        float: left;
        width: 12px;
        height: 15px;
        background: transparent url(../image/common/icons/twitter.gif) no-repeat;
        cursor: pointer;
        margin: 0px 0 0 11px;
    }

    .email-share
    {
        float: left;
        width: 14px;
        height: 12px;
        background: transparent url(../image/common/icons/email.gif) no-repeat;
        cursor: pointer;
        margin: 2px 0 0 8px;
    }


.article-content
{
    padding: 8px 80px 20px 2px;
}
    .article-headline
    {
        padding: 8px 0 0 0;
        font-size: 16px;
        line-height: 18px;
    }

    .article-text
    {
        padding: 8px 0 0 0;
        font-size: 12px;
        line-height: 17px;
    }

    .article-image
    {
        padding: 8px;
    }
    div.justify-none
    {
    }
    div.justify-left
    {
        float: left;
        padding: 8px 25px 8px 0;
    }

    div.justify-right
    {
        float: right;
        padding: 8px 0 8px 25px;
    }



.rhyme-item
{
    padding: 0 0 7px 0;
}
    .rhyme-item .rhyme
    {
        padding: 0 0 0 0;
        height: 72px;

    width: 520px;
        overflow: hidden;
    }

    .rhyme-item .rhyme-item-top
    {
        width: 522px;
        height: 8px;
        background: transparent url(../image/rhyme/rhyme.item.line.gif) no-repeat;
    }

    .rhyme-item .rhyme-item-bottom
    {
        width: 522px;
        height: 8px;
        background: transparent url(../image/rhyme/rhyme.item.line.gif) no-repeat;
        margin: -3px 0 0 0;
    }

    .rhyme-item .rhyme-info
    {
        background: transparent url(../image/rhyme/rhyme.item.background.gif) no-repeat center left;
        width: 522px;
        min-height: 52px;
        padding: 2px 0 0 0;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
        .rhyme-item .rhyme-info .author
        {
            padding: 3px 0 5px 0;
            width: 114px;
            float: left;
            overflow: hidden;
        }
            .rhyme-item .rhyme-info .author p
            {
                width: 114px;
                word-wrap: break-word;
            }

        .rhyme-item .rhyme-info .votes
        {
            padding: 3px 0 0 0;
            width: 128px;
            float: left;
        }
            .rhyme-item .rhyme-info .votes .vote-count
            {
                padding: 5px 0 0 0;
                font-size: 18px;
                line-height: 22px;
                font-weight: bold;
            }

        .rhyme-item .rhyme-info .vote
        {
            padding: 3px 0 0 0;
            width: 183px;
            float: left;
            cursor: pointer;
        }
        div.has-voted .rhyme-info .vote
        {
            cursor:default;
        }

            .rhyme-item .rhyme-info .vote .label
            {
                text-transform: uppercase;
                color: #ac2222;
                padding: 0 0 3px 0;
            }
            .rhyme-item .rhyme-info div.vote-hover .label
            {
                color: #555555;
            }

            .rhyme-item .rhyme-info .vote .icon
            {
                margin: 0 auto;
                width: 20px;
                height: 27px;
                background: transparent url(../image/rhyme/vote.normal.gif) no-repeat 1px 0;
            }

            .rhyme-item .rhyme-info div.vote-hover .icon
            {
                background: transparent url(../image/rhyme/vote.hover.gif) no-repeat;
            }

            div.has-voted .rhyme-info .vote .icon
            {
                background: transparent url(../image/rhyme/vote.hover.gif) no-repeat !important;
            }

            div.has-voted .rhyme-info .vote .label
            {
                color: #555555 !important;
            }

            .rhyme-item .rhyme-info .vote .vote-content
            {

            }

            .rhyme-item .rhyme-info .vote .loader
            {
                display: none;
                padding: 12px 0 0 0;
            }


        .rhyme-item .rhyme-info .share
        {
            width: 83px;
            float: left;
            text-align: left;
            overflow: hidden;
            padding: 0 0 0 12px;
        }
            .rhyme-item .rhyme-info .share .share-items
            {
                padding: 10px 0 0 3px;
            }


/**
* Message box
*/

.CcMessageBox
{
	position: absolute;
	top: 0;
	width: 400px;
	margin: 0 0 0 -150px;
	left:  50%;
	display: none;
}
	.CcMessageBox .top,
	.CcMessageBox .bottom
	{
		height: 10px;
		width: 400px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
		.CcMessageBox .top .left,
		.CcMessageBox .top .right,
		.CcMessageBox .top .fill,
		.CcMessageBox .bottom .left,
		.CcMessageBox .bottom .right,
		.CcMessageBox .bottom .fill
		{
			float: left;
			width: 10px;
			height: 10px;
		}
		.CcMessageBox .top .fill,
		.CcMessageBox .bottom .fill
		{
			height: 10px;
			width: 380px;
			background: #fff;
		}
		.CcMessageBox .top .left
		{
			top: 0;
			left: 0;
			background: url(../image/cc/popup.top.left.png);
		}
		.CcMessageBox .top .right
		{
			top: 0;
			right: 0;
			background: url(../image/cc/popup.top.right.png);
		}
		.CcMessageBox .bottom .left
		{
			top: 0;
			left: 0;
			background: url(../image/cc/popup.bottom.left.png);
		}
		.CcMessageBox .bottom .right
		{
			top: 0;
			right: 0;
			background: url(../image/cc/popup.bottom.right.png);
		}
	.CcMessageBox .close
	{
		width: 20px;
		height: 20px;
		background: url(../image/cc/btn.close.gif);
		position: absolute;
		top: 7px;
		right: 10px;
		z-index: 2;
		cursor: pointer;
	}
	.CcMessageBox .content
	{
		background: #fff;
		padding: 0 10px;
	}
		.CcMessageBox .content h1
		{
			color: #333;
			font-size: 1.2em;
			font-weight: bold;
		}
		.CcMessageBox .content p
		{
			color: #333;
			font-size: 1em;
			margin: 10px 0;
		}
		.CcMessageBox .content .options
		{
			margin: 10px 0 0 0;
			text-align: center;
		}

