/* redBd message handler */
/*
.error {
    color: red;
    font-weight: bold;
    padding-left: 20px;
*/
    
.error {
     text-align: center;
     width: 100%;
     border-top: 1px solid red;
     border-bottom: 1px solid red;
     background-color: #FFC5C2;
	 color: red;
}


.success {
     text-align: center;
     width: 100%;
     border-top: 1px solid green;
     border-bottom: 1px solid green;
     background-color: #C8FFBF;
	 color: green;
}

.information {
     text-align: center;
     width: 100%;
     border-top: 1px solid blue;
     border-bottom: 1px solid blue;
     background-color: #c3d7e6;
	 color: blue;
}

.warning {
     text-align: center;
     width: 100%;
     border-top: 1px solid red;
     border-bottom: 1px solid red;
     background-color: #FFC5C2;
	 color: red;
}


html {
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #000000 url("/design_images/main_bgd.jpg") no-repeat top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 11px;
}

a:link{
	text-decoration: underline;
	color: #70479e;
}

a:hover{
	text-decoration: none;
	color: #70479e;
}

hr {
	height: 2px;
	color: #8ac543;
	background-color: #8ac543;
	border: 0px; 
}

#main_container {
	width: 988px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	width: 988px;
	height: 150px;
	background: url("/design_images/header_logo.jpg") no-repeat top left;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

#header ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	float: right;
	margin-right: -10px;
}

#header ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;

}

#header ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header_kids {
	width: 988px;
	height: 150px;
	background: url("/design_images/header_logo_kids.jpg") no-repeat top left;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

#header_kids ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	float: right;
	margin-right: -10px;
}

#header_kids ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;

}

#header_kids ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#header_kids a {
	color: #ffffff;
	text-decoration: none;
}

#header_kids a:hover {
	text-decoration: underline;
}

#searchbox {
	clear: right;
	width: 420px;
	height: 26px;
	float: right;
	margin: 30px 0px 0px 0px;
	.margin: 50px 0px 0px 0px;
	padding: 0;
	text-align: left;
	background: url("/design_images/magnify.jpg") no-repeat top left;
}

#search_title {
	color: #ffffff;
	font-size: 9px;
}

#searchbox input {
	font-size: 11px;
}

#loginbox input {
	font-size: 11px;
}

#searchbox_kids {
	clear: right;
	width: 329px;
	height: 26px;
	float: right;
	margin: 30px 0px 0px 0px;
	.margin: 50px 0px 0px 0px;
	padding: 0;
	text-align: left;
	background: url("/design_images/magnify.jpg") no-repeat top left;
}

#searchbox_kids input {
	font-size: 11px;
}

#searchbox table {
	margin: 0;
	padding: 0;
}

#searchbox span {
	margin-left: 25px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchbox_kids table {
	margin: 0;
	padding: 0;
}

#searchbox_kids span {
	margin-left: 25px;
}

#searchbox_kids form {
	margin: 0px;
	padding: 0px;
}

.searchinput {
	width: 220px;
	height: 14px;
}

.searchinput_kids {
	width: 140px;
	height: 14px;
}

.searchsubmit {
	width: 85px;  /*width for you actual button*/
	height: 26px; /*height for you actual button*/
	border: none;
	margin: 0px;
	padding: 0px;
}


#left_menu {
	width: 150px;
	background: #ffffff url("/design_images/menu_bgd_tile.jpg") repeat-y top left;
	float: left;
	text-align: left;
	height: auto !important;
}

#left_container {
	background: url("/design_images/menu_bgd.jpg") no-repeat top left;
	font: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #70479e;
	margin-top: 0px;
}

#main_nav {
	width: 150px;
	.width: 135px;
	padding: 32px 0 0 0;
	margin-bottom: 0;
}

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#main_nav li{
	margin: 0;
	height:28px;
	border-bottom: 1px dotted grey;
}

#main_nav li a {
	display: block;
	padding: 0px 5px 0px 10px;
	margin: 0;
	background: url("/design_images/nav_bgd.jpg");
	color: #70479e;
	text-decoration: none;
	width: 100%;
	height: 28px;
	line-height: 28px;
}

