/*
--------------------------------------
GLOBAL RESET
--------------------------------------
 */

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, strong, 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 {
  background:#FFFFFF none repeat scroll 0 0;
  color:#666666;
  font-family:"Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  min-width:850px;
  }
  
body {
  font-size:62.5%;
  line-height:1.5;
  }

#header {
  background:#FFFFFF url(/fb-grid-1px_v1.png) repeat-x scroll left -1050px;
  min-height: 50px;
  position: relative;
  }  
  
#logo {
  left: 30px;
  position: absolute;
  top: 1.25em;
}  


/*
--------------------------------------------------
links
--------------------------------------------------
*/
a:link {
    color: #1170a3;
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    color: #5c8aa3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#footer {
    background: #fbfbfb url(/fb-grid-1px_v1.png) repeat-x 0 -850px;
    clear: both;
    font-size: 1.2em;
    height: 49px;
    padding-right: 18px;
    margin-top: 30px;
}

#nav-footer {
    margin: 0 0 0 15px;
    padding-top: 1.4em;
}

.nav-footer-item {
    float: left;
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

#metaweb-attribution {
    margin-top: 1.5em;
    float: right;
}

#copyright {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 10px;
    color: #1d709c;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
  
.clear {
    min-height: 1%;
    _height: 1%; /* IE 6 hack. TODO move to conditional comments */
}

#content {
    padding: 25px 30px 0px;
    min-height: 400px;
}

* html #content {
    height: 400px;
}

/*
--------------------------------------
headings
--------------------------------------
*/
.page-title,
#page-title,
#PageTitle,
#marketing-title {
    color: #333;
    padding: 0 0 5px 0px;
    font-size: 2.2em;
    margin-bottom: .2em;
    border-bottom: 1px solid #00bff3;
}
#username-title .template-label, 
.page-title .template-label {
    font-size: 0.8em;
    color: #999;
}
#marketing-title .template-label {
    color: #999;
}

#makingapps {
    margin: 20px 0 20px;
}

h2 {
    font-size: 1.6em;
    color: #ff8321;
    margin-bottom: 0.25em;
}

h3 {
    font-size: 1.2em;
    color: #333;
    font-weight:bold;
}

h4 {
  font-size:1.2em;
  line-height:1.25;
}

#appsteps {
    clear: both;
    margin-top: 1.5em;
    padding: 0;
    background: #eefafe;
    border: 1px solid #a9e9fb;
    width: 948px;
    padding: 10px;
}

#appsteps ul {
    margin-left: 1.2em;
    margin-bottom: 5px;
    list-style-type: disc;
}

#appsteps li {
    margin: 5px 0;
}

.step {
  float: left;
  width: 306px;
  padding: 5px;
}

.step img {
  border: 1px solid #ddd;
  margin: 5px 0;
}

#blurb {
    clear: both;
    margin-top: 1em;
    font-size: 1.1em;
}

