/* Style sheet for These Waves of Girls paper */

.theory {
	float: left;
	clear: left;
	width: 45%;
	padding-left: 2%; 
	padding-right: 2%;
	font-family: sans-serif;
}

.waves {
	float: right;
	clear: right;
	width: 45%;
	padding-left: 2%; 
	padding-right: 2%;
	border: thin solid grey;
	font-family: sans-serif;
	font-style: italic;
	margin-top: 1em;
}
.waves I {
	font-style: normal;
}

P.cite {
	font-family: monospace;
	margin-left: 10%; 
	margin-right: 10%; 
	text-indent: -5%;
	margin-top: 1.5em;
}

A.external {
	text-decoration: none;
	color: #000066;
}
A.external:hover {
	text-decoration: underline;
}

A.internal {
	text-decoration: none;
}
A.internal:hover {
	text-decoration: underline;	
}

P.botnav {	/*navigation links at the bottom of the page */
	text-align: center;
	padding: 0.5em;
	border: thin solid olive;
	margin-top: 1.5em;
}


H2 {
	text-align: center;
	margin-bottom: 0.25em;
}

H3.subtitle {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}