/** BEGIN colors **/
a {
	color: #000000;
}
#header .pages {
	border-color: #505151;
}
	#header .pages li a:hover {
		color: #ff0000;
	}
	#header .pages li ul li {
		background-color: #1E1D1D;
	}
#header .categories li a {
	border-color: #ABB4BB;
	color: #222222;
}
#header .categories li a:hover {
	color: #ff0000;
}
#header .categories li ul li {
	background-color: #D6D6D6;
}
#content .featured .text li a {
	color: #AAABAB;
}
#sidebar .box .popular li a {
	color: #000000;
}
#footer {
	background-color: #1D1D1D;
}
	#footer .subscribe {
		background-color: #000000;
	}
body {
	background-color: #eee;
}
#body {
	color: #464646;
	background-color: #bbb;
}
#content .span table th {
	background-color: #363636;
}
#sidebar .box .tabs li a {
	border-color: #666666;
}
#sidebar .box .tabs li a:hover {
	color: #cccccc;
}
#sidebar .box .tabs li a.here {
	background-color: #666666;
}
/** END colors **/

/** BEGIN images **/
#header {
	background-image: url(navigation.gif);
}
#header h1 a {
/*	background-image: url(logo.gif);*/
	background-image: url(syskam-forum-logo-05_blog.jpg);
}
#header .pages li.here a {
	background-image: url(active.gif); 
}
#header .pages, #header .pages li {
	background-image: url(divider.gif);
}
#content .category .box h2, #content .cbox h2, #sidebar .box h2, #sidebar .box .tabs {
	background-image: url(header.gif);
}
#content .category .box .search {
	background-image: url(search.gif);
}
#loader {
	background-image: url(loading.gif);
}
/** END images **/


/* style the menu navigation wrap  */
#menu-wrap {
    background-color: #eee;
} 

#menu-wrap ul {
    background-color: #000;
	background-image: url(http://www.l-camera-forum.com/leica-blog/wp-content/themes/quickrise/styles/gray/divider.gif);
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    background-color: #000;
	background-image: url(http://www.l-camera-forum.com/leica-blog/wp-content/themes/quickrise/styles/gray/divider.gif);
    border-right:1px solid #fff; 
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    

/*    background-color: #5798D0;               */
    color:#000; 
	background-image: url(http://www.l-camera-forum.com/leica-blog/wp-content/themes/quickrise/styles/gray/divider.gif);
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    background-color: #000;
	background-image: url(http://www.l-camera-forum.com/leica-blog/wp-content/themes/quickrise/styles/gray/divider.gif);}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:#000; 
    background:#B3D9FF;
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-image: url(../img/cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #fff;
    background-color: #4283b7;
    font-weight: bold;        
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color:#000;;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    background:#B3D9FF
}
#menu-wrap ul ul :hover > a {
    background:#B3D9FF
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #fff;
    background-color: #000;
	background-image: url(http://www.l-camera-forum.com/leica-blog/wp-content/themes/quickrise/styles/gray/divider.gif);

}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #004D99;
    background-color: #B3D9FF;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #B3D9FF;
}
#menu-wrap ul ul li a.selected{    
    background-color: #D0D8F0;
	background-image: url(http://www.l-camera-forum.com/leica-blog/wp-content/themes/quickrise/styles/gray/divider.gif);

    color: #004D99;
}

/* style sidebar navigation */

#sidebar-navigation h4{
    /* style sidebar title */
}
#sidebar-navigation .cms-nav-sidebar a, #sidebar-navigation .cms-nav-sidebar a:visited{
    /* links */
}
#sidebar-navigation .cms-nav-sidebar a:hover, #sidebar-navigation .cms-nav-sidebar a:focus, #sidebar-navigation .cms-nav-sidebar a:active{
    /* links hover */
}

.cms-nav-sidebar .selected_page_side{
    /* selected item in side navigation */
}

.cms-nav-bc a, .cms-nav-bc a:visited{
    /* trail navigation links */
}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active{
    /* trail navigation links hover */
}
.cms-nav-bc{
    /* trail navigation links hover - not linked */
}

