@import "general.css";
@import "layout.css";
@import "tabset.css";
@import "calendar.css";

#wrapper h2 {
    font-family: Verdana;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #f58232;
}

#wrapper cite {
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
    color: #79909d;
}

#wrapper div.article {
    color: #325060 !important;
    line-height: 19px;
    font-size: 12px;
    margin: 11px 0 7px;
}

a.send-link,
a.comment {
    font-weight: bold;
    font-size: 10px;
    /*color: #79909d;*/
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
    margin-right: 18px;
}

#send-link-form fieldset {
	border: none;
}
#send-link-form input {
    vertical-align: middle;
}
#send-link-form input.edit {
    width: 271px;
    background: url("../img/narrow-input.gif") left center no-repeat;
    padding: 5px 3px;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    color: #79909d;
    border: 0;
}
* html #send-link-form input.edit {
    width: 277px;
    height: 22px;
    background-attachment: fixed;
}

h3.other-articles {
    margin-top: 33px;
}

#other-articles {
    margin-top: 8px;
}

#other-articles dt b, #other-articles dt a {
	font-weight: bold;
    color: #f58232;
}
#other-articles dt a:hover {
	text-decoration: none;
}

#other-articles dd {
    margin-top: 3px;
    margin-bottom: 20px;
}

#article-list {
    margin-top: 8px;
}

#article-list dt b, #article-list dt a {
	font-size: 14px;
	font-weight: bold;
    color: #f58232;
}
#article-list dt a:hover {
	text-decoration: none;
}
#article-list dt cite {
	display: block;
	padding-top: 2px;
}

#article-list dd {
    margin-top: 3px;
    margin-bottom: 20px;
}

h3.filter {
    margin-top: 38px;
}

#filter {
    background: #ebebeb url("../img/dots.gif") repeat-x top left;
    padding: 11px 9px;
}

#filter fieldset {
    border: none;
}

#filter input {
    vertical-align: middle;
}

#filter input.date {
    width: 167px;
    background: url("../img/input-filter.gif") left center no-repeat;
    padding: 5px 7px;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    color: #f58232;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

* html #filter input.date {
    width: 181px;
    height: 22px;
    background-attachment: fixed;
}


#filter button {
    background: url("../img/button.gif") no-repeat left center;
    width: 63px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    color: #79909d;
    text-transform: uppercase;
    border: 0;
    vertical-align: middle;
}

p.more a {
    font-weight: bold;
    font-size: 10px;
    color: #f58232;
    padding-left: 12px;
    line-height: 12px;
    background: url("../img/more.gif") no-repeat left center;
}

#forum {
    background-color: #ebebeb;
    padding: 13px 13px;
    margin-top: 6px;
}

#forum h2 {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    background: url("../img/dots.gif") repeat-x left bottom;
}

#forum h2 img {
    margin-left: -3px;
    margin-bottom: 1px;
}

/* IE fix */
*:first-child+html #forum h2 {
    padding-bottom: 5px;
}

* html #forum h2 {
    padding-bottom: 5px;
}

#forum ul {
    list-style: none;
    margin-bottom: -7px;
}

#forum li {
    margin: 10px 0 20px;
    line-height: 16px;
	font-size: 9px;
	font-weight: bold;
    color: #79909d;
}

#forum li a img {
    vertical-align: middle;
}
#forum a {
	font-size: 10px;
	color: #325060;
	font-weight: normal;
}
#forum a:hover {
	text-decoration: none;
}
#forum p {
    font-size: 10px;
    line-height: 16px;
}

#forum p a img {
    vertical-align: middle;
}

#forum p.more {
    padding: 13px 0 9px;
}

