/* 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 auto;
	padding: 0;
	color: #e5e5e5;
	text-align: center;
}

#wrapper {
	/*background: #fff url(img/bg_darkfire.gif) repeat-y;*/
/*	position: relative;*/
	clear: both;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 820px;
	background: #fff url(img/bg_darkfire.gif) repeat-y;
	background-position: center;
}

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

a img {
	border: none;
}

a:visited {
	color: #ffbf00;
}

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

#pageHeader {
/*	position:relative;*/
	background: url(img/header_darkfire.gif) no-repeat center;
	margin:0 auto;
	/*border-bottom: 2px solid #ffbf00;*/
	text-align:center;
	font-family:Mangal, Georgia, Arial, Serif;
	font-size: 35px;
	width:820px;
	padding: 20px;
}
#pageFooter {
/*	position:relative;*/
	clear: both;
	margin:0 auto;
	/*border-bottom: 2px solid #ffbf00;*/
	text-align:center;
	font-family:Mangal, Georgia, Arial, Serif;
	width:820px;
	padding: 10px;
}
#header a {
	color: #fff;
	text-decoration: none;
	border:0;
}

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

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;
  color: #333;
}

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: 120%;
}

h3 {
	margin: 0;
}

.bTitle {
	font-family: Mangal,Georgia, Arial, Serif;
	font-size: 170%;
	letter-spacing:-1px;
}


.bText 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;
}

.bSmallPrint {
	text-align: right;
}

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

}

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

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

.bComment {
	background: #4d4d4d;
	padding:10px;
}

.bComment p {
	padding:5px;
	margin:0px;
}

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

.bComment textarea {
	width: 90%;
	padding-left: 2px;
}

.bPosts {
	text-align: justify;
	width:570px;
	height: 100%;
	padding: 5px;
	font-family: Tahoma, Arial, Serif;
	float: right;
}

.bSideBar {
	height:100%;
	padding: 5px;
	width: 230px;
	float:left;
}

.bSideItem, .bPost {
	margin: 0;
	margin-bottom: 15px;
	padding: 8px;
	}
.bPost, .bSideItem {
	background-color: #000;
}
.bSideBar {
	background-color: RGB(76,76,76);
}
.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: 60%;
	padding-left: 2px;
}


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

.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: 80%;
}

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

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

