/*------------------------------------------------------------------------*/
/* Generic HTML tags                                                      */
/*------------------------------------------------------------------------*/

body{
    margin: 0px;
    padding: 0px;
    overflow: auto;
    font-size: 13px;
    font-family: verdana;
    background:url("../images/musketeer_small_color.png");
    background-repeat:no-repeat;
    background-position: left top;
    background-color: linen;
}

img {
    border: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* headings in general                                                    */ 

h1, h2, h3, h4 {
    font-family: "Bookman Old Style", "Times New Roman", "Times", serif;
    letter-spacing:0.1pt;
    font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* heading with baroque border, page main title, not used at the moment   */ 

/*h1 {
    line-height:100%;
    background-color: white;
    background-image: url(../images/barokk_right.png);
    background-repeat:repeat-y;
    background-attachment: scroll;
    background-position: 100% 72px;
    overflow: hidden;
    max-width:350px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top:-20px;
    margin-left:-10px;
    font-size:34px;
    color:forestgreen;
}

h1:after {
    content: url(../images/bottom_left_corner.png);
    height: 28px;
    display: block;
    margin: 10px 0px 0px -20px;
    background: url(../images/barokk_bottom_right.png) no-repeat scroll 100% 0%;
}*/

h1 {
    line-height:100%;
    background-color: white;
    width:420px;
    padding-left: 5px;
    padding-top: 10px;
    margin-top:-15px;
    font-size:35px;
    color:forestgreen;
    border-bottom:1px solid forestgreen;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* heading with initial letter, chapter heading                           */ 

h2 {
    font-size:17px;
    margin-top: 20px;
    line-height:26px;
    padding: 0px 0px 0px 20px;
    background: url(../images/barokk_iniciale_grad.png) no-repeat;
}

h2:first-letter {
    font-size:24px;
    color:white;
    padding-right:2px;
    font-weight:bold;
}

h2:first-child { 
    margin-top: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* normal chapter heading                                                 */

h3 {
    font-size:15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* inline chapter heading                                                 */

h4 {
    font-size:13px;
    font-weight:bold;
    display: inline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* common text elements                                                   */

p {
    font-size:13px;
    line-height:150%;
    letter-spacing:0.1pt;
    font-family: verdana;
}

li {
    font-size:13px;
    list-style-type: disc;
    line-height:150%;
    letter-spacing:0.1pt;
    font-family: verdana;
	margin-left:20px;
}

li li {
    list-style-type: circle;
}

em {
    font-style:normal;
    font-weight:bold;
}

cite {
    font-style:italic;
}

td, th {
    font-size:13px;
    padding:5px;
}

td {
    border:1px solid grey;
}

a {
    color:forestgreen;
}

a:visited {
    color:saddlebrown;
}

a:active {
    border:none;
    outline: none;	
}

a:focus{
    outline: none;
}

hr {
	border-width: 0px;
	border-bottom: 1px solid forestgreen;
}

hr.total{
	border-width: 0px;
	border-bottom: 1px dotted forestgreen;
	margin-top:-10px;
	width:350px;
	text-align:left;
}

table {
	width:510px;
}

table.text {
	width:500px;
}

th{ 
	border: none;
	background-color: forestgreen;
	color:white;
}

td{ 
	border:none;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;	
}

/*------------------------------------------------------------------------*/
/* page container                                                         */
/*------------------------------------------------------------------------*/

.wrapper1 {
    text-align: center;
}

.wrapper2 {
    margin:auto;
    width: 770px;
}

#loader_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 1500px;
}

/*------------------------------------------------------------------------*/
/* page header                                                            */
/*------------------------------------------------------------------------*/

#header {
    position:relative;
    top:0px;
    vertical-align:top;
    margin:auto;
    height:auto;
    width:680px;
    height:80px;
    text-align:left;
    background-image: url("");
}

#title {
    padding-bottom:10px;
    font-family: "Bookman Old Style", "Times New Roman", "Times", serif;
}

/*------------------------------------------------------------------------*/
/* language switch                                                        */
/*------------------------------------------------------------------------*/

#language_switch {
    width:auto;
    text-align:right;
    padding-left:5px;
    background-color:linen;
}

.language_flag {
    text-decoration:none;
    display: block;
    padding:3px;
    padding-left:0px;
    line-height: 30px;
    height:30px;
    filter: alpha(opacity=40);
    opacity: 0.40;
    -moz-opacity: 0.40;	
}

.active_language {
    filter: alpha(opacity=100);
    opacity: 1.00;
    -moz-opacity: 1.00;	
}

/*------------------------------------------------------------------------*/
/* side menu                                                              */
/*------------------------------------------------------------------------*/

#side_menu_right {
    float:right;
    text-align:left;
}

#side_menu_left {
    padding-top:2px;
    float:left;
    text-align:right;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}

