
/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 0px;
	padding: 0px;
	}
div { margin: 0px; padding: 0px; }
p { margin: 0px;
	padding: 0px 0px 2em 0px;
}

.blockcode {
	color: #666666;
	border: 1px dotted #6633CC;
	padding: 5px;
	background: #dddDff;
	font: 80%/140% "Lucida Console", Monaco, Sans-serif;
	margin: 20px 20px 20px 20px;
}

blockquote {
	color: #666666;
	border: 1px dotted #6633CC;
	padding: 5px;
	background: #ddddff;
	font: 80%/140% "Lucida Console", Monaco, Sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}

.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap
	{
     position:absolute;
     left:50%;
	width: 700px;
     margin-left:-350px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
.box-header
	{
	color: #000000;
	border: none;
	margin: 0px;
	padding-bottom: 0px;
}
.box-menubar
	{
	color: #999999;
	margin: 0px;
	border: none;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;
	letter-spacing: 5px;
	word-spacing: 10px;
	font-weight: bold;
}
.box-menubar a
	{
	color: #6666CC;
	text-decoration: none;
}
.box-menubar a:link
	{
	color: #6666CC;
	text-decoration: none;
}
.box-menubar a:hover
	{
	color: #999999;
	text-decoration: none;
}

h1 { 
	font-size: 16px;
	color: #999999;
}
h2
	{
	font-size: 16px;
	color: #999999;
}

h3
	{
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	margin-left: -6px;
	height: 20px;
}

h4
	{
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 0.5em;
}

sup,sub {
    font-size: 0.6em;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

.zeromarginlist {
  padding:0;
  margin:15px;
}
  
.zeromarginlist li {
}
  
.box-footer
	{
	clear: both;
	border: none;
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 30px;
	text-align: right;
	text-decoration: none;
}

.box-footer a {
	text-decoration : none;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-style: none;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 80%;
	}
.column-one
	{
	float: right;
	width: 76%;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two {
	padding-right: 20px;
	margin-right: 75%;
}
.column-three {margin-left: 78%;
	padding-left: 20px;
}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	border: none;
	color: #000000;
	}
.column-one-content {
	color: #555555;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.column-one-content a {
	text-decoration: none;
	color: #6666CC;
}

.column-one-content a:hover {
	background: #9999FF;
	color: #FFFFFF;
	margin-top: 20px;
	border: none;
}

.column-one-article {
	line-height: 18px;
	margin-bottom: 20px;
}

.column-one-icon {
	float: left;
	padding-right: 20px;
}

.list {
	margin-bottom: 2em;
}

.column-one-footnote {
	color: #999999;
	font-size: 9px;
	font-style: italic;
	line-height: 1em;
}

.comments-fields {
	color: #CCCCCC;
	font-size: 10px;
}

.comments-body {
	margin-top: 20px;
	border: 1px dotted #9999ff;
	padding-top: 5px;
	padding-left: 5px;
}

.comments-post {
	margin-bottom: 40px;
	font-style: italic;
	text-align: right;
}

.postedby {
	margin-top: 20px;
	color: #CCCCCC;
	font-size: 10px;
	clear: both;
}

.postedby a {
	color: #CCCCFF;
	border-style: none;
}

.postedby a:link {
	color: #CCCCFF;
}

.postedby a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CCCCFF;
}

.quote {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

.image-normal {
	border: 1px dotted #CC99FF;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

.image-thumb {
	border: 1px dotted #CC99FF;
	padding: 10px;
	float: left;
	margin-right: 10px;
}

.image-thumb-shadow {
	border: 1px solid #9999FF;
	padding: 0px;
	float: left;
	margin-right: 10px;
}

.tinyicon {
	text-decoration: none;
	border-width: 0px;
	position: relative;
	top: 3px;
}

.tinyicon a {
	text-decoration: none;
	background: #FFFFFF;
	border-width: 0px;
}

.tinyicon a:link {
	text-decoration: none;
	background: #FFFFFF;
	border-width: 0px;
}

.tinyicon a:hover {
	text-decoration: none;
	background: #FFFFFF;
	border-width: 0px;
} 

.tinyicon a:active {
	text-decoration: none;
	background: #FFFFFF;
	border-width: 0px;
}

.image-text-right {
	padding-left: 10px;
	padding-right: 10px;
}

	
#footer_buttons {
	height: 25px;
	margin: 3em 0; padding:0 1em;
	text-align: right;
}

div.footer-tech {
	float: left;
	width: 25px; height: 25px;
	margin: 0 3px 0 0;
	background: url( 'http://www.thoughton.co.uk/images/badges/technorati.gif' ) -25px 0 no-repeat;
	}

div.footer-tech a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#039;
	text-decoration: none;
	background: url( 'http://www.thoughton.co.uk/images/badges/technorati.gif' )  -25px 0 no-repeat;
	}
	
div.footer-tech span {
	display: block;
	margin:0; padding: 7px 0 0 0px;
	}
	
div.footer-tech a:hover {
	background: url( 'http://www.thoughton.co.uk/images/badges/technorati.gif' ) 0 0 no-repeat;
	}
	
div.footer-tech a:active {
	color: black;
	}


div.footer-css {
	float: left;
	width: 60px; height: 25px;
	margin: 0 3px 0 0;
	background: url( 'http://www.thoughton.co.uk/images/badges/valid_css.gif' ) -60px 0 no-repeat;
	}

div.footer-css a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#039;
	text-decoration: none;
	background: url( 'http://www.thoughton.co.uk/images/badges/valid_css.gif' ) -60px 0 no-repeat;
	}
	
