/* EASTFIST technologies stylesheet
Copyright © 2009 By Chongchen Saelee
eastfist@hotmail.com  */

h1.logo { font: bold 36px "trebuchet ms", helvetica, sans-serif; }

.font-11px { font-size: 11px; }
.font-12px { font-size: 12px; }

li {
font-size: 11px;
margin-bottom: 12px;
list-style-image: url("../img/bullet3d.gif");
list-style-type: disc; /* If image fails to load, use default */
}

#frontLogo {
position: absolute;
top: -32px;
left: 0px;
width: 100%;
height: 85px;
background-color: black;
/* border: 1px dotted gray; */
}

#topMenu {
position: relative;
top: 55px;
left: 0px;
width: 100%;
/* background-color: white; */
/* border-bottom: 1px dotted silver; */
z-index: 99;
}

#layout {
position: relative;
top: 60px;
text-align:left;
width: 720px;

}

/* For center panel content only, no side panels */
#content {
position: relative;
width: 460px;
text-align:left;
margin-bottom: 20px;
}

#news {
position: relative;
float: right;
width: 460px;
padding-left: 20px;
margin-bottom: 20px;
border-left: 1px dotted silver;
}

#sidebar {
position: relative;
float: left;
width: 200px;
padding: 10px;
margin-bottom: 20px;
background-color: #eef3f6;
/* border: 1px dotted silver; */
}

#donateBox {
position: relative;
float: left;
width: 200px;
padding: 10px;
margin-bottom: 20px;
background-color: #eef3f6;
/* border: 1px dotted silver; */
}

#footer {
position: relative;
width: 720px;
float: left;
padding: 10px;
border-top: 1px solid black;
}

a, a:link {
color: red;
font-weight: bold;
padding: 5px;
text-decoration: underline;
cursor: pointer;
}

a:visited {
color: #3366ff;
font-weight: bold;
text-decoration: underline;
}

a:hover, a:active  {
color: white;
background-color: red;
padding: 5px;
font-weight: bold;
text-decoration: none;
}