/* @override http://minilexikon-architektonischer-modebegriffe.tugraz.at/ndxzsite/default/style.css?v=2.0.1 */

/* @override http://minilexikon-architektonischer-modebegriffe.tugraz.at/ndxzsite/default/style.css?v=2.0.1 */

/**
* CSS
*
* @version 2.0
* @author Vaska
*
* There are also some obscure rules in base.css
*/

body {
	background: #fff;
	color: #000;
	font: 13px/1.4em 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #919191; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #999; }
a:hover {  }
a img { border: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom-style: none;
}

/* general styles */
small { font-size: 70%; vertical-align: 4px; line-height:100%; }
code { font-family: monospace; }
blockquote { border-left: 1px solid #0432ff;
    font-style: italic;
    margin-bottom: 18px;
    padding: 0 25px 0 10px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em;
	font-weight: bold;
}
h2 { font-size: 13px; color: #0432ff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
h3 { font-size: 13px; margin-bottom: 1em; color: #0432ff;
	font-weight: bold;
}
h4 { font-size: 13px; margin-bottom: 1em; color: #797979;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 220px;
	background-color: #f3f3f3;
	box-shadow: 5px 0px 20px #919191;;
}
#exhibit { margin: 0 0 0 225px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a {  }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active,
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link,
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{
	color: #0432ff;
	font-variant: normal;
}

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {
	font-size: 19px;
	text-decoration: none;
	line-height: 1.3em;
}
#index a:hover {
	color: #515151;
}
#index a:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {
	color: #0432ff;
}
#exhibit a:hover {
	border-bottom: 1px solid #0432ff;
}
#exhibit a:active {  }
#exhibit a:visited {  }

/* this is where you adjust your paddings for #index and #exhibit together */
.container {  }

/* this is where you pad them separately */
#index .container { 	padding: 30px 10px 30px 15px; }
#exhibit .container { 	padding: 30px 10px 30px 25px; }

@media print{
	body{
		font-size: 15px !important;
	}
	p{
		font-size: 15px !important;
	}
	#exhibit .thin #img-container p,
	#exhibit .thin #img-container code,
	#exhibit .thin #img-container blockquote{
		font-size: 32px !important;
		line-height: 50px !important;
	}
	h4{
		font-size: 32px !important;
		line-height: 50px !important;
	}
	#index{
		display: none;
	}
	#exhibit{
		margin: 0px;
	}
	#img-container{
		width: 80%;
	}
	.column{
		width: 100% !important;
	}
	.column img{
		display: none;
	}
}