/*
Theme Name: HyperFive
Theme URI: http://www.florinanghel.com
Description: Just a HTML5 & CSS3 compliant theme... at least 1.5 times better.
Version: 1.5.3
Author: Florin Anghel
Author URI: http://www.florinanghel.com
*/

* {
 margin: 0px;
 padding: 0px;
 border: 0px;
 font-family: Arial, sans-serif;
 font-size: 13px;
 color: #333;
 vertical-align: top;
}
html, body {
 width: 100%;
}
h1 {
 font-size: 48px;
 color: #333;
 font-weight: normal;
}
h2 {
 font-size: 16px;
 color: #999;
 font-weight: normal;
}
h3, a h3, h3 *, a h3 * {
 font-size: 18px;
 margin-bottom: 10px;
 color: #3B5998;
 font-weight: bold;
}
a:hover h3 {
 font-size: 18px;
 margin-bottom: 10px;
 color: #69c;
 font-weight: bold;
}
h4 {
 font-size: 15px;
 color: #999;
 text-transform: uppercase;
}
p {
 line-height: 18px;
 margin-top: 10px;
 text-align: justify;
}
a {
 text-decoration: none;
 color: #3B5998;
}
a:hover {
 text-decoration: underline;
}
blockquote, blockquote p {
 font-style: italic;
 color: #aabbdd;
}
#wrapper {
 margin-left: auto;
 margin-right: auto;
 width: 728px;
 text-align: left;
}
#links {
 height: 30px;
 margin-top: 42px;
 border-bottom: 1px solid #e9e9e9;
}
#links * {
 font-size: 12px;
}
#header {
 margin-top: 12px;
 height: 96px;
}
#content {
 float: left;
 width: 468px;
}
#sidebar {
 float: right;
 margin-left: 20px;
 margin-bottom: 30px;
 width: 206px;
 height: 100%;
}
#sidebar, #stuff {
 background: -moz-linear-gradient(top, #fff, #efefef 120px);
 background: -webkit-gradient(linear, left top, left 120, from(#fff), to(#efefef));  
 padding: 16px;
 border: 1px solid #e9e9e9;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}
#stuff {
 margin-bottom: 30px;
}
#footer {
 text-align: center;
 border-top: 1px solid #e9e9e9;
 padding-top: 20px;
 margin-bottom: 20px;
}
#sidebar ul {
 list-style-type: none;
}
#sidebar ul li ul {
 margin: 10px 10px 10px 20px;
 list-style-type: disc;
}
#sidebar ul li ul li {
 margin-top: 6px;
}
#sidebar ul li ul li:before {
 content: "";
}
#content ul li, #content ol li {
 margin: 2px 0px 2px 30px;
}
#stuff p {
 color: #999;
}
#menu {
 float: left;
}
#social {
 float: right;
}
#social a {
 color: #9ab;
}
#social a:hover {
 color: #9cf;
}
#menu ul li, #social ul li {
 display: inline;
 list-style-type: none;
}
#menu ul li {
 padding-right: 24px;
}
#social ul li {
 padding-left: 24px;
}
#link-twitter {
 background: url('res/images/twitter.png') no-repeat;
 padding-left: 16px;
}
#link-facebook {
 background: url('res/images/facebook.png') no-repeat;
 padding-left: 16px;
}
#link-linkedin {
 background: url('res/images/linkedin.png') no-repeat;
 padding-left: 16px;
}
.clear {
 clear: both;
}
.post-meta, #content span .post-meta {
 color: #999;
 font-size: 11px;
}
.post-meta *, #content span .post-meta *, .comment span .postmeta * {
 font-size: 11px;
}
.comment {
 background: -moz-linear-gradient(top, #fff, #f3f3f3 180px);
 background: -webkit-gradient(linear, left top, left 180, from(#fff), to(#f3f3f3)); 
 margin-bottom: 20px;
 border: 1px solid #ccc;
 padding: 15px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;

}
.comment #avatar {
 border: 1px solid #ccc;
 padding: 3px;
 float: left;
 margin: 8px 10px 0px 0px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
.comment p {
 margin-top: 6px;
}

input, textarea {
 border: 1px solid #ccc;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 padding: 6px;
 background: #fff;
 background: -moz-linear-gradient(top, #f3f3f3, #fff 48px);
 background: -webkit-gradient(linear, left top, left 48, from(#f3f3f3), to(#fff)); 
}
label {
 margin-left: 10px;
}
#commentdiv {
 margin-bottom: 30px;
}