
/* BUILDING BLOCKS */

/*
html, body {
    height: 100%;
}
*/
body {
    background-color: #592419;
    background-image: url('../images/bg-loop.jpg');
    background-repeat: repeat-y;
    background-position: center top;
    /*width: 100%;*/
}

div#everything {
    background-image: url('../images/bg-top.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 10px;
    /*
    width: 100%;
    min-height: 100%;
    */
}

/*
div#main {
    width: 970px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
*/
/*
div#header {
    background-image: url('../images/header1.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 970px;
    height: 209px;
    margin: 0 0 10px 0;
    text-align: center;
}
*/
/*
div#header div#mainmenu {
    padding: 177px 0 0 0;
}
*/
/*
div#header div#mainmenu h2{
    display: inline;
    margin: 0 10px;
}
*/
div#footer {
    padding: 20px 0;
}

div#footer p {
    text-align: center;
    color: #fff;
    font-size: 10pt;
    text-shadow: 3px 3px 2px #000000;
}

div#footer p a {
    color: #fff;
    text-decoration: underline;
}

.content {
    background-color: #fff;
    border: 2px solid #c70808;
    border-radius: 8px;
}

div#midcontent div.contenthead, div#midcontent div.contentfoot {
    background-repeat: no-repeat;
    background-position: center top;
    /*width: 610px;
    height: 6px;   */
}
/*
div#midcontent div.contenthead {
    background-image: url('../images/midcontent-top.png');
}

div#midcontent div.contentfoot {
    background-image: url('../images/midcontent-bottom.png');
}

div#midcontent div.content {
    background-image: url('../images/midcontent-bg.png');
    background-repeat: repeat-y;
    background-position: center top;
    padding: 8px;
}
*/
/*
div#sidebar1 {
    float: left;
}

div#sidebar2 {
    float: right;
}

div#midcontent {
    float: left;
    width: 610px;
    margin: 0 0 0 10px;
}

div#midcontent p {
    line-height: 14pt;
}
*/
/* UNIVERSAL */
/*
strong {
    font-weight: bold;
}

.ieonly {
    display:none;
}

.clear {
    clear:both;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.height30 {
    height: 30px;
}

.lineheight200 {
    line-height: 200%;
}

.displaynone {
    display: none;
}

.center{
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.right{
    text-align: right;
}

.padding5_20 {
    padding: 5px 20px;
}

.width70p {
    width: 70%;
}

.widthfull {
    width:100%;
}
*/
/* TYPOGRAPHY AND STUFF*/

html {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: black;
}

small {
    font-size: 10pt;
    line-height: 120%;
}

a {
    text-decoration: none;
    color: #7a7a7a;
}

a:hover {
    color: black;
}

h1, h2, h3, h4 {
    font-family: 'Palatino Linotype', 'Palatino', 'Times New Roman', 'Times', serif;
    font-weight: bold;
    margin: 0 0 8px 0;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
}

h2 a, h3 a {
    color: black;
}

h2 a:hover, h3 a:hover {
    color: #c60808;
}

/*
.sidebar {
    text-align: center;
}

.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar ul li:after {
    content: url('../images/divider-red.png');
    position: relative;
}
div.sidebar ul li:last-child:after {
    content: none;
}
*/
/* TABLES */
/*
table.products {
    width: 574px;
    padding: 0 10px;
    margin: 20px 0 0 0;
}

table.product {
    width: 100%;
    margin: 0 0 30px 0;
}

table.product tr td.name {

}

table.product tr td.description {
    padding: 10px;
}

table.product tr td.actions {
    padding: 0 10px 6px 10px;
    vertical-align: bottom;
}

table.product tr td.actions span.price {
    font-weight: bold;
    padding: 0 2px 0 0;
}

table.product tr td.imagecell {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    background-image: url('../images/productimageplaceholder.png');
}

table.product tr td.imagecell div.imagebg {
    background-color: #fff;
}
*/
/*
table#sidebarcart {
    font-size: 9pt;
    margin: 2px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    width: 166px;
}

table#sidebarcart tr td.name {
    padding: 2px 0 2px 3px;
}

table#sidebarcart tr.odd td,  table.nice tr.odd td{
    background-color: #ffa;
}

table#sidebarcart tr.even td, table.nice tr.even td {
    background-color: #ffd;
}

table#sidebarcart tr td.price {
    padding: 2px 3px 2px 0;
    text-align: right;
    vertical-align: middle;
}

table#sidebarcart tr td.sum {
    height: 25px;
    vertical-align: middle;
    font-weight: bold;
    border-top: 1px solid lightgrey;
}
*/
/*
table.nice {
    width: 100%;
}


table.nice tr th {
    font-weight: bold;
}

table.nice tr .name {
    padding: 2px 0 2px 3px;
}

table.nice tr .price {
    padding: 2px 3px 2px 0;
    text-align: right;
    vertical-align: middle;
}

table.nice tr td.sum {
    height: 25px;
    vertical-align: middle;
    font-weight: bold;
    border-top: 1px solid lightgrey;
}
*/

/* FORMS */

/*
form#loginform label, form#regform label {
    font-size: 10pt;
    line-height: 150%;
    display: none;
}

form#addressform label {
    display: none;
}
*/

/*
.input-qty {
    width: 20px;
}

.input-qtyextra {
    width: 120px;
}

.input-productsize {
    width: 130px;
}

#form-extras {font-size:14px}
*/

.form-control-width-xs {width: 40px !important}
.img-product-default {
    background-color: #fff;
    background-image: url('../images/productimageplaceholder.png');
    background-repeat: no-repeat;
    background-position: center center;
}