/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
/* background:#FDFDFD url(../images/s5_bg.jpg); */
body  {
	color:#333333 !important;
	background:#F1F1D4;
	font-size:17px !important;
	line-height:25px !important;}
	
/* Employee of the Month */	
#eotm_outertable {
    background-color: #000000 !important;
    border: 40px black solid !important;
    border-collapse:separate !important;
}
#eotm_innertable {
    background-color: #000000 !important;
    border: 20px #A67100 solid !important;
    border-collapse:separate !important;
}

#eotm_innertable td {
    background-color:#F1F1D4 !important;
    border: 2px #A67100 solid !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Research math problem */
#research_math {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 1px 10px;
	background-color: #F0F0F0 !important;
    border-left: 2px dotted #ccc;
    font-size:15px !important;
    line-height:20px !important;
    color: #111111;
    font-family: georgia, palatino;
}

#research_math dl {
    padding: 0.5em;
}

#research_math dt {
    float: left;
    clear: left;
    width: 140px;
    text-align: right;    
}

#research_math dd {
    margin: 0 0 0 145px;
    padding: 0 0 0.5em 0;
    min-height: 1em;
}

/* Article Title */
.item h2 a, .item h2, .item-page h2, .item-page h2 a, .items-leading h2, .items-leading h2 a {
display:block;
line-height:46px;
font-size:35px;

}

/* Links - This is not working, why? *
#s5_loginreg { color:#440059 !important;}
a, #s5_loginreg { color:#440059 !important;}


