/*
Theme Name: Green Apples
Theme URI: http://wordpress-themes.rosecitygardens.com
Description: A fresh and clean, green and white 3 column theme that is very search-engine friendly. Now updated for WordPress 2.7 with threaded comments and a new, 3-level page menu with jQuery support.
Version: 2.0
Author: Rose City Sister
Author URI: http://rosecitygardens.com/
Tags: green, white, flexible-width, three-columns, left-sidebar, right-sidebar
Green Apples 2.0
http://wordpress-themes.rosecitygardens.com/?wptheme=Green+Apples
This theme was designed and built by Liane Blanco aka Rose City Sister at 
RoseCityGardens.com.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
The green apples photo in the header is by the very talented Jean Scheijen at http://www.vierdrie.nl/
*/

/* 2008-01-17 - Replaced page list menu with a 3-level javascript alternative, and updated theme with post class function and threaded comments */
/* 2008-07-07 - Post navigation styling fixed and arrows added to replace code, menu fixed to display properly in IE6. */
/* kill defaults */


* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Geneva, sans-serif;
background:#EAEAEA url(./images/bg1.jpg) repeat;
	}
#page {
	background:#fff url(images/left-col.gif) left repeat-y !important;
	min-height:700px;
	overflow: auto;
}


#top {
	background: #fff;
	border-bottom: 1px solid #546A83;
}
#header {
	background: #fff url(images/header.png) no-repeat bottom right;
	border-bottom: 1px solid #546A83;
}
#headerimg a:link, #headerimg a:visited, #headerimg a:active, #headerimg a:hover, #headerimg h1 a:link, #headerimg h1 a:visited, #headerimg h1 a:active, #headerimg h1 a:hover {
	font: 700 40px Verdana, Tahoma, "Lucida Grande", sans-serif;
	color: #546A83;
	text-decoration: none;
	background: transparent;
}
.description {
	font: 600 1.6em "Courier New", Courier, serif;
	color: #999 !important;
	margin-left: 3%;
	clear: both;
}
#content {
	font-size: 1.5em;
	font-weight:500;
	line-height:160%;
}
.more_text{
	font-size: 0.8em;
margin-top: 30px;
}
a .more_text {
	text-decoration:none;
}
.widecolumn .entry p {
	font-size: 1.2em;
}
.alt {
	background: #fff;
}
li.alt {
	background: #fff;
}
#footer {
	background: #EAEAEA;
	border-top: 1px solid #546A83;
}
#footer a {
	font-size: 0.9em;
	text-decoration: none;
}
small, div .postmetadata {
	font-size: .9em;
	line-height: 1.5em;
}
.postmetadata a {
	text-decoration: none;
}
h1, h2, h3 {
	font-family:  Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: 500;
}
#headerimg h1 {
	font-size: 4em;
	text-align: left;
}
h2, h3, h4, h5, h6 {
	font-family:  Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
}
h1, h2 {
	margin-bottom: 10px;
	font-weight: 500;
color:#546A83;
}
h3, h4, h5, h6 {
	font-weight: 600;
color:#999999
}
h5 {
padding-top:20px;
margin-bottom:5px;
font-size:1.1em;
}
h1 {
font-size: 1.6em;
line-height:100%;
}
.post h1 {
	clear: right;
font-weight: 500;
}
.post h2 {
	font-size: 1.5em;
font-weight: 500;
margin-bottom:30px;
line-height:1.5em;
}
h2.pagetitle {
	font-size: 1.8em;
}
#sidebar ul a:link, #sidebar ul a:visited, #sidebar ul a:active {
	color: #666;
	text-decoration: none;
font-weight:550;
}
#sidebar ul a:hover {
color:#c33;
text-decoration:none;
} 

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #546A83;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color:#546A83;
}
h2, h2 a, h2 a:visited {
	color: #546A83;
}
h3, h3 a, h3 a:visited {
	color: #999;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a:link, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #546A83;
	text-decoration: underline;
}
.more-link {
	font-size: 1em;
}
.dateright {
	float: right;
	padding: 5px;
	padding-top: 0px;
}
#commentform p {
	font-size: .9em;
