/*
THEME NAME: Bnee.com
THEME URI: http://www.bnee.com
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Styles */

body {
  font-family: 'Droid Sans', arial,helvetica,clean,sans-serif;
  background: #FFF url('images/bg.png') 0 0 repeat;
  margin:0;
  padding:0;
  color:#374341;
  font-size: 14px;
}

a {
  text-decoration:none;
  color: #0092ce;
}

a:hover {
  text-decoration:underline;
  background: #97cee4;
}

pre, code, blockquote {
background:#EEEEEE;
border: 1px solid #32382C;
padding: 5px;
}

div#wrapper {
width: 1000px;
margin: 0 auto;
-moz-border-radius: 10px;
-khtml-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
background-color:rgba(200,200,200,0.8);
}

header {
margin-bottom:30px;
overflow:hidden;
font-family: 'Yanone Kaffeesatz', serif; 
background: rgb(156,207,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(156,207,226,1) 0%, rgba(38,174,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,207,226,1)), color-stop(100%,rgba(38,174,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccfe2', endColorstr='#26aee4',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* W3C */
}

header #blog-title{
padding: 10px 0;
font-size:36px;
width:1000px;
margin: 0 auto; !important
height:42px;
overflow:hidden;
font-weight: bold;
color:#fff;
}

header a {
color: #fff;
}

header a:hover{
background:transparent;
text-decoration:none;
}

div#nav-above{
color: #2C2C2C;
font-size: 90%;
padding:5px 15px;
border-bottom: 3px solid #EEEEEE;
background: rgb(38,174,228); /* Old browsers */
background: -moz-linear-gradient(top, rgba(38,174,228,1) 0%, rgba(156,207,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,174,228,1)), color-stop(100%,rgba(156,207,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(38,174,228,1) 0%,rgba(156,207,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(38,174,228,1) 0%,rgba(156,207,226,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(38,174,228,1) 0%,rgba(156,207,226,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26aee4', endColorstr='#9ccfe2',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(38,174,228,1) 0%,rgba(156,207,226,1) 100%); /* W3C */
}

div#nav-above a{
color: #2C2C2C;
}

div#nav-above .left {
width: 740px;
float:left;
}

div#nav-above .right{
width:220px;
float:right;
text-align:right;
}

div#container {
float:left;
margin:0 -220px 0 0;
width:100%;
overflow:hidden;
}

div#content {
margin:0 220px 0 0px;
background: #BAD5E0;
padding:10px 0;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-khtml-border-bottom-right-radius: 10px;  
-khtml-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px;
}

div.sidebar {
float:right;
overflow:hidden;
width:190px;
padding:15px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-khtml-border-bottom-right-radius: 10px;  
-khtml-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px;
}

div.sidebar h3{
  font-family: 'Yanone Kaffeesatz', serif; 
  font-size:26px;
  padding-bottom:5px;
}

div#secondary {
clear:right;
}

footer {
clear:both;
background: #4DBCE9;
margin-top:10px;
padding: 10px 0;
color: #EEEEEE;
overflow:hidden;
background: rgb(156,207,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(156,207,226,1) 0%, rgba(38,174,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,207,226,1)), color-stop(100%,rgba(38,174,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ccfe2', endColorstr='#26aee4',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(156,207,226,1) 0%,rgba(38,174,228,1) 100%); /* W3C */
}

footer a {
color: #EEEEEE;
}

footer a:hover{
background:transparent;
}

div#footer-content{
width:1000px;
margin:0 auto;
text-align:right;
padding-right:20px;

}

div#menu {
background: #374341;
margin:0 40px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-khtml-border-bottom-right-radius: 10px;  
-khtml-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
height: 2.5em;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#content .page-title{
padding-left:10px;
padding-bottom:10px;
border-bottom: 1px solid #EEEEEE;
font-size:20px;
font-weight:bold;
}


div#content .post{
border-bottom: 3px solid #EEEEEE;
padding:0 10px;
}

