/* Generics */
* { margin: 0px; padding: 0px; }
body { font-family: "Trebuchet MS","Arial"; color: #282828; font-size: 11px; font-weight: normal; background: #efefef; }
img { border: none; }
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clear { clear: both; }
a { outline: none; }
a:hover { }
ul { list-style: none; margin: 0px; padding: 0px; }
ul li { margin: 0px; padding: 0px; }
label.error { display: none !important; }

/* Wrapper */
.wrapper { position: relative; width: 900px; height: 550px; margin-left: auto; margin-right: auto; background: url('../images/wrapper-bg.jpg') no-repeat; }

/* Content */
div.content { position: absolute; top: 267px; left: 174px; }

/* Block - central */
section.stay-informed { width: 241px; padding: 20px; border: solid 1px #c4c4c4; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; margin-bottom: 20px; behavior: url(http://www.livekult.com/PIE.htc); position: relative; z-index: 0px; }
section.stay-informed h1 { color: #282828; font-family: "Trebuchet MS"; font-weight: bold; font-size: 15px; text-align: center; margin-bottom: 15px; }
section.stay-informed .facebook { margin-bottom: 11px; }
section.stay-informed .facebook label { margin-right: 2px; }
section.stay-informed .email { height: 28px; line-height: 28px; }
section.stay-informed .email form { height: 28px; line-height: 28px; }
section.stay-informed .email form .input-text { background: url('../images/input-text.png') no-repeat; width: 144px; padding-left: 5px; padding-right: 5px; height: 28px; border: none; color: #909090; font-size: 11px; font-family: "Trebuchet MS"; margin-left: 2px; }
section.stay-informed .email form .input-submit { position: absolute; margin-left: 4px; }
section.stay-informed p { margin-bottom: 20px; font-size: 12px; text-align: center; }
section.stay-informed .share { margin-bottom: 20px; text-align: center; }
section.stay-informed .logout-fb { text-align: center; }

/* Block - follow us */
section.follow-us { position: relative; background: url('../images/follow-us-bg.png') no-repeat; width: 281px; height: 46px; margin-bottom: 20px; }
section.follow-us a.facebook { display: block; position: absolute; top: 15px; left: 65px; }
section.follow-us a.twitter { display: block; position: absolute; top: 17px; left: 208px; }

/* Block - Contact us */
section.contact-us { position: relative; text-align: center; }
section.contact-us a { font-family: "Trebuchet MS"; color: #888888; text-decoration: none; font-size: 11px; background: url('../images/email-min.png') no-repeat; background-position: left center; padding-left: 15px; }
section.contact-us a:hover { text-decoration: underline; }