margin-bottom:5px;
}
.commentmetadata {
	font-weight: normal;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	border: none;
}
h2 a:hover, h3 a:hover {
	color: #546A83;
	text-decoration: none;
}
a, a:link, a:visited {
	color: #546A83;
text-decoration: dotted;
}
a:hover, a:active {
	color: #c33;
text-decoration: underline;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body {
position: relative;
margin-left: auto;
	margin-right: auto;
	width: 810px;
	text-align: left;
}
#page {
	width:800px;
	margin-top:100px;
	height: 100%;
	clear: both;
}
#top {
	width: 800px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	clear: both;
}
#header {
	top: 77px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 175px;
	clear: both;
}
#headerimg {
	padding-top: 50px;
	padding-left: 10px;
}
div#container {
	position: relative;
	width:800px;
	padding-top: 20px;
	overflow: auto;
	height: 100%;
	float: left;
	clear: both;
	background: transparent;
}
div#content {
margin: 0 10px 80px 0;
float:right;
width:560px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.4em;
}
.post {
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #546A83;
}
.posttitle {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 0px;
}
.post .entry p {
	margin-bottom: 10px;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	text-align: left;
	border: none;
}
.widecolumn .postmetadata {
	text-align: center;
	border: none;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
	margin-top: 30px;
}
.clear {
	clear: both;
}
div.clear {
	width: 800px;
	clear: both;
}
.whitespace {
	height: 20px;
	background: #fff;
}
div#footer {
	clear: both;
	width: 800px;
	padding: 20px 0px;
	text-align: center;
}
#footer p {
	margin: 0;
}
.entry {
	clear: both;
	padding-top: 15px;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've thought?!) align the image to the right. And using 'class="centered', will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0 4px 2px 4px;
	margin: 0 0 0 7px;
	display: inline;
}
img.alignleft {
	padding: 0 4px 0px 4px;
	margin: 0 7px 0 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* End Images */

/* Begin Sidebars */
div#sidebar {
margin-left:10px;
margin-right:20px;    
vertical-align: top;
float: left;
	overflow: hidden;
	width: 180px;
}

/* End Sidebar */

/* Begin Lists */
html>body .entry ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.entry ul li {
padding-bottom:5px;}
.entry ol {
	margin-left: 35px;
	margin-bottom: 15px;
}
.entry ul li ul li, .entry ul li ul li ul li {
	font-size: 100%;
}
.entry ol ol, .entry ol ul {
	font-size: 100%;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul {
	list-style: none;
	width: 180px;
margin-bottom: 15px;
}
#sidebar ul li {
	font-size: 1.3em;
font-weight:bold;
	}
#sidebar ul ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
	padding-left: 18px;
margin-top:5px;
border-color:#CCCCCC;
border-style: solid;
border-width:1px 0 0 1px;
}
#sidebar ul ul li {
font-size: 0.9em;
font-weight:normal;	
margin-top:5px;
margin-left: 5px;
margin-bottom: 5px;
border-bottom:1px solid #CCCCCC ;
}
.qtrans_flag {border:1px solid #b6b6b6 }
#sidebar .qtrans_language_chooser {list-style:none;padding-bottom:30px;padding-left:30px;border:none;}
#sidebar .qtrans_language_chooser ul {border:none;}
#sidebar .qtrans_language_chooser li {float:left;padding-right:20px;border:none;}
/* end Lists */

/* definition lists */
dl {
	clear: both;
	display: block;
	margin: 15px;
	text-align: center;
	font-size: 1.1em;
}
dl dt {
	left: 0;
	width: 110px;
	font-weight: 600;
	float: left;
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}
dd {
	border-left: 1px solid #ccc;
	margin: 0 0 10px 130px;
	padding: 0 0 1em 1em;
	width: auto;
	text-align: left;
}
/* End definition lists */

/* Begin Form Elements */
#searchform, #searchform2 {
	width: auto;
margin-bottom: 20px;
}
#searchform2 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar #searchform #s {
	width: 100px;
	background-color: #f5f5f5;
	border: 1px solid #546A83;
	padding: 0 2px;
}
#searchform2 #s2 {
	width: 200px;
	background-color: #f5f5f5;
	border: 1px solid #546A83;
	padding: 0 2px;
}
#sidebar #searchsubmit, #searchsubmit2 {
	width: auto;
	background: transparent url(images/find.gif) left no-repeat;
	padding-left: 18px;
	height: 20px;
	border: none;
	font-weight: 600;
	font-size: 1.1em;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
	background-color: #f5f5f5;
	border: 1px solid #546A83;
}
#commentform {
	text-align: left;
	margin-top: 15px;
}
#commentform label {
	display: block;
	clear: right;
	font-size: 1.1em;
}
#commentform input {
	width: 300px;
	padding: 2px;
	background-color: #f5f5f5;
	border: 1px solid #546A83;
	margin-bottom: 10px;
}
#notify {
margin-top:10px;
}

#notify input {
width:10px;
}
#notify span{
margin-left:5px;
}
#commentform textarea {
	width: 300px;
	height: 150px;
	padding: 2px;
	background-color: #f5f5f5;
	border: 1px solid #546A83;
	font-size: 1.1em;
	font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
