@charset "UTF-8";
/*
	CSS Theme by
	JC John SESE Cuneta
*/

/*
	fonts.css is where all css fonts settings are stored.
	Makes it easier to find and change fonts.

	This stylesheet must always be called (third), after restyle.css.
*/

/*
	This stylesheet is using the Web-Fonts 2.0(TM) group.
	Read more about Web-Fonts 2.0(TM) by visiting this link: http://gameshogun.ws/........
*/

/* #013303 - Green */
html, body {
	font: normal small Candara, Corbel, Calibri, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color:#c4e0f9;
}

/* START: Fix IE's inherits */
.IE {
	/* color: #c2cbd5; */ /* Uncomment this and specify your default font-colour if necessary. */
}
/* END: Fix IE's inherits */

code {
	font-family: Consolas, "CourierNew", Courier, "AndaleMono", monospace;
}

h1, h2, h3 {
	font-family: Constantia, Cambria, Georgia, "TimesNewRoman", Times, serif;
}

.cursive {
	font-family: cursive;
}

.fantasy {
	font-family: fantasy;
}

.utf8sans {
	font-family: "LucidaGrande", "ArialUnicodeMS", sans-serif;
}

.serifphon {
	font-family: "DoulosSIL", "CharisSIL", "Gentium", "TITUSCyberbitBasic", "ArialUnicodeMS", serif;
}

.serifoe {
	font-family: "Junicode", "Cardo", "TITUSCyberbitBasic", "DoulosSIL", "Gentium", "ArialUnicodeMS", serif;
}

.macronserif {
	font-family: "TimesCE", "Times", "TimesNewRoman"sans-serif;
}

.macronnoserif {
	font-family: "HelveticaCE", "GenevaCE", "Arial", sans-serif;
}

.serifcyr {
	font-family: "TimesCY", "TimesNewRoman", serif;
}

.noserifcyr {
	font-family: "GenevaCY", "HelveticaCY", "Arial", sans-serif;
}

.serifgreek {
	font-family: "TITUSCyberbitBasic", "Cardo", "NewAthenaUnicode", "GalatiaSIL", "Gentium", "ArialUnicodeMS", "LucidaGrande";
}

.mathsym {
	font-family: "ChrysanthiUnicode", "AppleSymbols", "ArialUnicodeMS";
}

.mathsymgreek {
	font-family: "ChrysanthiUnicode", "AppleSymbols", "TimesNewRoman", "ArialUnicodeMS";
}


/* START: LAYOUTS */
#container {
	text-align: center;
}
/* END: LAYOUTS */

p, blockquote, ul, ol {
	text-align: justify;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

.bSideItem .sideItemTitle {
	font-size: 1em;
}

.postdate {
	text-align: right;
}

/* bPost */
.bPost .bTitle {
	font-size: 1.6em;
	font-weight: normal;
}

.bPost .bSmallPrint {
	font-size: .9em;
	font-weight: normal;
}

.bPost .bSmallHead {
	font-size: .89em;
}

/* pageHeader > pageTitle */
#pageTitle h1, #pageTitle h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

/* pageHeader > Menu */
#menu {
	font-family: Constantia, Cambria, "Times New Roman", Times, Georgia, serif;
}

#menu a {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

/* Content > bBarRight > Block */
#Block h3 {
	font: bold x-small;
}

#Block p {
	font-size: smaller;
}

/* Content > bBarRight > BlockDesc */
#BlockDesc h3 {
	font: bold x-small;
}

#BlockDesc p {
	font-size: smaller;
}

/* Content > bBarRight > BlockArch */
#BlockArch h3 {
	font: bold x-small;
}

#BlockArch p {
	font-size: smaller;
}

/* Content > bBarRight > BlockSkinList */
#BlockSkinList h3 {
	font: bold x-small;
}

#BlockSkinList p {
	font-size: smaller;
}

/* Content > bBarRight > BlockFeed */
#BlockFeed h3 {
	font: bold x-small;
}

#BlockFeed p {
	font-size: smaller;
}

/* Content > bBarRight > BlockWhosOnline */
#BlockWhosOnline h3 {
	font: bold x-small;
}

#BlockWhosOnline p {
	font-size: smaller;
}

/* Content > bBarRight > BlockMisc */
#BlockWhosOnline h3 {
	font: bold x-small;
}

#BlockMisc p {
	font-size: smaller;
}

/* Content > bBarRight > BlockPoweredby */
#BlockPoweredby h3 {
	font: bold x-small;
}

#BlockPoweredby p {
	font-size: smaller;
}

/* pageFooter */
#pageFooter p {
	font-size: x-small;
	color: #FFFFFF;
}

#pageFooter a {
	text-decoration: underline;
	color: #FFFFFF;
}

#pageFooter a:hover {
	text-decoration: underline;
}

