/*	site-specific styles
 *
 * Page Background: #3c4c51
 * Page Background Border: #344449
 * Nav and Footer: #e4f2f7
 * Nav and Footer Border: #bfd9e2
 * Faint Blockquote Background: #F2F8FA
 * Body Background: #fff
 * Logo Red Background: #eb6953
 * Header Nav Text: #fff
--------------------------------------------- */

html,
body {
  margin-top: 0;
}

body {
  background: #3c4c51 url(/images/site/dark-background.png) center top repeat;
}
.intro {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
/* TODO: Figure this out on the project.php page */
.intro p {
  clear: both;
}
h1 {
  font-family: Georgia, Times, serif;
  color: #36464b;
}
h2 {
  color: #36464b;
}
a {
  color: #344449;
}
a:visited {
  color: #3c4c51;
}
a:hover {
  color: #eb6953;
}
blockquote {
  color: #344449;
  font-family: "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
  font-size: 133%;
  padding: 16px 20px;
  line-height: normal;
  background-color: #F2F8FA;
  margin: 0 0 20px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote a {
  color: #666;
  text-decoration: none;
}
cite {
  margin-top: .5em;
  display: block;
  text-align: right;
}
strong {
  color: #36464b;
}
.caps {
  letter-spacing: 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
/* hack: remove ugly firefox link borders */
:focus { -moz-outline-style: none; }

/*	layout
--------------------------------------------- */

div#header,
div#footer,
div#bottom {
  width: 100%;
}
div.inner {
  text-align: left;
  margin: 0px auto;
  width: 950px;
}
div#content {
  padding: 20px 0;
  background-color: #fff;
}

/*	newsletter, ladybug, and basecamp logins
--------------------------------------------- */
div.wraplogin {
  width: 950px;
  margin: 0 auto 0 auto;
}
div#ladybug,
div#basecamp,
div#newsletter {
  display: none;
  margin: 20px 0 0 210px;
}
div.toplogin {
  background-color: #3c4c51;
  height: 120px;
  width: 720px;
  padding: 10px 0 10px 20px;
  border: 2px solid #344449;
  color: #fff;
}
div.toplogin h3 {
  color: white;
}
div.toplogin .description {
  font-size: 80%;
  width: 380px;
  height: 100px;
  margin-right: 40px;
  float: left;
  text-align: left;
}
div.toplogin .description a {
  color: #ddd;
}
div.toplogin table.inputs {
  width: 280px;
  height: 100px;
}
div.toplogin td {
  border: none;
  padding: 0;
}
div.toplogin .inputs td.label {
  height: 20px;
  text-align: right;
}
div.toplogin .inputs label {
  font-weight: normal;
  color: #bfd9e2;
  font-size: 90%;
  padding-right: 10px;
}
div.toplogin .inputs td.input input {
  width: 180px;
  font-size: 90%;
  font-family: Helvetica, Arial, sans-serif;
}
div.toplogin .smoothbutton {
  margin-top: 6px;
  text-align: right;
}

/*	menu bar
--------------------------------------------- */

div#menubar {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  border-bottom: 1px solid #344449;
  color: #eee;
  font-size: 14px;
  height: 24px;
  padding-bottom: 6px;
  padding-top: 9px;
  font-weight: normal;
}
div#menubar p {
  float: right;
  line-height: 1.5em;
  padding: 0 0 0 20px;
  margin: 0;
}
div#menubar a {
  margin-left: 10px;
  color: #eef;
  text-decoration: none;
}
div#menubar a:hover {
  color: #eb6953;
}

/*	header
--------------------------------------------- */

div#header {
  background: #fff url(/images/site/back-top.png) repeat-x top;
  height: 80px;
  font-size: 16px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
div#header h1 {
  float: left;
  margin-bottom: 0;
}
div#header div.inner {
  padding: 3px 10px;
}
div#header a#logo {
  background: transparent url(/images/site/needmore-logo.png) no-repeat scroll 0px;
  display: block;
  float: left;
  height: 120px;
  width: 170px;
  position: absolute;
  top: 0;
/*   margin-left: 6px; */
  text-indent: -9999px;
}
div#header a#logo:hover {
}
div#header em {
  color: #36464b;
  line-height: 60px;
  margin-left: 180px;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  background-color: inherit;
}
div#header em a {
  margin: 3px 5px;
  letter-spacing: 1px;
}
div#header ul {
  list-style: none;
  float: right;
  height: 36px;
  margin: 12px 0 4px 0;
  padding: 0;
  font-size: 14px;
