/* CSS RESET */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Font-Face Fonts */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/assets/fonts/League_Gothic.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('/assets/fonts/League_Gothic.woff') format('woff'), url('/assets/fonts/League_Gothic.ttf') format('truetype'), url('/assets/fonts/League_Gothic.svg#LeagueGothic') format('svg');
}

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('/assets/fonts/Chunkfive.eot');
	src: local('ChunkFive'), local('ChunkFive'), url('/assets/fonts/Chunkfive.woff') format('woff'), url('/assets/fonts/Chunkfive.ttf') format('truetype'), url('/assets/fonts/Chunkfive.svg#ChunkFive') format('svg');
}


a {
	color: #720e05;
	
}
a:hover {
	color: #261a00;
}


body {
	background: #e7dfc5 url('images/bg.jpg') repeat-x top center;
	font-size: 62.5%;
	line-height: 2em;
	font-family: garamond, georgia, serif;
}

#site {
	background: url('images/mapbg.jpg') no-repeat;
	width: 990px;
	margin: 0 auto;
	overflow: auto;
	
}

.postbox {
	background: url('images/postbox.png') repeat;
	margin: 20px 10px 0 10px;
	float: left;
	border-top: 1px solid white;
	padding: 10px;
	

}
.postbox p {
	font-size: 1.2em;
	padding: 0 0 20px 0;
}
.postbox.hp {
	height: 230px;
	overflow: hidden;
}
.postbox.hp.col2 {
	height: 220px;
}
.postbox.first {

}

.col1 {
	width: 290px;
	
}
.col2 {
	width: 600px;
	padding: 20px 20px 10px 20px;
	
}
.col3 {
	width: 950px;
}
.onecolumn {
	padding: 20px 20px 0 20px;
	width: 930px;
}

#footer {
	overflow: auto;
	
	height: 81px;
	background: transparent url('images/footerbg.jpg') top center repeat-x;
	padding: 20px;
	margin: 20px 0px 0px 0px;
	color: #ebe1c4;
	
	
}
#footer_inner {
	margin: 0 auto;
	width: 970px;
}
.footleft {
	float: left;
}
.footright {
	float: right;
}
#logo {
	height: 155px;
	width: 356px;
	background: url('images/rucksackandroll.png') no-repeat;
	z-index: 100;
	float: left;
	position: absolute;
	top: 15px;
}
#logo span {
	display: none;
}
#navigation {
	height: 120px;
}
.social {
	float: right;
	height: 60px;
	width: 970px;
}
.social li {
	float: right;
}
a.social-twitter {
	height: 50px;
	width: 50px;
	display: block;
	background: url('/assets/images/social-icons/twitter-worn.png') no-repeat;
	
}
a.social-feed {
	height: 50px;
	width: 50px;
	display: block;
	background: url('/assets/images/social-icons/rss-worn.png') no-repeat;
}
a.social-feed span, a.social-twitter span {
	display: none;
}
.nav {
	float: left;
	margin: 0 0 0 350px;
	
}
.nav li {
	float: left;
	padding-left: 20px;
	
}
.nav li a {
	line-height: 60px;
	font-size: 2em;
	color: #faf3dc;
	text-decoration: none;
	text-transform: uppercase;
	
	font-family: ChunkFiveRegular;
}

