@import url('base.css');
@font-face { font-family: "regular"; src: url("../font/regular2.ttf"); }


html,body {
	background: #eee url(../img/dirt.png) repeat;
	color: #3d261b;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 18px;
}

body {
	overflow-x: hidden;
}

#header {
	display: block;
	height: 223px;
	/*background: transparent url(../img/overhang.png) bottom left repeat-x;*/
}

#dirt {
	height: 215px;
	/*background: #b9b4ad;*/
}

#grass {
	height: 215px;
	/*background: transparent url(../img/grass.png) bottom left repeat-x;*/
}

#sky {
	height: 215px;
	background: url(../img/sky.png) top left repeat-x;
}

#hills {
	height: 215px;
	background: transparent url(../img/hills.png) bottom left repeat-x;
}

#sun {
	width: 152px;
	height: 80px;
	background: transparent url(../img/bits.png) -65px -55px no-repeat;
}

#cloud {
	width: 60px;
	height: 39px;
	position: absolute;
	top: 60px;
	left: 30%;
	background: transparent url(../img/bits.png) -62px -134px no-repeat;
}

#cloud2 {
	width: 67px;
	height: 32px;
	position: absolute;
	top: 40px;
	right: 30%;
	background: transparent url(../img/bits.png) -125px -141px no-repeat;
}

#birds {
	display: block;
	width: 34px;
	height: 18px;
	position: absolute;
	top: 80px;
	right: 43%;
	text-indent: -999999px;
	background: url(../img/bits.png) -198px -146px no-repeat;
}

#birds .popup {
	opacity: 0;
	display: block;
	width: 36px;
	height: 25px;
	position: relative;
	right: -20px;
	top: -18px;
	background: url(../img/bits.png) -7px -55px no-repeat;
}

#fam {
	display: block;
	width: 70px;
	height: 40px;
	position: absolute;
	top: 103px;
	left: 220px;
	text-indent: -999999px;
	background: transparent;
}

#fam .popup {
	opacity: 0;
	display: block;
	width: 62px;
	height: 25px;
	position: relative;
	top: -18px;
	left: -17px;
	background: url(../img/bits.png) 0 -130px no-repeat;
}

#dogcow {
	display: block;
	width: 35px;
	height: 22px;
	position: absolute;
	top: 140px;
	left: 458px;
	text-indent: -999999px;
	background: transparent;
}

#dogcow .popup {
	opacity: 0;
	display: block;
	width: 37px;
	height: 25px;
	position: relative;
	top: -18px;
	left: -20px;
	background: url(../img/bits.png) -7px -80px no-repeat;
}

#mac {
	display: block;
	width: 29px;
	height: 30px;
	position: absolute;
	top: 141px;
	left: 728px;
	text-indent: -999999px;
	background: transparent;
}

#mac .popup {
	opacity: 0;
	display: block;
	width: 37px;
	height: 25px;
	position: relative;
	top: -18px;
	right: -18px;
	background: url(../img/bits.png) -7px -154px no-repeat;
}

#sign {
	display: block;
	width: 27px;
	height: 40px;
	position: absolute;
	top: 132px;
	left: 1053px;
	text-indent: -999999px;
	background: transparent;
}

#sign .popup {
	opacity: 0;
	display: block;
	width: 55px;
	height: 25px;
	position: relative;
	top: -18px;
	right: -10px;
	overflow: hidden;
	background: url(../img/bits.png) -7px -105px no-repeat;
}

h1 {
	width: 268px;
	height: 64px;
	position: absolute;
	top: 20px;
	right: 40px;
	text-indent: -999999px;
	background: url(../img/bits.png) 15px 16px no-repeat;
}

#page {
	width: 360px;
	margin: 0 auto;
	padding: 5em 0 0 0;
	text-align: center;
}

.group {
	margin: 0 0 5em 0;
}

.group.tumbls {
	margin-bottom: 3em;
}

.group ul.column {
	float: left;
	width: 33%;
}

.group h2 {
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 0 0 0 83px;
	font-weight: bold;
	font-size: 11px;
	font-family: 'Trebuchet MS';
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../img/headingLeft.png) no-repeat left;
}

.group h2 span {
	padding: 0 83px 0 0;
	background: url(../img/headingRight.png) no-repeat right;
}

.group h2 span.icon {
	padding: 22px 0 0 0;
}

.group p {
	margin: 0 0 5px 0;
	color: #3d261b;
}

.group a {
	padding: 2px;
}

.group a:hover {
	background-image: url(../img/links.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.post {
	margin: 0 0 2em 0;
}

.post ul {
	display: inline;
	padding: 0 0 0 12px;
	background: url(../img/bits.png) -240px -52px no-repeat;
}

/*background: url(../img/tag.png) no-repeat left;*/

.post li {
	display: inline;
	margin: 0 .5em 0 0;
	font-size: 10px;
	font-family: 'Lucida Grande';
	color: #95857c !important;
}

.about h2 {
	color: #1a93ae;
}

.about a {
	color: #1aa1a1;
	background-color: rgba(235,252,254,0.5);
}

.about span.icon {
	background: url(../img/about.png) no-repeat 50% top;
}

.tumbls h2 {
	color: #d32f2f;
	margin-bottom: 10px;
}

.tumbls a {
	color: #d32f2f;
	background-color: #fff3f2;
}

.tumbls span.icon {
	background: url(../img/tumbls.png) no-repeat 50% top;
}

.friends h2 {
	color: #2a7fdf;
}

.friends a {
	color: #378bea;
	background-color: rgba(242,248,255,.5);
}

.friends span.icon {
	background: url(../img/favs.png) no-repeat 50% top;
}

.elsewhere h2 {
	color: #d77f00;
}

.elsewhere a {
	color: #dc8303;
	background-color: #fff8f2;
}

.elsewhere span.icon {
	background: url(../img/find.png) no-repeat 50% top;
}

/*.elsewhere a.flickr {
	color: #1a86dd;
}

.elsewhere a.flickr span {
	color: #d4496a;
}

.elsewhere a.facebook {
	color: #2340ad;
}

.elsewhere a.twitter {
	color: #03a2a2;
}

.elsewhere a.lastfm {
	color: #d22a2a;
}*/

.contact h2 {
	color: #7653c1;
}

.contact a {
	color: #7653c1;
	background-color: #f3f2ff;
}

.contact span.icon {
	background: url(../img/contact.png) no-repeat 50% top;
}

iframe,
iframe body,
iframe html {
	background: transparent;
	}