/* 
Theme Name: PhotograClare
Theme URI: 
Description: This is a custom Photoblog theme designed for PhotograClare.
Author: James Whinfrey
Author URI: http://conceptric.co.uk
Version: 1.0

License: GNU General Public License (GPL) version 3

*/

/* =Graphics
----------------------------------------------- */

body {
  background: #fff;
  color: #606060;
}

.wp-caption-text {
  background: #000;
  color: #e0e0e0;
}

a {
  color: #606060;
}

a:visited {
  border-color: #333;
  color: #303030;
}

a:hover, a:focus, a:active {
  background: #606060;
  border-color: #606060;
  color: #fff;
}

.dark-background a:active, 
.dark-background a:visited, 
.dark-background a:hover {
  color: #fff;
}

/* =Decoration
----------------------------------------------- */
#secondary_nav, #footer, #comment_container, #post_navigation {
	border-top: 1px solid #ccc;
}

blockquote, code.terminal, samp.stdout, .the_author-image {
  border: 1px solid;
}

blockquote {
  border-left: none;
  border-right: none;
}

blockquote {
  border-width: 2px;
  margin: 22px 0px;
  padding: 0px 60px;
}

.the_post_comment_link:before, .the_post_link:before {
  content:'|';
}

a, acronym, abbr {
  border-bottom: 1px solid;
}

acronym, abbr {
	border-style: dashed;
	cursor:help;
}

.posts .the_post_title > a, .the_post_comment_link a, .the_post_link a,
.nav a, #main_navigation a, #the-blog-title > a,
.additional_content a, .favourite_stuff li > a,
.dark_background a, .plain-links a  {
  border: none;
}

/* =Footer
----------------------------------------------- */
.footerlist ul {
	background: #eee;
}

.footerlist li a {
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
}

.footerlist ul li a:hover {
	background: #333;
}


/* =Images
----------------------------------------------- */
.wp-caption img {
	border: 5px solid #000;
}

.wp-caption a {
  border: none;
  background: transparent;
}

#post_navigation a {
  background: transparent;
  display: inline-block;
  padding: 12px 5px;
}

.caption, .wp-caption-text {
	padding: 10px 5px;
	text-align: left;
	min-height: 2em;
}

