@CHARSET "UTF-8";

* {
margin: 0;
padding: 0;
}

a {
color: #3a4a57;
}

a img {
border: none;
}

body {
font-family: "Gill Sans","Trebuchet MS", Verdana, Helvetica;
font-size: 16px;
}

fieldset {
border: 0;
}

fieldset legend {
display: none;
}

form div {
padding-bottom: 1em;
}

form div.required label:after {
content: " *";
}

form input {
border: 1px #bcc4d1 solid;
font-size: 30px;
-moz-border-radius: 3px;
}

form input[type=submit] {
background-color: #191C5A;
color: #fff;
float: right;
margin-top: -2.4em;
padding: 1px 5px 2px 5px;
-moz-border-radius: 6px;
}

form input[type=submit]:hover {
background-color: #3a4a57;
color: #d7dfea;
}

form input[type=text] {
background-color: #fff;
border: 1px #aaa solid;
color: #3a4a57;
padding: 2px 5px;
width: 10em;
-moz-border-radius: 6px;
}

form input:hover, form input:focus {
background-color: #ffa;
}

form input#sf_short_url_longurl {
width: 100%;
}

form input#sf_short_url_shorturl {
margin-left: 5px;
}

form input[type=text].error {
color: red;
}

form label {
display: block;
}

h1 {
font-weight: normal;
font-size: 30px;
background-color: #f8f8f8;
margin: -3px -12.5% 30px -12.5%;
padding: 5px 12.5%;
-moz-box-shadow: -4px 0 4px #000;
-webkit-box-shadow: -4px 0 4px #000;
}

h1 a {
text-decoration: none;
}

h2 {
font-weight: normal;
font-size: 25px;
margin: 1em 0 0.5em 0;
}

h3 {
font-weight: normal;
font-size: 23px;
margin: 1em 0 0.5em 0;
}

h4 {
font-weight: normal;
font-size: 15px;
margin: 1em 0 0.5em 0;
}

html {
background-color: #1A123B;
background-image: -webkit-gradient(radial, -64 -375, 25, 350 -375, 700, from(#1645E0), to(#1A123B));
background-image: -moz-radial-gradient(200px -500px 45deg, circle cover, #1645E0 0%, #1A123B 60%);
height: 100%;
background-repeat: none;
}

p {
padding: .5em 0;
}

ul {
padding: .5em 0;
}

.bigtext {
  font-size: 30px;
}

.blocks {
overflow: hidden;
font-family: "Lucida Grande", "Gill Sans";
background-color: #f8f8f8;
margin: 4px -12.5% -38px -12.5%;
padding: 6px 12% 6px 12.5%;
border-bottom: 2px #444 solid;
-moz-box-shadow: -4px 0 4px #000;
-webkit-box-shadow: -4px 0 4px #000;
}

.blocks div {
float: left;
font-size: 13px;
line-height:1.5em;
margin: 0 1.3% 0 0;
padding: 0 1%;
padding-bottom: 32767px;
margin-bottom: -32767px;
width: 22%;
}

.blocks div:last-child {
margin-right: 0;
padding-right: 0;
width: 23%;
}

.blocks h3 {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

.blocks li {
  margin: .5em 0 0 1em;
  list-style-type: square;
}

.blocks li.twitter, .blocks li.rss {
background: transparent url(../images/icons/twitter.png) 0 3px no-repeat;
padding-left: 22px;
list-style-type: none;
margin-left: 0;
}

.blocks li.rss {
background: transparent url(../images/icons/rss.png) 0 3px no-repeat;
}

.blocks li.share {
list-style-type: none;
margin-left: 0;
}

.error_list {
color: red;
list-style-type: none;
padding: 0;
}

p.notification {
background-color: #bfb;
color: #080;
height: 70px;
margin: 1em 0 1em;
padding: .5em 0;
-moz-box-shadow: 0 0 4px #000;
-webkit-box-shadow: 0 0 4px #000;
}

p.notification.error {
background-color: #fbb;
color: #800;
padding: .5em;
height: auto;
}

p.notification a {
color: #080;
}

p.notification img {
float: left;
margin: -.5em 20px -.5em 0;
}

.column {
  float: right;
  font-size: 13px;
  width: 180px;
}

.blog li {
  margin: .5em 0 0 2em;
  list-style-type: square;
}

.blog .list {
  margin: 0;
  padding: 0;
}

.blog .list li {
  margin: 0;
  list-style-type: none;
}

.comment_form div {
margin: 0 0 10px 0;
padding-bottom: 0;
}

.comment_form fieldset {
border: 0;
padding: 0;
}

.comment_form input[type=submit] {
margin-top:-1em;
font-size: 30px;
}

.comment_form input[type=text] {
width: 20em;
}

.comment_form label {
margin: 0;
padding: 0;
display: block;
}

.comment_form textarea {
font-size: 20px;
height: 10em;
width: 100%;
}

.comment_form .error_list {
color: red;
margin: 0;
padding: 0;
font-weight: bold;
list-style-type: none;
}

.comment_form_error {
color: red;
font-weight: bold;
}

.comment_info {
font-size: 20px;
padding-top: 0;
}

.comment_info a {
text-decoration: none;
}

#comment_list {
margin-left: 40px;
}

.comment {
background-color:#E3E6EC;
font-size: 14px;
min-height: 40px;
margin-bottom: 30px;
-moz-border-radius: 15px;
}

#comment_list .gravatar_photo {
float: left;
margin-left: -30px;
}

.comment_info {
background-color:#eee;
height:24px;
margin-bottom:0;
padding:3px 10px;
}

.comment_text {
overflow: auto;
margin-top: 0;
padding: 0 10px 2px 10px;
}

.post {
line-height:1.3em;
}

.post code {
font-size: 14px;
background-color: #fff;
padding: 4px;
}

.post h2 {
font-size: 30px;
}

.post h2 a {
background-color: #efefef;
text-decoration: none;
padding: 5px 10px;
}

.post h2 a:hover {
background-color: #3A4A57;
color: #efefef;
}

.post h2 span {
background-color: #efefef;
font-size: 16px;
}


.post li {
margin: .5em 0 0 2em;
list-style-type: square;
}

.post .informations {
font-size: 14px;
list-style-type: none;
}

.post .informations li {
color: #999;
margin: 0 1em;
}

.post .informations li a {
color: #999;
}

.post .informations li a:hover {
color: #137;
}

.spacer {
clear: both;
font-size: 1px;
}

div.submit_row {
margin-bottom: -1em;
line-height: 1em;
}

.tag-cloud {
font-size: 1.5em;
list-style-type: none;
}

.tag-cloud li {
margin: 0 .5em;
display: inline;
padding: 0;
}

.tag-cloud li a {
text-decoration: none;
}

.tag-cloud li a.normal {
font-size: 1.5em;
}

.tag-cloud li strong a {
font-size: 2em;
}

.post .tags-list {
margin: 10px 0 2em 0;
display: inline;
}

.post .tags-list li {
margin: 0;
display: inline;
list-style-type: none;
}

#about {
font-size: 16px;
}

#api {
font-size: 16px;
}

