/*
Theme Name: rd
Theme URI: http://rdaudio.net
Description: RD Audio
Version: 1.0
Author: William Satterwhite
Author URI: http://williamsatterwhite.info
Template: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');

/* Header - You can still change the header image in the Settings panel*/
#header {
    background:#FFFFFF url(library/images/bg_header.jpg) repeat-x scroll 0 0;
}

/* Make your changes to the default layout below */

body {
    background: #011D4A url(library/images/bg.png) repeat;
    color: #fff;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #fff;
    margin: 20px 0 10px 0;
}

a {
    color: #003663;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #fff;
}
a img {
    border: none;
}
#wrapper {
    background-color: #000;
    border: 1px solid #000;
  -moz-box-shadow: 0px 0px 8px #000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #000; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 8px #000; /* Opera 10.5, IE 9.0 */
}

#container {
    background: #000;
}

#content {
    border-right: 0px dotted #e0e0e0;
    text-align: justify;
}

#access {
    background: #003663 url(library/images/bg_green.png) repeat-x;
    border-bottom: 0px solid #003663;
    font-size: 16px;
}

/*
Dkret3 'Superfish' header navigation styles
*/
.sf-menu {
    float: none;
}
.sf-menu a {
    padding: 5px 10px;
    font-variant: small-caps;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 26px; /* match top ul list item height */
}
.sf-menu li li a {
    border-bottom: 0px solid #ccc;
    font-size: 15px;
}
.sf-menu li li li a {
    border-left: 0px solid #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
}
.sf-menu li li,
.sf-menu li li li li {
    background: #002A4C;
}
.sf-menu li li li {
    background: #ccc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #002A4C;
    outline: 0;
}
.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: #ccc;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background:	url('library/images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
.sf-menu ul .page_item,
.current_page_item .page_item a {
    font-weight: normal;
}
.sf-menu .current_page_ancestor,
.current_page_item a {
    font-weight: bold;
}


/* footer */
#footer {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #000;
    color: #fff;
}
#footer a {
    color: #ccc;
}
#footer a:hover {
    color: #ccc;
}
div#subsidiary {
    background: #003663 url(library/images/bg_green.png) repeat-x;
}

.widgettitle,
.linkcat h2 {
    border-bottom: 0px dotted #444;
    clear: both;
    margin-bottom: 5px;
}

.size-medium,
.size-thumbnail,
.size-large,
.size-full,
.gallery img,
.attachment-medium,
.attachment-thumbnail,
.gallery .attachment-thumbnail {
    background: #f6f6f6;
    border: 0px solid #ccc;
    border-radius: 1px; 
    -moz-border-radius: 1px; /* Mozilla */
    -webkit-border-radius: 1px; /* Webkit */
    padding: 0px;
}
.sticky {
    background-color: #000;
    border: 0px solid #ccc;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    padding: 10px;
}

.entry-meta,
#now-reading-statistic {
    background: #000;
    clear: both;
    line-height: 1.6em;
    margin-top: 20px;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
}
.single .entry-meta {
    margin-top: 40px;
}
.edit-link {
    clear: both;
    margin-top: 10px;
    float: right;
}
.page .edit-link {
    margin-top: 0;
}
.related {
    margin: 30px 0 0;
}
.comments .edit-link,
.reply {
    display: inline;
    margin: 0;
}
.page .tag-links {
    float: right;
    margin: 1.2em 0 0 0;
}
.attachment .entry-meta {
    display: none;
}
.widget_rsslinks li {
    margin: 6px 0 0;
}
