/* Giurne Creith CSS  */

/******************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	background-color: #D4D1C2;
	text-align:center;
	font-size: 90%;	
}

body, td, th {
	color: #333333;
}


h1, h2, h3, h4, h5{
	font-family: Verdana, Arial, sans-serif;
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.3em;
	color: #333333;
}	
h3 {
	font-size: 1.2em;
	color:#000000;	
}
h4 {
	font-size: 1em;
	color:#000000;
}
h5 {
	font-size: 1em;
	color:#000000;	
}	
p {
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}
a{
	text-decoration: none;
	color: #FF6633;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #FF6633;
	background-color: #ECE9D8;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
form{
 margin: 0px;
 padding: 0px;
}
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	border: 1px solid #9D6300;
	background-color: #EDEDE4;
}

#header{
	text-align: center;
	border-bottom: 1px solid #BDAF97;
	padding-top: 10px;
}
#header h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 2.5em;
	text-transform: capitalize;
	font-weight: bold;
}

#navbar{
	text-align: center;
	background-color: #EDEDE4;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	font-size: 85%;
}

#content {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 10px;
}
#article {
	
}

#rightbox {
	float: right;
	width: 200px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #BDAF97;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 85%;
}
#leftbox {
	float: left;
	width: 200px;
	padding: 5px;
	margin-top: 5px;
 	margin-right: 5px;
	border: 1px solid #BDAF97;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 85%;
}

#siteinfo{
	clear: both;
	padding: 10px;
	border-top: 1px solid #BDAF97;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 75%;
}
/********Special styling for Article div **********/
#article h1{
}

#article p {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 1.15em;
}
#article .footnote {
	font-size: 0.95em;
}  

/***********************************************/
/* Class styles                                 */
/***********************************************/

.image-left {
	float: left;
	border: 1px solid #BDAF97;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	background-color: #ffffff;
}

.image-right {
	float: right;
	border: 1px solid #BDAF97;
	margin: 5px 0px 5px 5px;
	padding: 7px;
	background-color: #ffffff;
}

.fig-left {
  	float: left;
	border: 1px solid #BDAF97;
	margin: 5px 5px 5px 0px;
	padding: 7px;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fig-right {
  	float: right;
	border: 1px solid #BDAF97;
	margin: 5px 0px 5px 5px;
	padding: 7px;
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
div.figure-left {
  	float: left;
  	width: 160;
	border: 1px solid #BDAF97;
	margin: 5px 5px 5px 0px;
	padding: 7px;
}

div.figure-right {
  	float: right;
  	width: 160;
	border: 1px solid #BDAF97;
	margin: 5px 0px 5px 5px;
	padding: 7px;
}
/****.article {
	text-align: justify;
	line-height: 1.5em;
	vertical-align: baseline;
}
**/
.caption {
  text-align: center;
  font-size: 80%;
	font-style: italic;}

.publisher {
	font-style: italic;
}
.composition {
	font-weight: bold;
}
.handwritten {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: larger;
}
.centred {
	text-align: center;
}
.clear {
	clear: both;
	}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.subtext {
	font-size: 0.8em;
}
.sup {
	vertical-align: super;
	font-size: 0.75em;
	line-height: 0.5em;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/**spamblock enquiry form styles***/

.errormessage {
	color: red;	
}