/*   font-weight: bold; */
}
div#header ul li {
  float: left;
  margin: 6px 0 3px 20px;
}
div#header ul li a {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  color: #000;
}
div#header ul li a:hover {
  color: #eb6953;
}

/*	content
--------------------------------------------- */

div#content {
  background: #fff url(/images/site/back-lower.png) repeat-x bottom;
}

/*  primary section
--------------------------------------------- */

div#primary {
  margin: 0 auto 0 auto;
  padding: 20px 0 20px 0;
  width: 940px;
}
div#primary .splash {
  width: 940px;
  height: 240px;
  background-color: #ccc;
}

/*	home page splashes
--------------------------------------------- */

ul#splashes {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  width: 948px;
  height: 300px;
  overflow: hidden;
  border: 1px solid #344449;
  background-color: #3c4c51;
}
ul#splashes li {
  clear: left;
  width: 948px;
  height: 300px;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #3c4c51;
}
ul#splashes div.splash {
  float: left;
  width: 620px;
  height: 300px;
  overflow: hidden;
}
ul#splashes div.blurb {
  float: left;
  width: 293px;
  height: 280px;
  overflow: hidden;
  padding: 10px 15px 10px 20px;
  font-size: 125%;
  font-weight: bold;
  color: #bfd9e2;
  background: url(/images/site/blurb-backdrop.gif);
  text-shadow: 1px 1px 1px #344449;
}
ul#splashes div.blurb a {
  text-decoration: none;
  color: #bfd9e2;
}
ul#splashes div.blurb p.thingie {
  margin-bottom: 0;
}
ul#splashes div.blurb p.thingie a {
  color: #fff;
}
ul#splashes div.blurb p.thingie a:hover {
  color: #eb6953;
}

div#twitter_div {
  background: white url(/images/icons/twitter-row.gif) top center no-repeat;
  height: 40px;
  line-height: 40px;
  width: 950px;
  overflow: hidden;
}
ul#twitter_update_list {
  list-style-type: none !important;
  margin: 0;
  padding-right: 80px;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
}
ul#twitter_update_list li a {
  color: #bbb;
}
ul#twitter_update_list li span a {
  color: #42565b;
}
a#twitter-link {
/*   padding-right: 80px; */
  display: block;
  text-align:right;
  font-size: 80%;
  margin-top: 10px;
  text-decoration: none;
}

/*	portfolio
--------------------------------------------- */

ul#projects {
  margin: 0;
  padding: 0;
}
ul#projects li {
  width: 300px;
  height: 188px;
  float: left;
  margin: 0 16px 10px 0;
  padding: 5px 0 5px 0;
  list-style-type: none;
  display: inline;
  text-align: left;
}
ul#projects li:hover {
/*   background-color: #f4f4f4; */
  color: #eb6953;
}
ul#projects li .caption {
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 1px;
}
ul#projects li a {
  color: #344449;
  text-decoration: none;
}
ul#projects li a:hover {
  color: #eb6953;
}
ul#projects li div.thumb {
  width: 300px;
  height: 160px;
  margin-bottom: 4px;
  background-color: #eee;
  border: 1px solid #3c4c51;
}
ul#projects li div.thumb:hover {
  border: 1px solid #eb6953;
}
img.sidethumb,
img.sidethumb2 {
  border: 1px solid #E2E2E2;
}
img.sidethumb2 {
  margin-top: 15px;
}
#project h2 {
  font-family: Georgia, Times, serif;
}
#project div.view {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 90%;
  letter-spacing: 1px;
  float: right;
  vertical-align: bottom;
  margin: 11px 0 0 0;
  text-transform: uppercase;
  float: right;
}
#project div.view a {
  text-decoration: none;
}
#project .details {
  font-family: Georgia, serif;
  font-size: 105%;
}
#project ul {
  margin: 20px 0;
}
#project ul li {
  list-style-type: none;
}
#pagination {
  clear: both;
  width: 100%;
  height: 20px;
}
#pagination a {
  text-decoration: none;
}
#pagination span.prev {
  float: left;
}
#pagination span.next {
  float: right;
}

/*	clients
--------------------------------------------- */

body#clients p strong {
  font-family: Georgia, Times, serif;
  font-size: 106%;
  margin-right: 6px;
}

/*	services (and clients)
--------------------------------------------- */

