/*
Theme Name: 3. Easy Read
Theme URI: Author: access-bydesign.com
Description: Dynamic and Accessible easy read (dyslexia) changing artist gallery site.
Loosly based on bright pixel theme http://www.kaushalsheth.com/ by author: Kaushal Sheth
Author URI: http://www.access-bydesign.com
*/

/* pretty stuff*/
.subhead{
	font-size: medium;
	color: #666666;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
/*images*/
.imageright{
	float: right;
	padding:1em;
}
.imageleft{
	float: left;
	padding:1em;
}
.imagecenter{
	text-align:center;
	float:none;
	left-margin:auto;
	right-margin:auto;
}


/* standard elements */
a {
	color: #000099;
	text-decoration: none;
}
body {
	background: #FFFFCC 
	color: #333;
	margin: 20px 0;
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:0.7em;
	font-family:sans-serif, Arial;
	background-color: #FFFFCC;
	color: #000000;
}
#gfx {
	background: #F5F5F5;
	display: block;
	height: 240px;
	background-repeat: no-repeat;
	background-position: left;
}

.gfx  a span 
{
margin-left:5px;
padding-left:40px;
font-size:3.4em;
line-height:180px;

}
/* header */
.header {
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
	background-color: #FFFFFF;
}

/* main */
.main {
	border: 3px double #EEE;
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 60%;
	background-color: #FFFFCC;
}
.container {
	margin: 10px;
	background-color:#FFFFCC;
}

/* menu */
#menu {
	width:100%;
	
}
#menu  li{
 	list-style:none;
	display:inline;
	}
#menu a {
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #000099;
	width: 50px;
	height: 36px;
	background-color: #EEEEEE;
	float:left;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 1em;
}
#menu a:hover {
	background: #EEE url(wp/wp-content/themes/brightpixel/img/bgmenu.gif) repeat-x;
	color: #990000}
#textoptions{
	font-size: x-small;
	color: #000099;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	white-space: nowrap;
	padding-bottom: 1em;
	text-align: right;
}
#textoptions ul{
	display:inline;
	color: #000000;
}
#textoptions li{
	display:inline;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 1em;
}


/* content */
.content {
	border-top: 1px solid #E5E5E5;
	clear: both;
	background-color: #FFFFCC;
	color: #000000;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #000099;
}
.content p {
	margin: 3px 0 6px;
	color: #666;
	font-size: small;
}
.item {
	padding: 10px;
	background-color: #FFFFCC;
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	color: #000000;
	}
	
/* footer */
.footer {
	padding: 5px;
	color: #000000;
	background-color: #FFFFCC;
} 


/*post stylng*/
.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #f5f5f5;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f5f5f5;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f5f5f5;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
/* other stuff*/
.nodisplay{
	display:none;
	}
.linklove{
	display:none;
}


