/* ----- PAGE BASICS ----- */
body {
  background: #0a1f21;
  text-align: left;
  font-size: 87.5%;
  line-height: 1.5em;
  font-family: 'Lato', sans-serif;
  color: #7f7f7f;
  margin: 0;
  font-weight: 400;
}

u, del {	
  text-decoration: none;
  border-bottom: 1px dotted #59a312;
}

b, strong, i, em {
  color: #5b6c78;
}

.small {
  color: #c8c8c8;
  text-align: center;
  font-size: .75em;
  line-height: 1em;
  margin: -15px 0 5px 0;
  font-style: italic;
}

/* Form Start */
input, textarea, option, select {
  padding: 5px;
  font: Arial, Geneva, sans-serif;
  color: #929292; 	
  background: #fff;
  border: 1px solid #0a1f21;
}

input:focus, textarea:focus, option:focus, select:focus {
  background: #5b6c78;
  outline: none;
}

legend {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25em;
  padding: 5px;
  color: #5b6c78;
}

fieldset {
  border: 1px solid #0a1f21;
  margin: 10px 0 20px 0;
}
/* Form End */

blockquote {
  display: block;	
  font-style: italic;
  font-size: 1em;
  padding: 10px;
  text-align: justify;
}

#content blockquote {
  margin: 10px 20px;color: #9c9c9c;
  background: #fff;
  border: 1px solid #e5e3e3;
  border-top: 2px solid #e3e5e3;
  text-align: center;
}

#content ul {
  list-style-type: circle;
}

ul.films {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
	
ul.films li {
  list-style-type: none;
  list-style-image: none;
}

h1, h2, h3 {
  margin: 5px 0;
  font-family:'Oswald', sans-serif;
}

h1 {
  color: #0a1f21;
  padding: 0 5px 5px 5px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: capitalize; 
}

.right {
   float: right;
}

.capitalize {
  text-transform: capitalize;
}

div#qTip {
  padding: 3px 5px 2px 5px;
  display: none;
  opacity: .9;
  font-size: .675em;
  text-align: left;
  position: absolute;
  z-index: 1000;
  color: #767676;
  background: #d2d2d2;
  box-shadow: 0 0 5px #c0c0c0;
  -moz-box-shadow: 0 0 5px #c0c0c0;
  -webkit-box-shadow: 0 0 5px #c0c0c0;
}

.grayscale {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Wrap
------------------------------------------------------------ */

#wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

/* Primary Navigation
------------------------------------------------------------ */

.nav {
  position: relative;
  z-index: 999;
  margin: 0;
  font-weight: 300;
  text-decoration:none;
  font-size: 1.25em;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 10px 5px 150px;
  text-shadow: 1px 1px 2px #52565a;
  background: #5b6c78;
}

.nav ul {
  display: inline;
  list-style: none;
}

.nav .menu-item {
  display: inline-block;
  padding: 5px 5px;
  margin: 0 5px;
}

.menu-item:hover {
  display: inline-block;
}

.nav a:link, .nav a:visited, .nav a:active, #footer a:link, #footer a:visited, #footer a:active {
  color: #f3f3f3;
  border-bottom: 0px solid transparent;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.nav a:hover, #footer a:hover {
  border-bottom: 3px solid #fff; 
  color: #fff;
}

/*  ----- CONTAINER DIV ----- */
#container {
  background: #f1f1f1;
  margin: 0 auto;
  width: 1100px;
}

/*  ----- HEADER ----- */
#header {
  background: #fff url(/keanu/images/header.png);
  width: 1100px;
  height: 500px;
  padding: 0;
  text-align: center;
}

.welcome {
  width: 500px;
  position: relative;
  top: 240px;
  left: 530px;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: #879097;
}

.welcome b, .welcome strong, .welcom i, .welcome em {
  color: #879097;
}

/*  ----- CONTENT ----- */
#content {
  width: 740px;   
  float: left;	
  text-align: left;
  line-height: 200%;
  background: #f3f3f3;
  padding: 20px 10px 10px 10px;
  overflow: hidden;
  margin: 0 auto;
}

img {
  border: 0px;
}

/*  ----- SIDEBAR ----- */
#sidebar {
  float: right;
  width: 330px;
  margin: 15px 10px 0 0;
  padding: 0;
  text-align: justify;
  font-size: .875em;
  color: #9c9c9c;
  line-height: 1.375em;
}

.box {
  padding: 10px; margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #e5e3e3;
}

#projects {
  margin-top: 5px;
  line-height: 1.75em;
  text-align: right;
}