#api dt {
float: left;
font-weight: bold;
margin-left: 2em;
}

#api dd {
margin-left: 10em;
}

#api dd pre {
clear: left;
margin: 2em 1em 1em -10em;
}

#api li {
margin: .5em 0 0 2em;
list-style-type: square;
}

#api pre {
background-color: #efefef;
font-size: 13px;
font-family: "Monaco", "monospace", "Courier New";
margin: 1em 0;
padding: 1em;
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 4px #000;
-webkit-box-shadow: -0 0 4px #000;
}

#api table {
background-color: #182882;
border-collapse: collapse;
color: #fff;
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 1em 0;
text-align: left;
width: 100%;
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 4px #182882;
-webkit-box-shadow: -0 0 4px #182882;
}

#api table a {
color: #182882;
}

#api table th {
font-size: 14px;
font-weight: normal;
padding: 10px;
}

#api table td {
background-color: #efefef;
color: #182882;
padding: 10px;
}

#api table tbody tr:nth-child(even) td {
background: #d1d6ef;
}

#bookmarklet-install-link {
background: #00f url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 2px 10px;
color: #fff;
text-decoration: none;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}

#footer {
color: #fff;
font-size: 16px;
padding: 0 10% 33px 10%;
text-align: right;
text-shadow: 0 0 10px #000;
}

#footer a {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #000;
}

#footer a:hover {
text-shadow: 0 0 20px #fff;
}

#menu {
font-size: 30px;
left: 10%;
list-style-type: none;
position: absolute;
top: 10px;
width:80%;
}

#menu img {
float: left;
margin: 0 24px 0 0;
}

#menu ul {
padding: 0;
}

#menu li {
display: inline;
padding: 0 20px 0 5px;
background: transparent url(../images/menu-separator.png) right 18px no-repeat;
}

#menu li:last-child {
background: none;
}

#menu a {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #000;
}

#menu li a:hover {
text-shadow: 0 0 20px #fff;
}

#php-classes h2 {
  clear: both;
  margin-top: 2em;
}

#recaptcha_area div {
  margin: 0;
}

#root {
background-color: #d7dfea;
border-bottom: 5px #fff solid;
border-top: 5px #fff solid;
margin-top: 60px;
padding: 0 10% 30px 10%;
}

#ubiquity-command h2 {
  margin: 0.5em 420px 0.5em 0;
}

#ubiquity-command img {
  float: right;
  width: 405px;
  margin-top: .4em;
}

#ubiquity-command p {
  margin-right: 420px;
}

#ubiquity-command pre {
  margin-right: 430px;
}