html,
body {
	font: 12px/18px Lucida Grande, Helvetica Neue, Helvetica, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	background: #c5784a url('http://files.farukat.es/roadtrip/bg-ground.jpg') 0 0 repeat;
	color: #000;
}
a:link {
	color: #333;
}
a:visited {
	color: #666;
}
#wrapper {
	background: url('http://files.farukat.es/roadtrip/bg-road.png') 0 0 repeat-y;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#sidebar {
	position: absolute;
	right: 0;
	top: 165px;
	width: 210px;
}
#content {
	color: #eee;
	width: 600px;
}
h1#title {
	margin: 0;
}
h1#title a {
	background: url('http://files.farukat.es/roadtrip/logo.png') 0 0 no-repeat;
	display: block;
	height: 346px;
	text-indent: -9999px;
	width: 841px;
}
#avatar img,
.photo img,
.media img {
	padding: 4px 4px 8px;
	border-image: url('http://files.farukat.es/roadtrip/photo-frame.png') 4 8 12 8 stretch;
	-moz-border-image: url('http://files.farukat.es/roadtrip/photo-frame.png') 4 8 12 8 stretch;
	-webkit-border-image: url('http://files.farukat.es/roadtrip/photo-frame.png') 4 8 12 8 stretch;
	
	transform: rotate(3deg) scale(0.82);
	-moz-transform: rotate(3deg) scale(0.82);
	-webkit-transform: rotate(3deg) scale(0.82);
	
	-webkit-transition: -webkit-transform .3s ease-out;
}
#avatar img:hover,
.photo img:hover,
.media img:hover {
	transform: rotate(-2.5deg) scale(1.1);
	-moz-transform: rotate(-2.5deg) scale(1.1);
	-webkit-transform: rotate(-2.5deg) scale(1.1);
}
#buttons a {
	background: #eee6d8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0)), to(rgba(255,255,255, .5)));
	color: #b5683a;
	float: left;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}
#buttons a:hover {
	background-color: #eed5c7;
	color: #7a482c;
}
#button-rss a {
	border-right: 1px solid #ccc;

	border-radius: 12px 0 0 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
}
#button-archive a {
	border-left: 1px solid #fff;

	border-radius: 0 12px 12px 0;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

#followontumblr {
	background: #110a0c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0)), color-stop(.05, rgba(255,255,255, .3)), color-stop(.5, rgba(0,0,0, .4)), to(rgba(0,0,0, .1)));
	border: 1px solid #000;
	color: #eee6d8;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 160px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 15px;
	
	box-shadow: rgba(0,0,0, .42) 0 0 2px;
	-moz-box-shadow: rgba(0,0,0, .42) 0 0 2px;
	-webkit-box-shadow: rgba(0,0,0, .42) 0 0 2px;
	
	-webkit-transition: background-color .15s ease-out;
}
#followontumblr:focus,
#followontumblr:hover {
	background-color: #333;
}

#twitter {
	clear: both;
	overflow: hidden;
	padding: 12px 0 0;
}
#twitter h3 a {
	font: 26px/30px Georgia, Times, serif;
	color: #000;
}

#twitter_update_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	font-size: 11px;
	margin: 12px 0;
	padding: 0;
	text-shadow: rgba(255,255,255, .15) 1px 1px 0;
}



#content {
	min-height: 1000px;
	margin: 20px 0 0 75px;
}
#content .post {
	clear: both;
	margin: 18px 0 50px;
}
#content .photo {
	width: 516px;
}
#content .photo img {
	padding-bottom: 40px;
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}
#content .photo .caption {
	color: #121212;
	font: 14px/18px "Marker Felt", "Hobo Std", sans-serif;
	margin: -36px 0 20px;
	padding: 0 0 0 12px;
	position: relative;
}
#content .photo .caption a {
	float: right;
	margin-right: 16px;
}
#content .media img {
	float: left;
	position: relative;
	left: -20px;
	top: -50px;
}
.media img {
	transform: rotate(-3deg) scale(0.82);
	-moz-transform: rotate(-3deg) scale(0.82);
	-webkit-transform: rotate(-3deg) scale(0.82);
}
.media img:hover {
	transform: rotate(2.5deg) scale(1);
	-moz-transform: rotate(2.5deg) scale(1);
	-webkit-transform: rotate(2.5deg) scale(1);
}
#content a {
	color: #aaa;
}
#content .post {
	clear: both;
	padding: 50px 0 ;
}


#footer,
#navigation {
	clear: both;
	margin: 0;
	padding: 20px;
}
#navigation {
	text-align: center;
}
#navigation a {
	color: #355565;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
}
#navigation a:focus,
#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}