/*
Theme Name: aesimple
Description: A betterleftunsaid theme for Wordpress. Requires the Yet Another Photoblog plugin.
Version: 1.0
Author: Chris Jones
Author URI: http://betterleftunsaid.ca
Tags: simple, whitespace, photoblogging
*/

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;7
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {height:100%;}

body {
	height:100%;
	line-height: 1;
	margin:0 auto -20px auto;
	background: #333333 url(images/background-stripe.gif) scroll repeat top left;
	color:#999;
	font-family: 'museo-sans-1','museo-sans-2', Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 0.1em;
  text-rendering: optimizeLegibility;
}

:focus {
	outline: 0;
}

a:link, a:visited {
	color: #A2B5C7;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFF1;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
  font-size: 14px;
  width: 167px;
  float: left;
  padding: 17px 0 0 0;
  margin: 0;
  letter-spacing: 0.2em;
  color: #ccc;
  background-color: transparent;
}

blockquote {
	margin: 1em 2em 2em 1em;
	padding: 1em .5em .1em 1em;
	border-left: 5px solid rgb(153, 153, 153);
	background-color: #666;
}

blockquote p {
	margin: 0;
	padding: 0;
	color: #eaeaea;
}

cite {
	display: block;
	font-style: italic;
	padding-left: 2em;
}

form {
  margin-bottom: 1em;
  font-size: 11px;
}

input, textarea {
	font-family: 'museo-sans-1','museo-sans-2', Helvetica, sans-serif;
}

.holder {
	min-height:100%;
  position:relative;
}

.container {
	margin-bottom: 0;
	position: relative;
	min-height: 100%;
}

#details-about #description, #details-error #description {
	padding-bottom: 20px;
}

.main-photo, #details, #details-about, #details-error, #archive {
	width: 608px;
	padding: 1.5em 0 10px 0;
	margin: 0 auto;
}

#archive, #details-error {
	padding-bottom: 50px;
}

#details-about {
  padding-bottom: 2em;
}

.main-photo-front {
	width: 608px;
	padding: 6em 0 0 0;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

.main-photo-front p {
	margin: 0;
	text-align: right;
	line-height: 1.1em;
}

.main-photo p {
	margin: 0;
	text-align: center;
}

.main-photo-front p.photo {
  margin-bottom: 1em;
}

.main-photo-front a:hover, .main-photo-front a:active {
  text-decoration: none;
}

.main-photo .photo img, .main-photo-front .photo img, #details #description p img, #details-about #description p img {
	border: 3px solid #000;
}

#details h2, #details-about h2, #details-error h2, #archive h2 {
	font-size: 24px;
  letter-spacing: 0.1em;
  color: #ccc;
  margin-bottom: 20px;
}

#details h3, #details-about h3, #details-error h3, #archive h3 {
	font-size: 16px;
  letter-spacing: 0.1em;
  color: #ccc;
  margin-top: 18px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666;
}

#details p, #details-about p, #details-error p, #archive p {
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.2;
}

.container #details #description p::selection, .container #details-about #description p::selection {
	background: #fff2a8;
}

.container #details #description p::-moz-selection, .container #details-about #description p::-moz-selection {
	background: #fff2a8;
}

#description ul, ul.similar {
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 1.3;
	font-size: 11px;
	list-style-type: none;
}

#archive #posts {
	width:550px;
	font-size: 10px;
	margin: 2em auto 0 auto;
}

#archive #posts p {
	margin-bottom: 2em;
}

#archive #posts ul {
	list-style-type: none;
	display: inline;
}

#archive #posts ul.writingList {
	display: block;
}

#archive #posts li {
	margin-bottom:0;
	padding:0;
	display: inline;
}

#archive #posts ul.writingList li {
	display: block;
	margin-bottom: 0.5em;
}

#archive #posts li img {
	border:1px #000 solid;
	padding:0;
	margin:1px;
}

.container #photo-nav {
	float:right;
	text-align: right;
	width:180px;
	margin:10px 34px 10px 0;
	font-size: 11px;
}

#make-comment {
	width: 608px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.container .linearNav {
	font-size: 12px;
	line-height: 1.4em;
	width: 608px;
	margin: 24px auto 0 auto;
	text-align: center;
}