#sidebar ul li, #sidebar ol li {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
}

#sidebar li:hover {
  padding-left: 20px;
}

#projects ul {
  margin: 2px auto;
}

#projects ul li {
  font-size: .875em !important;
  background: #5b6c78 !important;
  text-align: center !important;
  display: inline;
  list-style-type: none;
  padding: 3px 12px 3px 8px !important;
  border: 0px !important;
}

#projects ul li:before {
  content: "";
  margin-left: 0 !important;
}

#projects li:hover {
  padding-left: 8px;
  background: #0a1f21 !important;
}

.box img.img {
  margin: 2px;
}

#projects img {
  margin: 0 0 5px 10px;
}

.box img {
  margin: 1px 3px;
  padding: 5px;
  background: #fff;
  border: 1px solid #eee;
}

.box img:hover {
  border: 1px solid #0a1f21;
}

#sidebar blockquote {
  background: #f6f6f6;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  margin: 8px 5px 0 5px;
  line-height: 1.125em;
}

#sidebar h3 {
  margin: 0;
  padding: 5px 0;
  font-size: 1.45em;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
  color: #5b6c78;
  border-bottom: 1px solid #cfcfcf;
  vertical-align: middle;
}

#sidebar h3 .sideh2 {
  border-bottom: 2px solid #0a1f21;
  padding: 0 8px;
  vertical-align: middle;
}

h4 {		
  font-size: 10pt;	
  color: #0a1f21;
  text-align: left;	
  margin: 0;	
  font-weight: normal;
  letter-spacing: 3px;
}

h5 {
  font-size: 8pt;	
  color: #0a1f21;
  text-align: center;	
  margin: 10px 0 2px 0;
  font-weight: normal;
  letter-spacing: 5px;
}

/* ----- LINKS ----- */
a:link, a:active, a:visited {
  color: #5b6c78;
  text-decoration: none;
}

a:hover {
  color: #0a1f21;
  text-decoration: none;
}

#footer a:link, #footer a:active, #footer a:visited {
  color: #b8bec2;
}

#footer a:hover {
  color: #fff;
}

#projects a:link, #projects a:visited, #projects a:active {
  color: #fff;
}

#projects a:hover {
  color: #fff !important;
}

#contentfooter {
   width: 100%;
   height: 1px;
   background : #fefefe;
   clear: both;
}

#footer { 
  clear: both;
  background: #5b6c78;
  padding: 10px 0px 10px 0px;
  text-align:center;
  color: #899196;
  font-weight: 300;
  text-decoration: none;
  font-size: .875em;
  line-height: 1.125em;
  font-family: 'Oswald', sans-serif;
  text-align: left;
}

/*  ----- FOLLOWS ----- */
.follows {
  margin: 6px 200px 0 30px;
  float: right;
}

.follows i {
  color: #f3f3f3;
}

.follows span {
  margin-right: 10px;
}

/* Posts */
.post {
  padding: 10px;
  margin: 0 0 20px 0;
}

.posttitle {
  margin: 5px 0;
  font-family: 'Oswald', sans-serif;
  color: #008194;
  padding: 0 5px 5px 5px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.postmetadata {
  text-align: left;
  font-size: .75em;
  padding: 5px 0;
  font-weight: 700;
  color: #b4b4b4;
  margin-bottom: 10px;
  background: #f6f5f5;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.postmetada span {
  color: #b4b4b4;
  padding: 6px 10px 5px 10px;
}

span i {
  color: #949494;
  padding: 0 0 0 6px;
}

.post p {
  padding: 0;
  margin: 10px auto !important;
}

/* Pagination */
#pagination {
  margin: 50px 0 30px 0;
  text-align: center;
  font-size: .875em;
  font-family:'Oswald', sans-serif;
}

#pagination span.pages {
  display:block;
  color:#9b9c9e !important;
  font-weight:400;
  padding: 10px 15px 9px 15px;
  font-size: 1.25em;
  margin: 5px 5px 10px 5px;
}

span.pages:before { 
  content:'\f15c';
  color:#9b9c9e;
  display:inline-block;
  margin: 6px 5px 0 0;
  font:normal 1em 'FontAwesome';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

#pagination a, #pagination a:link, #pagination a:visited, #pagination a:active, #pagination span.extend {
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 8px 7px 8px; 
  margin: 2px 3px;
  color:#008094;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
}

#pagination a:hover {
  color: #5b6c78;
  border-bottom: 2px solid #735939;
}

#pagination span.current {
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 8px 7px 8px; 
  margin: 2px 3px;
  color: #5b6c78;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #4e401a;
}