/*
Theme Name: AFREM
Description: Basic design used to match the previously-used AFREM Joomla template.
Author: Andrew Ortwein
Author URI: http://www.percussionoverload.com
Version: 1.0
*/

body
{
	background-color: #c0c6ee;
	color: #333;
	font-family: Arial, Sans-Serif;
	/*font-size: 62.5%; *//* Resets 1em to 10px */
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#page
{
	background-color: white;
	margin: 10px auto;
	padding: 10px;
	width: 720px;
	text-align: left;
}

#header
{
	margin-bottom: 10px;
	text-align: center;
}

#mainMenu
{
	background: #5f75c1;
	margin: 0;
	padding: 5px;
}

#mainMenu .page_item
{
	display: inline;
	list-style: none;
	margin-right: 10px;
}

#mainMenu .page_item a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu .page_item a:hover
{
	border-bottom: 1px dotted #fff;
}

#mainMenu .page_item.current_page_item a
{
	border-bottom: 2px solid #fff;
}
