/*  
Theme Name: dkret3

Userstyle: Small Fontsize.css
Description: Fontsize like dKret2 prior version 2.0
*/

/* change main page background color */

body { background-color:#4d6b8f; }

body, input, textarea {
    font-size: 13px;
}

#wrapper { border:none; }

div#access {
    height: 41px;
    font-size: 15px;
	background:#b9681b;
	border-bottom: 1px solid #b9681b;
}


/* change menu colors, size */

.sf-menu {
    line-height: 2.1;
}

.sf-menu li.sfHover ul {
    top: 41px; /* match top ul list item height */
}
.sf-menu li li a {
    border-bottom: none;
    font-size: 13px;
}

.sf-menu a {
    padding: 5px 10px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #f9f6e6;
}
.sf-menu li li,
.sf-menu li li li li {
    background: #4e7db1;
    line-height: 1.4;
}
.sf-menu li li li {
    background: #4e7db1;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #4e92e0;
    color:#f9f6e6;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    background: #4e92e0;
    color:#f9f6e6;
}

.sf-menu li li li a {
    border-left: none;
}

.sf-menu .current_page_ancestor,
.current_page_item a {
    font-weight: normal;
}

.current_page_item, .current_page_ancestor {
    background: #4e92e0 !important;
}

/* change header color */

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #414778;
}

/* lists in the sidebar no longer have bullet marks */
.widget li {
    background: none;
    padding: 0 0 0 0;
}

/* change link and link rollover colors */
a {
    color: #b9681b;
}
a:hover {
    color: #7e4610;
}

/* no underline for sidebar header */
.widgettitle,
.linkcat h2 {
    border-bottom: none;
}

/* class not set in theme */
.alignright { float: right; margin: 0 0px 0px 0; }


/* update the footer colors */
#footer {
    background: #b9681b;
    color: #eab27c;
    font-size:11px;
    text-indent:25px;
}
#footer a {
    color: #eab27c;
}
#footer a:hover {
    color: #eab27c;
}

/* align photo caption to the left, not center */
.wp-caption-text {
	text-align:left;
	padding-left:3px;
}

#content .wp-caption,
.entry-image {
    padding-top: 7px;
}


/* interior menus */
#interior-menu { width: 200px; }

#interior-menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}

#interior-menu li {
    background: none !important;
    padding:0;
    margin:0;
}

#interior-menu a {
	display: block;
	padding: 0px;
	width: 160px;
	height:30px;
	background-color: #4e7db1;
	padding-left:10px;
	line-height:28px;
}

#interior-menu a:link, #interior-menu a:visited {
	color: #fdf9f4;
	text-decoration: none;
}

#interior-menu a:hover {
	background-color: #4e92e0;
	color: #fdf9f4;
}
