/*#######################
#
#   main.css
#
#######################*/

body{
	font-family: "Times New Roman", "Yu Mincho Medium", "YuMincho Medium", "Meiryo", "MS Gothic", sans-serif;
}

#wrap{
	width: 799px;
	min-height: 500px;
	margin: 0px auto;
	padding: 50px 80px;
	background-color: white;
	color: #2A2828;
	border-left: 0.5px solid black;
	border-right: 0.5px solid black;
}

#title{
	width: 960px;
	margin: 0px auto;
	text-align: center;
	background-image: url(img/header.jpg);
	background-size: cover;

}

#menu{
	background-color: rgba(0, 0, 0, 0.4);
	color: white;

}

h1{
	width: 860px;
	padding: 50px 50px;
	margin: 0px auto;
	font-size: x-large;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
}


h3{
	font-size: large;
}

a.tab{
	width: 280px;/*320*/
	padding: 15px 20px;
	margin: 0px auto;
	color: white;
	text-align: center;
	text-decoration: none;
	float: left;
	transition-property: background-color;
	transition-duration: 1s;
}
a.tab:hover{
	background-color: rgba(0, 0, 0, 0.4);
}

.cl{
	clear: left;
}

div.pages{
	text-align: center;
}

/*********************************************
SELECTORS FOR DICTIONARY
*********************************************/

/*#Small Caps for authors*/
span.author{
	font-variant: small-caps;
}

span.title{
	font-style: italic;
}

span.abbrev{
  font-style: italic;
}

/*For Greek letters*/
span.gr{
	font-family: "New Athena Unicode", "Times New Roman", "Gentium", "Liberation Serif", serif;
}

span.lemma{
	font-family: "New Athena Unicode", "Times New Roman", "Gentium", "Liberation Serif", serif;
	font-weight: bold;
}

/*overline*/
span.ol{
	text-decoration: overline;
}

span.voice{
	font-family: sans-serif;
	border-radius: 25%;
	font-size: 1em;
	border: 1px solid black;
	background-color: white;

	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

span.subd{
	font-family: sans-serif;
	border-radius: 20%;
	font-size: 0.8em;
	border: 0.5px solid black;
	color: white;
	background-color: black;

	padding-left: 1px;
	padding-right: 1px;
}
