/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


img{
margin: 0;
padding: 0;
border: 0;
display: block;
}

body{
font-size: 9pt;
line-height: 16pt;
color: #1b1b1b;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/background_strip.jpg);
background-repeat: repeat-x;
background-color: #84d8fa;
overflow: auto;
}

#container{
width: 92.5%;
margin: auto;
max-width: 740px;
min-height: 607px;
overflow: auto;
}

#containerinside{
background-color: #c8edfd;	
}

#background-image{
background-image:url(images/background_header.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
overflow: auto;
}



/* ----------------------------------------------Page Content---------------------*/
header{
float: left;
width: 100%;
height: 30.5%;
overflow: auto;
}

hgroup{
float: left;
width: 100%;
}

nav{
float: left;
margin-top: 26.1%; 
width: 80%;
margin-left: 4.5%;
}

nav ul{
float: left;	
}

nav li{
display: inline-block;	
}

section{
float: left;
width: 100%;
margin-top: 2%; 
}

.indexbooks{
width: 92%;
margin-left: 4.05%;
}


.indexbooks ul{
float: left;

}

.indexbooks li{
display: inline-block;	
}

article{
float: left;
width: 66.21%;
margin-left: 4.05%;
margin-top: 2%;
}

.facebook{
max-width: 100%;
}

article .facebook .fb-page data-width{
max-width: 100%;
}

.antispam { 
display:none;
}

.books ul{
float: left;
width: 100%;
}

.books li{
display: inline-block;
vertical-align: top;
margin-top: 3%;
margin-right: 2%;	
}

.poems ul{
float: left;
background-color: red;	
}

.poems li{
display: inline-block;
margin-right: 2%;
margin-bottom: 2%;	
}

.insideimage{
width: 70%;	
}

aside{
float: right;
width: 22.97%;
margin-top: 2%;
margin-right: 4.05%;	
}

aside img{
width: 100%;	
}

.booklinks table{
float: left;	
}

.booklinks tr{
background-color: #d5f0fc;
border-bottom: 1px solid #ffffff;
}

.booklinks td{
vertical-align: top; 
text-align: left; 
padding: 4%	
}

.booksspotlight{
margin-top: 62%;	
}


/*--------------------------------FOOTER AND TEXT----------------------------*/

footer{
float: left;
width: 100%;
margin-top: 3%;
overflow: auto;
background-image:url(images/background_footer.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: 100%;
background-color: #84d8fa;
}

.footerinside{
width: 92%;
margin-left: 4.05%;
margin-top: 10.00%;
}

.footerText{
font-size: 7pt;
line-height: 11pt;
font-weight: bold;
}

.footerText2{
font-size: 7pt;
line-height: 11pt;
font-weight: normal;
color: #363636;
}

.copyright{
float: right;
margin-top: 3%;
/*margin-top: 0.20%;*/
font-size: 6.5pt;
line-height: 9pt;
color: #363636;
}

.backtotop{
font-size: 7pt;
line-height: 9pt;
}

/* -------------------------MEDIA QUERIES-----------------------------*/

/* ------SMALLEST SCREEN---- */

@media screen and (max-width: 330px){
	

#background-image{
background-image:url(images/background_header330.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
overflow: auto;
}

nav{
margin-top: 40%; 
}

nav ul{
float: left;	
}

nav li{
display: inline-block;	
}

article{
float: left;
width: 92%;
}

.insideimage{
width: 100%;	
}

article .facebook .fb-page data-width{
max-width: 80%;
}

aside{
float: left;
width: 92%;
margin-left: 4.05%;
}

aside img{
width: 50%;	
}

.booksspotlight{
margin-top: 20%;	
}

.footerinside{
margin-top: 2%;
}

.copyright{
margin-top: 8%;
}

}	
	


/* --------PHONE---------*/

@media screen and (min-width: 331px) and (max-width: 480px){
/*body{
background-color: red;	
}*/

#background-image{
background-image:url(images/background_header480.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
overflow: auto;
}

nav{
margin-top: 34%; 
}

nav ul{
float: left;	
}

nav li{
display: inline-block;	
}

article{
float: left;
width: 92%;
}

.insideimage{
width: 100%;	
}

article .facebook .fb-page data-width{
max-width: 80%;
}

aside{
float: left;
width: 92%;
margin-left: 4.05%;
}

aside img{
width: 50%;	
}

.booksspotlight{
margin-top: 20%;	
}

.footerinside{
margin-top: 2%;
}

.copyright{
margin-top: 8%;
}

}
	

@media screen and (min-width: 481px) and (max-width: 600px){
/*body{
background-color: purple;	
}*/

#background-image{
background-image:url(images/background_header600.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
overflow: auto;
}

nav{
float: left;
margin-top: 34%; 
width: 60%;
}

article{
float: left;
width: 92%;
}

.insideimage{
width: 85%;	
}

article .facebook .fb-page data-width{
max-width: 100%;
}

aside{
float: left;
width: 92%;
margin-left: 4.05%;
}

aside img{
width: 50%;	
}

.footerinside{
margin-bottom: 12%;
}
	
}

@media screen and (min-width: 601px) and (max-width: 800px){
nav{
margin-top: 34%; 
}

#background-image{
background-image:url(images/background_header.jpg);
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
overflow: auto;
}

article .facebook .fb-page data-width{
max-width: 100%;
}

}
/* -------------------------------------------------------------------*/

