/* html adaptions */ 

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#f0f1e9 ;
}


body  h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}

body  h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000;
	
}



body h3{
	font-family: Arial;
	font-weight: bold;
	font-size: 1em;
	color: #000;
	font-style:italic;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #f0f1e9;
	clip: rect(1px,auto,auto,auto);
}



body,td,th {
	font-family: Arial;
	font-size: 0.9em;
}

/* is this necessary? Check out */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

/********************************/

a:link {
	text-decoration: none;
	color: #b34343;
}
a:visited {
	text-decoration: none;
	color: #b34343;;
}
a:hover {
	text-decoration: none;
	color: #000;
 	cursor:pointer;
}

a:active {
	text-decoration: none;
	color: #CD4921;
}

p.date{
	color: #b34343;
	font-size: 1em;
	font-weight:bold;
	margin-bottom:0.3em;
}




/* user css begins */

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

section{
	float:left;
	height:auto;
	width: 950px;
	clear:both;
}









/* only on index page */

.alighnRight {
	text-align: right;
}


/* on all pages */

#footer{
	float:left;
	clear:both;
	width:950px;
}
	

blockquote {
	
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	position:relative;
	padding-top: 29px; 
	
	line-height: 1.45;
	margin-bottom: 2px;
	color: #383838;

}

/* the enlarged opening speech mark  */








/* not sure if this is used anymore */

#left{
	width:250px;
	float: left;
	align: center;

}

/**********************************/

/* used on all pages - main content block */


#spacer{
	margin-top:110px;
}

#trials{
	margin-top:110px;
	background-image:url(../images/trialsSmall.jpg);
	
}
#conor{
		background-image:url(../images/conor.jpg);
}

#once{
		background-image:url(../images/onceSmall.jpg);
}
#remembrance{
		background-image:url(../images/remembranceSmall.jpg);

}

.poetry{
	font-family: Arial;
	font-size: 1em;
	line-height:2em;
	padding-left:30px;
	
}
	

#part1{
	margin-top:110px;
	background-image:url(../images/partone.jpg);
}

#Austen{
	margin-top:110px;
	background-image:url(../images/Austen.jpg);
}

#Buchan{
	background-image:url(../images/Buchan.jpg);
}

#Conrad{
	background-image:url(../images/Conrad.jpg);
}
#Dickens{
	background-image:url(../images/Dickens.jpg);
}

#Eliot{
	background-image:url(../images/eliot.jpg);
}
#Ford{
	background-image:url(../images/ford.jpg);
}
#Golding{
	background-image:url(../images/golding.jpg);
}
#Hemingway{
	background-image:url(../images/hemingway.jpg);
}
#Orwell{
	background-image:url(../images/orwell.jpg);
}

/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
   
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}



