/* b2evolution CSS Designed by Fran輟is PLANQUE - http://fplanque.net/ */

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

/*
Midnight Theme CSS enhanced and ported to b2evolution by
JC John SESE Cuneta
for gameshogun.ws Blognet - http://gameshogun.ws
Released for free under a Creative Commons Attribution 3.0 License
*/

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

/* #013303 - Green */
body {

	background: #000000;

	font: normal 13pt Cambria, Calibri, Constantia, Candara, Corbel, Consolas, Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

code {
	font-family: Consolas; Cambria, Calibri, Constantia, Candara, Corbel;
}

h1, h2, h3 {
	color: #FFFFFF;
	font-family: Constantia, Candara, Corbel, Cambria, Calibri, Consolas;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	/*line-height: 1.1em;*/
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 1.5em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px solid #C4C2C2;
}

/* bSideItem Box Style */
.bSideItem {
	margin-bottom: 20px;
	background: #000000;
}

.bSideItem .sideItemTitle {
	margin: 0;
	padding: 5px 0;
	background: url(img/img07.gif) repeat-x left bottom;
	font-size: 0.8em;
	font-family: Constantia, Candara, Corbel, Cambria, Calibri, Consolas;
	margin-bottom:5px;
}

.bSideItem .content {
	padding: 15px;
}

.postdate {
	text-align: right;
}

/* bPost */
.bPost, .bPostpublished, .bComment {
	padding-top: 5px;
	background: #000000;
	overflow:hidden;
	margin-bottom: 10px;
}

.bPost .bTitle {
	padding: 10px 0;
	background: url(img/img07.gif) repeat-x left bottom;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Constantia, Candara, Corbel, Cambria, Calibri, Consolas;
}

.bPost .bSmallPrint {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.bPost .bSmallHead {
	padding-bottom: 10px;
	background: url(img/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.bPost .bSmallHead p {
	margin: 0;
	/*line-height: normal;*/
}

.bPost {
	padding: 10px;
}

#blog {
	width:860px;

}

/* pageHeader */
#pageHeader {
	margin:0 auto;
	background: #000000 url(img/img01.jpg) no-repeat center top;
	height: 220px;
	width:860px;
/*	background: url(img/img02.gif) repeat-x;*/
}

/* pageHeader > pageTitle */
#pageTitle {
	margin: 0 auto;
	padding: 6px 0 0 0;
	font-family: Constantia, Candara, Corbel, Cambria, Calibri, Consolas;
}
#pageSubtitle {
	margin: 0 auto;
	padding: 6px 0 0 0;
	font-family: Constantia, Candara, Corbel, Cambria, Calibri, Consolas;
}

/*
#pageTitle h1 {
	float: left;
}

#pageTitle h2 {
	float: right;
}
*/
#pageTitle a {
}

/* pageHeader > Menu */
#menu {
	width: 777px;
	height: 27px;
	margin: 0 auto;
	font-family: Constantia, Candara, Corbel, Cambria, Calibri, Consolas;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(img/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(img/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(img/img05.gif);
}

/* Wrapper */
#wrapper {
	/*background: url(img/img06.gif) repeat-x*/;
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > bPosts */
.bPosts {
	float: left;
	width: 620px;
	overflow:hidden;
}

/* Content > bSideBar */
.bSideBar {
	float: right;
	overflow:hidden;
	width: 220px;
}

/* Content > bSideBar > BlogList */
#BlogList {
}

#BlogList ul {
	list-style: none;
	margin: 0px;
}

#BlogList a {
	display:block;
	width:100%;
	padding:0px;
}
#BlogList a:hover {
	background-image:url(img/Upper-Right_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}


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

.bSideItem h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

.bSideItem p {
	margin-bottom: 1.4em;
	font-size: smaller;
	/*line-height: normal;*/
}

/* Content > bSideBar > Block */
.bSideItem {
	padding:5px;
}

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

.bSideItem h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > BlockArch */
.bSideItemArch {
}

.bSideItemArch ul {
	margin: 0;
	list-style: none;
}

.bSideItemArch h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > BlockSkinList */
.bSideItemSkinList {
}

.bSideItemSkinList ul {
	margin: 0;
	list-style: none;
}

.bSideItemSkinList h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > BlockFeed */
.bSideItemFeed {
}

.bSideItemFeed ul {
	margin: 0;
	list-style: none;
}

.bSideItemFeed h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > BlockWhosOnline */
.bSideItemWhosOnline {
}

.bSideItemWhosOnline ul {
	margin: 0;
	list-style: none;
}

.bSideItemWhosOnline h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > BlockMisc */
.bSideItemMisc {
}

.bSideItemMisc ul {
	margin: 0;
	list-style: none;
}

.bSideItemWhosOnline h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > BlockPoweredby */
.bSideItemPoweredby {
}

.bSideItemPoweredby ul {
	margin: 0;
	list-style: none;
}

.bSideItemPoweredby h3 {
	margin: 0;
	font: bold x-small Constantia, Candara, Corbel, Cambria, Calibri, Consolas, Verdana, Arial, Helvetica, sans-serif;
}

/* Content > bSideBar > Partners*/
/* pageFooter */
#pageFooter {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #39714D;
	background: #447E5D;
	width: 860px;
	margin: 0 auto;
}

#pageFooter p {
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#pageFooter a {
	text-decoration: underline;
	color: #FFFFFF;
}

#pageFooter a:hover {
	text-decoration: underline;
}

/* pageFooter > Legal */
#legal {
}

/* pageFooter > Links */
#links {
}


/* Start of other b2evolution CSS */
div.action_messages {
	margin: 0 2ex;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}

hr {
	border: 0;
	border-top: 1px solid #78a;
}

ul#bloglist {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

div.stats{
	/* float: right; */
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	/* float: left; */
	width: 44%;
	margin: 0 0 2ex 1.5ex;
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: transparent;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: transparent;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
	color: #000;
}


