/*
Theme Name: Photographic
Description: Photo Blogging Theme designed for people wanting to display photos in galleries
Author: Stinkyink
Version: 1.0.6
Tags: black,gray,dark,one-column,two-columns,fixed-width,custom-background,featured-images,post-formats,sticky-post,threaded-comments,photoblogging
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* import a fancy webfont for the main heading 
/* you can change this here: http://www.google.com/webfonts
/* don't forget to update the font-family on the H1!! (scroll down)
*/

@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700);

/* layout */

#wrapper {
 width: 960px;
 margin: 0 auto;
 text-align: left;
}

body.has_sidebar .content {
  width: 720px;
  float: left;
}

/* general styles */

html {
 background-color: #333; 
 color: #ccc;
 text-align: center;
 padding: 0;
 margin: 0;
 font-family: helvetica, arial, sans-serif;
 font-size: 13px;
}

body {
 padding: 0 0 0 0;
 margin: 0;
}

a {
 color: #fff; 
}

hr {
 visibility: hidden;
 height: 0px;
 border: none;
 clear: both; 
}

mark {
 background-color: #000;
 color: #fff;
 padding: 4px; 
}


/* galleries, photos, captions etc */

.gallery:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.gallery .gallery-caption {
  color: #666;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 1.2em;
}

.big_image {
 width: 700px;
 text-align: center;
 background-color: rgba(255,255,255,0.9);
 -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 padding: 20px 0 10px 0;
 margin: 0 auto 20px auto;
}

.big_image p {
 margin: 10px 0 0 0; 
 color: #666;
}



.wp-caption {
  background-color: rgba(255,255,255,0.9);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.wp-caption img {
  margin: 0 auto 5px auto;
}
.wp-caption p.wp-caption-text {
  color: #666;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}

/* posts, pages etc */

.post p {
 line-height: 1.4em; 
}

.post header {
 border-bottom: 1px dotted #666;
 padding-bottom: 10px;
 margin-bottom: 20px; 
}

.content h1 {
 font-size: 32px;
 text-align: left;
 margin: 0 0 10px 0;
 color: #fff;
}

.content h2 {
  font-size: 26px;
  margin-bottom: 1em;
}

.content h3 {
  font-size: 22px;
  margin-bottom: 1em;
}

/* homepage specific */

.home .post, .gallery-item {
 width: 200px;
 height: 225px;
 background-color: rgba(255,255,255,0.8);
 -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 box-shadow: 0 2px 5px rgba(0,0,0,0.5); display: block;
 float: left;
 padding: 10px; 
 margin: 0 20px 20px 0;
 text-align: center;
 position: relative;
 overflow: hidden;
}

.home .post img {
 margin: 0 0 5px 0; 
 max-width: 720px;
 border: none;
}

.home .post strong {
 font-size: 13px; 
 margin: 10px 0 0 0;
 text-align: center;
}

.home .post a {
 color: #666; 
}

.home .sticky {
  background-color: #fff;
}

/* prev / next links */

ul.prevnext {
 list-style: none;
 padding: 20px 0 20px 0;
 margin: 0 auto; 
 clear: both;
}

ul.prevnext li {
 width: 49%;
 display: inline-block;
 text-align: center; 
}

ul.prevnext a {
 color: #999;
 font-weight: bold;
 font-size: 1.1em;
 text-decoration: none; 
}

ul.prevnext a:hover {
  color: #fff;
}


/* header */

.header {
 margin: 0 0 40px 0;
 text-align: center;
 background-color: #000;
 padding: 10px 0;
}

.header h1 {
 font-family: 'Comfortaa', sans-serif;
 font-size: 46px;
 font-weight: 700;
 letter-spacing: -2px; 
 margin: 0 0 5px 0;
 padding: 0; 
}

.header h1 a {
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.9);
  text-decoration: none;
}

.header h1 a:hover {
  color: #ccc;
}

.header p {
 font-weight: bold;
 color: #666;
 margin: -10px 0 0 0;
 padding: 0; 
}

/* footer */

footer {
 text-align: center;
 color: #555; 
 line-height: 1.6em;
 margin-top: 30px;
 padding: 20px 0;
 background-color: #000;
}

footer a {
 color: #555; 
}

footer a:hover {
 color: #999; 
}

/* sidebar  */

#sidebar {
 width: 200px;
 padding: 10px;
 float: right;
 text-align: left;
 border: 1px solid #666;
 background-color: rgba(0,0,0,0.6);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}

#sidebar h3 {
 margin: 0 0 10px 0;
 color: #ccc; 
}

#sidebar ul {
 list-style: square;
 color: #333;
 padding: 0 0 0 18px; 
 margin: 0 0 10px 0;
 line-height: 1.4em;
}

#sidebar a {
 color: #999; 
}

#sidebar .widget {
 border-bottom: 1px dotted #666;
 padding: 0 0 10px 0;
 margin: 0 0 10px 0; 
}


/* password protected post form */

.password-form {
 border: 1px solid red;
 padding: 10px;
 background-color: rgba(0,0,0,0.5);
 -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 margin: 40px 0;
 text-align: center;
}


/* compulsory wordpress stuff */



.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin: 10px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}

.clearfix {
 clear: both;
 visibility: hidden; 
}





/* comments */

.commentlist {
 list-style: none;
 padding: 0;
 margin: 0; 
}

.children {
 list-style: none;
 padding: 0;
 margin: 0 0 0 10px; 
}

.comment-body {
 border: 1px solid #666; 
 background-color: rgba(0,0,0,0.5);
 padding: 10px 10px 10px 90px;
 margin: 0 0 15px 0;
 -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 box-shadow: 0 2px 5px rgba(0,0,0,0.5);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
 position: relative;
}

.bypostauthor .comment-body {
  border: 2px solid #fff; 
   background-color: rgba(0,0,0,0.8);
}

.avatar {
  position: absolute;
  top: 10px;
  left: 10px;
}

.comment-author {
 display: inline;
 color: #ccc; 
}

.comment-author cite {
  font-style: normal;
}

.commentmetadata {
 display: inline;
 float: right; 
}

.commentmetadata a {
  color: #999;
}

/* comment form */

#respond {
  border: 1px solid #666; 
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  position: relative;
}

#commentform {
 width: 600px;
 margin: 0 auto 20px auto; 
}

#commentform p {
  clear: both;
  padding-top: 5px;
}

#commentform label {
 width: 100px;
 float: left;
 margin-top: 2px; 
}

input#author, input#email, input#url {
 width: 300px;
 padding: 3px;
 margin-right: 5px;
 float: left; 
}

.form-submit {
 text-align: right;
 width: 600px;
 margin: 0 auto 20px auto;
}

textarea#comment {
  width: 490px;
  height: 150px;
  margin-bottom: 10px;
}

.required {
 color: red; 
}

.form-allowed-tags {
 color: #333; 
}




table {
 width: 100%;
 border: 1px solid #444;
 padding: 2px; 
 border-collapse: collapse;
 margin: 20px 0;
}

td, th {
 padding: 5px; 
}

th {
 background-color: #444;
 color: #fff; 
}




.navigation {
 text-align: center; 
 padding: 20px;
 margin: 0 0 20px 0;
}

.navigation div {
 width: 40%;
 display: inline-block; 
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}
