:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #bbb;
    color: #bbb;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

dl { 
  margin-bottom: 1em;
  margin-left: 20px;
}
dt { 
  font-weight: bold;
}

dd { 
  margin: 0.5em 0em 0.5em 2em;
}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

/* Content ---------------------------------------------------------------- */

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Layout ----------------------------------------------------------------- */

body {
  background: #ddd;
  background-image: url('/background.png');
  background-repeat: repeat-x;
  font: normal 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 150%;
  color: #2c2c2c;
  margin: auto;
  width: 950px;
}


a { 
  color: #3574a0;
}

a:hover {
    color: #ab0404; 
}

a:hover {
    text-decoration: underline;
}

/* Layout ----------------------------------------------------------------- */

#content {
  background-color: #fff;
  border: 1px solid #bbb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
  margin: 0px;
  padding: 0px;
}

#content-inner {
  margin-top: 10px;
}

#content-body { 
  padding: 30px;
}

/* Content ---------------------------------------------------------------- */

.asset-title {
  color: #3574a0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.asset-title a {
    text-decoration: none;
}

.asset-title a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.content-nav {
    margin: 5px 0 10px;
}

#content img{ 
  border: 1px solid #999;
}

.image-left { 
  margin-right: 14px;
}

.screenshots { 
  text-align: center;
}

.screenshots h2 { 
  text-align: left !important;
}


#content ul { 
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}

#content li { 
  margin-left: 20px;
}

.appstore-logo { 
  margin: 0px;
}

.top-screenshot { 
  float: left;
  margin: 0px 30px 20px 0px;
  width: 240px;
  border: none;
}

pre { 
  width: 620px;
  margin: 20px 20px;
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

#content-body h2 { 
  border-left: 10px solid #3574a0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0px;
}

.para { 
  width: 620px;
  margin: 20px 20px;
}

.clear { 
  clear: both;
}

.iamge-left { 
  float: left;
}

/* Header ----------------------------------------------------------------- */

#header { 
  height: 120px;
  margin-bottom: 10px;
}

#header-inner {
    position: relative;
}

#header a {
  color: #2c2c2c;
  font-weight: bold;
  font-family: "Arial Black";
  text-shadow: white 0px 1px 2px;
}

#header-content {
  margin: 0px;
  margin-left: 30px;
}

#header-name {
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    color: #fff;  
}

#logo { 
  position: absolute;
  top: 20px;
  left: 570px;
  width: 144px;
}


/* Navigation Baar--------------------------------------------------------- */

#navigation { 
/*  background: #d2e4e9;*/
  padding: 0;
  margin: 0;
  height: 36px;
}

#navigation a { 
  text-decoration: none;
}

#navigation > ul { 
  list-style: none;
  list-style-position: inside;
}

.tab {
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 12px 20px 8px 20px;
  float: left;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: "Myriad Pro", Helvetica, "Arial";
  font-weight: bold;
  color: #3574a0;

}

.selectedtab { 
  background: #fff;
  color: #000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

.selectedtab a { 
  color: #000;
}

.lasttab { 
  padding: 0;
  margin-top: 3px;
  margin-right: 10px;
  float: right;
}

.lasttab a { 
  color: #ab0404; 
}

/* Footer ----------------------------------------------------------------- */

#footer { 
  background-image: url('/content_shadow.png');
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  margin-bottom: 16px;
}

#footer-content {
  margin: 0px;
  padding: 0px;
  padding-top: 20px;

}

#footer-content,
#footer-content a {
  color: #3574a0;
  text-align: center;
  text-decoration: none;
}

#footer-content a:hover { 
    color: #ab0404;   
}

.selectedlink { 
  text-decoration: underline;
}

.footer-navigation { 
  margin: 0;
  padding: 0;
  text-align: center;
  width: 720px;
}

.footer-navigation > ul
{ 
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.text-navigation { 
  width: 120px;
  float: left;
  margin: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  display: block;
  font-family: "Myriad Pro", Helvetica, "Arial";
  color: #3574a0;
}

.footer-navigation:after { 
  clear: both;
  content: " ";
  display: block;
}

.powered { 
  font-size: 11px;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
.asset-body:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
}



