/*-----------------------------------------------------------[ Reset ]----------*/

body { font-size: 12px; padding: 0; margin: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
h1,h2,h3,h4,h5,h6,p { padding: 0; margin: 0; }

.floatL { float: left; }
.floatR { float: right; }

.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

a img { border: none; }


/*-----------------------------------------------------------[ Layout ]----------*/

body {
	background: #004a80 url(../images/bg-grid.png);
}

#theme-body {
	width: 100%;
	background: url(../images/math-pattern.png);
	padding-bottom: 35px;
	border-top: 10px solid #002d4d;
	border-bottom: 1px solid #001e33;
}

#theme-layout-wrapper {
	width: 84%;
	margin: 0px auto;
	border-left: 5px solid #d8d8d8;
	border-right: 5px solid #d8d8d8;
	border-bottom: 5px solid #d8d8d8;
	background: #fff;
}

#theme-header-wrapper {
	border-left: 1px solid #d1d1cf;
	border-right: 1px solid #d1d1cf;
	padding: 15px;
}

#theme-content-wrapper {
	border-left: 1px solid #d1d1cf;
	border-right: 1px solid #d1d1cf;
	border-bottom: 1px solid #d1d1cf;
	overflow: auto;
	padding-bottom: 15px;
}

#theme-content-inner-wrapper {
	margin-left: 315px;
	background: #fff;
	}

#theme-content {
	padding: 10px 20px;
}

#theme-outline-list {
	width: 300px;
	float: left;
	margin: 0 0 15px 15px;
	background: #f8f7f7;
	border: 1px solid #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


div.EpFooter {
	margin: 0;
	padding: 20px;
	background: #002d4d url(../images/footer-bg.png) repeat-x left top;
	font-size: 11px;
	color: #1f6699;
}

.EpFooter > div {
	text-align: center;
}

.EpFooter a {
	color: #6097bf;
	text-decoration: none;
}

.EpFooter a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------------------------[ Typography ]----------*/

a { color: #0072bc; }

a:hover { color: #00a9e0; }

h1.title {
	color: #666669;
	font-size: 2.6em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 20px 0px 25px 90px;
	border-bottom: 1px solid #eee;
	background: url(../images/gears.png) no-repeat left top;
	overflow: hidden;
	text-overflow: ellipsis;
}

h1 {
	color: #000;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.35em;
}

h1:first-child {
	margin-top: 0;
}

h2 {
	font-size: 1.7em;
	color: #6b6b7d;
	font-weight: normal;
	margin: 1em 0 0.2em 0;
}

h3 {
	font-size: 1.3em;
	color: #252525;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}

p {
	line-height: 1.35em;
	color: #000;
	margin: 0 0 1em;
}
