/*	=============================================================
	2easy Personal
=============================================================
	SX STYLES - CONTENT CLASSES
=============================================================*/

/*	=============================================================
////////////////////////////////////// LEFT CONTENT
=============================================================*/
/* Tidy Custom Command classes
============================== */
.topBox {
	clear:both;
	border:1px solid #abc;
	margin: 10px 0;
	padding:4px;
	background: url('../imgPG/sx_color20.gif') left top repeat; 
}
.floatLeft {
	float:left;
	width: 40%;
	border-right:1px solid #abc;
	margin:-4px 5px 0 0;
	padding:4px;
	background: url('../imgPG/sx_color20.gif') left top repeat; 
}
.floatRight {
	float:right;
	width: 40%;
	border-left:1px solid #abc;
	margin:-4px 0 0 5px;
	padding:4px;
	background: url('../imgPG/sx_color20.gif') left top repeat; 
}
.floatLeftLine {
	float:left;
	width: 48%;
	border-right:1px solid #abc;
	margin: -4px 8px 0 0;
	padding: 4px 8px 4px 4px;
}
.floatRightLine {
	float:right;
	width: 48%;
	border-left:1px solid #abc;
	margin: -4px 0 0 8px;
	padding:4px 4px 4px 8px;
}
.bgTextBlue {background:#9cf}
.bgTextRed {background:#f9c}
.bgTextYellow {background:#ff0}


/*	===================================
	NAVIGATION MENU
	=========== =========== =========== */

.navBG {
	margin-bottom: 4px;
	}

.navHead {
	clear: both;
	background:url('../imgPG/sx_color.gif') left top repeat;
	padding: 1px 0;
	}
.navHead div {
	overflow: visible;
	font-weight: bold; 
	padding: 5px 2px;
	color: #05a;
	background:url('../imgPG/sx_bgHeaderRev.gif') left bottom repeat;
	}
/*== Link in the nav head - to hide/show links
========================================== */
.navHead .hiddenLinks {
	float: right;
	color: #069;
	margin: 6px 2px 0 0;
	cursor: pointer;
	font-size: 10px;
	}

.navLinkBG {
	clear: both;
	padding: 1px 0 3px 0;
	}
.navLink {
	margin-bottom: 1px;
	}
.navLink a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #36a; 
	background: url('../imgPG/sx_color10.gif') left top repeat;
	}
.navLink a:hover {
	color: #c36; 
	background: url('../imgPG/sx_colorRev20.gif') left top repeat;
	}
.navLink a span {	
	display: block;
	padding: 2px 2px 3px 12px;
	background:url('../imgPG/sx_dot.gif') left 2px no-repeat;
	}
.navLink a:hover span {	
	padding: 2px 2px 2px 12px;
	border-bottom: 1px solid #c36;
	background:url('../imgPG/sx_dotRev.gif') left 2px no-repeat;
	}

/*	
=============================================================
////////////////////////////////////// MIDDLE CONTENT
============================================================= */

/*	===================================
	CATEGORY AND PAGE HEADER
	=========== =========== =========== */
.pgHead {
	color: #36a;
	background:url('../imgPG/sx_color.gif') left 9px no-repeat; 
	margin: 1px 0 12px 0;
	border-bottom: 2px solid #36a;
	}
.pgHead div {
	background-position: right top; 
}
.pgHead span {
	display: block;
	font-size: 16px; 
	font-weight: bold; 
	padding: 4px 4px 4px 20px;
	color: #c36;
	}

/*	===================================
	TEXT-TITLES
	=========== =========== =========== */
.heading1 a, .heading2 a, .heading3 a, .heading4 a {
	color: #36a;
	}
.heading1 a:hover, .heading2 a:hover, .heading3 a:hover, .heading4 a:hover {
	color: #c36;
	}

.heading1 {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}
.heading2 {
	font-size: 13px;
	margin-bottom: 12px;
	font-weight: bold;
	}
.heading3 {
	font-weight: bold;
	margin-bottom: 12px;
	}
.heading4 {
	font-size: 10px;
	font-weight: bold;
	}

/*	===================================
	TEXT AND IMAGE CLASSES
	=========== =========== =========== */
.imageLeft {float: left; margin: 0 8px 8px 0; max-width: 50%;}
.imageLeft object {width: 100%;}
.imageLeft embed {width: 100%;}

.imageCenter {clear:both; text-align: center; margin: 0 0 8px 0;}
.imageCenter object {width: 480px; height: 380px;}
.imageCenter embed {width: 100%; height: 300px;}

.imageRight {float: right; margin: 0 0 8px 8px; max-width: 50%;}
.imageRight object {width: 100%;}
.imageRight embed {width: 100%;}

.imageText {font-size: 10px; text-align: center; background-color: #eee; padding: 2px}
.mainBodyImage {
	text-align: center;
	margin-bottom: 12px; }

/*=======================================================================
	Obs! overflow: visible AND width: 100% fixes a BUG in IE - Don't remove!
=========================================================================*/
/* all text areas (first page, etc.) except those bellow
==========================*/
.text {
	overflow: visible;
	width: 100%;
	margin: 12px 0 6px 0;
	text-align: left;
	line-height: 140%;
	}

/* For introduction text in archives, themes etc.
========================== */
.justText {
	overflow: visible;
	width: 100%;
	margin: 0 0 12px 0;
	text-align: justify;
	}
.justText span {font-weight: bold;}
.justText a {font-weight: bold;}
.justText a:hover {}

/* ordinary reading text.
========================== */
.normalText  {
	font-size: 11px;
	overflow: visible;
	width: 100%;
	margin: 12px 0;
	line-height: 20px; 
	text-align: justify;
	}
.normalTextT  {
	font-family: "Times new Roman", "Trebuchet MS", Helvetica; 
	overflow: visible;
	width: 100%;
	font-size: 12pt;
	margin: 12px 0;
	line-height: 21px; 
	text-align: justify;
	}

.bigText  {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Georgia, Helvetica; 
	font-size: 13px;
	overflow: visible;
	width: 100%;
	margin: 12px 0;
	line-height: 150%;
	text-align: left; 
	}
.bigTextT  {
	font-family: "Times new Roman", Georgia, Garamond, Helvetica; 
	overflow: visible;
	width: 100%;
	font-size: 13pt;
	margin: 12px 0;
	line-height: 140%;
	text-align: left; 
	}

/* Lines for reading more
========================== */
.readMore {
	clear:both;
	width: 100%;
	margin-bottom: 20px; 
	padding-bottom: 3px; 
	border-bottom: 1px dotted #aabbcc;
	}
.readMore Table {width: 100%;}
.readMore div {}

.goToPrint {
	clear: both; float: right; margin: 10px 0 10px 10px;}
#goToAuthorBios {
	float: right; padding: 6px 8px;
	background-image: url('../imgPG/sx_color40.gif');
	}
.lineBox {
	clear:both;
	font-size: 1px;
	height: 1px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #aabbcc;
	}
.includedText {
	color: #a00;
	margin-bottom: 10px;
	padding-bottom: 4px;
	background-image: url('../imgPG/sx_color20.gif');
	line-height: 140%;
	}
.includedText div {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #069;
	background-color: #fff;
	font-weight:bold;
	}
.includedText a {
	background: url('../imgPG/sx_dot1.gif') 2px 1px no-repeat;
	padding-left: 16px;
	}
.includedText a:hover {
	background: url('../imgPG/sx_dot2.gif') 2px 1px no-repeat;
	}

/*	===================================
	FLOATING LISTS - As good as a Pattent: don't change it
	=========== =========== =========== */
#floatingListBG {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
	float: right; 
	width: 40%; 
	margin: 0px 0 5px 15px;
	font-size: 11px;
	line-height: 140%;
	}
#floatingListTitle {
	background:url('../imgPG/sx_bgHeader.gif') left bottom repeat-x; 
	color: #fff; 
	padding: 4px 2px; 
	text-align: center; 
	font-weight: bold;
	border: 1px solid #36a;
	}
