/** 
CSS for SCM About page

*/

body {
	background: #1a1a20;
	color: #000; /** font */
	background-position: 50% 0px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	user-select: none;
	text-align: left;
	margin: 0px;
}

#wrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 1px;
}

#nav-column {
	position: fixed;
	width: 165px;
	top: 25px;
	height: 280px;
	border-right: 1px solid #515151;
}

#nav-column #logo {
	margin-top: 12px;
	display: block;
	height: 60px;
	margin-left: 20px;
}

#nav {
	margin-top: 40px;
}

#nav a {
	display: block;
	margin-left: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #536A87;
	-o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#nav a:hover {
	padding-left: 5px;
}

#main-section {
	position: relative;
	top: 25px;
	left: 220px;
	width: 600px;
	margin-bottom: 80px;
}

#page-title {
	color: #E9E9E9;
	font-size: 42px;
	margin-top: 16px;
	margin-bottom: 44px;
}

#content {
	color: #536A87;
	padding: 0px;
}