#commentform #submit {
	background: transparent url(images/pencil.gif) no-repeat left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	height: 23px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #333;
	color: #000;
	font: 700 1em Verdana, sans-serif;
	width: auto;
	margin-top: 5px;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	background: #fff;
	margin: 0;
}
.commentlist {
	padding: 0;
	text-align: left;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.commentlist li, .commentlist li.alt {
	list-style: none;
	border-bottom: 1px solid #546A83;
	padding-bottom: 10px;
	padding-top: 10px;
}
.commentlist p {
	padding: 5px 0px;
}
.nocomments {
	text-align: le;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border: none;
}
blockquote {
	margin: 15px 30px;
	padding: 10px;
	border: 1px dotted #546A83;
	background: #f8f8f8;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	width: auto;
	margin-right: 20px;
	padding-bottom: 50px;
	display: block;
	clear: both;
	background: transparent;
line-height:100%;
}
.navigation a {
text-decoration:none;
}
.navigation .alignright {
	width: 40%;
	float: right;
	background: transparent url(images/rarrow.gif) no-repeat top right;
	padding-right: 20px;
margin-bottom:50px;
	text-align: right;
}
.navigation .alignleft {
	float: left;
	width: 40%;
	background: transparent url(images/larrow.gif) no-repeat top left;
	padding-left: 20px;
margin-bottom:50px;
	text-align: left;
}
/* End Various Tags & Classes*/

/* menu structure */
#absnav {
	top: 38px;
	width: 800px;
	text-align: left;
	height: 30px;
	position: absolute;
	z-index: 1000;
}
#navigation {
	width: 800px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
}
#nav {
	margin-left: 20px;
	padding-left: 5px;
}
#nav, #nav ul {
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	font-size: 15px;
	text-align: left;
}
#nav ul {
	position:absolute;
	display:none;
	width:8em;
	top:1.5em;
}
#nav li {
float:left;
position:relative;
border-left: 1px solid #546A83;
border-right: 1px solid #546A83;
margin-right: 5px;
}
#nav ul ul {
top:auto;	
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1.5em;
font-size: 15px;
text-align: left;
width: auto;
}
#nav li li {
border: none;
display:block;
color:#000;
border-bottom: 1px dotted #546A83;
font-size:12px;
text-decoration:none;
background: #EAEAEA;
padding:5px 0;
margin-right:0;
width:120%;
line-height:1.2em;
}
#nav li li li {
	display:block;
	padding:0px 5px;
	color:#000;
	text-decoration:none;
	background-color:#EAEAEA;
}
#nav li ul ul {
	left:8em;
	margin:0px 0 0 10px;
}

#nav a:hover {
background-color: #EAEAEA;
border:none;
text-decoration:none;
}
#nav li a {
	display:block;
	padding:0px 5px;
	border:none;
	color:#000;
	text-decoration:none;
	background:transparent;
}
#nav li ul li a {
text-decoration: none;
}

#nav li ul li a:hover {
color: #c33;
text-decoration: none;
}

#nav li ul a {
	height:auto;
	float:left;
}
#nav li a:hover, #nav li ul a:hover{
border:none;
text-decoration:none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
/* end top level menu */

/* Date Button */
.post-date {
	width: 40px;
	height: 43px;
	float: left;
margin-top:5px;
margin-right: 20px;
	background: url(images/datebutton.gif);
	text-align: left;
}
.month {
	width: 35px;
	height: 15px;
	vertical-align: top;
	font: 500 11px Arial, sans-serif;
	color: #666;
	text-align: center;
}
.day {
	width: 35px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 25px;
	font: 700 16px Arial, sans-serif;
	color: #546A83;
	text-align: center;
}
/* end Date Button */

/* miscellaneous */
.byline {
	margin-bottom: 15px;
}
p.first:first-line {
	font-weight: 600;
	color: #666 !important;
}
.tiny-pencil {
	padding-right: 14px;
	background: url(images/tiny-pencil.gif) no-repeat top right;
	margin-right: 2px;
}
.tiny-trackback {
	padding-right: 9px;
	background: url(images/tiny-trackback.gif) no-repeat top right;
}
.tiny-comments {
	padding-right: 16px;
	background: url(images/tiny-comments.gif) no-repeat top right;
}
.tiny-rss {
	padding-right: 16px;
	background: url(images/tiny-rss.gif) no-repeat right;
}
.tiny-category {
	padding-right: 12px;
	background: url(images/bullet.gif) no-repeat right;
}
pre {
	width: 100%;
	padding: 10px;
	overflow: scroll;
	margin-bottom: 10px;
	font-size: 1.2em;
}
/*end  miscellaneous */

