/* CSS Document */
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-image: url("images/static/bg.gif");
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}


li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}




/*
	Links
*/


a:link { 
	color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
  margin-top: 40px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-left: 0px;
}

h2
{
	font-size: 0.6em;
	color: #E6361F;
	padding-top: 9px;
}

h3
{
	font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
  margin-top: 15px;
}


/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 25px;	
	width: 100%;
	font-size: 0.7em;
	background-color: #333333;
	border-bottom: 1px solid #999999;
}

.menucell
{
  	padding-left: 15px;
}



/*
	Left hand column on homepage - the big image
*/

.home-left-news 
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_news.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-about 
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_about.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-media 
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_media.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-gallery 
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_gallery.jpg");
	background-repeat: no-repeat;
	padding-right: 145px;
  padding-top: 550px;
}

.home-left-live
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_live.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-pub
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_pub.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-mail
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_mail.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-find
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_find.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-guest
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_guest.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-index
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_welcome.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

.home-left-404
{
	width: 276px;
	height: 0px;
	background-image: url("images/dynamic/left_back_404.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
  padding-right: 40px;
}

p.right-text
{
 	font-size: 0.6em;
	color: #cccccc;
  padding-right: 50px;
  text-align: left;
}

p.right-text-media

{
 	padding-top: 10px;
  font-size: 0.6em;
	color: #999999;
  text-align: justify;
  margin-right: 35px;
}

p.right-text-media-headers

{
  font-size: 0.6em;
	color: #999999;
  text-align: justify;
}

p.right-text-mail
{
 	font-size: 10px;
	color: #999999;
  text-align: justify;
  padding-right: 10px;
}

p.right-text-find
{
 	padding-top: 5px;
  font-size: 0.9em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;

}

p.right-text-nolink

{
 	font-size: 0.6em;
	color: #EA922B;
  padding-right: 50px;
  text-align: justify;
  text-decoration: underline;	
}


p.left-text
{
	padding-top: 5px;
  font-size: 0.6em;
	margin-left: 0px;
	margin-right: 20px;
	color: #999999;
}

p.left-text-en

{
	padding-top: 5px;
  font-size: 0.6em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;
}


/*
	Right hand column on homepage
*/

.home-right 
{

width: 450px;

}

.home-right-media 
{
	padding-top: 40px;
	padding-right: 37px;

}

.home-right-gallery 
{
	padding-top: 10px;
	padding-right: 75px;
}

.home-right-mail 
{
	padding-top: 0px;
	padding-right: 5px;
}

.home-right-find 
{
	padding-top: 75px;
	padding-right: 5px;
}

.home-right-index 
{
	width: 450px;
  padding-top: 120px;
	padding-right: 5px;
}

.home-right-404
{
	width: 450px;
  padding-top: 110px;
	padding-right: 5px;
}

/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #999999;
	font-size: 0.6em;
	margin-bottom: 20px;
}



/*
	Standard images
*/

img
{
	border: none;
}



/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}

/*
	Gallery
*/


.weatimages_toppest_navig {/* style for a div containing top navigational links - to parent albums and next/prev images */
	font-size: 0.7em;
	color: #E6361F;
  padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 25px;

}
.weatimages_thumb_album_desc {/* album decsription shown on the right of album thumbnail */
	font-size: 11px;
	color: #999999;
}	
.weatimages_thumb_album_name {/* album name shown on the right of album thumbnail */
	font-size: 11px;
	color: #E6361F;
}
.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 4px 4px 8px 4px;
	border-style: solid;
	border-color: #222222;
	text-align: center;
	vertical-align: top;
  font-size: 12px;
	color: #999999;
}

.weatimages_pages_navigator {/* pager */
	font-size: 11px;
	color: #E6361F;
	text-align: center;

}
.weatimages_bigimage {/* style for big version of image */
	padding-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #4c4c4c;
  margin-left: 0px;
	margin-right: 0px;
  text-align: center;
}

.weatimages_thumb_border {/* border of thumbnail */
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #4c4c4c;
	margin: 6px 6px 2px 6px;
}
.weatimages_header {/* page title line - album/image name (or description) */
	font-size: 11px;
	color: #999999;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0%;
  text-align: left;
  padding-bottom: 4px;
}
.weatimages_image_desc {/* description (from textfile or exif) displayed under image thumbnail in album */
	font-size: 10px;
  color: #999999;
	text-align: center;
}	

