/*
Theme Name: USMC1
Theme URI: #
Description: This theme was developed solely for the customer listed above. Any reproduction or sharing of this style is against copyright laws.
Version: 1.0
Author: Abe Stem
*/


/*********************/
/** Universal Reset **/
/*********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

/*********************/
/*********************/

/************************************/
/***********Markup Styles************/
/************************************/

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #000000;
    height: 100%;
    width: 100%;
}

h1, h2, h3 {
    font-family: 'Black Ops One', cursive;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #930000;
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#container {
    width: 980px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    position: relative;
}

header {
    margin: 0;
    padding: 0;
    position: relative;
    width: 980px;
    height: 120px;
    background:;
}

header h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size:;
    color:;
    top:;
    right:;
    text-indent: -999999px;
}

header h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size:;
    color:;
    top:;
    right:;
    text-indent: -999999px;
}

header img.logo {
    position: absolute;
    top: 10px;
    left: 20px;
}

#search {
    position: absolute;
    top: 0px;
    right: 20px;
    display: none;
}

#newsletter {
    position: absolute;
    top: 75px;
    right: 20px;
}

nav {
    margin: 0;
    padding: 0;
    position: relative;
    width: 980px;
    height: 45px;
    background-color: #930000;
    z-index: 20;
}

nav ul#toplinks {
    width: 980px;
    margin: 0px auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif; /*font-family:'Rationale', Arial, Helvetica, sans-serif;*/
}

nav ul#toplinks li {
    width: auto;
    float: left;
    margin: 0px auto;
    padding: 0;
}

nav ul#toplinks li a {
    display: block;
    color: #fff;
    text-decoration: none; /*text-transform:uppercase;*/
    font-size: 18px;
    margin: 0;
    padding: 12px 0px 12px 13px;
    font-weight: bold;
}

nav ul#toplinks li ul {
    position: absolute;
    width: 840px;
    left: -999em;
    background-color: #efefef;
    border: 1px solid #8f8f8f;
}

nav ul#toplinks li ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 280px;
}

/*nav ul#toplinks li ul {position: absolute; width:280px; left: -999em; background-color:#efefef; border:1px solid #8f8f8f;}
nav ul#toplinks li ul li {float:none;}*/
nav ul#toplinks li ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    padding: 10px 15px;
}

nav ul#toplinks li ul li a:hover {
    background-color: #999;
    color: #fff;
    text-decoration: none;
}

nav ul#toplinks li:hover ul {
    left: 70px;
}

nav li:hover ul, nav li.sfhover ul {
    left: auto;
    *z-index: 100;
}

/* Place most style attributes in the content section. Only put div specific items in the contentLeft or contentRight styles. */

#content {
    width: 940px;
    margin: 0 auto;
    padding: 0px 20px 0 20px;
    position: relative;
    background: url('content-back.jpg') top left no-repeat #fff;
}

#content h1 {
    margin: 0;
    padding: 10px 0 15px 0;
    color: #294b75;
    font-size: 25px;
    text-align: left;
}

#content h2 {
    margin: 0;
    padding: 10px 0 15px 0;
    color: #294b75;
    font-size: 20px;
    text-align: left;
}

#content h3 {
    margin: 0;
    padding: 10px 0 15px 0;
    color: #294b75;
    font-size: 18px;
    text-align: left;
}

#content h4 {
    margin: 0;
    padding: 10px 0 15px 0;
    color: #294b75;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
}

#content p {
    margin: 0;
    padding: 0 0 15px 0;
    color:;
    font-size: 15px;
    line-height: 22px;
    z-index: 1
}

#content ul {
    margin: 0;
    padding: 0 0 15px 10px;
    color:;
    font-size: 14px;
    line-height: 15px;
    z-index: 1;
}

#content ul li {
    padding: 4px 0px;
}

#content ol {
    margin: 0;
    padding: 0 0 15px 10px;
    color:;
    font-size: 14px;
    line-height: 15px;
    z-index: 1;
}

#content ol li {
    padding: 4px 0px;
}

#content table tr td {
    padding: 3px 5px;
    font-size: 14px;
}

p#breadcrumbs {
    margin: 0;
    padding: 0 0 5px 0;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    z-index: 1
}

