/* awtw adapted from the open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com 
Screen layout: */
/* all styles with index in name apply to home page only */
body{
	margin:0 auto;
	padding:0;
	color:#303030;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #f3f3f3;/*#f4f4f4;*/
	background-image: url(buttons/bg.gif); /*  1230x1px with grey gradient 140px either side and white centre 950px */
	background-repeat: repeat-y;
	background-position: center top;
}
acronym, abbr { 
	cursor: help;
	border-bottom: 1px dotted #505050;
}
a acronym, a abbr { 
	cursor: help; 
	border-bottom: 0px dotted #505050;
}
#wrap{
	background:#ffffff;
	color:#303030;
	width:930px; /* with bg.gif white centre 950px, effectively gives 10px margin either side */
	margin: 0 auto;
}
#header{
	clear:both;
	padding:0;
	/*height:175px;*/
	margin: 15px 0 0 0;
}
#header h2{
	clear: both; /*was left*/
	width:700px;
	float:left;
	color: #FF9900;
	margin: 0;
}
#header p{
	width:300px;
	float:right;
	text-align:right;
	color:#a0a0a0;
	margin:0;
	font-size:0.8em;
	line-height:1.2em;
	background-color:inherit;
}
#header img {
	padding: 0 0 5px 0;
	 /*nix*/
}

#rightcol{
	float:right;
	width:290px;
	font-size:0.9em;
	line-height:1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}
#rightcol p{
	margin: 0 0 1.5em 0;
	margin-top: 0;
}
#rightcolindex{
/*  applies to home page only */
	float: right;
/*	width: 280px;*/
	width: 260px;
	line-height:1.4em;
	background-color:#f4f4f4;/*rog*/
	margin: 0 0 10px 0;
/*	padding: 0;*/
	padding: 10px 10px 0 10px;
}
/*
#rightcolindex p, #centrecolindex p{
	font-size: .9em;
	line-height: 1.3em;
}
*/
#rightcolsingle{
	float: right;
	width: 770px;
	line-height:1.4em;
	margin: 0 0 10px 0;
	padding: 0;
}
#centrecolindex{
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	line-height:1.4em;
	text-align:left;
	margin: 0 290px 20px 160px;
	padding: 0 10px 0 15px;
}
#content{
	
	border-right:1px solid #f0f0f0;
	line-height:1.6em;
	text-align:left;
	margin-top: 0;
	margin-right: 310px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}
#content h1{
	color:#FF9900;
	font-size: 1.9em;
	margin-bottom: 0.5em;
	line-height: 1.1em;/* rog added but prefer to line it up to top*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h2{
	font-size:1.4em;
	margin: 0 0 0.25em 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#rightcolindex h1, #centrecolindex h1, #rightcolsingle h1{
	color:#FF9900;
	font-size: 1.9em;
	margin-bottom: -0.5em;
	line-height: 1.1em;/* rog added but prefer to line it up to top*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#centrecolindex h2, #rightcolindex h2, #rightcolsingle h2{
	font-size:1.4em;
	margin: 0 0 -0.5em 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*should try h2 on home page with bottom margin minus as below, but need to sort out paragraphs at same time
	font-size:1.4em;
	margin: 0 0 -0.5em 0;
}
#centrecolindex p{
	margin-bottom: 0;
}*/
#content img, #rightcolindex img, #centrecolindex img, #rightcolsingle img{
	padding:1px;
	display:inline;
	background:white;/*#cccccc*/
	color:#303030;
	border:1px solid white;/*#f0f0f0*/
}
h3{
	font-size:1.2em;
	margin: 0 0 10px 0;
}
h4{
	font-size:1.1em;
	margin: 0;
}
a{
	/* rog would prefer this applied to just <p> border-bottom instead of bold: 1px dotted #505050;*/
	text-decoration:none;
	color:#286ea0;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
	color:#286ea0;
}
a img{
	border:0;
}
#footer{
	clear:both;
	border-top:4px solid #f0f0f0;
	width:760px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer img {
	padding-bottom: 15px;
}
#footer a{
	color:#808080;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.left{
	float:left;
	margin: 10px 10px 5px 0;
}
.lefttop{
	float:left;
	margin: 0 10px 5px 0;
}
.dropcap {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.right{
	float:right;
	margin: 10px 0 5px 10px;
}
.righttop{
	float:right;
	margin: 0 0 5px 10px;
}
.textright{
	text-align:right;
}
.center{
	text-align:center;
}
.small{
	font-size:0.8em;
}
.bold{
	font-weight:bold;
}
.hide{
	display:none;
}
#wrap #searchsite {
	clear: both;
	text-align: right;
	padding: 3px;
	background-color: #FF9900;
	width: 924px;
}
.divider {
	background-color: #B9D15F;
	padding: 3px;
	height: 15px;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}

