body { background: #fff; text-align: center; font-family: "Arial", "Helvetica", sans-serif; }
a img { border: 0; }
a { text-decoration: none; }
#headtext { padding: 10px 10px 5px; font-size: 80%; }
#headtext a { color: #000080; font-weight: bold; border-bottom: 1px dotted; }
#headerslogan { font-size: 0.8em; margin-top: 10px; }
.time { font-size: 70%; }
#outer { text-align: left; width: 900px; margin: 0 auto; }
#container { background: #eee; }
#container a { color: #333; }
#container .pagination a:hover { color: #fff; }

#lsh { width: 16px; background: url(/images/lsh.jpg) repeat-y; }
#rsh { width: 16px; background: url(/images/rsh.jpg) repeat-y; }

a.thickbox { font-size: 1.5em; }

h1, h2, h3, 
h4, h5, h6 { font-weight: bold; }
h1 {  font-size: 3.00em; 	}
h2 {  font-size: 2.50em; 	}
h3 {  font-size: 2.00em; 	}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}

	div#header {
		background-color: #CC141C;
		border: 2px solid #78040D;
		border-width: 0px 0px 2px 0px;
	        height: 42px;	
		color: #fff	
		}



        div#headerslogan {
               float:right;

                }

.cleft { float: left; margin: 10px; padding: 10px; border: 2px dashed #bcbabb; background: #fff; }
.cleft td { padding: 3px 5px; }

.content-in table { margin: 10px; background: #fff; border: 2px solid #c0c0c0;}
.content-in table td { padding: 10px; }

#footer-in { padding: 10px 0 20px; text-align: center; font-size: 80%; }
#footer-in a { color: #000080; }

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Gray red Pagination*/
div.pagination {
        font-size: 80%;
        font-family: Tahoma, Arial, Helvetica, Sans-serif;
        padding: 10px 0;
        background-color:#c1c1c1;
text-align: center;
}

div.pagination a {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        background-color:#c1c1c1;
        text-decoration: none; /* no underline */
        color: #000;
}

div.pagination a:hover, div.pagination a:active {
        background-color: #CC141C;
        color: #ffffff;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px;
                font-weight: bold;
                background-color: #fff;
                color: #303030;
        }
div.pagination span.disabled {
                padding: 2px 5px 2px 5px;
                margin: 2px;
                background-color:#c1c1c1;
                color: #797979;
        }

