/*
Theme Name: Read
Theme URI: http://wordpress.org/
Description: Theme for lovereading4kids
Version: 1.6
Author: MW Data
Author URI: 
Tags: red, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #888;

	text-align: center;
	}

#page {
	background-color: #fff;
	text-align: left;
	}

#header {

	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 100px;
	width: 950px;

	}

#content {
	font-size: 1.2em;

	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #fff;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: red;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a {
	color: red;
	text-decoration: none;
        padding: 1px;
	}
 h2 a:hover, h3 a:hover {
	color: white;
	text-decoration: none;
       padding: 1px;
	}

a:hover {
	color: #fff;
	background: red;
	text-decoration:  none;
       padding: 1px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px auto;
	padding: 0;
	}

#page {
	background-color: #888;
	margin: 0px auto;

	padding: 0;
	width: 998px;


	}
#holder {

	width: 980px;
	margin: 0px auto;
	background: #fff url(images/tr.gif) no-repeat top right;
	margin-bottom: 20px;
}

#header {
	background: #888 url(images/topback.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	height: 116px;
	width: 998px;
	}

#headerimg {
	margin: 0;
	padding: 0;
	height: 72px;
	width: 540px;
background: url(images/header_bookcompare.jpg) no-repeat left;

	}

.narrowcolumn {
	float: right;
	padding: 0 20px 20px 25px;
	margin: 0px ;
	margin-right: 40px;
	width: 65%;

	}

.widecolumn {
	padding: 0 20px 20px 25px;
	margin: 0px 40px 0  0px;

	width: 65%;
	float: right;

	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0px 0 0 0;
	margin: 0 0 0 0px;
	width: 480px;
	background: #fff url(images/bl.gif) no-repeat bottom left;
	clear: both;
	height: 2px;
	}

#footer p {
	margin:auto;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{	padding: 0px 10px 10px 0px;
	margin-left: 14px;
	float:left;
	width: 190px;
	}
/* ## Star Hack for IE 6's silliness, how low */
* html #sidebar
{
	margin-left: 6px;

	}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


#header h1, .description{ display :none; }

#container  {
   	float: right;
	margin: 0px  5px  0 0;
	padding: 0;
	background: #111;
	width: 320pt;
	text-align: right;
}

#container  a:hover {
	background: #000;
}

#nav_crossbar {
	background: url(images/toptab.gif) no-repeat;
	height: 50px;
	margin-top: -25px;
}
ul#dropnav {
	list-style: none;
}
ul#dropnav li {
	float: left;
}
#dropnav {
	/*	display:none;
	 visibility:hidden;*/
	position:absolute;
	z-index:6;
	left: 560px;
	top: 103px;
	width:130px;
	background-color:#BDCACC;
	color:#FFFFFF;
	padding:2px;
	margin: 0;
}
#dropnav ul
{	margin-left: 0;
	padding: 2px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#dropnav a
{
	display: block;
	padding: 3px 10px ;
	width: 110px;
	background-color: #FFF;
	border-bottom: 1px solid #BDCACC;
}
#dropnav a:link, #dropnav a:visited
{
	color: #000;
	text-decoration: none;
}
#dropnav a:hover {
	background-color: #D2160B;
	color: #fff;
}


/* #######NAVIGATION ######### */

#mainnav{
	font-family: Arial, Helvetica, sans-serif!important;
	width:930px;

	font-size:12px;
	background-image:url(/images/home/toptab.gif); 
	background-repeat:no-repeat; 
	top: 0px; 
	height: 39px; 
	background: url(images/toptab.gif) no-repeat bottom left;
	padding-top: 5px;

/*    background-color:#FFCC00;	*/
}

 ul#navlist{
 	position:absolute;
	list-style-type:none;
 	padding:0 0 0 0;
	left: 378px;
	margin: 5px 0 0 0;
	height:20px;
	white-space: nowrap;
/*    background-color:#00CCFF;*/
}
#navlist li{
	display: block;
	list-style-type:none;
	height:24px;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	float: left;
	width: auto;	
/*    background-color:#FFCCFF;	*/
}
#navlist a { 
	padding: 5px 15px; 
	font-weight:bold;
	position: relative;
	border-left: 1px solid #E9EFF2;
	border-right: 1px solid #B1C6CF;
}
#navlist a:link, #navlist a:visited{
	color: #000!important;
	list-style-type:none;
	text-decoration: none;
}
#navlist a:hover{
	background-color: #F1F4F4;
	background-image:url(images/home/rollovernav.gif);
	text-decoration: none;
	color:#000!important;
}
/* #######NAVIGATION ######### */


.widget  {
	padding: 5px 8px 10px 5px; 
	background: #ccc;
	text-align: left;
	text-indent: 5px;
	color: #000;
}

.widget  ul{
	background: #fff;

	font-size: 1.1em;

}

#sidebar ul li.widget  ul {
	padding: 5px;

}


#sidebar ul li.widget  ul li{
	background: #fff;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	margin-left: -5px;

}
h2.widgettitle {
	font-weight: normal;
	color: #000;
}
.widget  ul li a{
	color: red;
	padding: 2px;

}
.widget  ul li a:hover{
	background-color: red;
	color: white;
}

 .widget_text  {
	padding: 5px 8px 10px 5px; 
	background: #fff;
	text-align: left;
	text-indent: 5px;
	color: #000;
}



