input, select, textarea, #editor-help {
    border:solid 1px #888888;
    color:#eeeeee;
    background-color:#1a1a1a;
    line-height: 17px;
    font-size: 13px;
}

ul, ol, p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.clear {
	clear: both;
}

#wrapper {
	min-width:680px;
	margin-left: 30px;
	margin-right: 30px;
}

/* tabmenu div */
#tabmenuBlock {
	height: 46px;
	padding: 0px 30px 0px 30px;
}

/* header div and content */
#headerBlock {
	padding: none;
	background-image: url(../img/cf_header_bg.png);
	height: 96px;
}
#headerRCap {
	width: 30px;
	height: 96px;
	background-image: url(../img/cf_header_rcap.png);
	float:right;
}
#headerLCap {
	width: 30px;
	height: 96px;
	background-image: url(../img/cf_header_lcap.png);
	float:left;
}
#headerContent {
	padding-top: 15px;
	text-align: right;
}
#headerRightContent {
    float: right;
    color: #1a1a1a;
}
#headerRightContent .time {
    color: #222;
}
#headerRightContent a {
    color: #333;
}
#logo {
        display: block;
        width: 80px;
        height: 80px;
        background-image: url(../img/cf_logo.png);
        float:left;
}
#logo-text {
        display: block;
        width: 289px;
        height: 80px;
        margin-top: 5px;
        background-image: url(../img/cf_logo_text.png);
        float:left;
}

/* searchbox */
#searchinput_box {
	float:left;
	color:#eeeeee;
	width:153px;
	height:32px;
	vertical-align: bottom;
    background-color: #333;
    background-image:url(../img/cf_search_bg.png);
	border:0;
	margin-top:0px;
    margin-right: 2px;
}
#searchinput {
    padding: 0;
	margin: 6px 5px 6px 5px;
    border: 0;
	width:143px;
	height:20px;
    background-color: #333;
}
#titlesearch, #fullsearch {
	float:left;
	border: 1px solid #333333;
    background-color: #b6ee80;
    margin-top: 5px;
    margin-left: 5px;
    color: #000;
}

#main-content, #menubar {
	border-left: solid 1px #444444;
	border-right: solid 1px #444444;
}

/* menubar div */
#menubarBlock, #contentBlock {
	padding: none;
	border-left: solid 10px #333333;
	border-right: solid 10px #333333;
}
#menubar {
    font-size: 13px;
	padding-top:7px;
	padding-left: 10px;
	padding-right: 5px;
    margin: 0;
	height: 25px;
	background-image: url(../img/cf_menu_bg.png);
	color: #ffffff;
}
#menubar a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

/* menubar fixes */
#menubar ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menubar li {
	display:inline;
	margin-right: 10px;
}
#pagelocation li {
    font-size: 1.4em;
    margin-bottom: 5px;
}
#locationline {
    border-bottom: 1px dashed #555;
    margin-bottom: 5px;
}

/* footer/copyright divs */
#footerBlock {
	height: 30px;
	background-image: url(../img/cf_footer_bg.png);
	color: #666666;
	font-size: 10px;
	text-align:center;
    margin-bottom: 10px;
}
#footer {
	padding: 10px;
        margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
#footerRCap {
	width: 30px;
	height: 30px;
	background-image: url(../img/cf_footer_rcap.png);
	float:right;
}
#footerLCap {
	width: 30px;
	height: 30px;
	background-image: url(../img/cf_footer_lcap.png);
	float:left;
}
.editbar select {
    border:solid 1px #888888;
    color:#eeeeee;
    background-color:#1a1a1a;
    line-height: 17px;
    font-size: 13px;
}
/* styles for tabs (in order of appearance, from left to right)  */
#tabs {
	height:46px;
	margin: 0px 30px 0px 30px;
}
#tabsLeftCap {
	float:left;
	width:7px;
	height:46px;
	background: url(../img/cf_tabs_lcap.png) no-repeat;
}
#tabActiveLCap, .tabLCap, .tabLCapWS {
	float:left;
	width:10px;
	height:46px;
	background: url(../img/cf_tab_a_lcap.png) no-repeat;
}
#tabActive, .tab {
	float:left;
	height:46px;
	background: url(../img/cf_tab_a_bg.png) repeat-x;
}
#tabActive div, .tab div  { /* content of the tab buttons */
	margin:23px 5px 0px 5px;
	font-family: Sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#tabActive div a {
	color: #ffffff;
	text-decoration: none;
}
#tabActive div a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#tabActiveRCap, .tabRCap {
	float:left;
	width:12px;
	height:46px;
	background: url(../img/cf_tab_a_rcap.png) no-repeat;
}
.tabSpacer {
	float:left;
	width:6px;
	height:46px;
	background: url(../img/cf_tabs_spacer.png) no-repeat;
}
.tabLCap {
	background: url(../img/cf_tab_lcap.png);
}
.tabLCapWS {  /* with shadow on the left side */
	background: url(../img/cf_tab_lcap_ws.png);
}
.tab {
	background: url(../img/cf_tab_bg.png);
}
.tab div a {
	color: #333333;
	text-decoration: none;
}
.tab div a:hover {
	color: #333333;
	text-decoration: underline;
}
.tabRCap {
	background: url(../img/cf_tab_rcap.png);
}
#tabsRightCap {
	float:left;
	width:6px;
	height:46px;
	background: url(../img/cf_tabs_rcap.png) no-repeat;
}
