html * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html, body, div, p, ul, ol, blockquote {
    margin:     0;
    padding:    0;
    border:     0;
}
html, body {
    background: #9ae89a;
    width:      100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size:   10pt;
    line-height: 160%;
    letter-spacing: 0.2pt;
    text-align:  center;
}
img {
    border:     0;
}
h2 {
    margin: 5pt 0 0 0;
    font-size:      180%;
    line-height:    160%;
}
p {
    margin: 5pt 0 16pt;
}
h3 {
    margin: 20pt 0 10pt 0;
    font-size: 130%;
}
h1 {
	border: 0;
	padding: 0;
	margin: 0;
	height: 72px;
}
a {
	color: #0c0;
}
li {
    margin-left: 20px;
}
abbr {
    border-bottom: 1px dotted #000;
}
strong {
    font-weight: bold;
}
blockquote {
    font-family: Myriad Pro, Trebuchet MS, Arial, sans-serif;
    font-size:   10pt;
    margin: 0 40px 0 10px;
    border-left: 3px solid #ccc;
    padding: 0 10px;
    color: #555;
}

#milk {
    width: 900px;
    background: #9ae89a url('background.jpg') no-repeat top left;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#container {
    width:      500px;
    margin:     0 0 50px 209px;
    padding-top:    49px;
}
#bubble {
    background:             #fff;
    padding:                1px 0;
    
    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}
#content {
    margin:                30px 30px 10px 30px;
}
input {
    border:                 1px solid #ddd;
    padding:                10px;
    background:             #fefffa;
    letter-spacing:         0.6pt;
    font-family:            Helvetica, Arial, sans-serif;
    font-size:              10pt;
    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}
button {
    display:                inline;
    margin-right:           20px;
    padding:                10px;
    border:                 1px solid #fac;
    background:             #ffddf4;
    color:                  #b48;
    cursor:                 pointer;
    font-family:            Helvetica, Arial, sans-serif;
    font-size:              11pt;
    width:                  auto;
    overflow:               visible;
    
    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}
button.soft {
    border:                 1px solid #fac;
    background:             #fef;
    color:                  #b48;
}
#error {
    margin-bottom:          40px;
    border:                 1px solid #f55;
    padding:                20px 40px;
    background:             #fbb;
    color:                  #f00;
    font-family:            Helvetica, Arial, sans-serif;
    font-size:              11pt;
    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}
#success {
    margin-bottom:          40px;
    border:                 1px solid #9fa;
    padding:                20px 40px;
    background:             #dfe;
    color:                  #083;
    font-family:            Helvetica, Arial, sans-serif;
    font-size:              11pt;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
}
#right {
    position:               absolute;
    width:                  140px;
    margin:                 121px 0 0 0;
    left: 720px;
}
#nav {
    background:             #fff;
    padding:                20px;
    text-align:             left;

    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}
#nav li {
    margin: 0;
    list-style: none;
}
#nav a {
    text-decoration: none;
    color: #000;
}
#nav a.current {
    color: #b48;
}



#banner {
    margin:                 10px 0;
    background:             #fff;
    padding:                20px;
    text-align:             left;

    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}

#partners {
    margin-top:             40px;
    background:             #fff;
    padding:                8px;
    text-align:             left;
    position:               absolute;

    border-radius:          8px;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
}

#footer {
    width:       500px;
    margin:      7px 0 30px 0;
    padding:     7px;
    text-align:  center;
    font-size:   8pt;
}
#footer a {
    color:      #000;
    text-decoration: none;
}

.small {
    font-size:75%;
    line-height:75%;
}

.big {
    font-size:150%;
    line-height:150%;
}

.info {
    border-bottom:  2px dotted #e38cb6;
    cursor:         help;
}

.user_image {
    width: 54px;
    height: 54px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;

    border-radius:          3px;
    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
}

.user_image img {
    width: 48px;
    height: 48px;
}

.user_image_bigger {
    width: 79px;
    height: 79px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;

    border-radius:          4px;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
}

.user_image_bigger img {
    width: 73px;
    height: 73px;
}

.tweet {
    font-size: 11pt;
    font-family: Myriad Pro, Arial, sans-serif;
    word-wrap: break-word;
    overflow: hidden;
}
.tweet span {
    font-family: Georgia, serif;
    color: #777;
}
.tweetinfo {
    font-size: 8.5pt;
}

.pagination {
  text-align: center;
}

.pagination a, .pagination span {
  margin: 0 1px 0 0;
  padding: 4px;
  font-size: 8pt;
}

.pagination a {
  border:   1px solid #fac;
  color:    #b48;
  text-decoration: none;
}

.pagination .disabled {
  border:   1px solid #ddd;
  color:    #ccc;
  display: none;
}

.pagination .current {
  border:   1px solid #e9b;
  padding:  5px;
  background: #fde;
  color:    #a37;
}

.outlink {
  color: #000;
}

/* ie6update */
#activebar-container { text-align:left; }