#footer2 {
	background: #000;
	margin-top: 20px;
	padding: 5px;

	text-align: right;

}
#footer2 p{
}
#footer2 p a{
	color: #fff;
	padding: 5px;
	margin: 0 auto;
	width: 980px;
}

#footer2 p a:hover{
	color: red;
	background: #000;
}

#holder2 {
	padding: 0;
	width: 980px;
	margin: 0px auto;
	background:  url(images/br_r.gif) no-repeat bottom right;


}

#sidebar ul h2 { color: #000; }

#sidebar ul { background: #ccc; padding: 2px 4px 2px 3px; text-align: left; }

#sidebar ul ul{ background: #fff;   }

#sidebar ul ul li{   }	







.dottedborder {
	border: 1px dashed #D2160B;
}
.tighttext {
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}



a.bullink{	
	background-image:url(http://www.lovereading4kids.co.uk/images/bullet.gif); 
	background-position:left; 
	background-repeat:no-repeat;
	padding: 0 2px 0 16px;
	margin-left:-2px;
}
a:hover.bullink{	
	background-color:#D2160B;
}
a.bullinkinv{	
	background-image:url(http://www.lovereading4kids.co.uk/images/bullet.gif); 
	background-position:left; 
	background-repeat:no-repeat;
	padding: 0 2px 0 16px;
	background-color:#D2160B;
	color:#FFF;
}
a:hover.bullinkinv{	
	background-color:#FFF;
	color:#D2160B!important;
}
a.invlink{
	background-color:#D2160B!important;
	border:1px solid #D2160B;	
	color:#FFF!important;
	text-decoration:none;	
	padding: 0 3px;
}
a:hover.invlink {
	color: #D2160B!important;
	background-color: #FFF!important;
	border:1px solid #D2160B;
	text-decoration:none;
}
hr{
	margin: 5px 0;
	padding: 0;
	background:none;
	border: none;
	border-bottom: 1px dashed #D2160B;
	height:1px;
	clear:left;
}
/*
h1{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	margin:10px 0 8px 0;
	padding:0;
}

h2{
	font-size:15px;
	line-height:18px;
	font-weight:normal;	

	margin:10px 0 4px 0;
	padding:0;
}

h3{
	font-size:12px;
	line-height:18px;

	font-weight:normal;	
	margin:10px 0 4px 0;
	padding:0;
}


body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
*/

#email {
	width:599px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-align:left;
	background-color: #FFFFFF;
}
.dottedborder{
	background-color:#FFFFFF;
	border: 1px dashed #D1180C;
}
.biglink{
	color:#D1180C;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
}
.padleft{
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}
.smalltext{
	line-height: 14px;
	font-size: 9px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

.img-shadow {
	float:left;
	background: url(http://www.lovereading4kids.co.uk/images/dropshad.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 2px;
	margin: -5px 5px 5px -5px;
}
a:hover.nohover {background:none!important;}

.backblock0					{background-color:#34B3D1; padding:4px;}
.back0							{background-color:#EBF8FA;}
.back0 .img-shadow		{background: url(http://www.lovereading4kids.co.uk/images/0/dropshad.gif) no-repeat bottom right;}
.back0 a 						{color:#0087A6!important}
.back0 a:hover 			{background-color:#0087A6 ;color:#FFF!important}

.back0 a.bullink			{background-image:url(http://www.lovereading4kids.co.uk/images/0/bullet.gif);		}

.backblock5					{background-color:#FF7F00; padding:4px;}
.back5							{background-color:#FFF2D9}
.back5 .img-shadow		{background: url(http://www.lovereading4kids.co.uk/images/5/dropshad.gif) no-repeat bottom right;}
.back5 a 						{color:#D86C00!important}
.back5 a:hover 			{background-color:#D86C00 ;color:#FFF!important}

.back5 a.bullink			{background-image:url(http://www.lovereading4kids.co.uk/images/5/bullet.gif);		}

.backblock7					{background-color:#33A02C; padding:4px;}
.back7							{background-color:#E9F4C8}
.back7 .img-shadow		{background: url(http://www.lovereading4kids.co.uk/images/7/dropshad.gif) no-repeat bottom right;}
.back7 a 						{color:#2C8A25!important}
.back7 a:hover 			{background-color:#2C8A25 ;color:#FFF!important}

.back7 a.bullink			{background-image:url(http://www.lovereading4kids.co.uk/images/7/bullet.gif);		}

.backblock9					{background-color:#374BBF; padding:4px;}
.back9							{background-color:#CEE3F2;  }
.back9 .img-shadow		{background: url(http://www.lovereading4kids.co.uk/images/9/dropshad.gif) no-repeat bottom right;}
.back9 a 						{color:#374BBF!important}
.back9 a:hover 			{background-color:#374BBF ;color:#FFF!important}

.back9 a.bullink			{background-image:url(http://www.lovereading4kids.co.uk/images/9/bullet.gif);		}

.backblock12				{background-color:#D1180C; padding:4px;}
.back12						{background-color:#FFF3F3;}
.back12 .img-shadow	{background: url(http://www.lovereading4kids.co.uk/images/12/dropshad.gif) no-repeat bottom right;}
.back12 a 					{color:#D1180C!important}
.back12 a:hover 			{background-color:#D1180C ;color:#FFF!important}

.back12 a.bullink			{background-image:url(http://www.lovereading4kids.co.uk/images/12/bullet.gif);		}

.homeheads{
	font-size:14px; 
	color:#FFFFFF;
	padding: 8px 0 13px 108px;
	}
.style1 {font-size: 15px}
