/*
 * Theme Name: RoadsAfar Theme
 * Theme URI: http://roadsafar.com/
 * Description: RoadsAfar theme
 * Version: 1.0
 * Author: Jess Martin
 * Author URI: http://roadsafar.com/
 * Tags: fixed width, two columns, widgets
 *
 * */


/* Eric Meyer's Reset Reloaded from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET RELOADED */

/* --------------- LIFESTREAM ---------------- */
#content ul li ul li {
	padding: 5px 10px;
	clear: both;
}
#content ul li h4 {
	width: 100%;
	font-weight:bold;
	font-size:2em;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content ul li ul li a.logo {
	margin-left: 10px;
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff url('images/reader-logo.gif') 3px 3px no-repeat;
	border: 3px solid #eee;
	padding: 3px;
	text-indent: -9000px;
}
#content ul li ul li a.logo:hover {
	border: 3px solid #00f;
}
#content ul li ul li.twitter a.logo {
	background: #fff url('images/twitter-logo.png') 3px 3px no-repeat;
}
#content ul li ul li.flickr a.logo {
	background: #fff url('images/flickr-logo.gif') 3px 3px no-repeat;
}
#content ul li ul li.googlereader a.logo {
	background: #fff url('images/reader-logo.gif') 3px 3px no-repeat;
}
#content ul li ul li.roadsafar a.logo {
	background: #fff url('images/roadsafar-logo.gif') 3px 3px no-repeat;
}
#content ul li ul li.delicious a.logo {
	background: #fff url('images/delicious-logo.gif') 3px 3px no-repeat;
}
#content ul li ul li p {
	padding-left: 55px;
}
#content ul li ul li p.action {
	padding-top: 3px;
}
p.action a {
	font-weight: bold;
}
#content ul li ul li p.action strong {
	text-transform: uppercase;
	color: #ccc;
	font-weight: bold;
}
#content ul li ul li p.comment {
	padding-left: 70px;
	padding-top: 10px;
	font-size:1.4em;
}
p.comment span.bqstart, p.comment span.bqend {
	font-family: Georgia, Times;
	font-size: 5em;
	color: #ddd;
	padding-top:10px;
}
p.comment span.bqstart {
	float: left;
	padding-right: 2px;
}
p.comment span.bqend {
	padding-top: 20px;
	padding-left: 2px;
	position: absolute;
}
#content ul li ul {
	border-bottom: 3px solid #eee;
	padding-bottom: 10px;
}
#content ul li ul li div.photos {
	padding-left: 70px;
	padding-top: 10px;
}
div.photos img {
	margin-top: 5px;
	margin-right: 5px;
	border: 3px solid #eee;
}

/* Begin Typography & Colors */
body {
	font: 62.5% Helvetica, Arial, Verdana;
	background-color: #fff;
	color: #333;
	text-align: center;
}
em, strong {
	font-weight: bold;
}

h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 2em;
}
p {
	font-size: 1.5em;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	line-height: 1.4em;
}
.sub {
	font-size: 1.2em;
	color: #aaa;
}
.sub a, .sub a:link, .sub a:visited {
	color: #666;
}
a, a:link, a:visited {
	color: #276baa;
	text-decoration: none;
}
a:hover {
	color: #169dd5;
	background-color: #f2f2f2;
}

/* ------------- header ------------- */

#header, #content, #footer {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#content {
	padding-top: 20px;
	clear: both;
}
#header {
	background: url(images/profilephoto100x100.jpg) bottom right no-repeat;	
}
#header_wrap {
	border-bottom: 3px solid #ccc;
	background-color: #efefef;
}
#header h1 {
	font-size: 6em;
	font-weight: normal;
	line-height: 60px;
	padding-top: 10px;
	font-family: Georgia;
	text-transform: uppercase;
}
#header h1 a {
	color: #333;
}
#header h1 a:hover {
	color: #276baa;
}
#header h3 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
	padding-top: 3px;
}
#header ul {
	float: right;
	margin-top: 4px;
	margin-right: 100px;
}
#header ul li {
	display: inline;
	font-size: 1.4em;
}
#header ul li a {
	display: block;
	float: left;
	color: #fff;
	background-color: #276baa;
	padding: 5px 8px;
	margin-right: 5px;
	border: 3px solid #ccc;
	border-bottom: none;
}
#header ul li a:hover {
	background-color: #169dd5;
}
#header #rss {
	float: right;
	font-size: 1.4em;
}
#header #rss a {
	padding-left: 10px;
}