div#content .entry-content{
overflow:hidden;
border-top: 1px solid #EEEEEE;
padding: 20px 10px;
clear:both;
line-height:170%;
}

div#content .entry-content p{
  margin-top:10px;
}

div#content .entry-content a img{
  border:0;
}

div#content .entry-content ul {

list-style-type:circle;
margin:20px;
}


div#content .entry-title{
padding-left:10px;
padding-bottom:10px;
border-bottom: 1px solid #EEEEEE;
font-size:20px;
font-weight:bold;
}

div#content .left{
float:left;
width:80%;
line-height:24px;
}

div#content .right{
float:right;
width:20%;
text-align:right;
line-height:24px;
}

.entry-meta {
margin-top:20px;
border-top: 1px solid #EEEEEE;
clear:both;
overflow:hidden;
}

#content.home {
background:inherit;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-khtml-border-bottom-right-radius: 10px;  
-khtml-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px;
}

#content.home .column{
  width:370px;
  float:left;
}

#content.home #column2{
  margin-left:20px;
}

#content.home .post{
margin:10px 0;
border-bottom: 3px solid #EEEEEE;
border-top: 3px solid #EEEEEE;
overflow:hidden;
padding:0;
position:relative;
}

#content.home h2.entry-title{
padding:4px 2px;
margin:0;;
font-size:120%;
position:absolute;
bottom:0;
background:rgba(0,0,0,0.7);
color:#fff;
text-shadow: rgba(0,0,0,0.7) 1px 0;
}

#content.home .post:hover h2.entry-title{
  background:rgba(0,0,0,0.9);
}

#content.home .post img{
  width:370px;
  height:auto;
  display:block;
}

#content.home .post a{
  display:block;
  max-height:370px;
  overflow:hidden;
  text-decoration:none;
}

#content.home .post a:hover {
  text-decoration:none;
  background:inherit;
}


#content.home .nav-previous{
  clear:both;
  padding:0 15px 4px 15px;
  text-align:right;
}

#content.home .nav-next{
padding:0 15px 4px 15px;
text-align:left;
clear:both;
}

.entry-title{
clear:both;
}

#disqus_thread{
  padding: 0 15px;
}


#comments{
  padding:10px;
}

#comments h3{
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 1.5em;
border: 1px solid #0092CE;
padding: 5px;
font-size:200%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

div.comments .comment-author{
font-weight: bold;
font-size: 60%;
width:75%;
float:left;
}

div.comments .comment-meta{
width:25%;
float:right;
font-size: 50%;
text-align:right;
color:#999;
}

div.comments .comment-text{
clear:both;
font-size: 50%;
line-height:22px;
padding:10px;
}

div.comments .trackback{
font-size:50%;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}


div#nav-below{
clear:both;
color: #2C2C2C;
font-size: 90%;
padding:5px 15px;
overflow:hidden;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px; 
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;  
-webkit-border-radius: 10px;
background-color: #BAD5E0;
margin-top:10px;
clear:both;
}

div#nav-below a{
color: #2C2C2C;
}

div#nav-below .left {
width: 710px;
float:left;
}

div#nav-below .right{
width:220px;
float:right;
text-align:right;
}

div#nav-images {
height:150px;
margin:1em 0;
}


div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:140%;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li.photo img {
border: 2px solid #26AEE4;
}

div.sidebar li.photo img:hover {
border: 2px solid #32382C;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0;
border-top:2px solid #BAD5E0;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
padding:4px 0;
border-bottom:2px solid #BAD5E0;
display:block;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.sidebar .tagcloud{
text-align:justify;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar ul {
margin:0;
padding:0;
}

/* Projects */
.project{
  overflow:hidden;
  border-bottom:1px solid #EEE;
  position:relative;
  padding-bottom:24px;
}

.project .project-image{
  width:280px;
  height:280px;
  float:right;
  margin:10px 0 10px 10px;
}

.project h2{
  font-size:20px;
  font-weight:bold;
}

.project .tags{
  color:#666;
  font-size:11px;
  position:absolute;
  bottom:0;
}
