/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

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 {
  padding: 0;
  margin: 0;
  font-family: Gill Sans, Helvetica, Arial, sans-serif;
  /*
  background: #333 url(/static/images/pillar.gif) repeat-y;
  */
  /*
  background: #2A576A url(http://s3.amazonaws.com/twitter_production/profile_background_images/2732888/blueprint_framework.jpg) no-repeat;
  */
  background: #18243E url(/static/images/bg_body.jpg) repeat-y;
  color: #EEE;
  background: #
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#003153;
}

a:hover {
  color:#001926;
}

p a {
  text-decoration:underline;
}

.masthead a {
  color:#fff;
  padding-right:12px;
}

ul ul {
  margin: 0;
  font-size: 100%;
  padding-left: 1em;
}

pre {
  margin-bottom: 1em;
}

code {
  font-family: Consolas, Monaco, monospace;
  font-size: 9pt;
  color: #2a576a;
}


/*-----------------------------------------------------
          >> Blueprint Developer Help  <<
-----------------------------------------------------*/

div.dev_attributes {
  border: 1px dashed #f0f; 
  font-family: sans-serif;
  padding: 5px; 
  margin: 0 0 20px; 
}
div.dev_attributes h2 {
  color: #f0f;
  margin: 0;
  padding: 0;
  font-weight: bold;  
}
div.dev_attributes p.exception {
  font-size: 13px;
  font-family: sans-serif;  
  font-weight: bold;
  color: #f0f;
}
div.dev_attributes table {
  list-style-type: none; 
  font-family: sans-serif;  
  font-size: 11px;
  padding: 0; 
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0 0 0;
}
div.dev_attributes table tr th {
  color: #f0f;
  text-align: left;
  font-weight: bold;
}
div.dev_attributes table tr td,
div.dev_attributes table tr th {
  border-bottom: 1px solid #ccc;
  padding: 3px 14px 3px 0;
}

div.dev_attributes table tr td,
div.dev_attributes table tr td p {
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  margin: 0;
}



/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

div.masthead {
  padding: 20px 20px 40px;
  background: url(/static/images/bg_masthead.jpg) repeat-y;
}

.logoImage {
  float: left;
}

.logoType {
  padding-top: 12px;
}

ul.nav {
  list-style: none;
  margin-left: 140px;
  padding-bottom: 12px;
}

ul.nav li {
  float: left;
}

.searchForm {
  padding-left: 42px;
}


div.document {
  padding: 40px 60px;
  color: black;
  width: 610px;
  float: left;
}

.document p {
  font-family: Georgia, serif;
  font-size: 90%;
  line-height: 130%;
  margin-bottom: 17px;
}

.document ul, .document ol {
  font-family: Georgia, serif;  
  padding: 0 0 0 1.5em;
  font-size: 80%;  
  margin: 18px 0 21px 0;
}

.document ol {
  padding-left: 2em;
}

.document ul ul, .document ol ol {
  margin: 0;
  font-size: 100%;
  padding-left: 1.5em;
}

.document li {
  line-height: 125%;
  margin-bottom: 4px;
}

.document li p {
  font-size: 100%;
}

.document pre, .document blockquote {
  font-family: Georgia, serif;
}

div.menu {
  font-size: 11px;
  position: absolute;
  left: 768px;
  margin-top:80px;
}

div.menu a {
  color: #DDD;
}

div.menu a:hover {
  color: #FFF;
}

.menu ul {
  font-family: Lucida Grande, Arial, sans-serif;
  font-weight: normal;
  list-style: none;
}

.menu li {
  white-space: nowrap;
  line-height: 160%;
}

.menu li a.active {
  font-weight: bold;
  color: white;
}

div.siteTitle {
  font: bold 26px Gill Sans, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 12px;
}

div.siteTitle a {
  color: #fff;
}

div.cursor {
  background: url(/static/images/cursor.gif) no-repeat;
  width: 10px;
  height: 18px;
  position: absolute;
  left: 750px;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

em, i {
  font-style:italic;
}

h1 {
  font-size:22px;
  margin-bottom:15px;
}

h2 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom:10px;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}


blockquote {
  padding:20px 30px;
}

blockquote p {
  font-size: 110%;
  color: #003153;
  padding: 0;
  margin: 0;
  width: 100% !important;
}

blockquote cite {
  font-style: italic;
  font-size: 90%;
}

small {
  font-size: 80%;
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

.document img {
  background: #2a576a;
  background: #B6F5DD;
  padding: 4px;
}

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 #eee;
  padding: 4px;  
}

img.large {
  width: 100%;
  margin: 0 0 18px 0;
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;  
}

/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/
div.menu form {
  margin: 0 0 20px;
  padding: 0;
}
#query {
  width: 118px;
}

/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight: normal;
}

.links dt image {
  float: left;
}

dl.links dd {
  margin-bottom: 20px;
}

dl.links dd p {
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 0;
}


form.comments label {
  display:block;
  font-size:12px;
  margin-top:3px;
}

form.comments span {
  display: block;
  padding: 1px;
  margin-bottom:11px;
}

form.comments span input {
  width: 100%;
  margin:0 auto;
  display:block;
  font-size:15px;
}

form.comments textarea {
  width: 100%;
  font-size:15px;
  font-family:arial, sans-serif;
}

#commentFormControls {
  text-align: center;
  padding-top: 24px;
}