#main_nav li a:hover {
	background: url("/design_images/nav_hover_bgd.jpg");
	color: #8ac543;
}

#main_nav li .current{
	display: block;
	padding: 0px 5px 0px 10px;
	background: url("/design_images/nav_hover_bgd.jpg");
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 28px;
	line-height: 28px;
}

#loginbox {
	background: url("/design_images/menu_login.jpg") no-repeat bottom left;
	height: 124px;
	margin: -2px 0 5px 0;
	padding: 0;
}

#loginbox form{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#loginbox p {
	margin: 6px 0px 0px 5px;
	padding: 0px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.logininput {
	width: 130px;
	height: 14px;
	margin: 0px 0px 0px 5px;	
}

.loginsubmit {
	width: 82px;  /*width for you actual button*/
	height: 20px; /*height for you actual button*/
	border: none;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: right;
}

#menu_panels a{
	color: #444444;
	text-decoration: none;
	font-size: 11px;
}

#menu_panels a:hover{
	color: #000000;
	text-decoration: underline;
}

#menu_panels img {
	float: left;
	margin-left: 7px;
	margin-right: 3px;
}

.panel_text {
	padding-top: 15px; 
}

.white_panel {
	height: 65px;
	background: url("/design_images/menu_white_panel.jpg") no-repeat bottom left;
	color: #000000;
}

.grey_panel {
	height: 65px;
	background: url("/design_images/menu_grey_panel.jpg") no-repeat bottom left;
	color: #000000;
}

.last_panel {
	height: 65px;
	background: url("../design_images/menu_white_panel_last.jpg") no-repeat bottom left;
	color: #000000;
	margin-top: 10px;
}
.last_panel_grey {
	height: 65px;
	background: url("../design_images/menu_grey_panel_last.jpg") no-repeat bottom left;
	color: #000000;
}

#menu_bottom {
	height: 35px;
	background: url("../design_images/menu_bottom.jpg") no-repeat bottom left;
}
#menu_bottom_grey {
	height: 35px;
	background: url("../design_images/menu_bottom_grey.jpg") no-repeat bottom left;
}

#right_container {
	width: 838px;
	float: left;
	text-align: center;
}

#right_column {
	float: right;
	width: 160px;
	height: auto !important;
	margin: 0;
	padding: 0;
}

#right_column img {
	margin-bottom: 10px;
}

#main_content_container {
	width: 678px;
	background: url("/design_images/content_paper_tile.jpg") repeat-y top left;
	float: left;
}

#main_content {
	background: url("/design_images/content_paper.jpg") no-repeat top left;
	width: 678px;
	min-height: 730px;
	.height: 730px;
	text-align: left;
	position: relative;
}

#main_content_nosubmenu {
	background: url("/design_images/content_paper_nosubmenu.jpg") no-repeat top left;
	width: 678px;
	text-align: left;
	min-height: 730px;
	.height: 730px;
	padding-top: 5px;
}

#submenu {
	height: 26px;
	margin-left: 5px;
	margin-right: 10px;
	width: 663px;
	font-size: 10px;
	font-weight: bold;
}

#submenu ul {
	margin: 0;
	padding: 0;
	display: inline;
	height: 26px;
	line-height: 27px;
	text-align: center;
	width: 100%;
} 

#submenu ul li {
	margin-left: 0px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#submenu li a{
	background: #e1d9cc;
	padding: 5px 10px 5px 10px;
	color: #84398f;
	text-decoration: none;
}

#submenu li a:hover{
	text-decoration: underline;
}
	
#submenu li a.here {
	background: #ffffff;
	color: #559a1b;
	padding: 5px 10px 5px 10px;
}


#content_container {
	margin-left: 5px;
	margin-right: 10px;
	width: 663px;
	margin-top: -1px;
	.margin-top: -2px;
	color: #333333;
}

#content_container a {
	color: #70479e;
}

#content_container h1 {
	height: 22px;
	background: #8ac543 url("/design_images/header_tile.jpg") repeat-x top left;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

#content_container h2 {
	color: #8ac543;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}

#main_content_bottom {
	background: url("/design_images/content_paper_bottom.jpg") no-repeat bottom left;
	width: 678px;
	height: 32px;
	text-align: left;
}

