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

@font-face {
    font-family: 'CrimsonRoman';
    src: url('Crimson-Roman-webfont.eot');
    src: url('Crimson-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Roman-webfont.woff') format('woff'),
         url('Crimson-Roman-webfont.ttf') format('truetype'),
         url('Crimson-Roman-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonBold';
    src: url('Crimson-Bold-webfont.eot');
    src: url('Crimson-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Bold-webfont.woff') format('woff'),
         url('Crimson-Bold-webfont.ttf') format('truetype'),
         url('Crimson-Bold-webfont.svg#CrimsonBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonBoldItalic';
    src: url('Crimson-BoldItalic-webfont.eot');
    src: url('Crimson-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-BoldItalic-webfont.woff') format('woff'),
         url('Crimson-BoldItalic-webfont.ttf') format('truetype'),
         url('Crimson-BoldItalic-webfont.svg#CrimsonBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonItalic';
    src: url('Crimson-Italic-webfont.eot');
    src: url('Crimson-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Italic-webfont.woff') format('woff'),
         url('Crimson-Italic-webfont.ttf') format('truetype'),
         url('Crimson-Italic-webfont.svg#CrimsonItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonSemibold';
    src: url('Crimson-Semibold-webfont.eot');
    src: url('Crimson-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-Semibold-webfont.woff') format('woff'),
         url('Crimson-Semibold-webfont.ttf') format('truetype'),
         url('Crimson-Semibold-webfont.svg#CrimsonSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonSemiboldItalic';
    src: url('Crimson-SemiboldItalic-webfont.eot');
    src: url('Crimson-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Crimson-SemiboldItalic-webfont.woff') format('woff'),
         url('Crimson-SemiboldItalic-webfont.ttf') format('truetype'),
         url('Crimson-SemiboldItalic-webfont.svg#CrimsonSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-size: 15px;
	font-family: 'CrimsonRoman', Times, serif;
	background: url("bg.gif") repeat-x  scroll 0 0;
	color: #000;
	line-height: 1.3em;
	/* font-weight: 300; */
    width: 100%;
}

/* link scheme */
/* you can customize links further down the page too */
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 {
	font-size: 35px;
	font-family: 'CrimsonSemibold', Times, serif;
	letter-spacing: 1px;
	padding:  0 0 13px 0;
}
h1 a:hover {
	text-decoration: none;
}
h2 { font-size: 35px;
	font-family: 'CrimsonRoman', Times, serif; margin: 12px 0 0 0;}
h3 { font-size: 24px;
	font-family: 'CrimsonRoman', Times, serif; margin: 12px 0 0 0;}
h4 { font-size: 16px;
	font-family: 'CrimsonRoman', Times, serif; margin: 12px 0 0 0;}

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

/* highlighter style - maybe you want to change colors? */
.highlight { 
	font-family: Verdana,helvetica,Arial,sans-serif;
    line-height: 20px;
}
.highlight a:link:before { 
	content: "\2192"; /*Hexadecimal for Unicode down arrow (&rarr;)*/ padding: 0 5px 0 0; 
}

/* 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 { 
	margin-left: auto;
    margin-right: auto;
	width: 926px; 
	/* line-height: 1.3em; */
}
#exhibit { 
	z-index: 1000;
}

/* styling the index */
#index ul { 
	list-style: none;
	margin: 0;
	padding: 5px 0 7px 0;
}
#index ul.section {
	background-color: #FFFFFF;
	padding: 0px 10px 0 10px;
	margin: 52px 0 0;
	float: left;
}
#index ul.subsection {  }
#index .sub { 
	font-family: 'CrimsonSemiboldItalic', Times, serif;
	letter-spacing: 1px;
	padding: 0px 10px 0 15px;
}

/* 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 { text-decoration: none; }

/* 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
{ text-decoration: underline; }

/* 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 { color: #000000; text-decoration: none;} 
#index a:hover { color: #000000; text-decoration: underline; } 
#index a:active { color: #000000;text-decoration: none; } 
#index a:visited { color: #000000; text-decoration: none;}

/* links styles only for the #exhibit region */
#exhibit a:link { color: #000000; text-decoration: none;} 
#exhibit a:hover { color: #000000; text-decoration: underline; } 
#exhibit a:active { color: #00cc00; text-decoration: none;} 
#exhibit a:visited { color: #000000; text-decoration: none;} 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 0px; }

/* this is where you pad them separately */
#index .container {
	position: absolute;
	z-index: 1001;
}
#exhibit .container { 
	margin-left: auto;
    margin-right: auto;
	width: 894px; 
	padding: 86px 17px 0 17px; 
}
#feature-wrapper img {
	padding-top: 30px;
}
