/*
Theme Name: Math Matters Template
Theme URI: http://math-matters.com/
Description: Custom Wordpress template.
Version: 0.1
Author: Sean Bernath
Author URI: http://seanbernath.com/
Tags: 
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}
img {
	margin: 10px;
	border:none;
}
#container{
	width: 713px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#headerNav{
	width: 713px;
	height: 154px;
	background: #ffffff;	
}
#headerNav img{
	margin:0;
}
#footer{
	color: #5aaf5a;
	width: 713px;
	height: 154px;
	float: left;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	background: #ffffff;	
	border-top: 1px solid #aaffaa;
}
#middle{
	width: 713px;
}
.leftNav{
	background: #ffffff;
	float: left;
	width: 160px;
	margin: 0px;
}
#contentRight{
	float: right;
	width: 533px;
	background: #ffffff;
	padding-top: 10px;

}

/*----------------------------leftNav-------------------------------*/
.leftNav{
	font: bold 10px verdana,arial,sans-serif;
}
.leftNav a{
	text-decoration: none;
}
.leftNav a:hover{
	text-decoration: underline;
}
.leftNav ul{
	list-style:none;
	margin: 0;
	padding: 0;
	width: 160px;
}
.leftNav ul ul{
	width:auto;
	border-left: solid 1px #359CD6;
	border-right: solid 1px #359CD6;
}
.leftNav li{
	margin:10px 0 0 0;
	padding: 0 0 0 0px;
}
.leftNav li li{
	margin:0;
	border:none;
	border-bottom: solid 1px #359CD6;
}
.leftNav a{
	display:block;
	padding:3px 5px 3px 5px;
	margin: 0;
}

.leftNav li a{
	background: #359CD6 url(images/navcap.gif) top center no-repeat;
	color: #ffffff;
}

.leftNav li li a{
	background: #D6D5CE;
	color: #81817A;
	border-left: solid 10px #C0BFB9;
 	line-height: 16px;
}
.leftNav li li a:hover{
	border-left: solid 10px #aaffaa;
	text-decoration:none;
}
.leftNav li li.current_page_item a{
	border-left: solid 10px #359CD6;
}

/* level 3 and beyond */
.leftNav li li li{
	border:none;
	margin-left: 15px;
	color: #81817A;
}
.leftNav li li li.current_page_item{
	color: #359cd6;
}
/* items hidden UNLESS parent or sibling is current page */
.leftNav li li ul{
	display:none;
}
.leftNav li li.current_page_item ul,
.leftNav li li.current_page_ancestor ul{
	display:block;
}
.leftNav ul ul ul{
	list-style-type:square;
	border:none;
	list-style-position: inside;
	background: #D6D5CE;
}
.leftNav li li li a{
	display:inline;
	padding:0;
	background: none;
	border:none !important;
}

/*-------------------Common Styles---------------------------*/
#contentRight h1{
	margin-top:15px;
	font-size: 20px;
	color: #5aaf5a;
}
#contentRight h2, #contentRight h2 a{
	font-size: 16px;
	color: #5aaf5a;
}
/*-------------------Home Page------------------------------*/
.frontPgBox{
	text-align: center;
	width: 250px;
	height: 350px;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
	border: 1px solid #07476B;
}
.frontPgBox img{
	margin: 0;
	padding: 0;
}
a.demoBtn{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 155px;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	border: none;
	background: url(images/demoButton.jpg) no-repeat center;
}
a:hover.demoBtn{
	text-decoration: underline;
}
/*-------------------Topics---------------------------------*/
.topicsList{
	padding:10px 0 10px 30px;
	}
	
/*-------------------Customer Quotes --------------------------*/
.quote{
	padding: 10px;
	width: 513px;
	float: left;
	clear: both;
}
.custQuote{
	font-weight: bold;
	display:block;
}
.custName{
	display: block;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 9pt;
	color: #666666;
}
/*------------------Demos ---------------------------------*/
#mdeDemo{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#mathMattersDemo{
}
#mathMattersDemo ul{
	margin-left: 40px;
}
#videoPlayer{
	width: 500px;
	text-align: center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}