/*
Theme Name: Living Out of a Backpack II
Theme URI: http://adamandanna.com
Version: 2.0
Author: Adam Campbell
Author URI: http://hotmeteor.com
*/

/*
---------------------------------------
Page Structure
---------------------------------------
*/

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg-body.png) repeat-x 0 0;
	color: #444;
	font: 62.5% 'Helvetica Neue', Helvetica, Arial, Sans-Serif; /* Resets 1em to 10px */
	margin: 0 0 30px;
	text-align: left;
}

input, select, textarea {	
	font: 62.5% 'Helvetica Neue', Helvetica, Arial, Sans-Serif; /* Resets 1em to 10px */
}

/*
---------------------------------------
General Layout
---------------------------------------
*/

#header {
	background: url(images/bg-header.png) no-repeat center 0;
	clear: both;
	height: 220px;
	margin: 0 auto 30px;
	position: relative;
	width: 900px;
}

#topbar {
	height: 90px;
	width: 100%;
}	

.content {
	margin: 0 auto 50px;
	padding: 0 20px;
	width: 900px;
}

#primary {
	float: left;
	margin: 0 0 50px;
	width: 800px;
}

.secondary {
	float: right;
	margin: 0 0 50px;
	width: 75px;
}

.sidecol {
	float: left;
	width: 50%;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 900px;
}
	
/*
---------------------------------------
Typography
---------------------------------------
*/

a {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:link,
a:visited {
	border-bottom: 1px solid #ddd;
	color: #df4c26;
}

a:hover {
	border-bottom: 1px solid #bbb;
	color: #222;
}

a img {
	border: 0;
	display: block;
}

	#primary a img {
		border: 1px solid #ccc;
		border-top: 2px solid #eee;
		border-bottom: 2px solid #aaa;
		margin: 25px 0 15px;
		padding: 5px;
	}

.ir {
	background-color: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -999px;
}

	.ir a {
		background-color: transparent !important;
		display: block;
		height: 100%;
		width: 100%;
	}

h1 {
	background: url(images/logo.png) no-repeat 0 0;
	height: 120px;
	margin: 0;
	width: 100%;
}
	
h2 {
	color: #222;
	font-size: 1em;
	letter-spacing: -.05em;
	line-height: 1.2em;
	margin: 0 0 1em;
	text-transform: uppercase;
}

	h2 a {
		font-size: 11px;
		letter-spacing: 0;
		text-transform: lowercase;
	}
	
	h2 a:link,
	h2 a:visited {
		color: #0063dc;
	}
	
	h2 a:link span,
	h2 a:visited span {
		color: #ff0084;
	}
	
	h2 a:hover {
		color: #666;
	}
		
	
h3 {
	font-size: 3em;
	letter-spacing: -.05em;
	line-height: 1.1em;
	margin: 0 0 10px;
}

h4 {
	color: #999;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1.2em;
}

	h4 em {
		color: #444;
		font-family: "Goudy Old Style", Goudy, 'Times New Roman', Georgia, serif;
		font-size: 1.4em;
		font-style: italic;
		font-weight: normal !important;
		letter-spacing: -.05em;
		line-height: 1.1em;
		margin: 0 0 10px;
	}
	
	h4 strong {
		color: #222;
		font-weight: bold;
	}
	
h5 {
	color: #888;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 20px;
}

img {
	border: 0;
	display: block;
}

p {
	color: #111;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 0 1.5em;
}

	#primary blockquote,
	#primary p {
		width: 600px;
	}

/*
---------------------------------------
Header
---------------------------------------
*/

#topbar a:link,
#topbar a:visited {
	border-bottom: 1px solid #faa949;
}

#topbar a:hover {
	border-bottom: 1px solid #ffe1be;
}

#topbar li {
	color: #fff;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

#topbar li strong {
	color: #fff;
	font-weight: bold;
}

.top-phone {
	width: 50%;
}

.top-twitter {
	width: 50%;
}

/* TWITTER */

#topbar li.top-twitter em {
	color: #ffe1be;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 0 8px;
}

#twitter-info {
	display: block;
	margin: 10px 0 0;
}

/* SEARCH */

#search {
	left: 580px;
	position: absolute;
	top: 80px;
}

#s {
	background-color: #7cdfda;
	border: 0;
	color: #222;
	font-size: 11px;
	padding: 4px 4px;
	width: 140px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	.page-over #s {
		background-color: #ff9860;
	}

#searchsubmit {
	font-size: 11px;
}

/*
---------------------------------------
Entries
---------------------------------------
*/

