/* 
Theme Name: PaperKilledRock
Theme URI: http://paperkilledrock.com
Description: and the story continues with Chapter 3.
Version: 3.0
Author: James Fleeting
Author URL: http://fleetingftw.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	background: url(../images/body-bg.jpg) repeat 0 0;
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #323232;
	text-align: center;
}

header, section, article, footer, nav {
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	background: url(../images/wrapper-bg.png) no-repeat top center;
	width: 1020px;
	min-height: 442px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#wrapper-inner {
	width: 1020px;
	display: block;
	background: rgba(50, 50, 50);
	background: rgba(50, 50, 50, 0.20);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 25px auto;
	padding: 12px;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

header {
	width: 960px;
	margin: 0 auto;
}

header-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

#fleetingFTW {
	font: 3.8em Bold Georgia, sans-serif;
	color: #323232;
	width: 580px;
	float: right;
	margin: 60px 75px 0 0;
	line-height: 1.3;
	text-shadow: #fff 1px 1px 0;
}

#fleetingFTW a:link, #fleetingFTW a:active, #fleetingFTW a:visited {
	background: #323232;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	border: 0;
	text-shadow: #fff 0 0px 0;
}

#fleetingFTW a:hover {
	background: rgba(50, 50, 50);
	background: rgba(50, 50, 50, 0.55);
}

#chibi {
	background: url(../images/fleeting-chibi.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 211px;
	height: 211px;
	text-indent: -9999px;
	margin: 35px 0 0 20px;
}

/* @group logo */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
}

#logo a:link, #logo a:visited, #logo a:active {
	display: block;
	text-decoration: none;
	border: 0;
	width: 500px;
	height: 65px;
}

#logo a:hover {
	text-decoration: none;
	border: 0;
}

/* @end */

/* @group nav */

/* NAV - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

nav {
	float: left;
	width: 985px;
	margin-bottom: px;
	font: 2.0em Helvetica, Arial, sans-serif;
}

nav ul li {
	display: inline;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 10px 15px;
	color: #323232;
	background: transparent;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
}

nav ul li.current_page_item a {
	background: #323232;
	background: rgba(50, 50, 50, 0.55);
	color: #fff;
	text-shadow: #fff 0 0 0;
}

nav ul li a:hover {
	background: #323232;
	color: #fff;
	text-decoration: none;
	text-shadow: #fff 0 0 0;
}

/* @end */

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	background: #fff;
	float: left;
	display: inline;
	width: 671px;
	padding: 25px;
	color: #323232;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

.content a:link, .content a:visited, .content a:active {
	color: #888;
	text-decoration: none;
	border-bottom: 0;
}

article:hover a:link, article:hover a:visited, article:hover a:active {
	color: #323232;
	text-decoration: none;
	border-bottom: 1px dashed #323232;
}

article:hover a:hover, article a:hover {
	border-bottom: 1px solid #323232;
}

.content h1 {
	background: #323232;
	margin-bottom: 8px;
	font-size: 3.3em;
	color: #;
	width: 663px;
	padding: 2px 4px;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
	padding: 2px 2px;
	width: 100%;
	display: block;
}

.content:hover h1 a:hover {
	color: #fff;
	border-bottom: 0;
	background: #323232;
}

