/*wedding.css for erinandwilson.ca
W. Brenna May 2024
*/

/*Configure the link colour scheme*/
a:link{
	/*color:#FBE9D0;*/
	color:#000000;
}
a:visited{
	/*color:#FBE9D0;*/
	color:#000000;
}
a:hover{
	color:#874F41;
}

h2 {
	text-align: center;
}

img{
	border:0px;
}

body{
	background-color: #974F41;
}

h1 {
	font-weight: bold;
	font-size: 36pt;
	font-family: "Brush Script MT", cursive;
}


#content{
	/*width:80%;*/
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	/*border:2px solid #000000;*/
	/*border:8px solid #90AEAD;*/
	border:8px solid #F7E7CE;
	/*need a border for the content*/
	padding:5px;
	/*pad everything*/
	/*background-color: #90AEAD;*/
	background-color:#F7E7CE;
}

#header{
	float:left;
	/*keep the header to  the left*/
	width:100%;
	margin-bottom:2px;
	/*height: 260px;*/
}

#normalnav{
	display: block;
}
#mobilenav{
	display: none;
}

.nav{
	float:left;
	position:fixed;
	width:10%;
	margin-top:30px;
	margin-bottom:30px;
	padding:15px;
	padding-top:2px;
}

.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	/*border-bottom: 1px solid #ccc;*/
	/*border-bottom: 4px solid #90AEAD;*/
	border-bottom: 4px solid #F7E7CE;
}

.nav ul li{
	position: relative;
}

.nav ul li a{
	display: block;
	text-decoration: none;
	/*color: #777;*/
	color: #FBE9D0;
	/*color: #000000;*/
	/*background: #fff;*/
	background: #244855;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	/*border: 4px solid #90AEAD;*/
	border: 4px solid #F7E7CE;
	border-bottom: 0;
}

#footer{
	height:50px;
	clear:both;
	text-align:center;
	/*background-color:#cccccc;*/
	/*background-color:#E64833;*/
	background-color:#974F41;
	line-height: .3em;
	font-family:Arial;
	font-size:14px;
	/*color:#FBE9D0;*/
	color:#000000;
}

#footer a{
	color:#FBE9D0;
}

#main{
	float:left;
	/*width:70%;*/
	width:540px;
	/*padding-left:15%;*/
	padding-left:200px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left: 5%;
	/*keep things scalable - use %*/
	padding-top:10px;
	font-family:Arial;
	font-size:16px;
	/*color:#666;*/
	/*color:#FBE9D0;*/
	color:#000000;
	/*background-color:#90AEAD;*/
	background-color:#F7E7CE;
}


.customlist { 
	width:97%; 
	/*make a list, as in the Research page*/
}

.customlist ol { 
	font-family:Arial; 
	font-size:18pt;
	/*color:#FBE9D0;*/
	margin-top:45px;
	margin-bottom:45px;
}

.customlist ol li { 
	/*border-left: 1px solid #FBE9D0;*/
	border-left: 1px solid;
	padding:5px;
}

.customlist ol li p { 
	font-style:normal; 
	font-family:Arial; 
	font-size:16px;
	/*color:#FBE9D0;*/
	padding-right:10px;
	padding-left:30px;
	text-indent:-28px;
}

.customlist ol li p em { 
	display:block;
	font-style:normal;
	font-family:Arial;
	font-weight:bold;
	font-size: 14pt;
	/*color:#FBE9D0;*/
	padding-left:8px;
	padding-bottom:20px;
}

.customlist ol li p a {
	/*color:#666;*/
}

.researchlist { 
	width:97%; 
	/*make a list, as in the Research page*/
}
.researchlist ol { 
	font-family:Arial; 
	font-size:14px; 
	/*color:#777;  */
	color:#FBE9D0;
}
.researchlist ol li { 
	/*border-left: 1px solid #999;*/
	padding:5px;
	display:table-row;
}
.researchlist ol li:before { 
	content: attr(value)".";
	display: table-cell;
	border-right: 2px solid #FBE9D0;
	padding-right: 5px;
}
.researchlist ol li p { 
	font-style:normal; 
	font-family:Arial; 
	font-size:13px; 
	color:#FBE9D0;
	padding-right:10px;
	padding-left:30px;
	text-indent:-28px;
}
.researchlist ol li p em { 
	display:block;
	font-style:normal;
	font-family:Arial;
	font-weight:bold;
	font-size: 16px;
	color:#FBE9D0;
	padding-left:8px;
}

.researchlist ol li p a {
	color:#666;
}

.linebreak {
	font-size: 30px;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 80px;
}

.linebreak:before {
	content:"";
	display: inline-block;
	height: 2px;
	width: 30%;
	margin-right: 10px;
	background: #111;
	position: left;
	left: 0;
	top: 15px;
}

.linebreak:after {
	content:"";
	display: inline-block;
	height: 2px;
	width: 30%;
	margin-left: 10px;
	background: #111;
	position: right;
	left: 0;
	top: 15px;
}

#right{
	float:right;
	width:7%;
}