.entry-meta {
	float: left;
	width: 90px;
}

	.chronodata {
		color: #aaa;
		display: block;
		font-size: 1.5em;
		font-style: italic;
		font-weight: bold;
		letter-spacing: -.05em;
		line-height: 1.1em;
		margin: 5px 0 40px;
		text-align: right;
	}
	
	.entry-meta ul {
		margin: 0;
		padding: 0;
	}
	
	.entry-meta li {
		border-bottom: 1px solid #ddd;
		font-size: 1.1em;
		line-height: 2em;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.entry-meta li a {
		border: 0;
	}

.entry-head {
	height: 80px;
	margin: 0 0 0 120px;
}

.entry-content {
	margin: 0 0 50px 120px;
}

.entry-content a:link,
.entry-content a:visited {
	background-color: #df4c26;
	color: #fff;
}

.entry-content a:hover {
	background-color: #ccc;
	color: #111;
}

#comment-bottom {
	border-top: 1px solid #ccc;
	display: block;
	margin-top: 40px;
}

	#comment-bottom p {
		background-color: #eee;
		display: block;
		margin: -15px 0 0 10px;
		padding: 4px 5px 4px 10px;
		width: 150px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#comment-bottom a {
		background-color: transparent;
		border: 0;
	}
	
	#comment-bottom a:link,
	#comment-bottom a:visited {
		color: #df4c26;
	}
	
	#comment-bottom a:hover {
		color: #333;
	}
	
	#comment-bottom em {
		background-color: #aaa;
		color: #fff;
		display: block;
		float: right;
		font-style: normal;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1px 0 0;
		padding: 2px 7px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

/* NAVIGATION */

.navigation {
	border-bottom: 1px dashed #ddd;
	font-size: 1.1em;
	height: 40px;
	line-height: 30px;
	margin: 0 0 30px;
}

.navigation .left {
	float: left;
	height: 30px;
	width: 45%;	
}

.navigation .right {
	float: right;
	height: 30px;
	text-align: right;
	width: 45%;	
}

.navigation a {
	background-color: #eee;
	border: 0;
	padding: 2px 6px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	.navigation a:link,
	.navigation a:visited {
		color: #777;
	}
	
	.navigation a:hover {
		color: #222;
	}
	

/*
---------------------------------------
Comments
---------------------------------------
*/

#comments {
	clear: both;
	margin: 0 0 40px;
	width: 100%;
}

#comments h4 {
	margin-left: 120px;
}

#commentlist {
	margin: 0 0 25px;
	padding: 0;
}

#commentlist li {
	font-size: 1em;
	list-style-type: none;
}

	#commentlist .comments-empty {
		font-size: 1.3em;
		margin: 0 0 0 120px;
	}
	
.comment-info {
	float: left;
	font-size: 1.1em;
	margin: 3px 0 0;
	width: 90px;
}

	.comment-date {		
		color: #444;
	}
	
	.comment-time {		
		color: #999;
	}
	
	.comment-info em {
		background-color: red;
		color: #fff;
		display: block;
		font-style: normal;
		margin: 15px 0 0;
		padding: 1px 5px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
	}

.comment-content {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 10px 120px;
}

	.comment-author {
		display: block;
		font-size: 1.3em;
		margin: 0 0 10px;
	}

	.comment-content p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	
#comment-form {
	background-color: #eee;
	margin-left: 120px;
	padding: 10px 20px;
}

#comment-form p {
	font-size: 1.1em;
}

#comment-form input {
	font-size: 1em;
}

#comment-form textarea {
	font-size: 1em;
	padding: 3px;
	width: 90%;
}

#comment-form .success li {
	color: green;
	font-size: 1.3em;
	list-style-type: none;
	margin: 0 0 15px;
}



/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */


/*-
	Latest Comments
*/
.sb-comments-lc ul li span a, .sb-comments ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

.sb-comments-lc ul li {
	margin-bottom: 6px;
}

.sb-comments-lc li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right:0;
	color: #999;
}

.activityentry {
	font-size: 1.1em;
	}

div#latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

/*
---------------------------------------
FlickrFeed
---------------------------------------
*/

#flickrfeed dd {
	color: #666;
	display: block;
	font-size: 1.1em;
	line-height: 1.1em;
	opacity: .5;
}

#flickrfeed dd.flickr-image-info {
	font-weight: bold;
	margin: 0 0 2px;
}

#flickrfeed dd.flickr-image {
	display: block;
	margin: 0 0 15px;
	position: relative;
}

#flickrfeed dd.flickr-image span {
	background-color: #000;
	bottom: 0;
	color: #fff;
	font-size: 10px;
	left: 0;
	opacity: .5;
	padding: 1px 3px;
	position: absolute;
	z-index: 100;
}

/*
---------------------------------------
Footer
---------------------------------------
*/

#footer {
	border-top: 15px solid #eee;
	padding: 15px 0 25px;
}

#footer p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 .5em;
}