.content h2 {
	margin-bottom: 8px;
	font-size: 1.8em;
	color: #;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h3 {
	margin: 0 0 8px;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h4 {
	margin: 0 0 8px;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h5 {
	margin: 0 0 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h6 {
	margin: 0 0 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content p a:hover, .content li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
	padding: 10px;
	background: #;
	border: 1px solid #;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
	padding: 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
	padding: 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
	padding: 0;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
	padding: 0;
}

/* @group article */

.content article {
	margin: 0 0 60px;
}

.date {
	background-color: #323232;
	float: right;
	color: #fff;
	position: relative;
	padding: 4px 8px;
	margin: 0 0 10px 6px;
	text-align: center;
}

.date .month {
	text-transform: uppercase;
	font-size: 25px;
}

.date .day {
	display: block;
	font-size: 45px;
	line-height: 45px;
}

.date .year {
	display: block;
}

article footer {
	background: #ededed;
	width: 655px;
	clear: both;
	color: #323232;
	float: none;
	margin: 0;
	padding: 6px 8px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
/

*-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg);*/
}

article footer.alt {
	

}

article footer a:link, article footer a:visited, article footer a:active {
	color: #444;
	text-decoration: none;
	border-bottom: 0;
	padding: 7px 2px;
}

article:hover footer a:link, article:hover footer a:visited, article:hover footer a:active {
	color: #323232;
	text-decoration: none;
	border-bottom: 0;
}

article:hover footer a:hover, article footer a:hover {
	border-bottom: 0;
	color: #323232;
	background: #fff;
}

article footer span {
	float: right;
	width: 75%;
	text-align: right;
}

article object {
	/*background: url(../images/object-bg.jpg) no-repeat center center;*/
	padding: 25px;
	display: block;
	margin: 0 auto;
	z-index: 102;
	/*position: relative;
	float: left;*/
}

.lightSwitcher {
	position: absolute;
	z-index: 101;
	outline: none;
	text-decoration: none;
}

#shadow {
	background-image: url(../images/shade1x1.png); position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

/* @end */

section.latestPost {
	position: relative;
	width: 645px;
	height: 271px;
	margin: 0 auto 45px;
}

.latestPost img {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

.latestPost span.latestPost-caption {
	background: rgba(0, 0, 0);
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 1.2em;
	padding: 10px 15px;
	width: 615px;
}

.latestPost h2 {
	font-size: 2.0em;
	font-family: Georgia, Arial, sans-serif;
	margin: 0 0 4px;
	padding: 0;
}

.latestPost-click {
	background: rgba(0, 0, 0);
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.5em;
	color: #fff;
	text-align: center;
}

/* @group contact form */

form.wpcf7-form {
	width: 315px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #999;
}

form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
	color: #;
	border: 1px solid #323232;
}

form.wpcf7-form #submit {
	float: right;
	display: inline;
	padding: 5px 8px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #000 -1px -1px 0;
	background: #b4ac90;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form.wpcf7-form #submit:hover {
	color: #fff;
	background: #323232;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

aside {
	background: url(../images/aside-bg.jpg) repeat-y 0 0;
	float: right;
	display: inline;
	width: 265px;
	font-size: .95em;
	padding: 25px 17px;
	color: #323232;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #323232;
	text-decoration: none;
	border: 0;
}

.sidebar:hover a:link, .sidebar:hover a:visited, .sidebar:hover a:active {
	border-bottom: 1px dashed #323232;
}

.sidebar:hover a:hover {
	color: #;
	border-bottom: 1px solid #323232;
}

.sidebar h2 {
	background: url(../images/aside-h2.png) no-repeat 0 0;
	display: block;
	width: 248px;
	height: 43px;
	padding: 10px 9px 0;
	margin-bottom: 1em;
	font-size: 2.2em;
	color: #fff;
	text-align: left;
}

.sidebar h2 span {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	display: block;
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar p a:hover, .sidebar li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar ul {
	margin: 0 0 15px 30px;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

section#rss {
	
}

#rss h2 {
	background: url(../images/rss-icon.png) no-repeat 0 0;
	height: 32px;
	font-size: 1.9em;
	color: #323232;
	padding: 8px 0 0 38px;
}

section#social {
	width: 248px;
}

section#social p {
	line-height: 2.0;
	text-align: center;
}

#social a:link, #social a:active, #social a:visited {
	border: 0;
	text-decoration: 0;
	margin: 0 4px;
}

#social a:hover {
	border: 0;
	text-decoration: none;
}

ul#side-projects {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#side-projects li {
	display: inline;
	margin: 0 3px 4px;
}

ul#side-projects img {
	width: 115px;
	height: 115px;
	border: 3px solid #b4ac90;
}

ul#side-projects img:hover {
	border: 3px solid #323232;
}

ul#side-projects a:link, ul#side-projects a:visited, ul#side-projects a:visited, ul#side-projects a:hover {
	border: 0;
}

/* @group flickr badge */

/* Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started! */

#flickr_badge_uber_wrapper {
	text-align: center;
	width: 265px;
}

#flickr_badge_wrapper {
	padding: 0;
}

.flickr_badge_image {
	margin: 0 5px 10px 0;
	float: left;
}

.flickr_badge_image img {
	border: 3px solid #b4ac90;
}

.flickr_badge_image img:hover {
	border: 3px solid #323232;
}

#flickr_badge_source {
	text-align: left;
	margin: 0 10px 0 10px;
}

#flickr_badge_icon {
	float: left;
	margin-right: 5px;
}

#flickr_www {
	display: block;
	padding: 0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	border: 0;
	color: #3993ff;
}

#flickr_badge_wrapper {
	
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #666666 !important;
}

/* @end */

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	position: relative;
}

#commentlist p a:hover {
	color: #323232;
}

#comments-list {
	margin: 0 0 30px;
	padding: 0;
}

#comment-form {
	
}

#comment-form #commentform {
	
}

.comments h3 {
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: normal;
	color: #323232;
}

.comments h3 span {
	padding: 1px;
/*b

ackground: #323232;*/
}

.comments h3 strong {
	color: #323232;
}

#commentlist h3 {
	margin-bottom: 0;
	padding: 0 0 20px 0;
}

