/*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*/

/* structure */
.container {
	background: url(../img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
    width: 100%;   /* to center, change to 900px or 90% */
}

.gfx {
	background: url(../img/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(../img/bgcontent.gif) no-repeat top;
	margin: 0 auto;
	text-align: center;
    font-size: smaller;
	width: 632px;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;    
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* indexfooter */
.indexfooter {
	background: url(../img/bgfooter.gif) no-repeat bottom;
	color: #666;
	font-size: 10px;
	line-height: 19px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.indexfooter a {
	color: #666;
	text-decoration: none;
}

.indexfooter a:hover {
	color: #333;
	text-decoration: underline;
}

/* footer added to replace footer fonts and links */
.footer {
	color: #000000;
   	font-size: 11px;
	line-height: 19px;
    margin-top: -4px;	
    margin-bottom: 10px;
	text-align: center;
}

.footer a:link  {color: #000000;} 
.footer a:visited  {color: #000000;} 
.footer a:hover  {color: #999933;
}

/* UsersOnline */
.uson {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

/* Siste GEDCOM-import */
.gedimp {
	text-align: center;    
	font-size: 11px;	
}

/* Green */
a.lightlink5:link, a.lightlink5:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #4D8C51;
	text-decoration: none;
}

a.lightlink5:hover, a.lightlink5:active {
	color: #4D8C51;
	text-decoration: none;
}

/* Burgunder */
a.lightlink6:link, a.lightlink6:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	text-decoration: none;
}

a.lightlink6:hover, a.lightlink6:active {
	color: #990000;
	text-decoration: none;
}
