﻿/*==========MAISONNEUVE LINK FROM MAIN PAGE - MAISONNEUVE MAIN -- Style Sheet Documentation ==========*/
/*==========Miller Family History Website ==========*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .80em;
	margin: 0;
	padding: 0;
	background-color: #BD7589; 
	color: #000000; /*black*/
}

/*=============== No Image Borders ===============*/
body img {
	border: 0px;
	text-decoration: none;
}

/*=============== Float Images Right/Left ===============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

/*=============== Banner ===============*/
#banner {
	background-position: center;
	padding: 10px;
	background-color: #8E3C52;
	background-image: url('../images/maisonneuveBannerMain.png');
	height: 100px;
	background-repeat: no-repeat;
	color: #000000;
}

/*=============== Top Menu ===============*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .85em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #D4A3B1;
	border-bottom: 2px solid #D4A3B1;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*=============== Navigation Left ===============*/
#navigation {
width: 200px;
float: left;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #542331;
}
#navigation li a:link, #navigation li a:visited {
font-size: 75%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #A74661;
border-right: 1px solid #A74661;
background-color: #2A1218;
color: #FFFFFF;
text-decoration: none;
}
#navigation li a:hover {
background-color: #2A1218;
color: #FFFFFF;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px solid #A74661;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #7D3549;
color: #FFFFFF;
}
#navigation ul ul a:hover {
background-color: #D4A3B1;
color: #FFFFFF;
}

/*=============== Heading Tags ===============*/
h1, h2, h3, h4 {
	color: #A74661;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #F7EDF0;
}
h2 {
	
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}

/*=============== Auto-center Container ===============*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #FFFFFF;
	width: 80%;
}

/*=============== Inner Content ===============*/
.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/*=============== Main Content ===============*/
#content {
	margin-left: 240px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/*=============== Content List Items ===============*/
#content ul li {
	list-style-image: url('../images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/pink-bullet-sm.gif');
	padding: 2px 0;
}

/*=============== Site Links ===============*/
a:link {
	font-weight: bold;
	color: #542331;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #E9D1D7;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #E9D1D7;
	color: #000000;
}

/*=============== Disclaimer ===============*/
#disclaim {
	border-top: 3px solid #C0C0C0;
	clear: both;
	padding: 5px;
	background-color: #F7EDF0;
	text-align: center;
}

/*=============== Footer ===============*/
#footer {
	border-top: 2px solid #AD6D6D;
	clear: both;
	padding: 5px;
	background-color: #E6F0F2;
	font-size: .75em;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*=============== Center ===============*/
.center {
	text-align: center;
}

/*=============== Right ===============*/
.right {
	text-align: right;	
}

/*=============== Other Styles ===============*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}

</style>