p#breadcrumbs a {
    color: #d00;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#contentLeft {
    margin: 0;
    padding: 40px 0 0 0;
    position: relative;
    width: 730px;
    float: left;
    z-index: 2;
    zoom: 1;
}

/* Only add specifications if you want the same object looking different in this area of the page. */

#contentRight {
    margin: 0;
    padding: 50px 0 0 0;
    position: relative;
    width: 180px;
    float: right;
    z-index: 2;
    zoom: 1;
}

#contentRight ul {
    list-style: none;
}

#contentRight ul li {
    list-style: none;
}

/* Only add specifications if you want the same object looking different in this area of the page. */

#contentRight li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

.topads {
    width: 100%;
    padding: 5px 0 15px 0;
}

.topads img {
    width: 100%;
}

#subfooter {
    margin: 0;
    padding: 10px 30px;
    position: relative;
    width: 920px;
    text-align: left;
    color:;
    background: url(subfooter-back.png) top left no-repeat;
}

#subfooter h2 {
    font-size: 18px;
    color: #fff;
    padding: 3px 0 10px 0;
    margin: 0;
}

#subfooter p {
    font-size: 18px;
    color: #fff;
    padding: 3px 0 10px 0;
    line-height: 22px;
    margin: 0;
}

footer {
    margin: 0 auto;
    padding: 50px 0 15px 0;
    position: relative;
    width: 980px;
    text-align: center;
    color:;
    background: url(footer-back.png) top left no-repeat;
}

footer p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size:;
    font-family:;
    line-height:;
}

footer a {
    color: #fff;
    font-weight: bold;
}

#FixedFoot {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background: #CCC;
    border-top: 2px solid #666;
    background: url('fixedback.png') repeat-x;
    z-index: 1500;