#floatingListTheme {
	color: #000; 
	font-weight: bold; 
	text-align: center; padding: 3px 0 3px 0;
	}
#floatingListCategory {
	border-top: 2px solid #36a; 
	background:url('../imgPG/sx_bgHeaderRev.gif') left bottom; 
	color: #36a;
	padding: 3px 0;
	margin: 2px 0;
	font-weight: bold; 
	}
/* ============================================================= New*/
#floatingListCategory div {
	background: url('../imgPG/sx_colorRev10.gif') 3px 4px no-repeat;
	padding-left: 20px;
	}
/* ============================================================= New*/

#floatingListContent {margin: 6px 0}
#floatingListContent td {padding: 2px 0}
#floatingListContent .bullet {
	padding: 0 5px; 
	background:url('../imgPG/sx_line.gif') 2px 6px no-repeat; 
	}
#floatingListContent a {
	line-height: 125%; 
	}
#floatingListContent a:hover {}

#floatingListMore {
	text-align: left;
	background:url('../imgPG/sx_bgHeader.gif') left center repeat-x; 
	padding: 2px; 
	margin-bottom: 5px;
	border: 1px solid #36a;
	}
#floatingListMore a {
	padding-left: 13px;
	background:url('../imgPG/sx_line.gif') 1px +4px no-repeat; 
	}
