/*
Theme Name: 3. Easy Read
Theme URI: http://www.access-bydesign.com
Description: Accessible 'easy read' (dyslexia) text css Munneries theme
Version: 2.2
Author: http://www.access-bydesign.com

/* plus basic layout generated by csscreator.com with some SERIOUSLY clever stuff added by access - by design 
*/ 

/*pretty stuff*/
.iltalichead {
	font-size: large;
	font-style: normal;
	color: #006600;
	text-align: justify;
}
.subhead {
	font-size: large;
	font-style: normal;
	color: #006600;
	text-align: justify;
	padding-top: 0.5em;
}
.subheading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}
.smallersub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006600;
}
.bold{
	font-weight: bold;
}
.bold_underlined {
	font-weight: bold;
	text-decoration: underline;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-style: italic;
	font-weight: bold;
}
.hugetext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: center;
}
.centertext {
	text-align: center;
}
.line {
	border-top-width: medium;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.subheadingblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}

.textindent{
	text-indent: 2%;
}

h1 {
	font-size: x-large;
	font-weight: normal;
	color: #006600;
	text-align: justify;
	font-style: italic;
}
h2 {
	font-size: large;
	font-style: normal;
	color: #006600;
	text-align: justify;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
.listnobullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: none;
}
/*images*/
.imageright {
	float: right;
	margin-left: 2%;
}
.imageleft {
	float: left;
	margin-left: 2%;
}
.imagestyle{
	float: left;
	margin-right: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagecentre {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.miniimagestyle{
	margin-right: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*layout*/
html{
	margin:0px;
	padding:0px;
	background-color: #FFFFCC;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-weight: normal;
	font-size: small;
	margin:0px;
	padding:0px; 
}
#pagewidth{
	max-width:95%;
	min-width:25%;
	background-color: #FFFFCC;
}
#header{
	position:relative;
	width:90%;
	color: #000000;
	background-color: #FFFFCC;
}
#rightbg {
	width: 10%;
	float: right;
	position: relative;
	display: inline;
	color: #000000;
	background-color: #FFFFCC;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	display:block;
	width: 12%;
	min-width:125px;
	color: #000000;
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	padding: 1em;
	background-color: #FFFFCC;
}
#sidebar ul{
	list-style:none;
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	background-color: #FFFFCC;
	}
#sidebar a{
	display: block;
	font-weight: bold;
	padding: 2px;
	width: 100%;
	border-bottom: 1px solid #D2D2CA;
	color: #000000;
	background-color: #FFFFCC;
}
#sidebar a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
#sidebar a:hover{
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFCC;
}
#sidebar  a:active{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFCC;
}

#twocols{
	width:75%;
	height:auto;
	float:right;
	position:relative;
	padding-left: 0.5em;
	background-color: #FFFFCC;
}
#content{
	position:relative;
	float:left;
	display: inline;
	padding:5px;
	width: 75%;
	text-align: justify;
	font-size: small;
	font-weight: normal;
	min-height:300px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2D7737;
	border-bottom-color: #2D7737;
	z-index: 21;
	background-color: #FFFFCC;
	color: #000000;
}
.entry {
	color: #000000;
	background-color: #FFFFCC;
}
#content li{
	list-style-image: url(/images/tallgreenbullet.gif);
	list-style-position: outside;
	text-align: left;
	font-weight: lighter;
	color: #006600;
	vertical-align: text-top;
	background-color: #FFFFCC;
	}

#middlebox{
	width:100%;
	text-align:center;
}
#footer{
	width:95%;
	position: absolute;
	background-color: #FFFFCC;
}

#one{
	width:20%;
	float:left;
	margin-left:5%;
	margin-right:5%;
	font-size: x-small;
	text-align: center;
}
#two{
	width:20%;
	float:left;
	margin-left:5%;
	margin-right:5%;}
#three{
	width:20%;
	float:left;
	margin-left:5%;
	margin-right:5%;}

#mobiletitle{
	display:none;
}

#mobileonly{
	display:none;
}
#flashcontent{
	height:300px;
	width:99%;
	margin-top: 2em;
	text-align: center;
	background-color: #FFFFCC;
}
/*forms*/
#formcontent {
	position:absolute;
	left:5%;
	top:50px;
	float:left;
	padding:5px;
	width: 65%;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	font-size: small;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFCC;
	margin-right: 2%;
	margin-left: 2%;
	z-index: 21;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: text-bottom;
}
.fieldset { 
	float : left; 
	width : 98%; 
	margin : 0 1em 0 0; 
	padding : 1em; 
	border : 1px solid #006600; 
}

fieldset div br { 
display : none;
}
legend {
	font-weight : bold;
	color : #2D7737;
	margin : 0;
	padding : 0.5em;
	font-size: large;
	vertical-align: top;
}
label { display : inline; }

#fm-submit { clear : both; padding-top : 1em; }
fieldset div {
	width : 98%; /* Width for modern browsers */
	border : 1px solid #333;
	margin : 0;
	padding : 1px;
	float:left;
	background-color: #FFFFCC;
}

* html fieldset div {
	width: 500px; /* Width for IE5 */
	w\idth: 500px; /* Width for IE6 */
	background-color: #FFFFCC;
} 

fieldset div input { 
width: 98%; /* Width for modern browsers */ 
border : 1px solid #666; 
padding : 1px; 
}
						
* html fieldset div input { 
width: 500px; /* Width for IE5 */ 
w\idth: 500px; /* Width for IE6 */ 
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
.whitehuge{
	font-family: Tahoma;
	font-size: xx-large;
	color: #FFFFFF;
}
/*general*/
a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-size: small;
}
.verysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.verysmall a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000099;
}
.verysmall a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
}
.verysmall a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
}
.verysmall a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000099;
}
HR {
	color : #2D7737;
	height : 1px;
}
.quick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #006600;
}
.nodisplay{
	display:none;
}
.ratings{
	vertical-align: top;
	text-align: right;
	float: right;
	color: #000000;
}
menucentre {
	text-align: center;
	line-height: 2%;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
}
.evensmallersubCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
	text-align: left;
}
.linklove{
	display:none;
}
