/*
THEME NAME: sjong3
THEME URI: http://diekretzschmars.de/wordpress/themes/dkret-theme/
VERSION: 1.0
DESCRIPTION: A dkret3 child theme.
TAGS: child theme, dkret3
AUTHOR: Romain Schmitz
AUTHOR URI: http://slopjong.de
TEMPLATE: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');

/*************************************************************/

body {
	background-image: url('library/images/bodybg.gif');
}


#header {
    display:  none
}



div#leaderboard {
	margin:0 20px -50px;
	padding-top: 50px;
}

#leaderboard {
	text-align: left;
}

div#wrapper {
	border: none;
	min-width: 830px;
	width: 80%;
}

/*************************************************************/

/* MENU BAR (ACCESS) */
#access {
	background: none; /* the old one background MUST be switched off first */
	background-image: url('library/images/bodybg.gif') !important;
	position: fixed;
	width: 80%; /* must be the same as for div#wrapper */
	min-width: 830px; /* must be the same as for div#wrapper */
	height: 40px !important;
	z-index: 100;
}

#access a {
	color: #777777;
	font-size: 1.2em !important;
}

#access a:hover {
	color: white !important;
}


#access ul li {
	height: 40px !important;
	/*border: solid 1px white !important;*/
	margin-top: 5px;
}


#access ul li:hover {
	/*background: #bbbbbb;*/
	color: white !important;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active  {
	background: none !important;
}

.sf-menu a:hover {
	background-image: none;
}

.sf-menu .current_page_item a{
	color: white !important;
}

/*************************************************************/

#container {
	padding-top: 50px;
}

#primary {
	padding-top: 50px;
}

/*************************************************************/

/* SUBSIDIARY */
#subsidiary {
	background: #888888 !important;
	background-image: none;

}

#subsidiary h3.widgettitle { /* the widget title */
	color: white !important;
	border-bottom: 1px dotted #bbbbbb;
}

#subsidiary div.sidebar { /* the normal widget text */
	color: white !important;
}

#subsidiary div.sidebar a { /* links in the widgets */
	color: #dddddd !important;
}

#subsidiary li.cat-item {
	color: #aaaaaa !important;
}

/*
#subsidiary ul {
	margin: 15px;
}

/*
#subsidiary ul li {
	background-image:none;
	list-style: disc outside;
}
*/

#subsidiary .children li {
	list-style-type: none;
	background-image:none;
	/*margin-left: 20px;*/
}


/*************************************************************/

/* FOOTER */
#footer span.copyright {
	color: #aaaaaa !important;
}

#footer a.blog-title {
	color: #eeeeee !important;
}

/*************************************************************/

/* OTHER */
#TB_iframeContent {
	/*z-index: 50000;*/
}
