7
This is only part of it but I think it's the part you refer to. However, I don't understand what's amiss:
td {
margin: 0px;
padding: 0px;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
img {
border: 0px;
}
a {
color: #124682;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* layout */
#obCenter {
text-align: center;
padding-bottom: 20px;
}
#obLayout {
width: 98%;
margin: 0px auto;
padding: 0px;
text-align: left;
background-color: #FFFFFF;
}
#obNav {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #666666;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
background-image: url(images/obNav.png);
}
#obNav a {
color: #cc0000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
letter-spacing: 2px;
text-align: center;
line-height: 19px;
height: 20px;
}
#obNav a:hover {
background-color: #EFEFEF;
color: #000000;
}
#obHead {
height: 98px;
background-color: #cc0000;
}
#obR1 {
color: #000000;
text-align: right;
vertical-align: middle;
height: 5px;
background-image: url(images/r1.png);
}
.obBlock {
}
.obBlockC {
padding: 2px;
}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left; }
li {
margin-left: 2px;
list-style: square inside;
color: #2F5376;
}
input.formButton {}
.item {
}
.itemHead {
color: #FFFFFF;
font-weight: bold;
text-transform: capitalize;
background-color: #093F7D;
padding-left: 5px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
background-image: url(images/mma.gif);
background-repeat: no-repeat;
background-position: right center;
line-height: 19px;
vertical-align: middle;
}
.itemInfo {
text-align: right;
padding: 3px;
background-color: #F4F4F4;
}
.itemTitle a {
font-weight: bold;
color: #EAEAEA;
}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {
background-color: #FFFFFF;
margin-top: 5px;
}
.itemText {
line-height: 1.5em;
text-align: justify;
padding-right: 5px;
padding-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.itemText:first-letter { font-size: 133%; font-weight: bold; }
.itemFoot {
text-align: right;
padding: 3px;
background-color: #F4F4F4;
}
.itemAdminLink { font-size: 90%; }
.itemPermaLink { font-size: 90%; }
th {
background-color: #003399;
color: #ffffff;
vertical-align : middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
}
#headerbanner { width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center; }
#headerbar { border-bottom: 1px solid #dddddd; background-image: url(hbar.gif); }
#leftcolumn {
padding: 12px 5px 5px;
background-color: #F9F9F9;
width: 150px;
background-image: url(images/ccsl.png);
background-repeat: repeat-x;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
}
#rightcolumn {
padding: 12px 5px 5px;
background-image: url(images/ccs.png);
background-repeat: repeat-x;
width: 150px;
background-color: #F9F9F9;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCCCC;
}
#leftcolumn th { vertical-align: middle; }
#leftcolumn .blockTitle, #rightcolumn .blockTitle {
padding: 2px 2px 2px 5px;
font-weight: bold;
color: #FFFFFF;
background-color: #cc0000;
vertical-align: middle;
background-image: url(images/mml.gif);
background-repeat: no-repeat;
background-position: right center;
}
#leftcolumn .blockContent, #rightcolumn .blockContent {
line-height: 120%;
line-height: 120%;
padding-bottom: 5px;
padding-top: 2px;
}
Can anyone put their finger on it.
Cheers.