@charset "utf-8";
/* CSS Document */

* { padding:0;margin:0;border:0;outline:0; }
body { background:url(../img/bg.png);font-family:Arial, Helvetica, sans-serif;color:#11265d; }
h2 { font-weight:normal;font-size:200%;letter-spacing:-1px;padding:10px 0; }
h3 { padding:10px 5px 5px 5px;font-weight:bold; }
a { text-decoration:none;color:#0270ce; }
a:hover { text-decoration:underline; }

.col { display:block;float:left; }
#left { width:600px; }
#right { width:360px; }

#head { padding:10px 0; }
#wrapper { width:960px;margin:0 auto; }
#foot { display:block;clear:both;padding:10px 0;font-size:80%; }

.imgbg { background:url(../img/sprite_main.png) no-repeat; }

.title { font-size:150%;margin:5px 0 2px 0; }
#social a { display:inline-block;width:150px;height:50px; }
a#facebook { background-position:0 0; }
a#facebook.active{ background-position:0 -50px; }
a#twitter { background-position:-150px 0; }
a#twitter.active { background-position:-150px -50px; }

.tweet { padding:5px;display:block;width:300px;margin-bottom:1em;font-size:80%;clear:both;min-height:35px; }
.tweet img { width:35px;height:35px;float:left;margin:0 5px 5px 0; }
.tweet a.user { margin-right:5px; }
.tweet a { margin-right:3px; }