@media only screen and (min-width: 1050px) {
    /* desktop */
	#wrapper{
		width:950px;
	}	
	header{
		margin-top:0px;
		margin-left:0px;
	
		height:112px;
		background-image: url(../images/banner2.jpg);
	}

	nav{
		height: 20px;
		width: 950px;
		font-family: Arial, sans-serif;
		font-weight:400;
		font-size: 1.2em;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 3px;
	}
	/* picture panel at top of page - css in page changes image */
	#slideshow1{
		width: 930px;
		height: 200px;
		position:relative;
		
		left:0px;
	}
	/*contains the slideshow image*/
	#container{
		width: 930px;
		height: 240px;
	}
	section{
		float:left;
		height:auto;
		width: 950px;
		clear:both;
	}

	ul {
  		margin: 0;
  		padding: 0;
  		list-style-type: none;
	}

	li {
  		margin-right:75px;
  		float:left;
	}


	/* the edging of the boxes */

	.boundary, .episodes, .smallepisodes{
		border: 12px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
		 box-shadow:10px 10px 20px #000;
		-webkit-box-shadow:10px 10px 20px #000;
		-moz-box-shadow: 10px 10px 20px #000;
		margin-bottom: 2em;
	}
	.smallindex{
		float: left;
		width:150px;
		height:60px;
		border: 5px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
		box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
		margin-top:10px;
		margin-bottom: 10px;
		margin-right:40px;
		padding-top:10px;
		padding-left:10px;
	}
	
	blockquote{
		width: 600px;
		padding-bottom: 29px; 
	}
	#mainColumn{
		float: right;
		width:680px;
		height:auto;
	}

	#leftColumn{
		float:left;
		width:260px;
		text-align:center;
	}
	

	/* episode or article button */
	
	.episodes{
		float: left;
		width:150px;
		height:80px;
		margin-top:10px;
		margin-bottom: 30px;
		margin-right:40px;
		padding:3px;
		background-color:#f0f1e9 ;
		
	}
	
	

	/* larger text for episode or article button */
	
	.episode{
		font-family: Arial;
		font-size: 1.2em;
		font-weight:bold;
		text.align:center;
		color: #b34343;
		
	}
	
	/* smaller text for episode or article button */
	.section{
		font-family: Arial;
		font-size: 1.8em;
		font-weight:bold;
		color: #b34343;
	}
	
	#indexContainer{
		width:160px;
		height:auto;
		float:left;
	}
	
	
	.index{
		float: left;
		width:150px;
		height:80px;
		border: 5px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
			 box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
		margin-top:10px;
		margin-bottom: 10px;
		margin-right:60px;
		padding-top:10px;
		padding-left:10px;
	}
	
	#fullColumn{
		width:960px;
		
	}
	
	#formdiv{
		width:800px;
	}
	
	#formdiv{
		width: 960px;
	}
	#message{
		width: 60em;
	}
	
	#right-wide{
		width: 450px;
		float:left;
		margin-left: 30px;
		margin-bottom: 45px;
	}
	
	
	#left-narrow{
		width: 450px;
		float:left;
		margin-left:170px;
		margin-bottom: 45px;
		color: #000;
	}

	#centreColumn{
		float: left;
		width:500px;
		height:544px;
		margin-top:20px;
		margin-left:100px;
		margin-right:22px;
	}
	#footer{
		float:left;
		clear:both;
		width:950px;
		height: 200px;
	}
	
	.footer img{
		float:left;
		margin-left: 50px;
		margin-bottom: 10px;
		border: 5px solid #8a8a8a;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
	}

}

@media only screen and (min-width: 700px) and (max-width: 1050px) {
    /* tablets */
	#wrapper{
		width:700px;
	}
	header{
		height:80px;
		background-image: url(../images/banner2.jpg);
		background-size: 100% 100%;
	}

	nav{
		height: 20px;
		width: 700px;
		font-family: Arial, sans-serif;
		font-weight:400;
		font-size: 1.0em;
		font-weight: bold;
		padding-top: 10px;
	}
	
		/* picture panel at top of page - css in page changes image */
	#slideshow1{
		width: 700px;
		height: 140px;
		position:relative;
		margin-bottom:10px;
		background-size: 100%, 100%;
	}
	
		/*contains the slideshow image*/
	#container{
		position:relative;
		width: 700px;
		height: 140px;
		margin-bottom:40px;
	}
	section{
		float:left;
		height:auto;
		width: 700px;
		clear:both;
	}
	
	
	/*contains the slideshow image*/
	#container{
		width: 700px;
		height: 140px;
	}
	
		
	.section{
		font-family: Arial;
		font-size: 1.4em;
		font-weight:bold;
		color: #b34343;
	}
	
	#indexContainer{
		width:150px;
		height:auto;
		float:left;
	}
	
	blockquote{
		width: 400px;
		padding-bottom: 10px; 
	}
	
	#mainColumn{
		float: right;
		width:440px;
		height:auto;
	}

	#leftColumn{
		float:left;
		width:260px;
		text-align:center;
		
	}
	ul {
  		margin: 0;
  		padding: 0;
  		list-style-type: none;
	}

	li {
  		margin-right:45px;
  		float:left;
	}

	.boundary, .episodes, .smallepisodes{
		border: 12px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
		 box-shadow:10px 10px 20px #000;
		-webkit-box-shadow:10px 10px 20px #000;
		-moz-box-shadow: 10px 10px 20px #000;
		margin-bottom: 2em;
	}
	.smallindex{
		float: left;
		width:120px;
		height:50px;
		border: 5px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
		box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
		margin-top:10px;
		margin-bottom: 10px;
		margin-right:40px;
		padding-top:10px;
		padding-left:10px;
	}
	
	
	.episodes{
		float: left;
		width:150px;
		height:80px;
		margin-top:10px;
		margin-bottom: 30px;
		margin-right:40px;
		padding:3px;
		background-color:#f0f1e9 ;
		
	}
	

	/* larger text for episode or article button */
	
	.episode{
		font-family: Arial;
		font-size: 1.0em;
		font-weight:bold;
		text.align:center;
		color: #b34343;
	}
	
	#fullColumn{
		width:700px;
		
	}
	
	#formdiv{
		width:700px;
	}
	
	#message{
		width: 40em;
	}
	
	#right-wide{
		width: 450px;
		float:left;
		margin-left: 30px;
		margin-top: 75px;
	}
	
	
	#left-narrow{
		width: 350px;
		float:left;
		margin-left:170px;
		color: #000;
	}
	
	#centreColumn{
		float: left;
		width:500px;
		height:544px;
		margin-top:20px;
		margin-left:50px;
		margin-right:22px;
	}
	#footer{
		float:left;
		clear:both;
		width:700px;
		height: 200px;
	}
	
	.footer img{
		float:left;
		margin-left: 50px;
		margin-bottom: 10px;
		border: 5px solid #8a8a8a;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
	}


	
}


