/*
Theme Name: Michele on the Road
Theme URI: http://finotto.org/
Description: Wordpress theme for Michele on the Road
Version: 1.0
Author: Michele Finotto
Author URI: http://finotto.org/
*/

/* Eric Meyer's CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Tumblr template for finotto.org
 * by Michele Finotto
 */
 
/* @group General */
html {
  font-size: 62.5%;
}

body {
  background-color: #111;
  color: #eee;
  font: 1.2em/1.8em Helvetica, Verdana, Arial, sans-serif;
}

a, a:link, a:visited, a:active {
  color: #6bb0d0;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

a:hover {
  color: #6bb0d0;
  border-bottom: 1px solid #6bb0d0;
}

a.noborder {
  border: 0;
}

h2, h3, h4, h5, h6 {
  clear: both;
  color: #6bb0d0;
  font-weight: bold;
  margin: 5px 0;
  font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
}

h2 {
  font-size: 1.8em;
  margin: 10px 0;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}
/* @end General */

/* @group General Utility */
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

li.clear {
  clear: both;
  display: block;
  width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.hide, .hidden {
  display: none !important;
}

.bigger {
  font-size: 1.3em;
}

small, .smaller {
  font-size: 0.95em;
  font-weight: normal;
}

.lightgrey, a.lightgrey, a:link.lightgrey, a:visited.lightgrey, a:hover.lightgrey {
  color: #A18B6E;
}

.strong, strong {
  font-weight: bold;
}

.upcase {
  text-transform: uppercase;
}

.no-white-space {
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}

.half-page {
  width: 49%;
  margin-right: 1%;
  float: left;
}

.quick-tip {
  font-style: italic;
  color: #888;
  font-weight: normal;
}

h1 .quick-tip, h2 .quick-tip, h3 .quick-tip, h4 .quick-tip, dt .quick-tip {
  font-style: normal;
}

h1 .quick-tip, h2 .quick-tip, h1 a.add, h2 a.add {
  font-size: 0.66em;
}

h3 .quick-tip, h3 a.add {
  font-size: 0.86em;
}

h4 .quick-tip, h4 a.add {
  font-size: 0.86em;
}

.small-tip {
  font-size: 0.90em;
  font-style: normal;
  color: #888;
  font-weight: normal;
}

.warning {
  color: #d00;
  margin: 10px 0;
}

hr {
  clear: both;
  width: 90%;
  border: none;
  height: 1px;
  background: #ccc;
  margin: 5px auto;
}

ul.dotted-list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}
/* @end General */

/* @group Formatted Text */
.formatted-text p, .formatted-text ul, .formatted-text ol {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.formatted-text ol li {
  margin-left: 10px;
  list-style: decimal inside;
}

.formatted-text ul li {
  margin-left: 10px;
  list-style: disc inside;
}

.formatted-text pre, .formatted-text code {
  font-family: Monaco, 'Courier New', 'Courier', monospace;
  color: #555;
  font-size: 0.95em;
}

.formatted-text pre {
  line-height: 1em;
  margin-bottom: 15px;
}

.formatted-text pre code {
  line-height: 1em;
  font-size: 1em;
}
/* @end Formatted Text */

/* @group Accessibility */
#accessibility {
  display: none;
}
/* @end Accessibility */
/* @end General Utility */

#wrapper {
  width: 900px;
  margin: 0 auto;
}

/* @group Top */
#top {
  clear: both;
  height: 40px;
  margin: 5px 0 5px 0;
}

#feed {
  float: left;
  width: 50%;
  background: url(./i/feed.png) no-repeat left center;
  line-height: 33px;
  padding-left: 40px;
}

form#search {
  float: right;
  width: 300px;
  vertical-align: middle;
}

form#search .textfield {
  float: left;
  width: 210px;
}

form#search .button {
  float: left;
  margin-left: 10px;
}
/* @end Top */

/* @group Header */
#header {
  clear: both;
  height: 130px;
  background: url(./i/banner-1.jpg) no-repeat right top;
  padding: 0 490px 0 0;
  overflow: hidden;
}

#header h1 {
  width: 396px;
  height: 51px;
  padding-top: 20px;
}

#header h1 a {
  display: block;
  width: 376px;
  height: 51px;
  position: relative;
  overflow: hidden;
  font-size: 2em;
  border: 0;
}

#header h1 a span{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./i/logo.png) no-repeat left top;
}

#header ul {
  list-style: none;
  margin-top: 20px;
}

#header ul li {
  float: left;
  display: block;
  margin: 5px 30px 0 0;
}

#header ul li a, #header ul li a:link, #header ul li a:visited, #header ul li a:active {
  color: #fff;
  border: 0;
}

#header ul li a:hover {
  color: #6bb0d0;
}
/* @end Header */

#gutter {
  color: #111;
  margin: 0;
  padding: 15px;
  background: #fff url(./i/content.png) repeat-y left top;
}
/* @group Content */
#content {
  float: left;
  width: 530px;
  margin-right: 40px;
}

#content .post {
  margin: 10px 0 30px 0;
}

#content .post h2 a {
  border: 0;
}

#content .post .post-meta {
  clear: both;
  margin: 5px 0 10px 0;
  color: #A18B6E;
}

#content .post .post-meta .date {
  display: block;
  float: left;
}

#content .post .post-meta .comments {
  display: block;
  float: right;
}

#content .post .post-content {
  clear: both;
  margin: 15px 5px;
}

#content .post .post-content img {
  border: 1px solid #ddd;
  padding: 4px;
}

#content .post .post-content img.full-size {
  display: block;
  clear: both;
  margin: 5px 0;
}

#content .post .post-extra {
  margin: 10px auto;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  background-color: #f3f3f3;
  padding: 10px;
  color: #777;
}

#content .after-post {
  margin: 10px auto;
  border: 1px solid #6bb0d0;
  border-left: 0;
  border-right: 0;
  background-color: #e8f6ed;
  padding: 10px;
}

#content .after-post .box {
  width: 45%;
  margin-right: 4%;
  float: left;
}

#content .after-post ul.tools {
  list-style: none;
}

#content .after-post ul.tools li {
  line-height: 16px;
  margin: 8px 0;
  padding-left: 24px;
}

#content .after-post ul.tools li.feed {
  background: url(./i/feed-small.png) no-repeat left center;
}

#content .after-post ul.tools li.delicious {
  background: url(./i/delicious.gif) no-repeat left center;
}

#content .after-post ul.tools li.email {
  background: url(./i/email.png) no-repeat left center;
}

#content .after-post ul.related li {
  line-height: 16px;
  margin: 8px 0;
}
/* @end Content */

/* @group Sidebar */
#sidebar {
  float: left;
  width: 300px;
}

#sidebar .box {
  margin: 5px 0 15px 0;
}
/* @end Sidebar */

#footer {
  text-align: right;
  margin: 10px 0 20px 0;
  font-size: 0.95em;
}










.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments {
	color: #777;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.pagination {
  clear: both;
}

/* @group Flickr */
#flickr {
	overflow: auto;
	width: 270px;
	margin-right: 15px;
	float: left;
}

#flickr a img, #flickr a:visited img {
	width: 70px;
	height: 70px;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #6bb0d0;
	opacity: .8;
}

#flickr a:hover img {
	width: 70px;
	height: 70px;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #6bb0d0;
	background-color: #6bb0d0;
	opacity: 1;
}

#flickr a, #flickr a:visited, #flickr a:hover {
	border: 0;
}
/* @end Flickr */
