/*-----------------------------------------------------
  Stylesheet: "Memo"
  Client: Wired Consulting
  Date: October 2007
  Author: Inventive Labs (http://inventivelabs.com.au)

  (c) Inventive Labs 2007

  Primary palette
    Light orange: #DE8231
    Metal: #424443

  Secondary palette
    Dark orange: #D55D33
    Light grey: #838684
    Lime: #AAD42C
    Black: #141414
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  color: #141414;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color: #D55D33;
}

a:hover {
  color:#DE8231;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.underWire {
  background: url(/static/images/memo_bg.png) repeat-x top left;
  width: 900px;
  margin: 0 auto;
}

.canLeft {
  background: url(/static/images/memo_can_left.jpg) no-repeat top left;
}

.canRight {
  background: url(/static/images/memo_can_right.jpg) no-repeat top right;
  min-width: 764px;
}

.minWidthDiv {
  width: 900px;
  margin: 0 auto;
  font-size: 13px;
}

.container {
  width: 900px;
  margin: 0 auto;
}

.page {
  /* background: url(/static/images/memo_page_bg.png) #FFF no-repeat top left;*/
}

.pageContent {
  padding: 20px 0px 0;
}

.textContent {
  width: 600px;
}

.captioned blockquote {
  display: none;
}

/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.protoNav {
  margin: 0;
  height: 110px;
  position: relative;
  font-size: 13px;
  background: url(/static/images/memo_nav_top.png) no-repeat top center;
}

.protoNav li {
  position: absolute;
  width: 90px;
  height: 50px;
  display: block;
  text-align: center;
}

.protoNav li a {
  width: 100%;
  height: 100%;
  display: block;
}

.protoNav li.active {
  font-weight: bold;
  background: url(/static/images/memo_nav_top_ball.gif) no-repeat bottom center;
}

#protoNavItem0 { top: 53px; left: 192px; }
#protoNavItem1 { top: 56px; left: 267px; }
#protoNavItem2 { top: 53px; left: 423px; }
#protoNavItem3 { top: 52px; left: 535px; }
#protoNavItem4 { top: 52px; left: 615px; }


/*-----------------------------------------------------
                  >> "Page" elements <<
-----------------------------------------------------*/
.pageContent {
}

.pageContent p, .pageContent li {
  font-size: 9pt;
  line-height: 13pt;
}

.logo {
  text-align: center;
  margin: 0 0 65px;
}

.logo .fullName {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px;
  color: #838684;
}

.message {
  font: 14pt Tahoma, Palatino, Georgia, serif;
  color: #444;
  line-height: 1.4em;
  margin: 1em 0 1em;
  width: 620px;
}

.message a {
  color: #838684;
}

.message a:hover {
  color: #444;
}

ul.pageNav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  line-height: 1em;
}

.relatedContent ul.pageNav li a {
  color: #141414;
  font-size: 13px;
}

.pageNav li a:hover {
}

.pageNav li.active a {
  font-weight: bold;
}

.pageNav li.feed a {
  padding-right: 16px;
  background: url(/static/images/feed_icon.png) no-repeat center right;
}


.contactLink {
  margin: 3px 0;
  text-align: right;
  height: 42px;
  margin-bottom: -15px;
}

.contactLink a {
  background: url(/static/images/email_go.gif) no-repeat center left;
  float: right;
  display: block;
  height: 46px;
  padding-left: 44px;
  line-height: 42px;
  vertical-align: middle;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
}


.relatedContent {
  background: #E9E9E9;
  padding: 10px 0 10px 10px;
  overflow: hidden;
  width: 610px;
}

.narrowRC {
  width: 256px;
  margin: 0 0 13px 8px;
  float: right;
  clear: right;
}

.blankRC {
  background: none;
  padding: 0;
}

.relatedContent .box, .relatedContent .wideBox {
  background: #FFF;
  float: left;
  margin: 0 9px 0 0;
  padding: 10px;
  border: 1px solid #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.relatedContent .box {
  width: 223px;
}

.relatedContent h3 {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 0 0;
  font-weight: normal;
  color: #777;
  display: inline;
}

.relatedContent .box *, .relatedContent .wideBox * {
  margin: 0 0 8px 0;
  font-size: 11px;
}