/*--------------------------------GENERAL STYLES----------------------------*/

h1{
font-weight: bold;
font-size: 20pt;
line-height: 40pt;
color: #ffffff;
margin: 0;
padding: 0;
}

h2{
font-weight: bold;
font-size: 14pt;
line-height: 20pt;
color: #660033;
margin: 0;
padding: 0;
}

h3{
font-weight: bold;
font-size: 11pt;
line-height: 16pt;
color: #363636;
margin: 0;
padding: 0;
}

h4{
font-size: 9pt;
line-height: 16pt;
font-weight: bold;
color: #363636;
margin-top: 10px;
padding: 0	
}

p{
font-size: 9pt;
line-height: 16pt;
color: #1b1b1b;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
padding-bottom: 8px;
}


.list{
font-size: 9pt;
line-height: 16pt;
color: #1b1b1b;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 12px;
}

.captions{
font-size: 7pt;
line-height: 9pt;
text-align: center;
}

.italic{
font-style: italic;	
}

.smallitalic{
font-style: italic;	
font-size: 8pt;
line-height: 9pt;
}

.smalltext{
font-size: 8pt;
line-height: 10pt;
}

.bold{
font-weight: bold;	
}

.newstitle{
font-size: 10pt;
font-weight: bold;
color: #ffffff;
}

.newstext{
color: #ffffff;
}


/*--------------------------------Slideshow----------------------------*/

/* ultimate slide show css */
#fadeshow4 .gallerylayer img{ /* make all images inside fadeshow4 scale to 100% of slideshow width */
width: 100%;
height: auto;
}

/* to make the first loading image transparent, so black background dosen't show */
#fadeshow1, #fadeshow1 .gallerylayer {
	background: transparent url(headerimages/arctic1.jpg) -703px -349px no-repeat !important;
}









/*--------------------------------CONTACT FORM----------------------------*/

#contact_form{
width: 95%;
}

#contact_form{
font-size: 8pt;
line-height: 10pt;
}

#contact_form td{
vertical-align: top;
padding: 0px;
}

#contact_form input{
background-color: #e4f6fe;
padding: 1.5%;
border: none;
}

#contact_form textarea{
background-color: #e4f6fe;
padding: 3%;
border: none;
}


#contact_form button{
width:52px;
height: 32px;
background-color: transparent;
border: none;
margin: 0px;
padding: 0px;
}




/* ----------------------------------------------LINKS---------------------*/

A{
color: #1b1b1b;
text-decoration: underline;
}
A:HOVER{
color: #1b1b1b;
text-decoration: none;
}

A.readmore{
color: #660033;
text-decoration: none;
}
A.readmore:HOVER{
color: #660033;
text-decoration: underline;
}

A.footerText{
font-size: 7pt;
line-height: 7pt;
text-decoration: none;
}
A.footerText:HOVER{
font-size: 7pt;
line-height: 7pt;
text-decoration: underline;
}

A.backtotop{
text-decoration: underline;
}
A.backtotop:HOVER{
text-decoration: none;
}







 

