/* File: Main Stylesheet for adamjiang.com
 * Author: Adam Chiang
 * Revision: 1.1
 * Update: May 20th, 2010
 */
html, body {
  margin: 0;
  padding: 0;
}
body {
  font: 12pt sans-serif;
}
h1 {
  color: #002aff;
  font-size: 2.0em;
}
p {
  line-height: 125%;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  color: #002aff;
  text-decoration: underline;
}
img {
  border-style: none;
}
a[href^="http://"] {
  background: url(/images/external.png) center right no-repeat;
  padding-right: 13px;
}

#wrapping {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

#wrap-480 {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}

#navbar {
  width: 140px;
  padding: 5px 10px 5px 10px;
  margin-left: 2%;
  background-color: #f8f8f8;
  font-size: 12pt;
  line-height: 150%;
}
#navbar ul{
  color: #002aff;
  list-style-type: disc;
  list-style-position: inside;
  /* nothing to do */
}
#navbar a{
  text-decoration: none;
}
#dir {
  line-height: 150%;
}
#dir ul li{
  color: #002aff;
  list-style-type: none;
}
#dir ul li:before {
  content: "»";
  padding-right: 0.5em;
}
#dir a{
  text-decoration: underline;
}
#contact {
  padding: 0 5% 10px 5%;
}
#contact img {
  padding: 5%;
}
#contact ul{
 color: #002aff;
 list-style-type: disc;
 list-style-position: inside;
}
#contact a{
 color: #002aff;
 text-decoration: none;
}
#footer {
 font-size: 12px;
 padding-bottom: 15px;
}
#badges{
  height: 32px;
  width: 90px;
  float: right;
}
#email{
  background: url(/images/adam-mail.png) center right no-repeat;
  padding-right: 170px;
}
#real-email {
  display: none;
}
.flag {
  padding-right: 22px;
  background-position: center right;
  background-repeat: no-repeat;
}
#us {
 background-image: url(/images/us.gif);
}
#jp {
 background-image: url(/images/jp.gif);
}
#cn {
 background-image: url(/images/cn.gif);
}
.q {
 font-size: 18px;
 font-weight: bold;
 text-decoration: underline;
}
.a {
 padding-left: 5px;
 padding-right: 5px;
}