div.footer-css span {
	display: block;
	margin:0; padding: 7px 0 0 0px;
	}
	
div.footer-css a:hover {
	background: url( 'http://www.thoughton.co.uk/images/badges/valid_css.gif' ) 0px 0 no-repeat;
	}
	
div.footer-css a:active {
	color: black;
	}

div.footer-xhtml {
	float: left;
	width: 60px; height: 25px;
	margin: 0 3px 0 0;
	background: url( 'http://www.thoughton.co.uk/images/badges/valid_xhtml.gif' ) -60px 0 no-repeat;
	}

div.footer-xhtml a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#039;
	text-decoration: none;
	background: url( 'http://www.thoughton.co.uk/images/badges/valid_xhtml.gif' ) -60px 0 no-repeat;
	}
	
div.footer-xhtml span {
	display: block;
	margin:0; padding: 7px 0 0 0px;
	}
	
div.footer-xhtml a:hover {
	background: url( 'http://www.thoughton.co.uk/images/badges/valid_xhtml.gif' ) 0px 0 no-repeat;
	}
	
div.footer-xhtml a:active {
	color: black;
	}



.column-two-content {
	color: #6666CC;
	font-size: 9px;
	line-height: 14px;
	margin-top: 20px;
	text-align: center;
}

.column-two-submenu {
	margin-top: 20px;
	border: none;
	padding: 5px;
	font-weight: normal;
	border-right: 1px dotted #9999cc;
	text-align: right;
	color: #999999;
}

.column-two-submenu a {
	font-weight: bold;
	text-decoration: none;
	color: #6666CC;
}

.column-two-submenu a:link {
	font-weight: bold;
}

.column-two-submenu a:hover {
	font-weight: bold;
	color: #CCCCCC;
}

.column-two-featured {
	margin-top: 20px;
	border: none;
	padding: 5px;
	font-weight: bold;
	border-right: 1px dotted #9999cc;
	text-align: right;
	color: #999999;
}

.column-two-featured a {
	font-weight: normal;
	text-decoration: none;
	color: #6666CC;
}

.column-two-featured a:link {
	font-weight: normal;
}

.column-two-featured a:hover {
	font-weight: normal;
	color: #CCCCCC;
}

.column-three-content {
	color: #999999;
	font-size: 9px;
	line-height: 14px;
	padding-top: 0px;
	margin-top: 20px;
	border: none;
}

.column-three-content a {
	text-decoration: none;
	color: #6666CC;
}

.column-three-content a:hover {
	background: #9999FF;
	color: #FFFFFF;
}

.column-three-box {
}

.column-three-icon {
	float: left;
	margin-left: -17px;
}

.col-three-head
	{
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	margin-left: 20px;
	height: 20px;
}

.google {
}

/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 40px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 22px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 22px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 17px;
}