.comment {
	position: relative;
	padding: 15px 0 10px 0;
	margin: 0 0 15px;
}

.comments p {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	color: #323232;
	line-height: 1.4em;
}

.comments strong, .comments b {
	font-weight: bold;
}

.comments em, .comments i {
	font-style: italic;
}

.comments blockquote {
	margin: 0 15px;
	padding-left: 10px;
	border-left: 2px solid #2d1e12;
}

.comments blockquote p {
	font-style: italic;
	color: #323232;
}

.comments .comment-content-official p {
	color: #323232;
}

.comments ul {
	margin: 0 0 5px 20px;
	padding: 0;
	list-style-type: square;
}

.comments ul li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	list-style-type: square;
}

.comment .gravatar {
	position: relative;
}

.comment .gravatar img {
	
}

.comment-meta {
	background: #323232;
	padding: 0 0 10px 0;
	margin-bottom: 8px;
}

.authorcomment .comment-meta {
	text-align: right;
}

.authorcomment .gravatar {
	float: right;
}

#commentlist .comment-meta a:link, #commentlist .comment-meta a:visited, #commentlist .comment-meta a:active {
	color: #fff;
}

#commentlist .alt .comment-meta a:link, #commentlist .alt .comment-meta a:visited, #commentlist .alt .comment-meta a:active {
	color: #323232;
}

#commentlist:hover .comment-meta a:link, #commentlist:hover .comment-meta a:visited, #commentlist:hover .comment-meta a:active {
	border-bottom: 1px dashed #fff;
}

#commentlist:hover .alt .comment-meta a:link, #commentlist:hover .alt .comment-meta a:visited, #commentlist:hover .alt .comment-meta a:active {
	border-bottom: 1px dashed #323232;
}

#commentlist .comment-meta a:hover, #commentlist:hover .comment-meta a:hover, #commentlist .alt .comment-meta a:hover, #commentlist:hover .alt .comment-meta a:hover {
	border-style: solid;
}

.alt .comment-meta {
	background: #ededed;
}

.comment-author {
	margin-bottom: 2px;
	padding-top: 8px;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
}

.alt .comment-author {
	color: #323232;
}

.comment-author img, .content .wp-smiley {
	display: inline;
	padding: 0;
	background: transparent;
	border: none;
}

.gravatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 20px 10px 0;
	display: block;
}

.comment-date {
	display: block;
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 2px;
}

.comment-date a {
	font-size: 1.1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#commentform {
	width: 400px;
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #;
}

#commentform label span {
	font-size: 11px;
	color: #;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #999;
}

#commentform input:focus, #commentform textarea:focus {
	color: #;
	border: 1px solid #323232;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 400px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 8px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #000 -1px -1px 0;
	background: #b4ac90;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#commentform #submit:hover {
	color: #fff;
	background: #323232;
	cursor: pointer;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

footer {
	background: #323232;
	width: 100%;
	clear: both;
	color: #fff;
	float: left;
	margin: 13px 0 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

footer a:link, footer a:active, footer a:visited {
	color: #fff;
	text-decoration: none;
	border: 0;
}

footer:hover a:link, footer:hover a:active, footer:hover a:visited {
	border-bottom: 1px dashed #888;
}

footer:hover a:hover {
	border-bottom: 1px solid #fff;
}

footer h3 {
	background: url(../images/footer-h3.png) no-repeat 0 0;
	color: #323232;
	font-size: 2.2em;
	padding: 11px 9px 0;
	width: 264px;
	height: 43px;
}

footer h3 span {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	display: block;
}

/* @group twitterStream */

section#twitter-stream {
	width: 264px;
	margin: 25px 68px 0 0;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

#tweet-1 {
	display: block;
	font-size: 1.8em;
	margin: 0 0 10px;
}

#tweet-2 {
	display: block;
	margin: 0 0 10px;
	font-size: 1.5em;
	color: #5b5b5b;
}

#tweet-3 {
	display: block;
	font-size: 1.2em;
	color: #3f3f3f;
}

/* @end */

/* @group gowallaStream */

section#gowalla-stream {
	float: left;
	width: 264px;
	margin: 25px 68px 0 0;
}

#gowalla-1 {
	display: block;
	font-size: 1.8em;
	margin: 0 0 10px;
}

#gowalla-2 {
	display: block;
	margin: 0 0 10px;
	font-size: 1.5em;
	color: #5b5b5b;
}

#gowalla-3 {
	display: block;
	font-size: 1.2em;
	color: #3f3f3f;
}

/* @end */

/* @group deliciousStream */

section#delicious-stream {
	float: left;
	width: 264px;
	margin: 25px 0 0;
}

