/*

Theme Name: Print Style for AbsoluteThredz.com

*/

/* HTML Tags */

body {
    font-family:Georgia,"Times New Roman",serif;
    font-size:12pt;
}

h1, h2, h3 {
    font-family:Helvetica,Arial,sans-serif;
    letter-spacing:-0.05em;
}

label {
    width: 35%;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    font-size:80%;
    display: block;
}

input.text, select.text {
    width: 60%;
    border: 1px solid #000;
}

textarea.text {
    width: 60%;
    border: 1px solid #000;
    height:150px;
}

input.submit {
    color: #000;
    background: #ffa20f;
    border: 2px outset #d7b9c9;
}

fieldset {
    border: 1px solid #000;
    width: 470px;
}

legend
{
    color: #fff;
    background-color:rgb(231,0,0);
    border: 1px solid #000;
    padding: 2px 6px;
}

/* Structure */
#page {}

#header { }
    
#mainWrap {
    clear:both;
}

#content {}

#sidebar {
    display:none;
}

#footer {
    clear:both;
    text-align:right;
}

/* Formatting */
#header hr { }
#header div.logo { display:none; }

#footer hr { }
#footer p { padding-right:10px; line-height: 2em; }

/* Special IDs and Classes */
#homeNav { display:none; }

#samplesGallery { text-align:center; overflow:hidden; padding-top:10px; }
#samplesGallery h3, #samplesGallery h4 { text-align:left; clear:both; }
#samplesGallery ul { clear:both; list-style:none; margin:0; padding:0; }
#samplesGallery ul li { float:left; margin:10px; padding:0; }
#samplesGallery ul li a img { border:none; }

div.priceSheet { display:none; }
