/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

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

BODY {
	background-color : #f0e9ed; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color : #000;
	margin: 10px auto 10px auto; 
	width: 980px;
	text-align: center;
	}

A:LINK {
	color : #3e0626;
	}

A:ACTIVE, A:HOVER, A:VISITED {
    color: #333366;
	}

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

/* normal: most regular body text */

.normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	}

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

/* adjusts font size of top admin menu links */

a.lightlink {
    font-size: 0.8em;
	}

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

.fieldnameback {
	background-color: #3e0626;
	}

.databack {
	background-color: #f0e9ed;
	}

.sideback {
	background-color: #3e0626;
	text-align: left;
	}

.snlink {
	background-color:#f0e9ed; /*same as "databack" background color */
	}

a.snlink:hover, .snlinkact {
	background-color:#3e0626; /*same as "fieldnameback" background color */
	}

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

/* header: heading text i.e. header text at top of census pages "1841 Census" etc */

.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #333366;
	}

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

/* footer added to replace footer fonts and links */

.footer {
   	padding-right: 4px; 
	padding-left: 4px; 
	font-size: 0.7em;
	padding-bottom: 4px; 
	color: #333366; 
	padding-top: 2px;
	float:right;
	}
	
.footer a {
    text-decoration : none;
    color: #3e0626;
	} 

.footer a:hover  {
	text-decoration : underline; 
	}

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

#mnav li { /* all list items */
	background: #f0e9ed; /*same as "databack" background color */
	border-top:1px solid #f0e9ed; /*same as "databack" background color */
	border-left:1px solid #f0e9ed; /*same as "databack" background color */
	}

/*inactive tab*/
#tngnav a {
	background:#333366;
	color:#fff;
	}
	
	/*active tab*/
#tngnav a:hover {
	background:#3e0626;
	}
	
	/*active tab*/
#tngnav a.here {
	background:#3e0626;
	}
	
	/*inactive tab*/
#tabs a {
	background: #333366;
	font: 0.6em Verdana, Arial, sans-serif;
	}
	
	/*active tab*/
#tabs a:hover {
	background: #3e0626;
	}
	
	/*active tab*/
#tabs .here {
	background: #3e0626;
	}
	
/**************************************************************/

a.admincell:hover, a.leftlink:hover {
	background-color: #333366;
}

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

h1 {
    font-family: Verdana, Arial, sans-serif;;
	font-size: 1.5em;
	color : #333366;
	}
	
h2 {
    font-family: Verdana, Arial, sans-serif;;
	font-size: 1.1em;
	color : #333366;
	font-weight: bold;
	}

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

/* MAIN PAGE */

.wrapper {
	border: 1px solid #7d7d7d; 
	margin: 0;
	padding: 0;
	background: #ffffff; 
	width: 100%;
	text-align:left;
	}

#logo {
	background: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 300px;
	}

#logo_left {
    height: 300px;
    padding: 0;
    float:left;
    color: #000;
	}

.maincontent {
    padding: 10px;
	height: 100%;
	}

.clearall {
    clear:both;
	}

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

/*Blocks on home page */

.intro_text {
    float:left;
    width:640px;
	height: 300px;
	background:#f0e9ed;
	padding: 10px;
	margin-bottom: 10px;
	}

.intro_text a, .featured_home a {
   	text-decoration:none;
	}
	
.featured_home {
	float:left;
    width:640px;
	height: 280px;
    background: #eae2e6;
	padding: 10px;
	}
	
.top10surnames {
    margin-left:670px;
    width: 270px;
	height: 280px;
	background: #f9f5f7;
	padding: 10px;
	}
	
.top10surnames a {
    text-decoration: none;
	}


/**************************************************************/
	
/* photo block for random image on home page */	

.indexphototable {
    margin-left:670px;
    width: 290px;
	height: 320px;
	background: #f9f5f7;
	text-align: center;
    vertical-align: middle;
	padding: 10px;
	font-size: 0.8em;
	}
	
.indexphototable a {
    text-decoration: none;
	}

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

/* search box at top of home page */

.searchbox {
	margin-left: 725px;
	padding-bottom: 5px;
	}
	
.searchbox form input {
    font-style:italic;
	color:#666666;
	}

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

/*RSS feed ticker on home page - not used */

/*

.siteupdatesrss {
	width: 640px;
	height: 28px;
	float:left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size:11px;
	font-family:Verdana;
	color: #333366;
	}
	
*/
	
/**************************************************************/

/* Recaptcha */

.recaptcha {
    padding: 15px;
	}

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

/* page padding for histories, wills etc - for all media collections with same set up as histories */

.historypadding {
    padding: 1.5em;
	}
	
.links_padding {
    float:left; 
	width:600px;
	padding: 1.5em;
	}
	
.links_padding a {
    text-decoration: none;
    }
	
/**************************************************************/

/* Twitter widget on links.php */

.twitter_links {
    margin-left: 630px;
    }

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


