/* 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

New Castlerigg look:
Main color table
#C18D97 pink (sidebar color, bottom of siedbar gradient)
#412C2E lavender (top of sidebar gradient)
#74735B grass green (top of main gradient)
#c1bf84 light green (main color, bottom of main gradient)
#000000 black (body background, text color)
#FFFFFF white

Links color table
#C18D97 pink (hover link)
#412C2E lavender (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: 1.0em;
}
cite, em {
  font-style: italic;
}
caption {
  caption-side: bottom;
}
td {
  background-color: transparent;
  margin: 0;
  padding: 10px;
  vertical-align: top;
  border: thin solid #412c2e;
}
table {
  border-collapse: collapse;
}


/* IE6-only hacks */
* html body {
	font-size: 80%;
}
* html body blockquote div { 
	/* IE6 doesn't understand min-height, but uses
	   height to mean the same -- this hack makes
	   sure the big quotes always show in a blockquote */
	height: 65px;
}


/* container rules */
div#header {
	background: url(../images/CastleriggStoneCircle.jpg) no-repeat;
	height: 250px;
}

div#centercolumn {
	display: inline; /* to fix IE6 double-width float bug */
	float: left;
	top: 0;
	margin-left: 20px;
	width: 734px;
}

div#rightcolumn, div#leftcolumn {
	position: absolute;
	top: 250px;
	left: 774px;
	width: 250px;
}

div#centercolumn div#googleads {
	background: #c1bf84;
 	margin-bottom: 20px;
}

div#footer {
	clear: left;
	display: inline; /* to fix IE6 double-width float bug */
	float: left;
	background: #C18D97 url(../images/castleriggcomplimentarygradient.png) repeat-x top left;
	border: thin solid #74735B;
	margin-left: 20px;
	width: 734px;
}

/* link rules */
a {
	color: #4F4F4F;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #5F5F5F;
}


/* center column rules */
div#centercolumn span.image {
	border: #412c2e 1px solid; 
	background-color: white;
	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; 
	background-color: #C18D97;
	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;
	background: #c1bf84 url(../images/castlerigggradient.png) repeat-x top left;
	padding: 10px 20px;
	border: thin dashed #412c2e;
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
}
div#centercolumn div.introduction h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #c1bf84;
	text-transform: uppercase;
}
div#centercolumn div.introduction p {
	line-height: 150%;
	font-size: 1.0em;
	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;
	background: #c1bf84 url(../images/castlerigggradient.png) repeat-x top left;
	padding: 10px 20px;
	border: thin dashed #412c2e;
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
}
div#centercolumn div.content p.byline {
	font-size: 0.8em;
	color: #c1bf84;
	text-align: right;
	padding-bottom: 20px;
}
div#centercolumn div.content h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #c1bf84;
	text-transform: uppercase;
	display: inline; /* to fix IE6 double-width float bug */
	float: left;
}
div#centercolumn div.content p {
	line-height: 150%;
	font-size: 1.0em;
	color: Black;
}


