/*
Theme Name: Maccessibility
Theme URI: http://www.maccessibility.net
Description: Mac-cessibility
Author: Josh de Lioncourt
*/

/* Global */

body
{
	margin: 0;
	padding: 0;
	color: #EEEEEE;
}

a {
	  color: #ffffff;
	  text-decoration: none;
	  font-weight: bold;
	  }

a:hover {
	  color: #ffffff;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/* Container */
#container
{
	width: 1024px;
	min-width: 1024px;
	_width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-style: groove;
	border-width: 5px;
	border-color: #6DA6E2;
	padding: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.6em;
	background: transparent;
	clear: both;
}

#container p
{
	padding-bottom: 12px;
}

#container h1
{
	color: #444444;
	font-size: 22px;
	font-weight:bold;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFFFFF;
}

	#container h2
{
	color: #444444;
	font-size: 18px;
	font-weight:bold;
	text-decoration:underline;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFFFFF;
}

	#container h2 a
{
	color: #444444;
	text-decoration: none;
}

	#container h2 a:hover
{
	color: #444444;
	}

/* header */
	#header {
	  width: 745px;
	margin-left: 0px;
	margin-right: auto;
	  padding-bottom:10px;
	  padding-top: 0px;
	  float: left;
	  }

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

	#header a:hover {
	  color: #999;
	  }

/* contrasttoggle */
#contrasttoggle
{
	  width: 100px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

/* stockticker */
	#stockticker
{
	  width: 100px;
	margin-left: 20px;
	background: transparent;
	float: left;
	  }

/* fullbox */
.fullbox
{
	width: 1004px;
	padding-left: 10px;
		padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	background: transparent;
}

/* adbox */
#adbox
{
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* menu */
	.menu {
	  width: 745px;;
	margin-left: auto;
	margin-right: auto;
	  padding-top: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	  clear: both;
	  background:url(img/menu.jpg) no-repeat;
	  }

	.menu a {
	  color: #FFFFFF;
		font-size: 16px;
	  text-decoration: none;
	  }

	.menu a:hover {
	color: #FFFFFF;
	font-size: 16px;
		  text-decoration: underline;
	}

.menulist li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}

/* submenu */
	.submenu {
	  width: 745px;;
	margin-left: auto;
	margin-right: auto;
	  padding-top: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	  clear: both;
	  background:url(img/menu.jpg) no-repeat;
	  }

	.submenu a {
	  color: #FFFFFF;
		font-size: 14px;
	  text-decoration: none;
	  }

	.submenu a:hover {
	color: #FFFFFF;
		font-size: 14px;
		  text-decoration: underline;
	}

.submenulist li {
	display: inline;
	list-style-type: none;
	padding: 10px;
}

/* feedicon */
.feedicon
{
	display: inline;
}

/* searchbox */
	#searchbox
{
	position: relative;
	width: 1004px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	  }


/* xls_list */
.xls_list li
{
	padding-left: 20px;
}

/* twitter */
	#twitter
{
	position: relative;
	width: 1004px;
	clear: both;
	  }

#twitter h2
{
	width: 1004px;
	color: #444444;
	font-size: 18px;
	font-weight:bold;
	text-decoration:underline;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFFFFF;
}

#twitter ul
{
	padding-left: 30px;
}

/* wideleft */
	#wideleft {
	position: relative;
	width: 708px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
	  }

/* narrowright */
	#narrowright 
{
	position: relative;
	width: 236px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
	  }

#narrowright ul
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

/* halfleft */
	.halfleft
{
	position: relative;
	width: 462px;
	padding-top: 10px;
	padding-bottom: 10px;
padding-left: 10px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	clear: left;
	  }

/* halfright */
	.halfright {
	position: relative;
	width: 462px;
	padding-top: 10px;
	padding-bottom: 10px;
padding-left: 30px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	  }

/* Footer */
	#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	  clear: both;
	  width: 745px;
	  font-size:10px;border:2px solid #fff;
       background:#2763A5 url(img/foot.gif);
	   background-repeat: no-repeat;
	  }

	#footer p {
	  color:#fff;
	  padding: 2px;
	  text-align: center;
	  }

	#footer p a {
	  color: #fff;
	  background:#2763A5 url(img/foot.gif);
	  font-weight:100;
	  border-bottom: 1px dotted #fff;
	  }

	#footer p a:hover {
	  color: #fff;
	  text-decoration: none;
	  border-bottom: 0px dotted #fff;
	  }

/* inlineitem */
.inlineitem {
	display: inline;
}

/* background color contrast classes */
.highcontrast
{
	background-color: #00225F;
}

.standardcontrast
{
	background-color: #2763A5;
}
