/* @override 
	http://www.museopublications.com/css/aoa_styles.css
	http://www.museopublications.com/css/styles.css
*/

/* @group Universal Styles */

.explanation_title {
	text-transform: uppercase;
	letter-spacing: .2em;
	font: bold .85em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

body {
		font: .7em/1.5em Georgia, "Times New Roman", Times, serif;
}

a {
	color: black;
}

/* @end */

/* @group sidebar_left */

.column_left a {
	text-decoration: none;
}

.column_left .logo {
	margin-bottom: -5px;
}

.column_left .sublogo {
	margin-top:5px;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-bottom: 30px;
	font-style: italic;
}

.column_left .explanation_text {
}

/* @end */

/* @group sidebar_right */

.column_right a {
	text-decoration: none;
}

.column_right {
	font-size: .9em;
}

/* @end */

/* @group row_top */

.row_top {
	padding-top: 30px;
	padding-bottom: 70px;
	font: 0.8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.row_top .title {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.row_top .subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
}


.museo_arrow {
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-top: 15px;
}

.museo_arrow a {
	text-decoration: none;
}

.museo_arrow_largetext {
	font-size: 4em;
	font-weight: bold;
	margin-top: -25px;
	margin-bottom: -8px;
}

.museo_arrow_smalltext {
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

/* @end */

/* @group Debug */

._outline {
	border: 1px solid red;
	height: 500px;
}

/* @end */