.secondary {
	float: right;
	margin: 0 10px 0 440px;
	height: 60px;
}
.secondary li {
	float: left;
	padding-left: 20px;
}
.secondary li a {
	line-height: 60px;
	font-size: 1.4em;
	color: #eadeba;
	text-decoration: none;
	text-transform: uppercase;
	font-family: ChunkFiveRegular;
}
#section-head {
	height: 50px;
	width: 640px;
	padding: 50px 20px 0 0;
	float: left;
}
#location {
	width: 310px;
	height: 100px;
	float: left;
}
/* post formatting */
.post-date {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #beb59f;
	float: left;
}
.post-categories {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #beb59f;
	float: right;
}
.post-excerpt {
	display: block;
	float: left;
	margin: 7px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #dad0b8;
	font-size: 1.2em;
	color: #535353;

}
.post-top {
display: block;
	
	margin: 7px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #dad0b8;
	font-size: 1.2em;
	color: #535353;
}
.entry-utility {
	font-size: 1.2em;
}	
#nav-above {
	
}
#nav-below {
	padding: 0 10px 0 10px;
	background: url('images/postbox.png');
	margin: 20px 10px 0px 10px;
	height: 40px;
	line-height: 40px;
	
	
	
}
#reply-title {
	font-size: 2em;
	font-family: 'ChunkFiveRegular';
	padding-top: 20px;

}
p.comment-form-comment label {
	display: block;
	font-size: 1.3em;
}
p.comment-form-comment textarea {
	width: 590px;
}

h1.page-title {
	font-family: 'ChunkFiveRegular';
	font-size: 2em;
	background: url('images/postbox.png');
	margin: 20px 10px 0px 10px;
	padding: 20px;
	width: 930px;
}

h2 a {
	text-decoration: none;
	color: #720e05;
}
h3 {
	font-size: 2em;
	font-family: 'ChunkFiveRegular';
}

span.images {
	color: #483608;
}
.polaroid {
	display: table-cell; 
	vertical-align: middle;
	height: 65px;
}

.fontface {
	font-family: 'ChunkFiveRegular';
	font-size: 2em;
	text-shadow: 1px 1px 0px #fff;
	
}
.fontface.small {
	font-size: 1.4em;
}
.fontface.big {
	font-size: 2.5em;
	padding: 0 0 10px 0;
	
}

#country-bar {
	list-style-type: none;
	margin: 0 10px 0 10px;
	width: 970px;
	overflow: auto;
	background: url('images/postbox.png');
}
#country-bar li {
	
	float: left;
	height: 60px;
	background: #720e05 url('images/countrylistbg.png');
	color: #fbf6ec;
	padding: 0 0px 0 20px;
	line-height: 60px;
	font-family: LeagueGothicRegular;
	font-size: 3em;
	text-transform: uppercase;
	text-decoration: none;
	
}
#country-bar li.first {
	background-position: top right;
	padding: 0 0px 0 10px;
}
#country-bar li.last {

	background: transparent url('images/countrylistbglast.png') top right;
	
}
#country-bar li a {
	color: #fbf6ec;
	text-decoration: none;
}

#location {
	padding: 20px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #720e05;
}
#location span.title {
	display: block;
	width: 90px;
	float: left;	
	font-size: 1.4em;
	color: #241800;
	font-family: ChunkFiveRegular;
	
}

#location img {

float: right;
position: relative;
top: -100px; z-index: 1;
}



/* sidebar  / widget areas */

.widget-area ul li h3 {
	font-family: 'ChunkFiveRegular', serif;
	font-size: 2em;
	padding: 10px 0 10px 0;
}
.widget-area ul li ul li a {
	display: block;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	text-decoration: none;

}
.widget-area ul li ul li a:hover {
	background: #cebf94;
}	

.social-icons img {
	float: left;
	padding: 0 0 10px 5px;

}
.tweetfeed {
	font-size: 1.2em;
}
.tweetfeed li span.date {
	font-size: 10px;
}	
.tweetfeed li {
	padding: 0 0 10px 0;
}
h3.blue { 
	margin: 0 0 10px 0;
}
h3.blue a {
	color: #46a1b4;
	text-decoration: none;
}

.entry-content h3 {
	font-size: 1.5em;
}
.comments-links {
	display: block;
	overflow: auto;
}

small {
	font-size: 0.9em;
}
/*hakcs*/

.clear {
	clear: left;
	clear: right;
	clear: both;
}
.alignleft {
	float: left;
	margin-right: 10px;
}	
.alignright {
	float: right;
	margin-left: 10px;
}
.nav-previous {
	float: left;
	
}
.nav-next {
	float: right;
}
