﻿
h1 {
    font-family: "Malgun Gothic";
    font-size: large ;
    color: rgba(0, 0, 0, 0.7);
    margin: 20px 50px 20px 50px;
    position:absolute;
}

h2 {font-family: "Malgun Gothic";
    font-size: medium;
    color: rgba(0, 0, 0, 0.7);
    margin: 20px 50px 20px 50px;
    position:absolute;
}

h3 {font-family: "Malgun Gothic";
    font-size: small;
    color: rgba(0, 0, 0, 0.7);
    margin: 20px 50px 20px 50px;
    position:absolute;
}
button.silver {
    width: 131px;
    font-family: 'Malgun Gothic';
    font-size: medium;
    font-weight: normal;
    color: #000000;
    background-color: silver;
} 
    button.widesilver {
    width: 450px;
    font-family: 'Malgun Gothic';
    font-size: medium;
    font-weight: normal;
    color: #000000;
    background-color: silver;
    margin-left: 50px;

}

 button.widesilver-huge {
    width: 600px;
    height: 85px;
    font-family: 'Malgun Gothic';
    font-size: xx-large;
    font-weight: normal;
    color: #000000;
    background-color: silver;
    margin-left: 35px;

}

 button.widesilver-halfhuge {
    width: 300px;
    height: 85px;
    font-family: 'Malgun Gothic';
    font-size: xx-large;
    font-weight: normal;
    color: #000000;
    background-color: silver;
    margin-left: 35px;

}

button.widesilver-halfhugeright {
    position:absolute;
    top:40px;
    width: 300px;
    height: 85px;
    font-family: 'Malgun Gothic';
    font-size: xx-large;
    font-weight: normal;
    color: #000000;
    background-color: silver;
    margin-left: 350px;

}



button.wideblack {
    width: 450px;
    font-family: 'Malgun Gothic';
    font-size: medium;
    font-weight: normal;
    color: #000000;
    background-color: black;
    margin-left: 50px;

}

button.doctrine {
	width: 131px;
	font-family: 'Malgun Gothic';
	font-size: medium;
	font-weight: bolder;
	color: #000000;
	background-color: white;
	left: 10px;
	top: 250px;
	position: absolute;
}

button.pink {
    width: 131px;
    font-family: 'Malgun Gothic';
    font-size: medium;
    font-weight: normal;
    color: #000000;
    background-color: pink;
}

button.blue {
    width: 131px;
    font-family: 'Malgun Gothic';
    font-size: medium;
    font-weight: normal;
    color: #000000;
    background-color: #00FFFF;
    margin-left: 50px;
}

button.yellow {
    width: 450px;
    font-family: 'Malgun Gothic';
    font-size: medium;
    font-weight: normal;
    color: #000000;
    background-color: yellow;
    margin-left: 50px;
}


	/* Doctrine styles */

body.doctrine {
    width: 800px;
    background-position: left top;

    color: rgb(0, 0, 0);
    font-family: 'Malgun Gothic';
    font-size: 12pt;
    background-color: blanchedalmond;
    background-image: url("img/sky1-phone.gif"); background-repeat: repeat-y;
}

ol.doctrine {
    width: 800px;
    background-color: blanchedalmond;
    font-family: 'Malgun Gothic';
    color: darkgreen;
    font-size: medium;
    list-style-type: decimal;
}

li.doctrine {
    width:800px;
    font-family: 'Malgun Gothic';
    color: darkgreen;
    font-size: medium;
}

h1.doctrine {
    font-size: 170%;
    color: rgb(0, 0, 0);
    text-align: left;
    width:800px;
}

h2.doctrine {
    font-size: 100%;
    color: rgb(255, 100, 100);
    text-align: left;
    width:800px;
}

a.doctrine {
    text-decoration: none;
}

a.doctrine:link {
    font-family: 'Malgun Gothic';
    color: darkgreen;
    font-size: medium;
}

a.doctrine:visited {
    font-family: 'Malgun Gothic';
    color: darkgreen;
    font-size: medium;
}

a.doctrine:hover {
    font-family: 'Malgun Gothic';
    color: red;
    font-size: medium;
}

/* Sermon styles */

body.sermon {
    width: 800px;
    background-position: left top;

    color: rgb(0, 0, 0);
    font-family: 'Malgun Gothic';
    font-size: 12pt;
    background-color: blanchedalmond;   
}
    
p.almond {
	font-family: "Malgun Gothic";
    font-size: medium;
    color: red;
    background-color: blanchedalmond;
    margin: 10px 10px 10px 10px;
    width:400px;
    margin-left: 50px;
}
img.sermon { 
	margin-left: 50px ;
}

audio.controls {
    border-left: 50px;
	margin-left:50px;
	
}

h1.audio {
    font-family: "Malgun Gothic";
    font-size: large ;
    color: rgba(0, 0, 0, 0.7);
    margin: 20px 50px 20px 50px;
    margin-left: 50px;
    width:400px;
    background-color:blanchedalmond;
    color:red;
}
	

	


	