#main_content_home {
	background: url("/design_images/home_book.jpg") no-repeat top left;
	width: 678px;
	height: 466px;
	text-align: left;
	float: left;
}

#main_content_kids {
	background: url("/design_images/kids_book.jpg") no-repeat top left;
	width: 678px;
	height: 466px;
	text-align: left;
	float: left;
}

#paper_content_home {
	background: url("/design_images/home_paper.jpg") no-repeat bottom left;
	width: 678px;
	height: 288px;
	text-align: left;
	float: left;
	font-size: 11px;
}

#paper_content_kids {
	width: 678px;
	float: left;
	font-size: 11px;
	background: url("/design_images/content_paper_tile.jpg") repeat-y top left;
	text-align: left;
	float: left;
	font-size: 11px;
}


#paper_content_home p {
	margin: 5px;
}

#paper_content_kids p {
	margin: 5px;
}

.content_box {
	background: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 20px 5px 20px 5px;
	color: #444444;
	font-size: 11px;

}

.content_box input{
	border: 1px solid #666666;
}

.content_box textarea{
	border: 1px solid #666666;
	overflow:auto;
}

.content_box p {
	margin-top: 0px;
	padding-top: 0px;
}

#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	color: #ffffff;
	margin-bottom: 25px;
}

#home_right_block {
	float: right;
	font-size: 11px;
}

#home_right_block p {
	margin-left: 10px;
}

#win_stuff {
	width: 310px;
	margin-right: 23px;
	margin-top: 21px;
	height: 233px;
	padding: 0px;
	background: url("/design_images/kids_winner.jpg") no-repeat bottom right;
}

#whats_hot {
	width: 310px;
	margin-right: 23px;
	margin-top: 15px;
	height: 175px;
}

#latest_issue {
	width: 310px;
	margin-top: 30px;
	margin-right: 15px;
	height: 220px;
	padding: 0px;
}

#competitions {
	width: 310px;
	margin-top: 30px;
	margin-left: -10px;
	height: 170px;
}

#events {
	width: 640px;
	margin-left: 20px;
	margin-top: 10px;
	height: 150px;
}

#resources {
	width: 654px;
	height: 110px;
	background: url("/design_images/home_resources.jpg") no-repeat top left;
	margin-left: 9px;
}

#resources img {
	margin-top: 25px;
	margin-right:0px;
}

#resources .last img{
	margin-right: 0px;
}

#home_left_block {
	width: 315px;
	height: 375px;
	margin-left: 18px;
	margin-top: 72px;
	font-size: 11px;
}

#kids_left_block {
	width: 315px;
	height: 385px;
	margin-left: 18px;
	margin-top: 62px;
	font-size: 11px;
}

#home_left_block p {
	margin-left: 10px;
}

#kids_paper_top {
	background: url("/design_images/home_paper.jpg") no-repeat top left;
	height: 156px;
}

#main_content_kids p {
	margin-left: 10px;
	font-size: 10px;
}

#meet_the_author {
	width: 663px;
	margin: -144px 0px 0px 15px;
	height: 144px;
	background: url("/design_images/meettheauthor_title.jpg") no-repeat top left;
}

#books_by_age {
	width: 663px;
	margin: 0px 0px 0px 5px;
	height: 200px;
	.height: 195px;
	background: url("/design_images/findbooksage_title.jpg") no-repeat top left;
}

#write_to_us {
	width: 663px;
	margin: 0px 0px 0px 5px;
	height: 450px;
	background: url("/design_images/writetous_title.jpg") no-repeat top left;
}

.kidbox_content1 {
	padding-top: 55px;
	width: 490px;
	height: 80px;
}

.kidbox_content2 {
	padding-top: 32px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 15px;
	font-size: 12px;
}

.letter_kids input{
	border: 1px solid #999999;
}

.letter_kids select{
	border: 1px solid #999999;
}

.letter_kids textarea{
	border: 1px solid #999999;
	overflow:auto;
}

#sendsubmit {
	width: 80px;  /*width for you actual button*/
	height: 19px; /*height for you actual button*/
	border: 0px;
	margin: 0px;
	padding: 0px;
}
