/*
	style for charles murray site - fixed width (740px)
	20 November 2007
*/

/*-----------------------------{   COLOUR SCHEME   }------------------------------------/

Tartan header:
	Blue - #414189
	Green - #417741
	Orange - #cf4141
	Grey - #414141

Photograph Yellow - #eceacc

All other colours are shades of these.

*/

/*-----------------------------{   COMMON PAGE ELEMENTS   }-----------------------------*/

body {
	background-color:#f7f7f7;
	background-image:url(images/page_bg.gif);

	margin:0px;
	padding:0px;
	text-align:center;
	color:#333;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:10px 0px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:normal;
}

h1 {
	font-size:250%;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#437b43;
	text-align:right;
}

h2 {

	font-size:160%;
	font-weight:normal;
	color:#5d5d5d;
}

h3 {
	font-size:140%;
	color:#777;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

hr {
	height:1px;
	margin:10px 0 0;
	background-color: #ccc;
	border:none;
	color: #ccc;
}

p {
	margin:10px 0px;
	padding:0px;
	line-height:150%;
}

blockquote {
	line-height:150%;
	font-style:italic;
	color:#555;
	border-right:3px solid #efefef;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#414189;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

/*-----------------------------{   CONTAINER DIVS   }-----------------------------*/

#textonly {
	position:absolute;
	top:0px;
	left:0px;
}

#textonly a {
	font-size:1px;
	line-height:1px;
	color:#414189;
}

#container {
	position:relative;
	width:100%;
	text-align:left;
	background-image:url(images/tartan_bg3.gif);
	background-repeat:repeat-x;
}

#content_container {
	position:relative;
	top:120px;
	width:750px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
}


#header {
	width:100%;
	position:absolute;
	height:119px;
	top:-105px;
	right:15px;
	text-align:right;
}

#header h1 {
	color:#fff;
	font-style:normal;
	font-family:"Viner Hand ITC", "Chancery-Medium", Georgia, "Times New Roman", Times, serif;
}

#top_shadow {
	height:5px;
	line-height:1px;
	font-size:1px;
	background-image:url(images/top_shadow.gif);
	background-repeat:no-repeat;
}

#content {
	margin:10px 0px 0px 206px;
	padding:0px 30px 30px;
}

#footer {
	height:140px;
	margin:0px auto;
	padding:0 30px;
	text-align:right;
	background-image:url(images/footer_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:x-small;
}

#player {
	position:relative;
	left:-1000px;
	height:1px;
	line-height:1px;
	font-size:1px;
}



/*-----------------------------{   MAIN MENU   }-----------------------------*/

#menu {
	position:absolute;
	top:10px;
	left:12px;
	width:200px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:130%;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 11px;
	background:url(images/menu_shadow.gif) no-repeat bottom;
	border-top:1px solid #c9c992;
}

#menu ul li a {
	display:block;
	width:191px;
	padding:3px 0 3px 6px;
	background:url(images/menu_bg.gif) no-repeat center;
	border-left:3px solid #58a358;
	border-top:1px solid #fff;
	border-bottom:1px solid #c9c992;
	text-decoration:none;
	font-weight:normal;
	color:#444;
}

#menu ul li a:hover {
	background:#d1e7d1;
	border-left:3px solid #7773ce;
	color:#222;
}

#menu ul li a.activelink,
#menu ul li a.activelink:hover {
	background:#8fc28f;
	border-left:3px solid #5c5cb1;
	border-top:1px solid #718e6f;
	border-bottom:1px solid #718e6f;
	color:#fff;
}

/*-----------------------------{   HEADER MENU   }-----------------------------*/

#header_menu {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:7px 0px;
	font-family:Arial, helvetica, sans-serif;
}

#header_menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header_menu ul li {
	display:inline;
}

#header_menu ul li a {
	padding:2px 8px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	text-decoration:none;
	color:#777;
}

#header_menu ul li a:hover {
	background-color:#fff;
	color:#222;
}

/*-----------------------------{   SEARCH BOX   }-----------------------------*/

#searchbox {
	width:199px;
	margin:40px 0px;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	text-align:right;
}

#searchbox form {
	margin:0px;
	padding:10px;
}

#searchbox input,
#searchbox select {
	font-size:80%;
}

#searchbox input#q {
	width:169px;
	margin:0px;
	padding:3px;
	color:#777;
}

/*-----------------------------{   CLASS STYLES   }-----------------------------*/

.drop_cap {
	float:left;
	margin:3px 3px 0 0;
	color:white;
	background-image:url(images/tartan_bg3.gif);
	background-position:110px -10px;
	border:3px double #afae7b;
	font-size:80px;
	line-height:60px;
	padding:2px 5px;
	font-family:"Times New Roman", Times, serif;
}

.smaller {
	font-size:70%;
}

.photae {
	margin:5px;
	padding:5px;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

.to_top {
	position:relative;
	left:-165px;
}

.to_top a {
	padding:5px 15px;
	text-decoration:none;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	color:#8787c7;
	font-size:x-small;
}

.to_top a:hover {
	text-decoration:none;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background-color:#eaeaea;
	color:#414189;
}

table.styled {
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

table.styled th{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

table.styled td{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

.photo {
	text-align:center;
	clear:both;
}

.photoright {
	float:right;
	text-align:center;
	clear:both;
}

.photoleft {
	float:left;
	text-align:center;
	clear:both;
}

.photocenter {
	text-align:center;
	clear:both;
	padding:0 50px;
}

.subtitle {
	font-size:x-small;
	color:#bebebe;
	text-align:center;
	font-style:italic;
	padding:0 0 20px;
}

.poem_contain {
	margin:20px auto 30px;
	padding-bottom:15px;
	background-image:url(images/poem_shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.poem {
	width:340px;
	margin:0 auto;
	padding:10px 40px 40px;
	background-color:#f4f4ea;
	border:1px solid #bebebe;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
}

.poem h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.poem p {
	margin:7px 0;
	padding:0px;
}

p.author {
	margin:-15px 0 0;
	padding:0;
	text-align:right;
	font-weight:bold;
	color:#888;
}

p.soundfile {
	font-size:130%;
}

p.soundfile a {
	color:#ababab;
	font-style:italic;
	font-weight:normal;
}

p.soundfile a:link {
	color:#ababab;
}

p.soundfile a:hover {
	text-decoration:none;
}

/*--------------------------------------------------------{   SLIDER STYLES   }---------------*/
#slideshow {
	height: 381px;
	width: 500px;
	position:relative;
}
.slide{
	display:none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	text-decoration: none;
  background-color: rgba(0,0,0,.8);
}

/*--------------------------------------------------------{   HIGHSLIDE STYLES   }---------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {

}
.highslide:hover img {

}

.highslide-wrapper {
	background: #909090;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
