/**
* Panos
*
* @version 2.0
* @author Vaska
* @author Abe Pazos
*
* There are also some obscure rules in base.css
*/
@import url(http://fonts.googleapis.com/css?family=Enriqueta:400,700);
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: 'Enriqueta', serif;
	background: #fff;
	text-align: center;
	overflow-y: scroll;
}

#wrapper {
	width:800px;
	margin: 0 auto;
	margin-top:50px;
	text-align:left;
}
.clear-both { clear: both; }

/* link scheme */
/* you can customize links further down the page too */
a {
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
}

a img { border: none; }

#index {
    width: 215px;
    overflow: auto;
    height: auto;
	background-color: #fff;
	float:left;
}

#index ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#index ul li {
	margin-left:4px;
}
#index ul li.active a {
	cursor:default;
	color:#222;
	font-weight: 700;
}
#index ul span.section_title {
	font-size:14px;
	padding-left:-4px;
	padding-bottom:3px;
}
#index .container {
    padding: 30px 20px 25px 15px;
}

#exhibit {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

#exhibit p { margin-bottom: 9px; }
#exhibit .container {
    padding: 5px 5px 25px 5px;
	font-weight: lighter;
	color: #666666;
}
#exhibit strong {
	font-weight: bold;
	color: #333333;
	font-style: normal;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#logoimg {
	font-size:22px;
	margin-bottom:25px;
	font-family: 'Pontano Sans', sans-serif;
}
#logoimg A, #logoimg A:hover, #logoimg A:visited {
	color:#777;
}
#footer {
	color:#999;
	margin-top:100px;
	text-align:center;
	font-size:11px;
	width:350px;
}
