html,body              {margin:0px;background:#555/*background:url(bg.png)*/}
body {
  padding-top: 30px;
}
body                   {/*background:url(gradient.jpg) no-repeat fixed 50% 0%;*/min-height:550px;}
article a              {color:#1C4FAD;text-decoration:none;-webkit-transition:text-shadow 0.2s ease-out;-moz-transition:text-shadow 0.2s ease-out;}
article a:hover        {text-shadow:0px 0px 5px #4499aa;}
#wrapper               {margin:0 auto;font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;font-size:14px;line-height:20px;-moz-user-select:text;-webkit-user-select:text;user-select:text;-o-user-select:text;width:370px;}
#nav                   {position: absolute;margin-left:-250px}
#nav ul                {position:absolute;list-style:none;margin:0;margin-top:10px;}
#nav li                {height:114px;}
#nav li a              {font-size: 16px;text-decoration: none;display:block;width:180px;text-transform: uppercase;color:#fff;text-shadow:1px 1px 1px #000;text-align:right;}
#nav li a:hover        {
  border-bottom:1px solid white;
}
#articles              {position:relative;display:block;}
article                {-webkit-border-radius:2px 2px;-moz-border-radius:2px 2px;-webkit-box-shadow:0 0 10px #222;-moz-box-shadow:0 0 10px #222;background:#fff;padding:5px 15px;width:540px;display:block;margin-bottom:25px;height:80px;}
article:last-child     {margin-bottom:0px;}
h1 {
  color: white;
  text-shadow: 1px 1px 3px #000;
  line-height: 32px;
  margin-left: 15px;
}
h2                     {margin-top:5px;font-size:18px;font-weight:bold;text-transform:uppercase;}
h2 a                   {-webkit-transition:border-bottom 0.3s ease-out;-moz-transition:border-bottom 0.3s ease-out;text-decoration:none;color:#000;border-bottom:1px solid rgba(0,0,0,0);}
h2 a:hover             {text-shadow:none;border-bottom:1px solid rgba(0,0,0,1);}
h3                     {margin-top:5px;font-size:14px;font-weight:bold;text-transform:uppercase;}
p {
  margin: 10px 0;
}
footer                 {display:block;color:#b7b7b7;text-shadow:1px 1px #222;padding:13px;font-size:12px;width:544px}
footer h3              {text-shadow:none;color:#fff}
footer h3 a            {color: #1C4FAD;}
footer a               {color:#eee;text-decoration:none;-webkit-transition:border-bottom 0.3s ease-out;-moz-transition:border-bottom 0.3s ease-out;border-bottom:1px solid rgba(238,238,238,0);}
footer a:hover         {border-bottom:1px solid rgba(238,238,238,1);text-shadow:none;}
blockquote             {border-left:2px solid #bbb;padding-left:15px;margin-left:20px}