.side_menu_item, .side_menu_item:active {
    display: block;
    font-family:verdana;
    font-size:12px;
    background-color: linen;
    color:black;
    padding:3px;
    text-decoration:none;
    border:2px solid linen;
    margin-bottom: 2px;
    height:20px;
    line-height: 20px;
    filter: alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}

.separator, .separator:active {
    border-top:2px solid saddlebrown;
}

.side_menu_item:hover {
    color: white;
    background-color: forestgreen;
    border:2px solid black;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;    
}

.side_menu_item:focus
{
  -moz-outline-style: none;
}


.vertical_menu{
    width:106px;
}

/*------------------------------------------------------------------------*/
/* page body                                                              */
/*------------------------------------------------------------------------*/

#body {
    background-color: white;
    width:500px;
    padding: 20px 40px 20px 10px;
    margin:auto;
    background-image: url(../images/barokk_right_bg.png);
    background-repeat:repeat-y;
    background-attachment: scroll;
    background-position: 100% 72px;
    border:1px solid gray;
    border-right:none;
    min-height: 500px;
}

#content_container {
    text-align:left;
    width:500px;
	display:hidden;
}

.content_block {
	display:table;
	width:510px;
	margin-bottom: 20px;
}

#back_to_the_top {
    width: 500px;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

/*------------------------------------------------------------------------*/
/* images                                                       */
/*------------------------------------------------------------------------*/

img.thumbnail {
	width: 150px;
	height: 150px;
	padding: 2px;
	margin: 3px;
	border: 1px solid saddlebrown;
}

img.labelled_right {
	float:none;
	margin-bottom:3px;
	display:block;
}

img.labelled_left {
	float:none;
	margin-bottom:3px;
	display:block;
}

img.labelled_thumbnail {
	width: 150px;
	height: 150px;
	padding: 3px;
	margin: 3px;
	display:block;
	border: 1px solid saddlebrown;
}

img.labelled_portrait {
	width: 150px;
	height: 200px;
	padding: 3px;
	margin: 3px;
	display:block;
	border: 1px solid saddlebrown;
}

div.labelled {
	display:inline;
	font-style: italic;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height:15px;
	text-align: center;
	border-bottom: 1px solid saddlebrown;
	padding: 3px;
}

div.thumbnail {
	width: 160px;
	float: left;
	border: none;
	font-style:normal;
}

div.portrait {
	width: 160px;
	float: left;
	border: none;
	font-style:normal;
	text-decoration:none;
}

div.left {
	padding:3px;
	float:left;
	display:inline;
	margin: 5px 10px 5px 0px;
	border-top: 1px solid saddlebrown;
	border-right: 1px solid saddlebrown;
}

div.right {
	padding:3px;
	float:right;
	display:inline;
	margin: 5px 10px 5px 10px;
	border-top: 1px solid saddlebrown;
	border-left: 1px solid saddlebrown;
}

img.left {
    float: left;
    padding:1px 1px 0px 0px;
    margin: 5px 10px 5px 0px;
    border-top: 1px solid saddlebrown;
    border-right: 1px solid saddlebrown;
}

img.right {
    float: right;
    padding:1px 0px 0px 1px;
    margin: 5px 10px 5px 10px;
    border-top: 1px solid saddlebrown;
    border-left: 1px solid saddlebrown;
}

img.center {
    text-align:center;
    width:490px;
    margin:15px 0px 15px 0px;
    padding:1px 0px 1px 0px;
    border-top: 1px solid saddlebrown;
    border-bottom: 1px solid saddlebrown;
}

/*------------------------------------------------------------------------*/
/* gallery                                                                */
/*------------------------------------------------------------------------*/

/* taken from lightbox.css

/*------------------------------------------------------------------------*/
/* page footer                                                            */
/*------------------------------------------------------------------------*/

#footer {
    margin:auto;
    width:600px;
    background-color: white;
    font-family:arial;
    font-size: 12px;
    margin-top:20px;
    margin-bottom:20px;
    line-height:150%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity: 0.50;
}

/*------------------------------------------------------------------------*/
/* miscellaneous                                                          */
/*------------------------------------------------------------------------*/
