/* 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:300px;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#rightcol p{
	margin: 0 0 1.5em 0;
	margin-top: 0;
}

#content{
	line-height:1.6em;
	text-align:left;
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AF0173;
	border-bottom-color: #AF0173;
}
.firstpara {
	font-size: 120%;
	line-height: 22px;
	color: #42245A;
	font-variant: normal;
	font-weight: bold;
}

#content h1{
	color:#42245A;
	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;
	font-weight: bold;
}
#rightcol h2 {
	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;
}

#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{
	text-decoration:none;
	color:#AF0173;
	font-weight: bold;
}
.sidebar a{
	color: #FFFF00;
}
.hilite {
	color: #FFFFFF;
	background-color: #AF0173;
	padding: 10px;
	font-size: 120%;
	background-position: center center;
}
.hilite h2 {
	font-size: 180%;
	color: #FFFF00;
}
.hilite a {
	color: #FFFF00;
	text-decoration: underline;
}

.sidebar a:hover{
	text-decoration:underline;
	color: #FFFF00;
}
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;
}
a:hover{
	text-decoration:underline;
	color:#AF0173;
}
a img{
	border:0;
}
#footer{
	clear:both;
	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;
}
.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;
}

ul {
	margin-left: 17px;
	padding: 0;
	list-style-image: url(../buttons/FFbullet.gif);
	text-indent: 4px;
}
.emotions {
	font-weight: bold;
	color: #FFFF00;
	background-color: #AF0173;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 150%;
}


ol {
	padding: 0;
}
form {
	color: #FFFFFF;
	background-color: #C0C0C0;
}
.sponsored {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
}
.sidebar {
	background-color: #AF0173;
	padding: 5px;
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}
.entry {
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	display: block;
}
.sample {
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 10px;
}
h4 {
	font-size: 1.4em;
	font-weight: lighter;
	letter-spacing: .9em;
	text-align: right;
	color: #AF0173;
}
#wrap #content .sample img {
	padding: 5px;
	margin: 10px;
}
h5 {
	font-size: 2.2em;
	font-weight: bolder;
	letter-spacing: .6em;
	color: #7D45AB;
}
.piccaption {
	font-size: .9em;
	text-align: center;
	color: #286ea0;
}

