/* Overrides ============================================================================== */
/* ======================================================================================== */
body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #535353;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:visited, a:active, a:link {
	color: #111111;
	text-decoration: underline;
}

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

h1 {
	color: #555555;
	margin-top: 0px;
}

input, select, textarea {
	font-family: Tahoma;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 1px;
	border-color: #DDDDDD;
	border-style: solid;	
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:gray;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:black;
	scrollbar-track-color:white;
}

/* Nav Text */
td.navText {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	
}

/* Custom Class =========================================================================== */
/* ======================================================================================== */

/* Custom blockquote */
.entryQuote {
	margin-bottom: -10px;
	margin-top: -2px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #EEEEEE;
	background: url(../images/quote.png);
	background-repeat: no-repeat;
	
}

/* Menu Spacers */
.navVertBar {
	font-weight: bolder;
	font-size: 20px;
}

/* Float Fix for Floating Div Holders */
.floatfix:unknown {
	CLEAR: both; 
	DISPLAY: block; 
	VISIBILITY: hidden; 
	HEIGHT: 0px; content: ".";
}
 HTML .floatfix {
	HEIGHT: 1%
}


/* Text that needs to be indented. */
.indentText {
	PADDING-LEFT: 10px;
}

/* Custom Widget Header */
.widgetTitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #555555; 
	TEXT-ALIGN: left;
}

/* Custom Widget Controls */
.postControls {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Custom Form Width */
.form_select {
	width: 150px;
}

/* Border for entry pictures */
.entryPic {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.profilePic {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

/* Style for copyright */
.copyright {
	font-size: 9px;
}

/* Text for anywhere */
.anywhereText {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Portfolio item style */
.portfolioItem {
	margin-left: 25px;
	font-family: Tahoma;
	font-size: 12px;
}

.portfolioPic {
	margin-right: 10px;
	border: 1px solid #000000;
	clear: left;
}


/* DIV Rulesets =========================================================================== */
/* ======================================================================================== */

/* Clear Div */
div.clearDiv {
	clear: both;
	height: 6px;
}

/* Header Divs */
div.headerHolder {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 700px !important;
	/* With gradient 
	height: 190px;
	max-height: 190px;
	min-height: 190px;
	*/
	height: 150px;
	max-height: 150px;
	min-height: 150px;
}
div.pagehead {
	background-color: #FFFFFF;
	background: url(../images/banner-head.png);
	background-repeat: repeat-x;
	height: 40px;
	min-height: 40px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;	
}
div.banner {
	background-color: #FFFFFF;
	background: url(../images/banner-top-intropage.png);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
	max-width: 100%;
	min-width: 700px !important;	
}
div.footer {
	background-color: #FFFFFF;
	background: url(../images/banner-bottom-intropage.png);
	background-repeat: repeat-x;
	margin-bottom: -10px;
	vertical-align: baseline;
	height: 150px;
	min-height: 150px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	clear: both;	
}
div.bLeftFlash {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;	
	width: 500px;
	min-width: 500px;
	max-width: 500px;
	text-align: left;	

}
div.bRightFlash {
	padding: 0;
	margin: 0;
	display: inline;
	float: right;	
	width: 175px;
	min-width: 175px;
	max-width: 175px;
	max-height: 150px;
	text-align: right;	
}

/* Widget Divs */

#Flog-Holder {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	background-color: #FFFFFF;
}

#Flog-LeftSide {
	position: absolute;
	top: 150px;
	left: 15px;
	
	width: 225px;
	min-width: 225px;
	max-width: 225px;
	padding-right: 15px;
}

#Flog-RightSide {
	margin-left: 250px;
	margin-right: 15px;	
}

#Flog-ContentBox {
	background-color: #FDFDFD;

	/*
	background: url(../images/widget-head2.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	*/
	
	background: url(../images/textCurve.png);
	background-repeat: no-repeat;


	text-align: left;
	font-size: 14px;
	

	
	padding: 10px 10px 10px 10px;
	
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "100%":
        "auto" );

	max-width: 100%;
	margin-bottom: 15px;
					
}

#Flog-WidgetBox, #Flog-IssueBox, #Flog-GamerCard, #Flog-ControlBox, #Flog-Facebook, #Flog-Introbox {
	background-color: #FDFDFD;

	/*
	background: url(../images/widget-head2.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	*/

	background: url(../images/textCurve.png);
	background-repeat: no-repeat;

	text-align: left;
	font-size: 11px;


	padding: 10px 10px 15px 10px;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	margin-bottom: 15px;		
}


#Flog-WidgetBox {		
	min-height: 50px;		
}
#Flog-ControlBox {			
	min-height: 60px;	
}
#Flog-IssueBox {			
	height: 60px;
	min-height: 60px;
	padding-bottom: 0px;		
}
#Flog-GamerCard {	
	min-height: 77px;	
	height: 77px;
}
#Flog-Facebook {	
	min-height: 435px;	
	height: 435px;
}

#Flog-Introbox {	
	width: 500px;
	min-height: 140px;	
	height: 140px;
}
