/*
Theme Name: 1. standard text
Theme URI: http://www.access-bydesign.com
Description: Accessible standard text css life music 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*/
.subhead{
	margin:0.5em 0;
	padding:0;
	color:#000000;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	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;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.mediumtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.indent{
	text-indent: 3em;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;	
}
.centrealign{
	text-align: center;
}
.midhead{
	color: #333333;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.addsomespace{
	margin-bottom: 3em;
}



/*images*/
.imageright{
	margin: 1em;
	float: right;
	border:none;
}
.imageleft{
	margin: 1em;
	float: left;
	border:none;
}
.imagecenter{
	text-align:center;
	float:none;
	left-margin:auto;
	right-margin:auto;
	border:0px;
}
.images-in-a-line{
	float:left;
	padding:0.5em;
	margin:0.5em;
	border:none;
	display:inline;
	position:relative;
	vertical-align:bottom;
}

/* layout*/

html {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: url(/images/ripples.jpg);
	background-repeat: repeat;
	background-position: top left;
 }
#wrapper{
	width:90%;
	height:100%;
	border:1px solid #cecece;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: url(/images/ripples-trans.jpg);
	background-repeat: repeat;
	background-position: top left;
}
#divider {
	margin: 0;
	padding: 0;
	font-weight:bold;
	background:#e9ebed;
	height:2em;
	}
	
#contentwrapper{
	width:100%;
	height:100%;
	overflow:hidden
}
#content{
	float:right;
	position:relative;
	display:inline;
	width:60%;
	margin:0em;
	text-align: justify;
	color: #666666;
}
#content .entry{
text-align: justify;
}

#sidebar{
	width:25%
	float:left;
	display:inline;
	position:relative;
	color: #333333;
	text-align: left;
	text-transform: lowercase;
	overflow: hidden;
	font-size: medium;
	font-weight: bold;
}
 
#sidebar .subhead{
	padding:1em;
	color:#FF0000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	}
#sidebar a:link{
	text-decoration:underline;
	outline:none;
	font-weight: bolder;
	color: #666666;
	}
#sidebar a:hover{
	text-decoration:underline;
	font-weight: bold;
	color: #FF0000;
	}
#sidebar a:active{
	color:#FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:visited{
	text-decoration:none;
	outline:none;
	font-weight: bold;
	color: #666666;
}
#header{
	height:auto;
	border-top-style: none;
	font-size: x-small;
	color: #000000;
	display: none;
}
#search{
	float:left;
	width:auto;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#search .input{
	width: 160px;
	margin-right:0.5em;
	border:2px solid #dbdddf;
	font-size:small;
	color:#555555;
	background-color: #ffffff;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	float:left;
}
#search .button{
	width:30px;
	padding: 0.5em;
}
#topaccess{
	display: none;
	font-size: x-small;
}
#footer{
	font-size: x-small;
	text-align: right;
	padding-right: 1em;
}
#footer .copyright a:hover,.comments a:hover,.post-date a,.post-footer a:hover{
	color:#000000
}
ul#footerlinks{
	float:right;
	padding:0
}
ul#footerlinks li,ul#nav-top li{
	display:inline;
	list-style:none
}
ul#footerlinks li a{
	margin:0;
	color:#990000;
	border-left:1px solid #ccc;
	line-height:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
ul#footerlinks li a:hover,#footer p a:hover,ul.realatedlinks li a:hover,ul.leftlinks li a:hover,.Feed a:hover,p a:hover,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,ul li a:hover,ol li a:hover{
	color:#333333
}
#widgetstyle{
	text-align: center;
	padding: 1em;
	margin-top: 1em;
}
#logo{
	width:100%;
	height:282px;
	display: block;
	margin: 1em;
}	

/*general*/

h1{
	display:none;
	}
a:link{
	text-decoration:underline;
	outline:none;
	font-weight: bold;
	color: #666666;
	}
a:hover{
	text-decoration:underline;
	font-weight: bold;
	color: #c00000;
	}
a:active{
	color:#c00000;
	font-weight: bold;
}
a:visited{
	text-decoration:underline;
	outline:none;
	font-weight: bold;
	color: #666666;
}

ul,ol{
	padding:0;
	color:#044e8e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 2em;
}
ol li{
	padding:0;
	color:#666666;
	text-align:left;
	list-style:decimal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	line-height: normal;
}
ul li{
	padding:0;
	color:#666666;
	text-align:left;
	margin: 0;
	list-style-position: outside;
	list-style-type: disc;
}

.nodisplay{
	display:none;
	}

.button{
	border:1px solid #dbdddf;
	line-height:1em;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #666666;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}

.box{
	display:block;
	background:#f2f3f4;
	padding: 2em;
	margin: 1em;
	border: 1px solid #888888;
}
.boxnobullets{
	display:block;
	background:#f2f3f4;
	padding: 2em;
	margin: 1em;
	border: 1px solid #888888;
	list-style-type: none;
}
.boxnobullets li {
    list-style-type: none;}
	
blockquote {
	margin: 15px 15px 0 15px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/unquote.gif);
}

blockquote p {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	background-image: url(images/quote.gif);
	font-weight: bold;
	font-style: italic;
}
.linklove{
	display:none;}
