/***********************************************/
/* nono.css                            */
/* Use with template nono.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 140%;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6,p{
	font-family:"qMmpSProW3","MS PSVbN",Osaka,sans-serif;
	margin:5px;
	padding: 5px;
	padding:0px 0px;
}

h1{
	margin-left:70px;	
	font-size:large;
	color: #334d55;
}

h2{
	font-size:medium;
	color: #006699;
	font-style:italic;
}

h3{
	font-size: medium;
	color: #4A708B;
	font-weight:bolder;
	
}

h4{
	font-size:medium;
	font-weight:bold;
	color: #FF4500;
}

h5{
	font-size:medium;
	color: #992222;
	font-weight:bold;
	background-color:#C0C0C0;
	border-bottom: 5px
	letter-spacing: 0.1em;
	padding:5px 20px;

}
h6{
	font-size:10px;
	font-style:italic;
	color: #FF4500;
}
.style1 {
	color: #CC00FF;
	font-size: small; 
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
}
.style2 {
	color: #333333;
	font-size: small;
}

.style3 {
	color: #FF0000;
	font-size: small;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	font-size: small;
}

ul.menu{
    list-style:none;
    width:100%;

    margin-left:0px;
    padding:1px 0px;
    border-top:double 4px #DA70D6;
    border-bottom:double 4px #DA70D6;
    text-align:center;
    background-color:#ffffff;
}
ul.menu li{
    list-style:none;
    display:inline;
    font-size:small;
    background-color:#ffffff;
    margin:0px 3px;
}
ul.menu a{
    padding-left:10px;
    text-decoration:none;
}
ul.menu a:hover{
    background:url(img/tri-b.gif) left center no-repeat;
}



p{
    font-size:small;
	color: #333;
	margin-top:5px;
	margin-bottom:4px;
	
	line-height: 1.5em;
	letter-spacing: 0.03em;
}

.message{
	font-size:small;
	line-height: 2em;
	letter-spacing: 0.2em;
	display: inline;
	border-bottom: 1px dotted #999999;
	padding-bottom: 0.1em;
}

.bible{
	font-size:small;
	letter-spacing: 0.1em;

}

.left{
	float:right;
	margin-right:20px;
	margin-bottom:5px;
}

p.clearfloat{
	clear:both;
}

blockquote{
	font-family:"qMmpSProW3","MS PSVbN",Osaka,sans-serif;
	margin:1em;
	font-size:small;
	padding:0px 0px;
	line-height:22px;
	letter-spacing: 0.03em;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 700px;
	margin: 10px;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	
}

#main{
	position:relative;
    	width:700px;
    	background-color:#FFFFCC;
    	margin:0px auto;
    	text-align:left;
}

#message{
	position:relative;
    	width:700px;
    	margin:0px auto;
    	text-align:left;
}

/* j[Μέθ*/
#navi{
	float:left;
   	width:110px;
	height:auto;
	margin: 50px 0px;
	text-align:right;
}

/* {ΆΜέθ*/
#contents{	
	float:right;
	padding: 10px;
	width:500px;
	
	
}

/* tb^[Μέθ*/
#foot{
	position:relative;
	width:100%;
	height:50px;
	clear:both;
	text-align:center;
}

/* gbvy[WeLXg*/
#info{
	float:right;
	padding: 20px;
	margin-right: 20px;
	width:400px; 
	height:250px;   
    background-color:#FFF68F;
    
    border:solid 1px #663300;
    scrollbar-base-color:#996600;
    overflow:auto;
    direction:ltr;

    
    
}
/*********** #navBar link styles ***********/
#navi li{
	list-style-type:none;
	font-size:small;
	display:inline;
}



#navi li a,#navi li a:link,#navi li a:visited{
	width:110px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#336699;
	display:block;
	padding:5px 8px;
	border:1px outset #006699;
}

#navi li a:hover{
	text-decoration:none;
	color:#FFFF00;
	background-color:#3399CC;
	border:1px outset #006699;
	
}
