/* CSS Stylesheet by Element of Light */


/* ## body and general text ## */

/* ## main container div for each page ## */
#center {
	width:755px; 
	height:455px; 
	position:absolute; 
	top:40%; 
	left:50%; 
	margin:-195px auto auto -375px; 
/*(1st argument) -125px is half the box height, increase it to bring the box higher up the page, -195 looks better though*/
/*(last argument) -375px is half the box width*/
	border:1px solid black; 
	text-align:right;
	background-color:#CCCC99;
}

/* ## left navigation container div ## */

#leftbox {  /*the title element in the main layout*/
	position:relative;
	left:0%;
	height:100%;
	width:30%;
	float:left;
	text-align:right;
/*	background-color:#999966;*/
	background-image:url(/images/raw_images/AnAutumnTree_background.gif);
	color:#ffffff;
}
#leftboxfront {  /*the title element in the main layout*/
	position:relative;
	left:0%;
	height:100%;
	width:30%;
	float:left;
	text-align:right;
	background-color:#999966;
	background-image:url(/images/raw_images/autumn_tree_ad.jpg);
	color:#ffffff;
	background-position: center;
	background-repeat: no-repeat;
}
#sp1 {
/* spacer for leftbox to aid text positions */
	position:relative;
	height:2%;

}

#richardhawking{
	position:relative;
	height:25%;
}

#sp2 {
/* second spacer for leftbox */
	position:relative;
	height:50%;
}

#contact {
	position:relative;
	height:10%;
}

/* ## other layout divs  ## */

#contactimg {
	margin-right:30px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
}

/* New design layout here */

#rightbox {
/* container for divs */
	position:relative;
	left:0%;
	height:100%;
	width:69.9%;
	float:left;
	background-color:#CCCC99;
	color:#ffffff;
}

#g1 {
/* top left gallery link - recent */
	position:relative;
	float:left;
	height:203px;
	width:50%;
	text-align:center;
}

#t1 { /*recent*/
/* text for g1 */
	position:relative;
	float:left;
	height:25px;
	width:50%;
	text-align:center;
}

#g2 { /*landscape*/
/* top right gallery link */
	position:relative;
	float:right;
	height:203px;
	width:50%;
	text-align:center;
}

#t2 {
	position:relative;
	float:right;
	height:25px;
	width:50%;
	text-align:center;
}

#g3 {
	position:relative;
	float:left;
	height:203px;
	width:50%;
	text-align:center;
}

#t3 {
	position:relative;
	float:left;
	height:25px;
	width:50%;
	text-align:center;
}

#g4 {
	position:relative;
	float:right;
	height:203px;
	width:50%;
	text-align:center;
}

#t4 {
	position:relative;
	float:right;
	height:25px;
	width:50%;
	text-align:center;
}



#biog {
	position:relative;
	width:69.9%;
	top:0px;
	height:100%;
	float:left;
	background-color:#CCCC99;
	overflow:auto;
}

#contact_div_image_only {
	position:relative;
	width:69.9%;
	top:0px;
	height:50%;
	float:left;
	background-color:#CCCC99;
	background-image:url(/images/gallery/An_Autumn_Tree_thumb.jpg);
	background-position:center;
	background-repeat:no-repeat;

}

#contact_text_only {
	text-align:left;
/*	margin-left:30px;*/
		height:40%;
	width:43%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	/*padding-left:5px;*/
	float:right;
}

#r1text { 
	position:fixed;
/*	top:5%;*/
	width:100%;

/*	float:left;*/
	bottom:1px;
}

#r2text {
	position:fixed;
/*	top:0%;*/
	width:100%;
	margin-top:90%;
/*	float:left;*/
	bottom:1px;
}

#pagebottom {  /* for my own details, at foot of each page */
	width:98%;
	position:absolute;
	bottom:15px;
}

/* positions text in #leftbox div */



#mainbottomtext {
	position:relative;
	float:left;
	width:70%;
	background-color:#cccc99;
	height:10%;
	float:right;
	border:1px solid black;
}

/*GALLERIES*/

/* centering container, like #center */

#gallerycenter {
	width:755px; 
	height:450px; 
	position:absolute; 
	top:40%; 
	left:50%; 
	margin:-195px auto auto -375px; 
/*(1st argument) -125px is half the box height, increase it to bring the box higher up the page, -195 looks better though*/
/*(last argument) -375px is half the box width*/
	border:1px solid black; 
	text-align:right;
	background-color:#CCCC99;
}

#gallerycontainer {
	position:relative;
	float:right;
	text-align:center;
	width:69.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	/*padding-left:5px;*/
	overflow:auto;
	height:100%;
}

img.gallery {
/*	margin-top:-10%;*/
	border:none;
}
body {
	background:#EDE0C9;
}

a {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#666600;
}

a:hover {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

h1 {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
h2 {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#dddd99;
}

h3 {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}

h5{
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#686846;
}

/* ## various special text classes ## */

a.h2 {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#dddd99;
	text-align:center;
}

a.h2:hover {
	font-family:verdana,helvetica,arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

.dropthecap
 {
	float:left;
	color:#606137;
	font-size:40px;
	line-height:30px;
	padding-top:0px;
	padding-right:0.01em;
	font-family: Georgia, "Times New Roman", Times, serif;
 } 

p#biogg {
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
	width:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
/*	padding-left:5px;*/
/*	height:50;*/
	overflow:visible;
}
	
p#contact {
	text-align:left;
	top:0px;
	margin-left:60px;
	margin-right:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

p#contactindent {
	text-align:left;
	top:1px;
	margin-left:30px;
	width:84%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	/*padding-left:5px;*/
	float:left;
	border:1px solid black;
}
	
h4#biogr{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
	color:black;
}
p#thumbtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:5% auto auto auto;
	text-align:center;
	font-weight:bold;
	color:#666600;
}
p#two {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:20% auto auto auto;
	text-align:center;
}
p#bottomtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}
a.bottomtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#000000;
}
a.bottomtext:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#aaaaaa;
}

/* ## image attributes and related divs ## */

img.bio {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;

	}
#biogimage {
	position:relative;
	width:14%;
	height:100%;
	float:left;
	background-color:#CCCC99;
}

.ulin {
	text-decoration:underline;
	color:#0000CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* not required yet, ignore.

#right3 {
	position:relative;
	left:0px;
	width:17.5%;
	height:100%;
	float:left;
	background-color:#ffffff;
	background-image:url(images/MillpondSky.jpg);
	background-repeat: no-repeat;
	background-position: center 55px;	
}
#right4 {
	position:relative;
	left:0px;
	width:17.5%;
	height:100%;
	float:left;
	background-color:#ffffff;
	background-image:url(images/SollersHope.jpg);
	background-repeat: no-repeat;
	background-position: center 55px;	
}*/