@CHARSET "UTF-8";
html {height: 100%;}
body {
	background-color: #dfeffc;
	color: #000000;
	font-family: "Segoe UI", Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
}

a { color: #cd0a0a; text-decoration: underline; font-weight: normal; }
a:hover {text-decoration: underline;}

img {border:0;}

body>section {min-height:100%; position: relative; outline:10px solid yellow;}
header#page_header {width:100%; box-shadow: 0px 2px 8px #555555; padding:0; margin:0;}
header#page_header>section>aside {width:100%; background-color: #dfeffc; padding:2px 0; color:#4a4747; font-size: 65%; margin:0;}
header#page_header section>section {background-color: #4297d7; height: 100px;}
header#page_header section>section aside#google_adsense_header {
	float: inherit; width:970px; height: 90px;
	padding-top:5px;
	outline: 0px dashed red;
}

section#page_middle { outline: 0px dashed red; width:100%; padding-bottom: 120px; margin:0;}

section#page_middle a {
	color:#000000;
}

section#page_middle a:hover {
	color:#cd0a0a;
	text-decoration: none;
}

section#page_middle header { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
padding:5px 10px; margin: 10px 5px 10px 5px; border: 1px solid #ffffff;
background-color: #f9bd01;
}

section#page_middle nav {color: #ffffff;}

.google_adsense_middle {outline: 0px dashed red; width:970px; height: 90px; margin: 20px 0; float:inherit;}

section#page_middle>h1 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}

section#page_middle>div.label {
	color:#666666;
	padding: 15px 0 5px 0;
	margin:0;
}

ul#list_books {
	font-size: 90%;
}

ul#list_books li {
	color:#cd0a0a;
	list-style-type:none; 
	line-height: 1.3em;
	font-weight: normal;
}

ul#list_books li ul > li {
	list-style-type:circle; 
}

ul#list_books a {
	color:#1d5987;
}

ul#list_books a:hover {
	text-decoration: none;
	color:#e17009;
}

footer#page_footer {
	background-color: #f9bd01; width: 100%; left:0; bottom:0; position: absolute;
	min-height: 100px; margin: 0 auto; font-size: 80%; color: #000000; padding: 20px 0 0 0; border-top: 1px solid #ffffff; 
}

div#messages {
	outline: 0px dashed red;
	margin:0 auto;
	padding: 0;
	width: 98%;
	top:0;
	background-color: #FBEC88;
}

div#messages aside {
	float:left;
	padding: 0px;
	font-size: 70%;
	margin:0;
}

form {
	float: right;
	outline: 0px dashed red;
	color:red;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 10px;
}
form>button {float:right; 	font-size: 90%;}

div#textRegExp {
	background-color: white;
	margin: 4px 0;
	padding: 0px 0 0px 0px;
	display: block;
	color:darkgrey;
	width: 100%;
}

div#textRegExp:before {
	content: "/";
	font-weight: bold;
	padding-left:10px;
}

div#textRegExp:after {
	content: "/";
	font-weight: bold;
	padding-left:5px;
}

div#textRegExp>div#input {
	background-color: white;
	color: #000000;
	border: 1px solid darkgray;
	box-shadow: 1px 1px 1px 0 lightgray inset;
	margin: 5px;
	padding: 10px 0 10px 15px;
	width:78%;
	display: inline-block;
}

div#textarea {
	border: 1px solid gray;
	clear: both;
	font: medium;
	height: 28px;
	background-color: white;
	padding: 5px 10px;
	margin: 5px;
	overflow: scroll;
	min-height: 300px;
	
}

.highlight {
	background-color: yellow;	
}

.clear-float {
	clear: both;
}

@media all and (min-width: 978px) {
	header#page_header>section>aside {width: 978px; margin: 0 auto;}
	header#page_header section>section div {width: 978px; margin: 0 auto;}
	section#page_middle {width:978px; margin: 0 auto;}
	footer#page_footer>aside {width: 978px; margin: 0 auto; outline: 0px dashed red; text-align: center;}
}

@media all and (min-width:729px) and (max-width:977px) {
	header#page_header section>section aside#google_adsense_header  {
	width: 728px; margin: 0 auto; height: 90px; outline: 0px dashed red;
	}
	
	.google_adsense_middle {width: 728px; height: 90px; margin: 20px 0;}
}

@media all and (min-width:469px) and (max-width:727px) {
	header#page_header section>section aside#google_adsense_header  {
	width: 468px; margin: 0 auto; height: 90px; outline: 0px dashed red;
	}
	
	.google_adsense_middle {width: 468px; height: 90px; margin: 20px 0;}
}

@media all and (max-width:468px) {
	header#page_header section>section aside#google_adsense_header {
		width: 320px; height: 100px; outline: 0px dashed red; margin: 0 auto; padding-top:0px;
	}
	
	.google_adsense_middle {width: 320px; margin: 10px auto; height: 100px;}
}