#aes-header, #aes-footer {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 50px;
  border-bottom: 2px solid #999;
  background-color: rgb(51, 51, 51); /* IE */
	background-color: rgba(153, 153, 153, .5); /* everything else */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* IE 4-7 */
}

#aes-footer {
	height: 30px;
  border-bottom: none;
  border-top: 2px solid #999;
  position: relative;
  margin: -32px auto 0 auto;
}

.header-content, .footer-content {
	width: 610px;
	margin: 0 auto;
	padding: 0;
}

#aes-header ul, #aes-footer ul {
	width: 420px;
	float: right;
	text-align: right;
	display: inline;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 10px;
	background-color: transparent;
}

#aes-footer ul {
  padding: 10px 0 0 0;
  width: 300px;
}

#aes-header ul li, #aes-footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0 0 0 1em;
	color: #333;
}

.header-content a:link, .header-content a:visited, .footer-content a:link, .footer-content a:visited {
	color: #999;
}

.header-content a:hover, .header-content a:active, .header-content h1:hover, .header-content h1:active, .footer-content a:hover, .footer-content a:active {
	color: #FFFFF1;
	text-decoration: none;
}

.footer-content p {
	margin: 10px 0 0 0;
	padding: 0;
	font-style: italic;
	color: #333;
	width: 200px;
	float: left;
	font-size: 10px;
	color: #999;
}

#photoNav {
	width: 600px;
	text-align: right;
	padding: 0;
	margin: 20px auto 0 auto;
}

#photoNav ul li a:link, #photoNav ul li a:visited {color: #D5D5D5; text-decoration: none;}
#photoNav ul li a:hover, #photoNav ul li a:active {color: #FFFFF1; text-decoration: none;}

#photoNav ul {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 10px;
}


#photoNav ul li {
	list-style-type: none;
	display: inline;
	padding: 0 0 0 1em;
	color: #ccc;
}

#photoMap {
	width: 590px;
	height: 430px;
	margin: 1em 0;
	float:left;
	border: 3px solid #000;
}

#iw_kml h1 {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}

img#wpstats{display:none}

#details #description .flickr-mini-gallery img.flickr-mini-gallery-thumb {
  margin-right: 5px;
  border: 1px solid #999;
  margin-bottom: 5px;
}

#details #description .flickr-mini-gallery {
  width: 95%;
  margin: 0 auto 40px auto;
}

#details #description .flickr_highslide {
	width: 95%;
	margin: 0 auto;
}

#details #description .flickr_highslide .highslide:hover img {
	border-color: #ccc;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncentre {
  margin: 0 auto;
}

img.alignleft {
	padding: 4px;
	margin: 0 1em 1em 0;
	display: inline;
}

p.tagCloud {
	padding-bottom: 2em;
}

.sect {
	font-size: 200%;
}

body .holder .container #archive #posts ul.photoThumbs li img:hover {
	border-color: ccc;
}

.tagCloud a:link, .tagCloud a:visited {
	color: #999;
}

.tagCloud a:hover, .tagCloud a:active {
	text-shadow: 1px 1px 0px #333, 0 0 4px #ccc;
}

#photoMap p.myInfoWindow a:hover {
	color: #900;
}

.container #archive #posts p.searchResult {
  margin:0 0 1em 0;
	padding:0 0 1em 0;
  border-bottom:1px dotted #666;
}

input#s {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 5px;
	height: 20px;
	border: 1px solid #000;
	background-color: #999;
}

input#s:focus {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #acacac;
	-moz-box-shadow: 0px 0px 5px #acacac;
	-webkit-box-shadow: 0px 0px 5px #acacac;
	padding: 0 0 0 5px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #333;
	color: #ccc;
}

input#searchsubmit, input.submit {
	height: 20px;
	padding: 0 14px;
	color: #333;
	border: 1px solid #646464;
	/* text-shadow: -1px -1px 0px #666; */
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #101010;
	-moz-box-shadow: 1px 1px 2px #101010;
	-webkit-box-shadow: 1px 1px 2px #101010;
	cursor: pointer;
	font-size: 10px;
}

input.submit {
	height: 30px;
}

input#searchsubmit:hover, input.submit:hover {
	box-shadow: 0px 0px 5px #acacac;
	-moz-box-shadow: 0px 0px 5px #acacac;
	-webkit-box-shadow: 0px 0px 5px #acacac;
}