/* ...article rules */
div#centercolumn div.article {
 	margin-bottom: 20px;
	background: #c1bf84 url(../images/castlerigggradient.png) repeat-x top left;
	padding: 10px 20px;
	border: thin dashed #412c2e;
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
}
div#centercolumn div.article h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #c1bf84;
	text-transform: uppercase;
}
div#centercolumn div.article h2 {
 	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.4em;
	color: #74735B;
	text-transform: uppercase;
}
div#centercolumn div.article h3 {
 	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #74735B;
	text-transform: uppercase;
}
div#centercolumn div.article div.content h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #c1bf84;
	text-transform: uppercase;
	display: inline; /* to fix IE6 double-width float bug */
	float: left;
}
div#centercolumn div.article p {
	line-height: 150%;
	font-size: 1.0em;
	color: Black;
	margin-bottom: 20px;
}
div#centercolumn div.article p.thanks {
	font-size: 0.8em;
	color: Black;
	border-bottom: 1px solid #412c2e;	
	margin-bottom: 20px;
}
div#centercolumn div.article p.byline {
	font-size: 0.8em;
	text-align: right;
	color: Black;
	border-bottom: 1px solid #412c2e;	
	margin-bottom: 20px;
}
div#centercolumn div.article div.codebackground {
	line-height: 100%;
	font-size: 1.0em;
	color: Black;
	background: White;
	border: thin solid #412c2e;
	overflow: scroll;
	margin-bottom: 20px;
	padding: 20px 20px;
}
div#centercolumn div.article blockquote {
	display: block;
	background: #C18D97 url(../images/OpenQuote.png) no-repeat top left;
	margin: 0 30px 20px 30px;
	padding: 10px 20px 10px 50px;
}
div#centercolumn div.article blockquote div {
	background: transparent url(../images/CloseQuote.png) no-repeat bottom right;
	min-height: 65px; /* ignored by IE6 */
}
div#centercolumn div.article blockquote p {
	line-height: 125%;
	font-size: 0.9em;
	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 #412c2e;
	border-top: 1px dashed #412c2e;
	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 #412c2e;
	border-top: 1px dashed #412c2e;
	border-left: none;
	border-right: none;
}
div#centercolumn div.article td.left {
	margin: 0;
	padding: 0 30px 0 10px;
	border-bottom: 1px dashed #412c2e;
	border-top: 1px dashed #412c2e;
	border-left: none;
	border-right: none;
}
div#centercolumn div.article td.right {
	margin: 0;
	padding: 0 10px 0 30px;
	text-align: right;
	border-bottom: 1px dashed #412c2e;
	border-top: 1px dashed #412c2e;
	border-left: none;
	border-right: none;
}	
div#centercolumn div.article table {
	width: 100%;
}
div#centercolumn div.article div.cast {
	margin-bottom: 30px;
}
div#centercolumn div.article div.twocoltable {
	margin-bottom: 30px;
}


/* right column rules */
div#rightcolumn div.staticcontent {
 	margin-bottom: 10px;
    background: #C18D97 url(../images/castleriggcomplimentarygradient.png) repeat-x top left;
	padding: 5px 10px;
	border: thin dashed #74735B;
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
div#rightcolumn div.staticcontent h3 {
	font-weight: bold;
	font-size: 0.8em;
	color: #C18D97;
	text-transform: uppercase;
}
div#rightcolumn div.staticcontent p {
	line-height: 150%;
	font-size: 0.75em;
	color: Black;
}
div#rightcolumn div.staticcontent div#twitter_div p {
	line-height: 150%;
	font-size: 0.75em;
	color: Black;
}
div#rightcolumn div.staticcontent ul#twitter_update_list {
	line-height: 150%;
	font-size: 0.75em;
	color: Black;
}

/* link rules */
div#rightcolumn div.staticcontent a {
	color: #CFCFCF;
	text-decoration: underline;
}
div#rightcolumn div.staticcontent a:visited {
	color: #2D2D2D;
}
div#rightcolumn div.staticcontent a:hover {
	color: #EFEFEF;
}


/* left column rules */
div#leftcolumn div.staticcontent {
 	margin-bottom: 10px;
	background: #C18D97 url(../images/castleriggcomplimentarygradient.png) repeat-x top left;
	padding: 5px 10px;
	border: thin dashed #74735B;
}
div#leftcolumn div.staticcontent img {
	margin-left: 65px;
}
div#leftcolumn div#googleads {
	background: #C18D97 url(../images/castleriggcomplimentarygradient.png) repeat-x top left;
 	margin-bottom: 20px;
}
div#leftcolumn div#googleads span {
	margin-left: 65px;
}


/* footer rules */
div#footer p {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.8em;
	color: #C18D97;
	text-transform: lowercase;	
	padding: 10px 20px;
}