/* threaded comments */
#comments {
border-bottom: 1px solid #546A83;
padding-bottom:10px;
}
ol.commentlist * {
	border-top: none !important;
	border-bottom: none !important;
	text-decoration: none !important;
	max-width: 500px;
}
ol.commentlist {
	list-style:none;
	margin:0 0 15px 15px;
	padding:0;
	text-indent:0;
}
ol.commentlist li {
	list-style: none;
	font-weight: 500;
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 15px;
	padding: 10px;
	padding-right: 0px;
}
ol.commentlist li li {
	border-left: 1px dashed #ccc;
}
ol.commentlist li.alt {
	background: #fff;
}
.commentmetadata {
	font-size: .8em;
}
.comment-author .vcard {
	margin-bottom: 10px;
	width: 100%;
	height: 75px;
	background: #fff;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin-right: 10px;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.reply {
	font-size: .9em;
	margin-top: 5px;
}
ol.commentlist li div.reply a {
	width: auto;
	background: url(images/tab-background.gif) repeat-x bottom;
	padding: 0px 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-top: 2px solid #ccc;
}
ol.commentlist li div.commentmetadata {
	text-align: right;
	clear: both;
	width: 100%;
	border-top: 1px dashed #ccc;
	padding: 10px 0px;
}
cite.fn {
	font-size: .8em;
}
.says {
	display: none;
}
ol.commentlist li.comment {
	font-size: .9em;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
}
ol.commentlist li.comment ul.children li {
	font-size: 100%;
}
/* end threaded comments */

/* Entry Forms */
.entry fieldset {
	padding: 20px;
	border: 1px dotted #ccc;
}
.entry legend {
	height: 30px;
	background: #fff url(images/tab-background.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-family: Helvetica, Verdana, Geneva, Arial;
	padding: 7px 5px 3px 5px;
	font-size: 1.2em;
}
fieldset p {
	margin-top: 15px;
}
.entry input.radio {
	margin: 0;
}
.entry table {
	margin-bottom: 15px;
}
.entry table th, .entry table td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.entry table th {
	background: #fff url(images/tab-background.gif) repeat-x bottom;
	font-weight: 600;
	padding: 10px;
}
.entry table td {
	padding: 4px 10px;
}
hr {
	color:#ddd;
	background-color:#ddd;
	height:1px;
	border:none;
	margin: 10px 0px;
}
fieldset, form {
	text-align: left !important;
}
/* end Entry Forms */

/* blogfeeds */

#page_blogfeeds {
background:#fff;
min-height:700px;
overflow: auto;
width: 800px;
margin-top: 100px;
}

#page_blogfeeds .post-edit-link{
margin-left:10px;
}

#page_blogfeeds .post{
padding-bottom: 10px;
margin: 10px;
border-bottom: 1px solid #546A83;
}

#page_blogfeeds .post h1{
text-align: center;
font-size: 1.8em;
font-weight: bold;
}

.intro_blogfeeds {
font-size: 1.5em;
line-height: 1.4em;
font-weight: 500;
margin: 0 10px;
text-align: center; 
}

#blogfeeds {
font-weight:normal;
font-size: 1.2em;
line-height:140%;
}

#blogfeeds .date{
font-size:0.8em;
margin-bottom: 5px;
color: grey;
border-bottom: 1px #546A83 dotted;
}

#blogfeeds table{
margin-top:50px;
}

#blogfeeds table td{
border: 1px solid #E6E6E6;
}

#blogfeeds h3  {
color: #a8b772;
font-size: 1.4em;
font-weight: 700;
line-height: 130%;
text-decoration: none;
margin: 0;
}

#blogfeeds h3 a:hover, a:active{
color:#546A83;
text-decoration: none;
}


#blogfeeds a:hover, a:active {
color:#CC3333;
text-decoration: underline;
}

#blogfeeds a, a:link, a:visited {
color:#546A83;
text-decoration: underline;
}

#blogfeeds p {
margin-bottom: 0;
padding-bottom: 4px;
}


/* tooltip */
a.tooltip span {
	display:none;
}
a.tooltip:hover span {
	display:block;
	position:absolute;
right:20px;
	background:#546A83;
	color:#fff;
	border:1px solid black;
	width:300px;
	font-size:13px;
	line-height:1.5;
	text-align:left;
	padding:5px;
	overflow:auto;
}
a.tooltip_docs span {
	display:none;
}
a.tooltip_docs:hover span {
	display:block;
	position:absolute;
right:20px;
	background:#546A83;
	color:#fff;
	border:1px solid black;
	width:500px;
	max-height:400px;
	font-size:13px;
	line-height:1.5;
	text-align:left;
	padding:5px;
	overflow:auto;
}
a.tooltip_thumbs span {
	display:none;
}
a.tooltip_thumbs:hover span {
	display:block;
	position:absolute;
right:20px;
	background:#546A83;
	color:#fff;
	border:1px solid black;
	width:310px;
max-height:300px;
	font-size:13px;
	line-height:1.5;
	text-align:left;
	padding:5px;
	overflow:auto;
}
/* end tooltip */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

