@font-face {
	font-family: 'SegoeWP';
	src: url('../fonts/SegoeWP.ttf') format('truetype');
}

@font-face {
	font-family: 'SegoeWP Bold';
	src: url('../fonts/SegoeWP-Semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'SegoeWP Light';
	src: url('../fonts/SegoeWP-Light.ttf') format('truetype');
}

body {
  background: url('../images/bg.png');
  color: #333;
  font-family: 'SegoeWP';
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

strong {
  font-family: 'SegoeWP Bold';
}

em {
  font-family: 'SegoeWP Light';
}

p {
  line-height: 25px;
  padding: 15px 0;
}

blockquote {
  border-left: 5px solid #ccc;
  font-family: 'SegoeWP Light';
  margin: 5px 0;
  padding: 0 0 0 15px;
  text-decoration: italics;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  margin: 15px 0;
  padding: 6px 10px;
  border-radius: 3px;
}

a, a:visited, a:hover, a:active {
  color: #4d308a;
}

ol {
  list-style: decimal inside none;
  padding-left: 15px;
}

ul {
  list-style: disc inside none;
  padding-left: 15px;
}

ul li {
  padding: 5px 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.kinect-purple {
  color: #4d308a;
}

#container {
  margin: 0 auto;
  width: 960px;
}

header {
  padding: 25px 0;
}

header h1 {
  font-size: 48px;
}

header .team-info {
  text-align: right;
}

nav li {
  display: inline-block;
  font-family: 'SegoeWP Light';
  font-size: 20px;
  padding: 0 10px;
  text-transform: lowercase;
}

nav a, nav a:visited {
  color: #333;
  text-decoration: none;
}

nav a:hover, nav a.selected {
  color: #4d308a;
}

nav strong {
  color: #4d308a;
}

#main {
  padding: 20px;
}

#main h1, #main h2, #main h3 {
  font-family: 'SegoeWP Light';
  padding: 10px 0;
}

.title h1 {
  padding: 10px 0px 20px 0;
}

.content {
  padding: 0 15px;
}

.content h2 {
  text-transform: lowercase;
}
