html {
	background-color: #89d5f5;
	background-image: url('http://static.tumblr.com/slqhnp0/d9ulp4eyp/blue.png');
}

/** Headers
*************************************/
h1,
h1 a {
	color: #fb853b; /* color */
}

/** Links
*************************************/
a {
	color: #fb853b;
}

a:hover {
	color: #fc7c2c;
}

/** Ribbon
*************************************/
.ribbon,
.upper-right,
#ribbon-container #site-title,
.ribbon.lower-left:before {
  background-color: #fa843e;
}

.fold-left,
.fold-middle,
.fold-right,
.upper {
	border-top-color: #fa843e;
}

.lower {
  border-bottom: 35px solid #fa843e;
}

/** Block Wraps
*************************************/
#nav:after,
#nav,
#following:after,
#following {
	background: #d29b41; /* color */
}

#nav .block:before,
#following .block:before {
	border-color: transparent transparent #d29b41 #d29b41; /* same as above */
}

#about:after,
#about,
#likesites:after,
#likesites {
	background: #2189ac; /* color */
}

#about .block:before,
#likesites .block:before {
	border-color: transparent transparent #2189ac #2189ac; /* same as above */
}

#twitter:after,
#twitter {
	background: #fa843e; /* color */
}

#twitter .block:before {
	border-color: transparent transparent #fa843e #fa843e; /* same as above */
}

/** Sidebar
*************************************/
#likesites .see-more,
#likesites .see-more:hover,
#likesites .see-more:visited {
	background: #2189ac; /* color */
	background: rgba(33, 137, 172, .9); /* color */
}

#likesites .see-more:hover {
	background: #1383a9; /* color */
	background: rgba(33, 137, 172, 1); /* color */
}

#following .see-more,
#following .see-more:hover,
#following .see-more:visited {
	background: #d29b41; /* color */
	background: rgba(210, 155, 65, .9); /* color */
}

#following .see-more:hover {
	background: #ca9032; /* color */
	background: rgba(210, 155, 65, 1); /* color */
}

#twitter .see-more,
#twitter .see-more:hover,
#twitter .see-more:visited {
	background: #fa843e;
	background: rgba(255, 255, 255, .25); /* color */
}

#twitter .see-more:hover {
	background: #fa9153;
	background: rgba(255, 255, 255, .35); /* color */
}


/** Nav arrow and paging arrows
*************************************/
#nav .active:before,
#next {
	background-position: -557px -112px;
}

#previous {
  background-position: -631px -112px;
}

/** Social Media Icons
*************************************/
.social-icon {
	background-color: #59A6C4;
}

.social-icon:hover {
	background-color: #2189AC;
}

/** Updates icon (Twitter icon for updates block)
*************************************/
#updates-icon {
	background-color: #fa843e; /* color and sprite */
}

/** Search
*************************************/
#submit {
	background-color: #3aa1c0; /* color and sprite */
}

#submit:hover {
	background-color: #259bbe; 
}

/** Permalink
*************************************/
.permalink {
	background-color: #fa843e; /* color and sprite */
}

.permalink:hover {
	background-color: #f77a2f; 
}

.permalink:before {
	border-color: #fa843e transparent transparent #fa843e;
}

/** Question
*************************************/
.question {
	background: #deb271; /* color */
}

.question:before {
	border-color: transparent transparent #deb271 #deb271;
}

.source {
	color: #fb853b; /* color */
}

/** Record
*************************************/
.album-art-record {
	background-position: -245px -246px;
}

/** Pagination
*************************************/
#n-of-m {
	background: #57a4be; /* color */
}

/** Footer
*************************************/
#content #footer.block-wrap {
	background: #1e7d9d; /* color */
}

#content #footer .block:before {
	border-color: transparent transparent #1e7d9d #1e7d9d; /* color */
}

#footer.block-wrap:after {
	background-color: #1e7d9d; /* color */
}