/*
 Stylesheet for dynamx.org
 (c) Brett Cooley - 2012
 */
/* line 8, screen.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 12, screen.scss */
:focus, :active {
  outline: 0;
}

/* line 15, screen.scss */
html {
  overflow-y: scroll;
}

/* line 18, screen.scss */
img {
  border: 0;
}

/* line 21, screen.scss */
body {
  font: .8em 'Droid Sans', Arial, Sans;
  background: white url(../images/bg.gif) repeat-x;
  /*background: #fff url(../images/bg.gif) repeat-x bottom;*/
  color: #777;
}

/* line 27, screen.scss */
a {
  text-decoration: none;
  color: #2659A6;
}

/* line 31, screen.scss */
h1 {
  font-size: 1.4em;
  font-weight: normal;
}

/* line 35, screen.scss */
h1 a {
  color: #fff;
  font-size: 1.6em;
}

/* line 39, screen.scss */
h2 {
  font-size: 1.2em;
}

/* line 42, screen.scss */
h3 {
  font-size: 1.2em;
  background: #163169 repeat-x left bottom;
  padding: 6px 7px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 15px;
  float: left;
}

/* line 51, screen.scss */
h4 {
  margin: 0 0 15px;
  color: #555;
  font-weight: normal;
  font-size: 1.6em;
  font-weight: normal;
}

/* line 58, screen.scss */
p {
  clear: both;
  line-height: 1.64em;
  margin: 0 0 15px;
}

/* line 63, screen.scss */
ul {
  clear: both;
  line-height: 1.64em;
  margin: 0px 0px 15px 25px;
}

/* line 68, screen.scss */
.line {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin: 0px 0 40px;
}

/* line 73, screen.scss */
.logo-line {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin: -10px 0px 40px;
}

/* line 78, screen.scss */
.clear {
  clear: both;
}

/* line 81, screen.scss */
#content {
  width: 970px;
  margin: 0 auto;
}

/*	#top { 
		color: #ccc;
		padding: 6px 20px 0; 
		font-size: .84em; 
		text-align: right; 
	}*/
/* line 91, screen.scss */
#logo {
  /* background: url(../../logo.png) no-repeat; */
  /* padding-top: 180px; */
  margin: 0px 0px 4px 0px !important;
  /* possible -170px on top margin*/
}

/* line 96, screen.scss */
#menu {
  float: right;
  margin-top: 33px;
  /* possible 12px */
  padding: 0px 0px 10px 20px !important;
}

/* line 101, screen.scss */
#menu li {
  display: block;
  list-style: none;
  font-size: 1.4em;
  line-height: 1.8em;
}

/* line 107, screen.scss */
#menu li a {
  display: block;
  text-align: right;
  color: #808080;
  border-right: 1px solid #ddd;
  padding: 0px 5px 0px 0px;
  margin: 4px 0px 0px 100px;
  -webkit-transition: color .25s ease, background .5s ease, border .2s ease;
  -moz-transition: color .25s ease, background .5s ease, border .2s ease;
  -ms-transition: color .25s eash, background .5s ease, border .2s ease;
  -o-transition: color .25s ease, background .5s ease, border .2s ease;
  transition: color .25s ease, background .5s ease, border .2s ease;
}

/* line 120, screen.scss */
#menu li a:hover, #menu li.current a, #menu li a:focus {
  color: #000;
  /*				background: 
  					-webkit-linear-gradient(right, rgba(22,49,105,0.25), rgba(22,49,105,0.0) 30px);*/
  border-right: 4px solid #163169;
  /* #163169 or #ddd */
  -webkit-transition: color .2s ease, background .5s ease, border .1s ease;
  -moz-transition: color .1s ease, background .5s ease, border .1s ease;
  -ms-transition: color .1s eash, background .5s ease, border .1s ease;
  -o-transition: color .1s ease, background .5s ease, border .1s ease;
  transition: color .1s ease, background .5s ease, border .1s ease;
}

/* line 131, screen.scss */
#pitch {
  background: url(../images/bars_lg.png) no-repeat right top;
  padding: 30px 350px 0px 10px;
  border-bottom: 1px solid #ddd;
  height: 210px;
  margin: -10px 0 35px;
}

/* line 138, screen.scss */
#pitch h1 {
  font-size: 2.6em;
  color: #000;
  /*margin: 0px 0 10px; */
}

/* line 143, screen.scss */
#pitch h2 {
  line-height: 1.5em;
  font-weight: normal;
}

/* line 147, screen.scss */
#graphic {
  width: 320px;
  height: 240px;
}

/* line 151, screen.scss */
.full {
  float: left;
  width: 900px;
  margin-left: 35px;
  margin-bottom: 25px;
}

/* line 157, screen.scss */
.full h1 {
  font-size: 2em;
  color: #000;
  font-variant: small-caps;
  margin-bottom: 30px;
}

/* line 164, screen.scss */
.bigfont {
  font-size: 1.12em;
}

/* line 167, screen.scss */
.left {
  float: left;
  width: 250px;
}

/* line 171, screen.scss */
.bio {
  float: right;
}

/* line 174, screen.scss */
#name {
  font-size: 2em;
}

/* line 177, screen.scss */
#quicklinks {
  margin-top: -10px;
}

/* line 180, screen.scss */
.right {
  float: right;
  width: 630px;
  margin: 0 0 20px;
}

/* line 185, screen.scss */
.right h3 {
  background: #808080;
  font-size: .84em;
}

/* line 189, screen.scss */
.third {
  float: left;
  width: 296px;
  margin: 0 40px 20px 0;
  text-align: justify;
}

/* line 195, screen.scss */
.last {
  margin-right: 0;
}

/* line 198, screen.scss */
#about {
  margin-top: 40px;
}

/* line 201, screen.scss */
#footer {
  clear: both;
  font-size: .84em;
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}

/* From maintenance.css */
/* line 210, screen.scss */
#mid-box {
  padding: 10% 0%;
  font-size: 1.2em;
  line-height: 3em;
  margin: 0px auto;
  width: 560px;
}
/* line 217, screen.scss */
#mid-box a {
  font-weight: bold;
}

/* line 221, screen.scss */
.center-bar {
  border-top: 1px dotted #ddd;
}

/* line 224, screen.scss */
#center-text {
  text-align: center;
}
