/* ColorBlender URLs
http://colorblender.com/?preloadblend=FFD853B3973B81B8CCD4F3FF000000FFFFFF
http://colorblender.com/?preloadblend=81B8CC507380CCAE81806550333333CCCCCC

Color tables (first color is starting point for blend)
Main color table
#FFD853 yellow (sidebar color, bottom of siedbar gradient)
#B3973B brown (top of sidebar gradient)
#81B8CC blue (top of main gradient)
#D4F3FF cyan (main color, bottom of main gradient)
#000000 black (body background, text color)
#FFFFFF white

Links color table
#81B8CC blue 
#507380 dark blue (hover link)
#CCAE81 light brown
#806550 dark brown (normal link)
#333333 dark gray (visited link)
#CCCCCC light gray

*/

/* General rules */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: Black;
}
pre, code {
  font-family: "Consolas" "Courier New", "Courier", monospace;
  font-size: 10pt;
}
cite, em {
  font-style: italic;
}
caption {
  caption-side: bottom;
}
td {
  background-color: transparent;
  margin: 0;
  padding: 10px;
  vertical-align: top;
  border: thin solid #B3973B;
}
table {
  border-collapse: collapse;
}


/* container rules */
div#header {
	display: none;
}

div#centercolumn {
	width: 734px;
}

div#rightcolumn, div#leftcolumn {
	display: none;
}

div#centercolumn div#googleads {
	display: none;
}

div#footer {
	border: thin solid #81B8CC;
	width: 734px;
}

/* link rules */
a {
	color: #806550;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #507380;
}


/* center column rules */
div#centercolumn span.image {
	border: #B3973B 1px solid; 
	display: inline; /* to fix IE6 double-width float bug */
	float: right; 
	margin-left: 10px;	
}
div#centercolumn span.image img {
	display: block;
}

div#centercolumn p.nugget {
	border: #412c2e 1px solid; 
	display: inline; /* to fix IE6 double-width float bug */
	float: right; 
	margin-left: 10px;	
	padding: 10px;
	width: 250px;
}


/* ...introduction rules */
div#centercolumn div.introduction {
 	margin-bottom: 20px;
	padding: 10px 20px;
	border: thin dashed #B3973B;
	font-family: Veljovic, "Palatino", "Times New Roman", Times, serif;
	font-style: normal;
	text-align: justify;
}
div#centercolumn div.introduction h1 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #D4F3FF;
	text-transform: uppercase;*/
}
div#centercolumn div.introduction p {
	line-height: 150%;
	font-size: 10pt;
	color: Black;
	margin-bottom: 10px;
}
div#centercolumn div.introduction ul {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: square;
	list-style-position: outside;
}


/* ...content rules */
div#centercolumn div.content {
 	margin-bottom: 20px;
	padding: 10px 20px;
	border: thin dashed #B3973B;
	font-family: Veljovic, "Palatino", "Times New Roman", Times, serif;
	font-style: normal;
	text-align: justify;
}
div#centercolumn div.content p.byline {
	font-size: 8pt;
	color: #D4F3FF;
	text-align: right;
	padding-bottom: 20px;
}
div#centercolumn div.content h3 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #D4F3FF;
	text-transform: uppercase;*/
	display: inline; /* to fix IE6 double-width float bug */
	float: left;
}
div#centercolumn div.content p {
	line-height: 150%;
	font-size: 10pt;
	color: Black;
}


/* ...article rules */
div#centercolumn div.article {
 	margin-bottom: 20px;
	padding: 10px 20px;
	border: thin dashed #B3973B;
	font-family: Veljovic, "Palatino", "Times New Roman", Times, serif;
	font-style: normal;
	text-align: justify;
}
div#centercolumn div.article h1 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: #D4F3FF;
	text-transform: uppercase;*/
}
div#centercolumn div.article h2 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #81B8CC;
	text-transform: uppercase;*/
}
div#centercolumn div.article h3 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #81B8CC;
	text-transform: uppercase;*/
}
div#centercolumn div.article p {
	line-height: 150%;
	font-size: 10pt;
	color: Black;
	margin-bottom: 20px;
}
div#centercolumn div.article p.thanks {
	font-size: 8pt;
	color: Black;
	border-bottom: 1px solid #B3973B;	
	margin-bottom: 20px;
}
div#centercolumn div.article p.byline {
	font-size: 8pt;
	text-align: right;
	color: Black;
	border-bottom: 1px solid #B3973B;	
	margin-bottom: 20px;
}
div#centercolumn div.article div.codebackground {
	line-height: 100%;
	font-size: 10pt;
	color: Black;
	background: White;
	border: thin solid #B3973B;
	overflow: scroll;
	margin-bottom: 20px;
	padding: 20px 20px;
}
div#centercolumn div.article blockquote {
	display: block;
	margin: 0 30px 20px 30px;
	padding: 10px 20px 10px 50px;
}
div#centercolumn div.article blockquote div {
	min-height: 65px; /* ignored by IE6 */
}
div#centercolumn div.article blockquote p {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-size: 8pt;
	color: Black;
	margin-bottom: 10px;
}
div#centercolumn div.article ul {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style: square;
	list-style-position: outside;
}
div#centercolumn div.article ul ul {
	margin-left: 20px;
	list-style: disc;
}
div#centercolumn div.article ul ul ul {
	margin-left: 20px;
	list-style: circle;
}
div#centercolumn div.article ol {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style: decimal;
	list-style-position: outside;
}
div#centercolumn div.article ol ol {
	margin-left: 20px;
	list-style: decimal;
}
div#centercolumn div.article td.role {
	margin: 0;
	padding: 0 30px 0 10px;
	border-bottom: 1px dashed #B3973B;
	border-top: 1px dashed #B3973B;
	border-left: none;
	border-right: none;
}
div#centercolumn div.article td.actor {
	margin: 0;
	padding: 0 10px 0 30px;
	text-align: right;
	border-bottom: 1px dashed #B3973B;
	border-top: 1px dashed #B3973B;
	border-left: none;
	border-right: none;
}
div#centercolumn div.article table {
	width: 100%;
}
div#centercolumn div.article div.cast {
	margin-bottom: 30px;
}


/* footer rules */
div#footer p {
	font-family: Veljovic, "Palatino", "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 8pt;
	color: #FFD853;
	text-transform: lowercase;	
	padding: 10px 20px;
}