@charset "utf-8";
/* Reto Hugi - Paintings Theme CSS */

body {
    background:#fff;
    color:#3F3F3F;
    font:13px Arial, Helvetica, sans-serif;    
}

/* - - - - Background - - - - */
#bgimg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 900px;
    width: auto;
    min-width: 100%;
}

/* - - - - Menu Design - - - - */

header {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
   	width: 100%;
   	text-align:center;
}
/* override row class setting */
header>div {overflow:visible !important;}

nav {background-color:rgba(252, 252, 252, 1);}

.menu ul { width: 11em; }
.menu a {
	font-size: 1.3em;
    font-weight: bold;
    color: #3F3F3F;
	text-decoration: none;
	padding: .6em 1em;
	display: block;
}
.menu > li + li {border-left: 1px solid #EEE;}
.menu a:hover, .menu li:hover>a { color: #000;}
.menu a:visited {color: #3F3F3F;}
.menu li li { /* remove borders */
	border: 0;
}
.menu ul>li + li {	/* and add the top border on all but first item in the list */
	border-top: 1px solid #ccc;
}
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
.menu ul {
    background-color:rgba(252, 252, 252, 1);
}


/* - - - - Section/Footer - - - - */

#wrapper {
    margin: 150px 0 50px 0;    
    position:relative;
}
section {
    padding-top: 20px;
}
section, footer {
    background-color:rgba(252, 252, 252, 0.9);
}
footer {
    margin-top:15px;
    border-top: 1px solid #666;
    padding-top: 5px;
    font-size: .8em;
    min-height: 2em;
}

/* - - - - Article - - - - */

h1{
    text-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

article>h1 {text-align:center;margin-bottom:1em}

article ol li { margin-left:20px }
article ol, article ul {margin-bottom:1em}

article a {color:#9F0016}
article a:hover {text-decoration:none}
article a:visited {color:#3F3F3F}

article img {
    border: none;
    box-shadow: 3px 3px 7px rgba(119,119,119,0.5);
    -webkit-box-shadow: 3px 3px 7px rgba(119,119,119,0.5);
    -moz-box-shadow: 3px 3px 7px rgba(119,119,119,0.5);
}
article img.right {
    margin-right:8px;
}

article table {margin-bottom:2em;}
article td {padding: 0.25em 0;}

article tr>td {
    width:45px;
}
article tr>td + td {
    width:auto;
}
.malkeller tr>td {
    width:110px;
}
.malkeller tr>td +td {
    width:auto;
}
table strong {
    font-weight:bold;
}
blockquote {
    margin-top: -1em;
}
/*
    --== Sig ==--
*/

#besi {
    position:fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 150px;
    z-index:99;
}
#homelink {
    position:absolute;
    display: block;
    width: 75px;
    height: 75px;
    bottom:5px;
    right:5px;
    z-index:100;
    text-decoration:none;
}


/*
    --== Borders & Shadows ==--
*/

.bordertl {
    -moz-border-radius-topleft: 10px; 
    border-top-left-radius: 10px; 
}
.borderbr {
    -moz-border-radius-bottomright: 10px; 
    border-bottom-right-radius: 10px;
}
.borderbl {
    -moz-border-radius-bottomleft: 10px; 
    border-bottom-left-radius: 10px;
}
.shadow {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5)
}
/*
    --== Forms ==--
*/

#wrapper .error_message li {
    color:#CC0000;
    font-weight: bold;
    }
#wrapper textarea {
    height: 100px;
    margin:0 0 1.5em 0;
    }
#wrapper input {
    width: 250px;
    margin:0 0 1.5em 0;
    }
#wrapper label {
    margin:0 0 0.5em 0;
    }
.captchapict {margin-bottom:1em;}
#wrapper input[type=submit]  {
    width: 100px;
    }
#wrapper select {margin: 0 0 1.5em 0;}

.cms_submit, .cms_submit:visited {
		background: #525252; 
		display: inline-block; 
		padding: 5px 10px 6px; 
		color: #fff; 
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		border:none;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		margin-bottom:5px;
	}

/*
    --== Slider ==--
*/

#slider {
    position:relative;
    width:520px; /* Change this to your images width */
    height:auto; /* Change this to your images height */
}
.theme-default .nivo-caption a { 
    text-decoration:underline;
    border-bottom:none;
}
.theme-default .nivo-controlNav {
    margin-left:-70px; /* Tweak this to center bullets */
}