.firstpara {
	font-weight: bolder;
}
.piccaption {
	font-size: .9em;
	text-align: center;
	color: #286ea0;
}
.piccaptionright {
	font-size: .9em;
	text-align: right;
	color: #286ea0;
}
.comments {
	font-size: .9em;
	border-width: 1px;
	border-style: solid none none none;
	border-color: #FF9900;
	padding-top: 10px;
}
.pictograms{
	font-size: .9em;
	text-align: right;
}
.byline {
	font-size: 1.1em;
}
.tablefont {
	font-size: .9em;
}
.whitefont {
	color: #FFFFFF;
}.blurb {
	font-style: normal;
	color: #316AC5;
	font-weight: bold;
}
.pullquote {
	font-size: 1.4em;
	color: #316AC5;
	line-height: 1.6em;
}
.sidequote {
	font-size: 1.4em;
	color: #316AC5;
	line-height: 1.6em;
	text-align: right;
	text-indent: 5px;
	float: right;
	width: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.awtwbook {
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
.awtw {
	font-weight: bold;
	color: #FF9900;
}

fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #286ea0;
}
legend {
	font-weight: bold;
	color: #286ea0;
}
blockquote {
	font-size: 0.95em;
	color: #286ea0;
	background-image: url(buttons/QuoteLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.blockquote2 {
	background-image: url(buttons/QuoteRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blockquotestart {
	background-image: url(buttons/QuoteLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*
#centrecolindex ul, #rightcolsingle ul, #content ul, #rightcolindex ul{
	padding: 0;
	margin: 0;
}


li {
	margin-left: -20px;
	padding: 0;
	list-style-image: url(buttons/bullet.gif);
}
*/

ul {
	margin-left: 17px;
	padding: 0;
	list-style-image: url(buttons/bullet.gif);
}

ol {
	padding: 0;
}
#rightcolsingle a {
	font-weight: normal;
}
.ad {
	border-style: solid none solid none;
	border-color: #FF9900;
	border-width: thin;
	padding-top: 10px;
	text-align: center;
	background-color: #CCCCCC;
}
.adleft {
	border-style: solid none solid none;
	border-color: #FF9900;
	border-width: thin;
	padding: 10px;
	text-align: left;
	background-color: white;
}
.dylanreview {
	border-style: solid none solid none;
	border-color: #FF9900;
	border-width: thin;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#stormbastille {
	color:#303030;
	width:930px; /* with bg.gif white centre 950px, effectively gives 10px margin either side */
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(images/images1000/Bastille2.jpg);
	background-repeat: repeat-y;
}
.materialworld {
	font-weight: bold;
	color: #FF0000;
}
.thought {
	font-weight: bold;
	color: #0000FF;
}
.sensation {
	font-weight: bold;
	color: #FF9900;
}
.captionleft {
	font-size: 0.85em;
	color: #316AC5;
}
.captioncentre {
	font-size: .85em;
	color: #316AC5;
	text-align: center;
}
.rightfloat150orange {
	float: right;
	width: 150px;
	background-color: #FF9900;
	margin-left: 10px;
	font-size: 11px;
	padding: 10px;
	color: #FFFFFF;
}
.comments a {
	text-decoration: underline;
}
.commentsone {
	background-image: url(buttons/1comment.png);
	background-repeat: no-repeat;
}
.commentstwo {
	background-image: url(buttons/2comments.png);
	background-repeat: no-repeat;
}
.commentsthree {
	background-image: url(buttons/3comments.png);
	background-repeat: no-repeat;
}
.commentsfour {
	background-image: url(buttons/4comments.png);
	background-repeat: no-repeat;
}
.commentsfive {
	background-image: url(buttons/5comments.png);
	background-repeat: no-repeat;
}
.superscript {
	vertical-align: super;
	font-size: smaller;
}
.comments fieldset {
	background-color: #FFE3B9;
	padding: 5px;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding-top: 4px;
	padding-bottom: 4px;
}
tr {
	border: 1px solid #FF9900;
}
#content table {
	padding: 1px;
	border: thin solid #FF9900;
}

.updates {
	background-color: #FF9900;
}
.orangereverse {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF9900;
}
.box {
	background-color: #FFFFCC;
	padding: 2px;
	border: thin groove #FFFFCC;
	margin-bottom: 10px;
}
.orangebox {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 10px;
}
.straddle {
	width: 425px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
	margin-right: -155px;
	margin-bottom: 15px;
	float: right;
	padding: 5px;
	margin-left: 15px;
	border: thin solid #FF9900;
	font-size: .9em;
	background-color: #FFE8DD;
}
.straddleright330 {
	width: 340px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
	margin-right: -180px;
	margin-bottom: 15px;
	float: right;
	padding: 5px;
	margin-left: 40px;
	border: thin none #FF9900;
	background-color: #FFFFFF;
}
.straddleright281 {
	width: 291px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
	margin-right: -180px;
	margin-bottom: 15px;
	float: right;
	padding: 5px;
	margin-left: 40px;
	border: thin none #FF9900;
	background-color: #FFFFFF;
}