" } . FixedNav {
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 10px;
    margin-top: 25px;
    width: 980px; /*height:45px; background-color:#930000;*/
    z-index: 125
}

    .FixedNav ul {
        width: 980px;
        margin: 0px auto;
        padding: 0;
        font-family: 'rationale', sans-serif;
    }

    .FixedNav ul li {
        width: auto;
        float: left;
        margin: 0px auto;
        padding: 0;
        _display: inline;
    }

    .FixedNav ul li a {
        display: block;
        color: #000;
        text-decoration: none; /*text-transform:uppercase;*/
        font-size: 17px;
        margin: 0;
        padding: 12px 00px 12px 20px;
        font-weight: bold;
    }

    .FixedNav ul#bottomlinks li ul {
        position: absolute;
        width: 184px;
        left: -999em;
        background-color: #efefef;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .FixedNav ul#bottomlinks li ul li {
        float: none;
    }

    .FixedNav ul#bottomlinks li ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 12px;
        margin: 0;
        padding: 10px 15px;
    }

    .FixedNav ul#bottomlinks li ul li a:hover { /*background-color:#FF0;*/
        background: url(button.png) top left no-repeat;
        color: #000;
        text-decoration: none;
    }

    .FixedNav ul#bottomlinks li:hover ul {
        left: auto;
        margin-left: 7px;
    }

    .FixedNav li:hover ul, nav li.sfhover ul {
        left: auto;
    }

    .numbered ol li {
        list-style: none;
    }

    strong {
        font-weight: bold;
    }

    #crumbs {
        width: 940px;
        margin: 5px auto;
        padding: 0px 10px;
    }

    #crumbs a {
        color: #999999;
        text-decoration: underline;
    }

    #wrapper {
        margin: 20px auto;
        width: 100%;
    }

    #wrapper2 {
        margin: 20px auto;
        width: 100%;
    }

    #thumbnailColumn {
        margin: 0px 10px 0 10px;
        padding: 0 3px;
        position: relative;
        width: 120px;
        float: left;
        _display: inline;
    }

    #thumbnailColumn img {
        width: 100px !important;
        border: 2px solid #036;
    }

    .copyright {
        color: #fff;
        text-decoration: none;
        font-size: 10px;
    }

    .archivedentry {
    }

    .archivedentry img {
        border: 3px solid #656565;
        width: 80px
    }

    #MainPost {
        width: 300px;
        height: 250px;
        padding: 5px;
        float: left;
    }

    #MainPost img {
    }

    #MainPost p {
        font-size: 12px;
        line-height: 17px;
        text-align: left;
    }

    #MainPost h2 {
        font: 14px bold Arial, Helvetica, sans-serif !important;
        margin: 0 0 5px 0;
    }

    #MainPost h2 a {
        font-weight: bold;
    }

    #Images {
        background: #294b75;
        width: 98%;
        padding: 10px 1%;
        height: 185px
    }

    #Images a h3 {
        font-weight: normal;
        color: #FFF;
    }

    #Images p {
        font-weight: normal;
        color: #FFF;
    }

    #Images img {
        border: none;
        width: 10%;
        float: left;
        margin: none;
    }

    .photo-box {
        width: 31.33333333%;
        padding: 5px 1%;
        height: 280px;
        float: left;
    }

    .photo-box p {
        margin: auto;
        text-align: center;
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .medium_thumb {
        width: 100%;
        height: 230px;
        overflow: hidden;
        box-shadow: 2px 2px 2px #000;
        margin-bottom: 15px;
    }

    .medium_thumb img {
        width: 100%;
        height: 100%;
        border: none;
    }

    /* --------------------------------------------------------------------------------------------------------- */
    /* --------------------------------------------End Main Template ------------------------------------------ */
    /* ------------------------------------------------------------------------------------------------------- */

    #content small {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        line-height: 1.5em;
        margin: 15px 25px;
    }

    h2 {
        font-size: 1.6em;
    }

    h2.pagetitle {
        font-size: 1.6em;
    }

    #sidebar h2 {
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.3em;
    }

    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
        text-decoration: none;
        color: #6C2B8F;
    }

    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
        color: #333;
    }

    h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
        text-decoration: none;
    }

    .entry img {
        /*-moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 4px #000;
        box-shadow: 3px 3px 4px #000;*/
        /* For IE 8 */
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
        /* For IE 5.5 - 7 */
        /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
    }

    .entry p a:visited {
        color: #b85b5a;
    }

    .commentlist li, #commentform input, #commentform textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

    .commentlist li ul li {
        font-size: 1em;
    }

    .commentlist li {
        font-weight: bold;
    }

    .commentlist li .avatar {
        float: right;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
    }

    .commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
    }

    .commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
    }

    #commentform p {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

    .commentmetadata {
        font-weight: normal;
    }

    #sidebar {
        font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

    #sidebar li {
        list-style: none;
    }

    small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
        color: #777;
    }

    code {
        font: 1.1em 'Courier New', Courier, Fixed;
    }

    acronym, abbr, span.caps {
        font-size: 0.9em;
        letter-spacing: .07em;
    }

    /*
    a, h2 a:hover, h3 a:hover {
        color: #06c;
        text-decoration: none;
        }

    a:hover {
        color: #147;
        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 */

    .post {
        margin: 0 0 10px 0;
        text-align: justify;
    }

    .post hr {
        display: block;
    }

    .widecolumn .post {
        margin: 0;
    }

    .narrowcolumn .postmetadata {
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .widecolumn .postmetadata {
        margin: 30px 0;
    }

    .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;
    }

    .clear {
        clear: both;
    }

    /*#footer {
        padding: 0;
        margin: 0 auto;
        width: 760px;
        clear: both;
        }

    #footer p {
        margin: 0;
        padding: 20px 0;
        text-align: center;
        }*/

    /* End Structure */


    /*	Begin Headers */

    h1 {
        padding-top: 70px;
        margin: 0;
    }

    h2 {
        margin: 30px 0 0;
    }

    h2.pagetitle {
        margin-top: 30px;
        text-align: center;
    }

    #sidebar h2 {
        margin: 5px 0 0;
        padding: 0;
    }

    h3 {
        padding: 0;
        margin: 30px 0 0;
    }

    h3.comments {
        padding: 0;
        margin: 40px auto 20px;
    }

    /* End Headers */


    /* 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: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }

    img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }

    .alignright {
        float: right;
    }

    .alignleft {
        float: left
    }

    /* End Images */


    /* Begin Lists

        Special stylized non-IE bullets
        Do not work in Internet Explorer, which merely default to normal bullets. */

    html > body .entry ul {
        margin: 10px 25px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
    }

    html > body .entry li {
        margin: 7px 0 8px 10px;
    }

    .entry ul li:before, #sidebar ul ul li:before {
        content: "\00BB \0020";
    }

    .entry ol {
        padding: 0 0 0 35px;
        margin: 0;
    }

    .entry ol li {
        margin: 0;
        padding: 0;
    }

    .postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
    }


    #sidebar ul, #sidebar ul ol {
        margin: 0 15px !important;
        padding: 0;
    }

    #sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
        border: thick #F00 solid;
    }

    #sidebar li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
        border: thick #F00 solid;
    }

    #sidebar ul li ul li.widget {
        margin: 0px 20px;
        padding: 5px;
    }

    #sidebar ul p, #sidebar ul select {
        margin: 5px 0 8px;
    }

    #sidebar ul ul, #sidebar ul ol {
        margin: 0px 0 0 10px;
    }

    #sidebar ul ul ul, #sidebar ul ol {
        margin: 0 0 0 10px;
    }

    ol li, #sidebar ul ol li {
        list-style: decimal outside;
    }

    #sidebar ul ul li, #sidebar ul ol li {
        margin: 5px 10px;
        padding: 0;
    }

    /* End Entry Lists */


    /* Begin Form Elements */
    /*---:[ search form styles ]:---*/

    #search_form {
    }

    #search_form .search_input {
        width: 250px;
        height: 25px;
        padding: 0px;
        color: #000;
        font: normal 15px Georgia, "Times New Roman", Times, serif;
        border: 1px solid #cccccc;
        margin: 10px 0;
        background: #fff;
    }

    li.widget .search_input {
        font-size: .9em !important;
    }

    #search_form .search_input:focus { /*border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;*/
    }

    /*
    #searchform {
        margin: 10px auto;
        padding: 5px 3px;
        text-align: center;
        }

    #sidebar #searchform #s {
        width: 108px;
        padding: 2px;
        }

    #sidebar #searchsubmit {
        padding: 1px;
        }
    */

    .entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align: center;
    }

    select {
        width: 130px;
    }

    #commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
    }

    #commentform {
        margin: 5px 10px 0 0;
    }

    #commentform textarea {
        width: 600px;
        padding: 2px;
    }

    #respond:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #commentform #submit {
        margin: 0 70px 5px auto;
        float: right;
    }

    /* End Form Elements */

    .sociable {
        margin: 10px 25px;
    }

    .sociable ul {
        list-style: none;
        color: #FFF;
        margin: 6px 0;
    }

    .sociable li {
        float: left;
        display: inline;
        margin: 3px 5px;
        list-style: none !important;
        opacity: 0.4;
        filter: alpha(opacity=40)
    }

    .sociable li:hover {
        opacity: 1.0;
        filter: alpha(opacity=100)
    }


    /* Begin Comments*/

    .alt {
        margin: 0;
        padding: 10px;
    }

    .commentlist {
        padding: 0;
        text-align: justify;
    }

    .commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;

    }

    .commentlist li ul li {
        margin-right: -5px;
        margin-left: 10px;
    }

    .commentlist p {
        margin: 10px 5px 10px 0;
    }

    .children {
        padding: 0;
    }

    #commentform p {
        margin: 5px 0;
    }

    .nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .commentmetadata {
        margin: 0;
        display: block;
    }

    /* End Comments */


    /* Begin Sidebar */

    #sidebar {
        padding: 20px 0 10px 0;
        margin-left: 545px;
        width: 190px;
    }

    #sidebar form {
        margin: 0;
    }

    /* End Sidebar */


    /* 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-bottom: 1px dashed #999;
    }

    blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
    }

    blockquote cite {
        margin: 5px 0 0;
        display: block;
    }

    .center {
        text-align: center;
    }

    .hidden {
        display: none;
    }

    hr {
        display: none;
    }

    a img {
        border: none;
    }

    .navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .navigation a {
        color: #000;
    }

    /* End Various Tags & Classes*/


    /* Captions */

    .aligncenter,
    div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
    }

    /* End captions */

    .postBottom {
        font-size: 10px;
        color: #CCC
    }

    .postBottom a {
        color: #CCC;
        text-decoration: underline;
    }

    .postBottom a:hover {
        color: #900;
        text-decoration: underline;
    }

/* "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." */