#floatingListMore a:hover {	}


/*	===================================
   LISTS OF RELATED TEXTS - As good as a Pattent: don't change it
	=========== =========== =========== =========== */
#relatedListCategory {
	clear: both;
	background:url('../imgPG/sx_bgHeader.gif') left bottom repeat-x; 
	padding: 7px 5px;
	margin: 12px 0 2px 0;
	font-weight: bold; 
	color: #fff;
	}
/* ============================================================= Next New*/
#relatedListCategory div {
	background: url('../imgPG/sx_colorRev10.gif') 2px 1px no-repeat;
	padding-left: 20px;
	}

#relatedListEntry {
	clear: both;
	overflow: visible;
	padding: 2px 1px 0 3px;
	margin-bottom: 3px; 
	background: url('../imgPG/sx_colorRev20.gif') left top repeat;
	}
#relatedListEntry .leftRightBG {
	background: #fff;
	padding: 1px;
	}
#relatedListEntry .left {
	float: left;
	background: url('../imgPG/sx_colorRev20.gif') left top repeat;
	padding: 2px 8px 12px 8px;
	margin: 0 6px 6px 0;
	}
#relatedListEntry .right {
	padding: 2px 2px 2px 6px;
	}
#relatedListEntry a {}
#relatedListEntry a:hover {}

/*
=============================================================
////////////////////////////////////// RIGHT CONTENT
=============================================================*/

/*	ALL RIGHT LISTS
	=========== =========== =========== */
#rightOverflow {
	max-height: 280px;
	overflow: auto;
	border: 1px solid #36a;
	}
.rightBG {
	clear: both;
	margin-bottom: 15px; 
	padding: 0 1px;
}
.rightTitle {
	clear: both;
	background: url('../imgPG/sx_bgHeader.gif') left bottom repeat;
	padding: 2px 2px;
	margin-bottom: 1px;
	}
.rightTitle div {
}
.rightTitle span {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 3px 0;
	font-size: 12px;
	text-align: left;
}

.rightSubTitle {
	clear: both;
	color: #069;
	font-weight: bold;
	padding: 4px 0 2px 0;
	}
.rightSubTitle div {
	padding: 1px 0;
	background: url('../imgPG/sx_line_no.gif') left center repeat-x; 
	}
.rightSubTitle span {
	 padding: 0 6px 0 0;
	 background: #fff;
	}

.rightContent {
	clear: both;
	background: url('../imgPG/sx_colorRev10.gif') left top repeat; 
	padding: 0 0 3px 0;
	border-top: 1px solid #36a; 
}
.rightContent a {
	display: block;
	padding: 2px 0 2px 12px;
	background: url('../imgPG/sx_line.gif') 2px 6px no-repeat; 
}
.rightContent a:hover {
	background: url('../imgPG/sx_lineRev.gif') 2px 6px no-repeat; 
}

/*	ALL LISTS FOR ARCHIVES, THEMES etc.
	=========== =========== =========== */
#rightSelectList {
	clear:both;
	padding: 3px 0;
	margin: 1px 0;
	text-align: center;
	background: url('../imgPG/sx_bgHeaderRev.gif') left bottom repeat-x; 
	border: 1px solid #36a; 
	}

.pageNavigationBG {
	background: url('../imgPG/sx_bgHeaderRev.gif') left bottom repeat; 
	text-align: center; 
	padding: 4px 12px;
	margin: 1px 0;
	border: 1px solid #36a; 
	}
.pageNavigationBG form {
	background: url('../imgPG/sx_bgHeaderRev.gif') left center repeat; 
	padding: 1px 0;
	margin-bottom: 2px;
	border: 1px solid #36a;
	}

/* 
	END

*/