.studyLogo {
  float: right;
}

.sitemap {
  font: 90% Arial, Helvetica, sans-serif;
  padding: 0.5em 0;
  border-top: 1px solid #999;
  background: #EEE;
  width: 100%;
}

.sitemap a {
  color: #444;
}

.sitemap ul {
  list-style: none;
  margin: 1em 0;
  clear: both;
  overflow: hidden;
}

.sitemap ul ul {
  margin: 0;
}

.sitemap ul li {
  float: left;
  font-weight: bold;
  width: 17%;
  padding-left: 2%;
}

.sitemap ul ul li {
  float: none;
  font-weight: normal;
  width: auto;
  margin: 0;
  padding: 0;
}

.footer {
  padding: 2em 0;
  font-size: 11px;
  text-align: center;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

em, i {
  font-style:italic;
}

h1 {
  font-size:20px;
}

h1, h2, h3, h4 {
  font-weight: bold;
  font-size: 10pt;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
}

p, ul {
  margin-bottom: 1.5em;
}

ul {
  margin-left: 1em;
  line-height: 1.6em;
}

blockquote {
  padding:0 30px;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  border:1px solid #EEE;
  padding:4px;
  background:#FFF;
}
img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  border:1px solid #FFF;
  padding:4px;  
}
img.large {
  width:100%;
  margin:0 0 18px 0;
  border:1px solid #EEE;
  padding:4px;
  background:#FFF;  
}
img.right {
  float: right;
  margin: 0 3px 0 8px;
}


/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
  position: relative;
}

.date {
  font-size:80%;
  color: #444;
  position: absolute;
  left: 540px;
}

p.numberComments {
  font-size:12px;
  text-align:right;
  margin-top:25px;
  color:#424443;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}


/*-----------------------------------------------------
                     >> Comments <<
-----------------------------------------------------*/

.date, .hidePreview {
  font-size:70%;
  padding-left:4px;
}
form.comments {
  margin-top:45px;
}

form.comments div.details {
  float:left;
  width:40%;
  padding:0;
}

.details input {
  margin:0;
  width:100%;
}

form.comments div.comment {
 float:right;
 width:54%;
}

.comment textarea {
  width:100%;
}

form.comments small {
  float:right;
  font-size:11px;
  display:block;
  margin-top:0;
}

form.comments p.submit {
  padding-top:18px;
  clear:both;
}

#commentPreview p {
  color:#424443;
}

h2.commentsHeader {
  margin-top:40px;
  font-size:16px;
  font-weight:bold;
}

div.comment {
  margin-bottom:20px;
}

div.comment p {
  margin-bottom:25px;
  color:#424443;
  font-size:13px;
  line-height:130%;  
  width:80%;
  margin-bottom:13px;
}

.commenter {
  font-size:13px;
  margin-bottom:5px;
}

.numberComments {
  margin-top:30px;
  text-transform:uppercase;
}


/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
  text-transform:uppercase;
}

fieldset input {
  width:100%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:right;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:12px;
  font-weight:bold;
}


/*-----------------------------------------------------
                  >> Personnel <<
-----------------------------------------------------*/

.person {
  width:100%;
  overflow:hidden;
  margin-bottom:10px;
}

.person h2, .person h3 {
  margin-top: 0;
}

.person img {
  padding-right: 1em;
}

.person ul.vitals {
  list-style: none;
  color: #444;
}

.person ul.vitals li {
  font-size: 90%;
}



/*------------------------------------
 * Search
 *----------------------------------*/

.relatedContent form.searchForm, .relatedContent form.searchForm * {
  margin: 0;
}

#query {
  width: 155px;
}


.feedLink a {
  color: #333;
  font-size: 11px;
}

.feedLink a img {
  vertical-align: middle;
}



/*-------------------------------------
 * Newsletter form
 *-----------------------------------*/
.newsletterForm td {
  vertical-align: top;
  white-space: nowrap;
  color: #D55D33;
}

.newsletterForm input {
  width: 128px;
}
.newsletterForm input.captchaInp {
  display: block;
}

.newsletterForm input.submitInp {
  width: auto;
  font-weight: bold;
  color: black;
}

.relatedContent .box .newsletterForm,
.relatedContent .box .newsletterForm * {
  margin: 0;
}

