/* 
    Document   : jtwd-ajaxfacts
    Created on : 07-Mar-2011, 20:25:54
    Author     : Antony
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.ajaxfact{
    position: relative;
    display: block;
    clear: both;

    min-height: 60px; /* 100px; /**/

    margin: 4px 0px 8px 0px; /* 12px */
    padding: 12px;
    text-align: left;

    font-family: Tahoma,Arial;
    font-style: italic;
    font-size: 13px; line-height: 1.45em;
    font-weight: normal;
    color: #666;

    background: url("facts-60px-left.png") #f9f9f9 6px 12px no-repeat;
}

.ajaxfact.left{
    width:50%;
    float: left;
}
.ajaxfact-id,.ajaxfact-origid{display: none;}
.ajaxfact-fact{
    margin-left: 50px; /* 97px; */

    font-family: "Trebuchet MS", Arial;
    font-size: 14px;
}
.ajaxfact-fact a{
    font-size: 13px;
    font-weight: bold;
    color: #FF6600;
    color: olive;
}
.ajaxfact-fact a:hover{
    color: #333;
}
.ajaxfact-author{
    margin-left: 50px; /* 97px; */

    font-family: "Trebuchet MS", Arial;
    font-size: 13px;
    font-weight: bold;
}
.ajaxfact-links{
    background-color: #f9f9f9;
    margin: 0px 0px 12px 0px;
    padding: 0px 12px 12px 12px;
    text-align: right;
}
.ajaxfact-links.left{
    clear: both;
    width:50%;
    float: left;
}

/* for use in sidebars */

.textwidget .ajaxfact{
    border-top: solid 2px #888;
    background: url("facts-60px-left.png") transparent 6px 12px no-repeat;
}
.textwidget .ajaxfact-links{
    background-color: transparent;
    border-top: solid 2px #888;
}


/* facts LIST */

.ajaxfact-list{
    padding: 8px;
/*
    border: 1px solid #ccc;

    -moz-border-radius: 8px 8px / 8px 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px / 8px 8px;
*/
}
.ajaxfact-list .ajaxfact-row{
    min-height: 50px; /* 100px; /**/
    padding: 8px;
    border-bottom: 1px solid #ccc;
    background: url("facts-40px-left.png") left center no-repeat;
}
.ajaxfact-list .ajaxfact-fact{
    margin-left: 40px; /* 97px; */
}
.ajaxfact-list h2{
    margin-top: 8px !important;
}

/*     display: block; ------------------------------------------------------------------------------------ */