/* -------------- columns ------------------- */
div#content div#left_column {
	width: 600px;
	float: left;
}
div#content div#sidebar {
	float: left;
	width: 230px;
	margin-left: 20px;
}

/* ------------- the post ------------------- */
.post {
	margin-bottom: 10px;
	border-bottom: 3px solid #eee;
}
.post h2 {
	float: left;
	font-size: 2.4em;
	font-weight: bold;
}
.post h2 a { padding-right: 5px; }
.post small.datetime {
	padding-top: 6px;
	font-size: 0.75em;
	font-weight: bold;
	color: #ccc;
	white-space: nowrap; 
}
.post p {
	padding-bottom: 10px;
}
.entry {
	padding: 10px 0 0 0;
	clear: both;
}
.post .postmetadata {
	font-size: 1.4em;
	color: #999;
}
.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li {
}
.commentlist li .avatar { 
	float: right;
	border: 2px solid #eee;
	padding: 2px;
	background: #fff;
}
code {
	font: 1.2em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 1.4em;
	letter-spacing: .07em;
}

/* Begin Structure */
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
	border: 3px solid #eee;
}
p img:hover {
	border: 3px solid #ccc;
}
/*	Using 'class="alignright"' on an image will (who would've
 *		thought?!) align the image to the right. And using 'class="centered',
 *			will of course center the image. This is much better than using
 *				align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists
 *
 * 	Special stylized non-IE bullets
 * 		Do not work in Internet Explorer, which merely default to normal bullets. */

.post ul, .post ol {
	font-size: 1.5em;
	line-height: 1.4em;
}
html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 25px;
	list-style: none;
	text-indent: -12px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 25px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
}
ol li {
	list-style: decimal outside;
}
/* End Entry Lists */

/* Navigation */
div.navigation {
	float: left;
	width: 100%;
	font-size: 1.6em;
}
/* Begin Form Elements */
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 2px solid #ddd;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 2px solid #ddd;
}
#commentform #submit {
	font-size: 1.2em;
	border: 3px solid #ddd;
	padding: 4px 8px;
	float: right;
	color: #fff; 
	background-color: #276baa;
}
#commentform #submit:hover {
	color: #fff; 
	background-color: #169dd5;
}
/* End Form Elements */

/* ------------------- Sidebar ------------------- */
#sidebar ul li.widget {
	margin-bottom: 10px;
	border: 3px solid #ddd;
	font-size: 1.3em;
}
#sidebar ul li.widget.widget_recent_entries {
	border-bottom: none;
}
#sidebar ul li.widget h2 {
	border-bottom: 3px solid #ddd;
	background-color: #276baa;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	padding: 4px 7px;
}
#sidebar ul li.widget div.flickr-photos img {
	border: 2px solid #eee;
	margin: 3px;
}
#sidebar div.about_box {
	margin-bottom: 10px;
}
#sidebar div.about_box h2 {
	font-size: 2.0em;
}
#sidebar div.about_box img {
	float: right;
	border: 3px solid #ddd;
	margin-left: 5px;
}
#sidebar div.about_box p {
  line-height: 1.3em;
	font-size: 1.3em;
}
#sidebar div.about_box a.rss {
	text-align: right;
	display: block;
	background: url(images/rss.gif) top right no-repeat;
	padding-right: 20px;
	height: 16px;
	line-height: 17px;
	margin-bottom: 18px;
	font-size: 1.4em;
}
#sidebar ul li.widget ul {
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar ul li.widget.widget_recent_entries ul li {
  margin: 0;
  padding: 0;
	border-bottom: 3px solid #ddd;
}
#sidebar ul li.widget.widget_recent_entries ul li a {
  padding: 3px 5px;
	display: block;
}
/* ------------------ Begin Comments ------------- */
.alt {
	background-color: #f7f7f7;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
.postmetadata.alt small {
	font-size: 1.2em;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist li span.comment-author {
	font-size: 1.6em;
	font-weight: bold;
}
.commentlist p {
	margin: 8px 5px 3px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
}
.commentlist li .commentmetadata {
	font-size: 1.2em;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 0 30px 10px 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
}
.post blockquote p {
	padding: 0;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
.clear { clear: both;}

/* End Various Tags & Classes*/

#footer p {
	clear: both;
	font-size: 1.4em;
	color: #999;
	padding: 10px 0;
}