@media only screen and (max-width: 700px) {
    /* phones */
	#wrapper{
		width:300px;
	}
	header{
		height:70px;
		width: 300px;
		background-image:url(../images/bannerSmall.jpg);
	}
	nav{
		position:relative;
		height: 0px;
		width: 0px;
		left:-2000px;
		display:none;
	}
	
	/*contains the slideshow image*/
	#container{
		width: 0px;
		height: 0px;
		left:-1000;
		display:none;
	}
		section{
		float:left;
		height:auto;
		width: 300px;
		clear:both;
	}
		
	ul {
  		margin: 0;
  		padding: 0;
  		list-style-type: none;
	}

	li {
		width:300px;
		text-align:center;
		margin-bottom: 30px;
  		float:left;
		padding-bottom:10px;
		border-bottom: 1px solid black; 
	}
	
	blockquote{
		width: 260px;
		padding-bottom: 15px; 
	}
	.boundary, .episodes, .smallepisodes{
		border: 0px;
		
	}
	
	/* on all pages */

	#leftColumn{
		float:left;
		width:200px;
		text-align:center;
		clear:both;
	
	}
	#mainColumn{
		float: left;
		width:300px;
		height:auto;
	}
	#footer{
		position:relative;
		margin-top:40px;
		float:left;
		clear:both;
		width:200px;
		margin-left:auto;
		margin-right:auto;
		height: 200px;
	}
	
	.footer img{
		float:left;
		margin-left: 100px;
		margin-right: 100px;
		margin-bottom: 30px;
		border: 5px solid #8a8a8a;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
	}
		/*hide the top horizontal lines*/
	.horizontalLine hr{
		width:0px;
		size:0;
	}
	.horizontalLine{
		position:relative;
		width:0px;
		height:0px;
		left:-2000px;]
		display:none;
	}
	
		/* the edging of the boxes */

	.boundary, .episodes, .smallepisodes{
		border: 12px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
		 box-shadow:10px 10px 20px #000;
		-webkit-box-shadow:10px 10px 20px #000;
		-moz-box-shadow: 10px 10px 20px #000;
		margin-bottom: 2em;
	}
	.smallindex{
		float: left;
		width:150px;
		height:60px;
		border: 5px solid #8a8a8a;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-khtml-border-radius: 20px;
		-webkit-border-radius: 20px;
		box-shadow:5px 5px 10px #000;
		-webkit-box-shadow:5px 5px 10px #000;
		-moz-box-shadow: 5px 5px 10px #000;
		margin-top:10px;
		margin-bottom: 10px;
		margin-right:40px;
		padding-top:10px;
		padding-left:10px;
	}
	
	#indexContainer{
		width:150px;
		height:auto;
		margin-left:50px;
		float:left;
	}

	/* episode or article button */
	
	.episodes{
		float: left;
		width:150px;
		height:80px;
		margin-top:10px;
		margin-bottom: 30px;
		margin-right:40px;
		padding:3px;
		background-color:#f0f1e9 ;
		
	}
	

	/* larger text for episode or article button */
	
	.episode{
		font-family: Arial;
		font-size: 1.2em;
		font-weight:bold;
		text.align:center;
		color: #b34343;
	}
	#fullColumn{
		width:300px;
		
	}
	
	#formdiv{
		width:300px;
	}
	
	#message{
		width: 20em;
	}
	
	#centreColumn{
		float: left;
		width:250px;
		height:544px;
		margin-top:80px;
		margin-left:25px;

	}
	

}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