/* ----------------- comment section --------------------- */

#responses #comments .comment div li {
	padding:0;
}

#responses {
	margin:20px auto 10px auto;
	width: 608px;
	clear:both;
}

#responses h3 {
	font-size: 16px;
  letter-spacing: 0.1em;
  color: #ccc;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666;
}

#responses .no-comments {
	margin:10px 0;
}

#responses #feed-links {	
	min-height:280px;
	line-height:35px;
	padding-left:15px;
}

#responses #comments {
	font-size:1em;	
	margin-top:1em;
} 

#responses #comments ul li {
	padding:10px;
	margin:10px 0;
	display:block;
	border: 1px solid #000;
}

#responses #comments ul li.even, #responses #comments ul li.odd {
  background-color:#666;
}

#responses #comments ul li p {
	clear:both;
	margin-bottom:10px;
}

#responses #comments .comment-meta {
	display:block;
}
#responses #comments .comment-author cite {
	line-height:14px;
	float:left;
	font-size:0.9em;
  color: #ccc;
}

#responses #comments ul li .comment-meta a {
	font-size:0.7em;	
	font-style:italic;
	text-decoration: none;
}

#responses #comments ul li .text {
	line-height:28px;
}

#responses #comments li img.avatar {
	border: 1px #000 solid;
}


#responses #comments blockquote {
}

#responses #comments .comment-author {
	float:left;
	width:180px;
}

#responses #comments .real-comment {
	float:right;
	font-size:0.9em;
	line-height:14px;
	width:375px;
  color: #ccc;
}

#responses img.avatar {
	float:left;
	margin-right:10px;
}

#make-comment #respond, #comments .comment-list .comment #respond {
	width:530px;
	*width:533px;
	_width:535px;
}

#make-comment #commentform {
	margin: 2em 0;
}

#make-comment #reply-back, #comments .comment-list .comment #respond #reply-back {
	float:right;
}

#make-comment label, #comments .comment-list .comment #respond label {
	width:80px;
	float:left;
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
}

#comments .comment-list .comment #respond h3, #make-comment #respond h3 {
  font-size: 1.4em;
  margin: 1em 0;
}

#make-comment input.field, #comments .comment-list .comment #respond input.field {
	border: 1px solid #000;
	width:250px;
	height:20px;
	font-size:10px;
	margin-left: 5px;
	background-color: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 5px;
}

#make-comment input.field:focus, #comments .comment-list .comment #respond input.field:focus {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #acacac;
	-moz-box-shadow: 0px 0px 5px #acacac;
	-webkit-box-shadow: 0px 0px 5px #acacac;
	padding: 0 0 0 5px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #333;
	color: #ccc;
}

#make-comment textarea, #comments .comment-list .comment #respond textarea {
	border: 1px solid #000;
	width:428px;
	height:160px;
	font-size:10px;
	margin-left: 5px;
	background-color: #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
}

#make-comment #respond div, #comments .comment-list .comment #respond div {
	margin:0 0 1em 0;
}

#comments .comment-list .comment #respond .cancel-comment-reply {
	margin: 2em 0;
}

#comments .comment-list .comment #respond .cancel-comment-reply small {
  font-size: 10px;
}

#make-comment #logged-in-as {
	font-size: 10px;
	margin:0 0 20px 0;
}

#comments .real-comment p {
  color: #ccc;
}

/* ------------------------ !Tweets ----------------------------------------------- */

.container #archive #posts .category-tweets {
  margin-bottom:1em;
	padding:0;
  border-bottom:1px dotted #666;
}

.container #archive #posts .category-tweets .tweet p {
	margin: 0;
	padding: 0;
}

.container #archive #posts .category-tweets p.meta {
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-size: 9px;
}

/* ------------------ sociable styles, so I don't have to update whenever plugin updates ----------------------- */

div.sociable {
  display: inline;
  width: 400px;
  margin: 0;
  padding: 0 0 4px 0;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
#details .sociable span {
	display: block;
}
#details .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#details .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#details .sociable ul li:before { content: ""; }
#details .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .6;
	filter: alpha(opacity=60);
}
.sociable-hovers:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
