/************************************************************************************************************************************

														General settings for theme Light grey in content box
														
************************************************************************************************************************************/	

body {
color:#555;
}

.website-content {
background: #f5f5f5;
border:1px solid #999;
}

/**				Main menu 			**/

.main_menu {
background:#eee;
border-bottom:1px solid #ddd;
}

.drop-down li ul {
border-color: #ddd;
background: #eee;
}

.drop-down li a, .drop-down li span.separator {
color : #888;
border-color: #ddd;
}

.drop-down li:first-child a, .drop-down li:first-child span.separator {
border-color: #ddd;
}

.drop-down li li a, .drop-down li li span.separator {
border-color: #ddd;
}

.drop-down li li:first-child > a, .drop-down li li:first-child > span.separator {
border-color: #ddd;
}

.drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span {
color : #666;
background:#d6d6d6; /**  important for Joomla 3 Bootstrap 		**/
}

.drop-down li:hover > a[href="#"] {
background:inherit;
color : #888;
}

/**		scroll bar 		***/

.nano > .nano-pane > .nano-slider {
background: #ccc;
}

p.citation {
	font-family: 'Italianno', sans-serif;
	font-size:210%;
	line-height: 1em;
	text-align: justify;
}

div.parch {
	itemprop="image";
    font-family: 'Italianno', sans-serif;
	background: transparent url("../images/parch2h.png") no-repeat scroll left top;
    text-align:center;
    width: 600px;
    height: 288px;
    padding: 0px;
    margin: -20px 0px 0px 0px;
    overflow: hidden;
    font-size:40px;
	float: right;
	background-size:cover;
}

div.flagimg {
    padding: 0px;
    margin: -20px 0px 0px 0px;
    overflow: hidden;
	float: right;
	background-size:cover;
}

div.flagimg img{

    border: 0px solid #ddd!important;
    border-color: rgba(0,0,0,0) !important ;
    background: rgba(255,255,255,0) !important;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.0)!important;
}

div.parchtext {
    width: 380px;
    height: 200px;
    line-height: 30px;
    font-size: 30px;
    margin: 45px 25px 25px 100px;
    text-align: justify;
    padding: 0px;
    color: #8a6d3b;
}

div.parchsign{
	position: absolute;
    width: 300px;
    height: 50px;
    line-height: 30px;
    font-size: 30px;
    margin: -60px 0px 0px 200px;
    text-align: left;
    padding: 0px;
    color: #a94442;
}

div.rrdrr {
    position: relative;
    width: 590px;
	height: 500px;
    border-radius: 5px;
    padding: 0px 5px 5px 10px;
    color: black;
    font-size: 0.9em;}
	
p.chapter {
	font-size: 11pt;
	font-family: 'Dosis', sans-serif;
	font-size: 115%;
    font-weight: bold;
    color: #666;
}

.imgg {
    position: relative;
}

.imgg > div { 
    position:absolute;
    top: 2.5vw;
    font: normal 2vw/2.5 Sans-Serif;
}

.imgg > img {
    max-width: 100%;
    width: auto\9;
}

#text1 {
	font-family: 'Italianno', sans-serif;
    position:absolute;
	background: transparent url("../images/parch2h.png") no-repeat center 0 / 70%;
    height:100%;
    width:100%;
    padding-top: 6.88vw;         /* used some here */
    padding-left: 12vw;
	padding-right: 12vw;
    font-size: calc(100vw / 30); /* But mostly here :) */
    line-height: 1.145em;  
	color: #a94442;
	float: right;
	overflow: hidden;
}