body#services h2,
body#clients h2,
body#support h2,
div.vcard span.fn {
  font-size: 1.25em;
  font-weight: bold;
  color: #cf4f3f;
  margin: 0.5em 0;
  padding-bottom: .25em;
  border-bottom: 1px solid #bfd9e2;
  text-shadow: 1px 1px 1px #e4f2f7;
  display: block;
}

/*	about
--------------------------------------------- */

div.vcard {
  border: 1px solid #eee;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f8f8f8;
  padding: 0 20px 20px 20px;
  margin: 0 20px 20px 0;
  width: 412px;
  float: left;
}
/*
div.vcard span.fn {
  display: block;
  font-weight: bold;
}
*/
div.vcard span.org {
  display: none;
}
div.vcard p {
  margin: 0;
}
body#about img.photo {
  float: right;
  padding: 2px;
  border: 1px solid #bfd9e2;
  width: 100px;
  height: 100px;
  background-color: #fff;
}

/*	blog (notes)
--------------------------------------------- */

body#notes h2 {
  font-size: 1.25em;
  font-weight: bold;
  color: #cf4f3f;
  margin: 0.5em 0 0.25em 0;
  padding-bottom: .25em;
  border-bottom: 1px solid #bfd9e2;
}
body#notes h2 a {
  color: #cf4f3f;
  text-decoration: none;
}
body#notes .meta {
  color: #999;
}
body#notes .meta a {
  color: #666;
}
body#notes .meta div {
  margin-top: 0.5em;
}
body#notes .meta .author {
  font-weight: bold;
}
body#notes .post {
  margin-top: 0.5em;
}
body#notes .post p img {
  float: none;
  padding: 0;
  margin: 0;
}
div.paginate {
  margin-top: 1em;
  font-weight: bold;
}
body#notes div.comment {
  margin: 0.25em 0;
  border-bottom: 1px solid #e4f2f7;
}
div.preview {
  background-color: #ffe !important;
}

/*	footer
--------------------------------------------- */

div#footer {
  background: #e5f3f8 url(/images/site/back-bottom.png) repeat-x bottom;
  color: #eee;
  padding: 30px 0;
  font-size: 88%;
}
div#footer a {
}
#footer h5 {
  border-bottom: 1px solid #A2C8D6;
  color: #36464B;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#footer h6 {
  color: #333;
  font-size: 14px;
  line-height: 21px;
}
#footer ul {
/*   line-height: 1.75em; */
  list-style-type: none;
  margin-top: 12px;
}
#footer ul {
  margin-left: 0;
  padding-left: 0;
}
#footer .section {
  float: left;
  line-height: 18px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 280px;
}
#footer .section.last {
  margin-right: 0;
}
#footer p,
#footer label, 
#footer ul li {
  margin: 12px 0;
  color: #4B6269;
}
#footer form {
  margin-top: 12px;
}
#footer form label {
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer form input.text {
  width: 280px;
  background-color: #F2F8FA;
}
#footer form input:focus {
  background-color: #fff;
}
#joinlist {
  margin-top: 10px;
}
#onepercent a {
  display: block;
  height: 129px;
  width: 143px;
  background: url(/images/site/one-percent.gif) no-repeat; 
}
#onepercent a:hover {
  background: url(/images/site/one-percent-over.gif) no-repeat; 
}
/*	page bottom
--------------------------------------------- */

#bottom {
  clear: both;
  border-top: 2px solid #344449;
  font-size: 13px;
/*   letter-spacing: 1px; */
  text-shadow: 1px 1px 1px #344449;
  padding: 30px 0;
  color: #BFCED3;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
#bottom a:link,
#bottom a:visited {
  color: #BFCED3;
  text-decoration: none;
}
#bottom a:hover,
#bottom a:active {
  color: #BFCED3;
  text-decoration: underline;
}
#bottom p.links {
  float: left;
  padding-left: 10px;
}
#bottom p.links a {
}
#bottom p.copyright {
  float: right;
  padding-right: 10px;
}

/*	clears
--------------------------------------------- */

.group:after,
li:after,
#errorExplanation:after,
#menubar .inner:after,
#header .inner:after,
#page_header:after,
#page_content:after,
#page_footer:after,
#member_profile:after,
#member_pictures:after,
#member_assignments:after,
.main_section:after,
.main:after,
.sub:after,
.assignment:after,
#footer .inner:after,
#bottom .inner:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}