/* Import basic styles */
@import url(../../rsc/css/basic.css);
/* Import standard image styles */
@import url(../../rsc/css/img.css);
/* Import standard blog elements styles */
@import url(../../rsc/css/blog_elements.css);
/* Import default form styles */
@import url(../../rsc/css/forms.css);
/* Import default comment styles */
@import url(../../rsc/css/comments.css);

/**
 * Dark Fire (v1.1) stylesheet for Wordpress 1.0+ || http://www.wordpress.org
 * Layout, Style and Design by B A Khan || http://www.3digita.com
 * Get more free templates, skins and stylesheets from 3digita.com!
 * License : GPL - http://www.gnu.org/copyleft/gpl.html
 */

/* WordPress theme evoskinned for b2evolution v1.9.* by EdB || http://wonderwinds.com/ */

/* styles for darkfire skin */
body {
    font-family: Tahoma, Arial, Serif;
    margin: 0;
    padding: 0;
    color: #e5e5e5;
    background: #fff url(img/bg_darkfire.gif) repeat-y 50% 0;
    text-align: center;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 768px;
    font-size: 80%;
}

a, .feedback a, .meta a  {
    color: #ffbf00;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a img {
    border: none;
}

a:visited {
    color: #ffbf00;
}

a:hover, .feedback a:hover, .meta a:hover  {
    color: #ff7f00;
    text-decoration: none;
    border-bottom: 1px solid;
}

#header {
    position:relative;
    background: url(img/header_darkfire.gif);
    margin:0;
    padding: 15px 0 0 0;
    border-bottom: 2px solid #ffbf00;
    text-align:center;
    font-family: Georgia, Arial, Serif;
    font-size: 33px;
    letter-spacing: 0px;
    height:63px !important;
    height /**/: 67px; /* for IE5/Win */
}

#header a {
    color: #fff;
    text-decoration: none;
    border:0;
}

#header a:hover {
    color: #ff7f00;
    text-decoration: none;
}

#bPosts {
    position:relative;
    text-align: justify;
    top: 10px;
    width:455px;
    margin:0px 0 0 260px;
    height: 100%;
    padding: 0px 0px 50px 0px;
    font-family: Tahoma, Arial, Serif;
    font-size: 80%;
}

acronym, abbr {
    border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
    cursor: help;
}

blockquote {
    border-left: 5px solid #b2b2b2;
    margin-left: 1.5em;
    padding-left: 5px;
}

cite {
    font-style: normal;
}

h2, code {
    font-family: Tahoma, Arial, Serif;
    margin: 15px 0 2px 0;
    padding-bottom: 5px;
    color: #8bb7cf;
}

h2 {
    font-family: Tahoma, Arial, Serif;
    font-size: 80%;
}

h3 {
    margin: 8;
    font-size: 100%;
}

.storytitle {
    font-family: Georgia, Arial, Serif;
    font-size: 220%;
    letter-spacing:0px;
}

.storycontent, .feedback {
}

.storycontent ul {
    list-style: square;
}

.baseline {
    font-family: Tahoma, Arial, Serif;
    font-size: 80% ;
    position:relative;
    width:auto;
    top:0px;
    margin:0px;
    text-align: center;
    margin-left:270px;
    padding:0px;
}

.baseline a:link {
    color: #ffbf00;
    text-decoration: none;
}

.baseline a:hover {
    color: #ff7f00;
}

.feedback {
    text-align: right;
}

.meta {
    color: #999;
    margin: 15px 0 0px 0;

}

.meta ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.meta li {
    display: inline;
    list-style: none;
    padding-left:5px;
    padding-right:5px;
    border-left : 1px solid #999;
}

#commentform {
    background: #4d4d4d;
    padding:10px;
}

#commentform p {
    padding:5px;
    margin:0px;
}

#commentform input, #commentform textarea {
    background: url(img/input_bg_darkfire.gif);
    border: 1px solid #333;
    font-family: Tahoma, Arial, Serif;
    font-size: 1em;
    padding-left: 2px;
}

#commentform textarea {
    width: 90%;
    padding-left: 2px;
}

#bSideBar {
    position: absolute;
    height:100%;
    top: 100px;
    margin: 0px 0px 20px 5px;
    padding: 8px;
    width: 210px;
}

.bSideItem {
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    }

.bSideItem form {
    margin: 0 0 0 10px;
}

.bSideItem input {
    background: url(img/input_bg_darkfire.gif) #333;
    border: 1px solid #333;
    font-family: Tahoma, Arial, Serif;
    font-size: 80%;
    padding-left: 2px;
}


.bSideItem ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

.bSideItem ul li {
    font-family: Tahoma, Arial, Serif;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: lowercase;
}

.bSideItem ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.bSideItem ul ul li {
    letter-spacing: 0;
    margin: 0;
    padding-left: 10px;
    font-family: Tahoma, Arial, Serif;
    font-size: 40%;
}

.bSideItem ul ul li a {
    color: #ffbf00;
    text-decoration: none;
}

.bSideItem ul ul li a:hover {
    color: #ff7f00;
}

#wp-calendar {
    empty-cells: show;
    font-size: 100%;
    margin: 0px;
    width: 150px;
}

#wp-calendar #next a {
    padding-left: 5px;
    text-align: center;
    border:0;
}

#wp-calendar #prev a {
    padding-right: 5px;
    text-align: center;
    border:0;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #ffffff;
    color: #ff7f00;
}

#wp-calendar caption {
    color: #fff;
    font-family: Tahoma, Arial, Serif;
    font-size: 80%;
    padding-top:10px;
    text-align: center;
    text-transform: uppercase;
}

#wp-calendar td {
    color: #b2b2b2;
    font-family: Tahoma, Arial, Serif;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
}

#wp-calendar #today {
    border: 1px solid #ffffff;
}

#wp-calendar th {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}