/*** Normalized ***/


@import url("weblog_cs10.css");
@import url("forum_cs10.css");
/*-- main container left hand nav bar--------------------------------------------------------*/

#container {
    background: #000000 repeat-y;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: #000000;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: #000000 repeat-x right top;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url('images/dynamic/key_visual1.jpg') no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #b12d1c;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list {
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #000000;
    background: #FFCC00 repeat-x right top;
    
}

#main_nav_list a.main_nav_item:hover {
    color: #FFCC00;
    background: #000000 repeat-x right top;
    
}

#main_nav_list a.main_nav_active_item {
    color: #FFCC00;
    background: #000000 repeat-x right top;
    
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    background: #000000 repeat-x top left;
}

#sub_container1 {
    background: #000000 repeat-x top left;
}
/*--- main content --------------------------------------------------*/
#sub_container2 {
    background: #ffee84 url('images/static/outer_bg.gif') repeat-x top left;
}

.sub_nav_list a.sub_nav_item {
    color: #ffe5c4;
    background: url('../../images/dynamic/buttonset10/subnav1.gif') no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url('../../images/dynamic/buttonset10/subnav1hover.gif') no-repeat;
    color: #ffe371
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffe371;
    background: url('../../images/dynamic/buttonset10/subnav1active.gif') no-repeat;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: url('images/static/search_bg3.gif') repeat-y top left;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent;
}

#footer_text {
    color: #959589;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background: url('../../resources/backimage.JPG') #000000 no-repeat top left;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #000000;
}

.content {
    color: #000000;
}

.content p {
    color: #000000;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #6e6e6e;
}

.content h2 {
    color: #6e6e6e;
}

.content h3 {
    color: #6e6e6e;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #ff880f;
}

.content a:visited {
    color: #cc5800;
}

.content a:hover {
    color: #cc5800;
}

.content a:active {
    color: #000000;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #878787;
}

.content th {
    color: #ffffff;
    background-color: #994200;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #878787;
}

.content tr.odd {
    color: #824700;
    background-color: #fff4b2;
    padding: 3px;
}

.content tr {
    color: #824700;
    padding: 3px;
}

.content tr.even {
    color: #824700;
    background-color: #ffffff;
    padding: 3px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #e7c3a7;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #e7c3a7;
}

.content textarea {
    border-color: #e7c3a7;
}

/*--------------------------------------------------------------------------*/

#content_search_button {
    background: #fff4b2;
    border: solid #000000 1px;
    color: #000000;
}