#delicious-1 {
	display: block;
	font-size: 1.8em;
	margin: 0 0 10px;
}

#delicious-1 a:link, #delicious-1 a:active, #delicious-1 a:visited {
	color: #fff;
	text-decoration: none;
	border: 0;
}

footer:hover #delicious-1 a:link, footer:hover #delicious-1 a:active, footer:hover #delicious-1 a:visited, footer:hover #delicious-2 a:link, footer:hover #delicious-2 a:active, footer:hover #delicious-2 a:visited, footer:hover #delicious-3 a:link, footer:hover #delicious-3 a:active, footer:hover #delicious-3 a:visited {
	border-bottom: 1px dashed #888;
}

footer:hover #delicious-1 a:hover, footer:hover #delicious-2 a:hover, footer:hover #delicious-3 a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

#delicious-2 {
	display: block;
	margin: 0 0 10px;
	font-size: 1.5em;
	color: #5b5b5b;
}

#delicious-2 a:link, #delicious-2 a:active, #delicious-2 a:visited {
	color: #5b5b5b;
	text-decoration: none;
	border: 0;
}

#delicious-3 {
	display: block;
	font-size: 1.2em;
	color: #3f3f3f;
}

#delicious-3 a:link, #delicious-3 a:active, #delicious-3 a:visited {
	color: #3f3f3f;
	text-decoration: none;
	border: 0;
}

/* @end */

#copyright {
	color: #999;
	margin: 45px 0 10px 0;
	float: left;
	width: 450px;
}

footer ul {
	margin-bottom: 0px;
}

footer ul li {
	display: inline;
	margin-left: 5px;
	float: left;
}

ul#footer-meta {
	margin: 40px 0 10px 0;
}

ul#footer-meta li a:link, ul#footer-meta li a:active, ul#footer-meta li a:visited {
	overflow: hidden;
	float: left;
	display: inline;
	height: 0px;
	border: 0;
}

ul#footer-meta li a.apple {
	background: url(../images/foot-poweredby.png) 0 0 no-repeat;
	width: 18px;
	padding: 21px 0 0 0;
	overflow: hidden;
	border: 0;
}

ul#footer-meta li a.apple:hover {
	background: url(../images/foot-poweredby.png) 0 -21px no-repeat;
	border: 0;
}

ul#footer-meta li a.wordpress {
	background: url(../images/foot-poweredby.png) -29px 0 no-repeat;
	width: 25px;
	padding: 21px 0 0 0;
	overflow: hidden;
	border: 0;
}

ul#footer-meta li a.wordpress:hover {
	background: url(../images/foot-poweredby.png) -29px -21px no-repeat;
	border: 0;
}

ul#footer-meta li a.mediatemple {
	background: url(../images/foot-poweredby.png) -63px 0 no-repeat;
	width: 40px;
	padding: 21px 0 0 0;
	overflow: hidden;
	border: 0;
}

ul#footer-meta li a.mediatemple:hover {
	background: url(../images/foot-poweredby.png) -63px -21px no-repeat;
	border: 0;
}

ul#footer-meta li a.woopra {
	background: url(../images/foot-poweredby.png) -110px 0 no-repeat;
	width: 40px;
	padding: 21px 0 0 0;
	overflow: hidden;
	border: 0;
}

ul#footer-meta li a.woopra:hover {
	background: url(../images/foot-poweredby.png) -110px -21px no-repeat;
	border: 0;
}

footer a:link, footer a:visited, footer a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

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

footer p {
	font-size: 1.1em;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	height: 0;
}

.hidden {
	display: none;
}

.left, .alignleft {
	float: left;
	display: inline;
}

.right, .alignright {
	float: right;
	display: inline;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

/* @end */

/* @group wp-syntax */

.wp_syntax {
	color: #323232;
	background-color: #f9f9f9;
	border: 1px solid #cac7bb;
	margin: 0 0 1.5em 0;
	overflow: auto;
	position: relative;
}

/* IE FIX */

.wp_syntax {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
	width: 100%;
}

.wp_syntax table {
	border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
	padding-top: 35px;
}

.wp_syntax .line_numbers {
	text-align: right;
	background-color: #b4ac90;
	color: #323232;
	overflow: visible;
}

/* potential overrides for other styles */

.wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
	font-size: 12px;
	line-height: 1.333;
	white-space: pre;
}

.toClipboard {
	background: #323232;
	color: #fff;
	font-size: 1.5em;
	padding: 5px 8px;
	float: right;
}

.toClipboard:hover {
	background: #b4ac90;
	color: #323232;
}

.copied-notice {
	background: rgba(50, 50, 50);
	background: rgba(50, 50, 50, 0.75);
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 2.0em;
	z-index: 2;
}

/* @end */