/*
 * main.css
 *
 * @author:	Randall Degges
 * @email:	rdegges@gmail.com
 * @date:	1-9-2010
 *
 * This is the primary (main) stylesheet for pycall.org.
 */

.center {
	text-align: center;
}

.justified {
	text-align: justify;
}

hr {
	border: 0em;
	margin: 0em;
	padding: 0em;
}

.menuitem {
	float: left;
	margin: 0em;
	border: 0em;
	padding: 0em;
	display: inline;
}

.menulink {
	float: left;
	padding: 1.5em;
	display: inline;
	min-width: 108px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.menuleft {
	border-left: 1px solid #EEE;
}

.menuright {
	border-right: 1px solid #EEE;
}

.menu-selected {
	color: #000;
	font-weight: bold;
	background-color: #EAAA0E;
}

#header a {
	color: #000;
	text-decoration: none;
}
