/*--------------------------------------------------------------------
    Filename: stylesheet.css
    Author: Dan Berry
    Description: This is the main stylesheet for the MobileBooks
    website.
    Version: 1.0
    
    Copyright (C) 2009 Dan Berry. All Rights Reserved.
--------------------------------------------------------------------*/
p, ul, h3, a {
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: bold;
    text-shadow: #FFF 0px 1px 1px;
    margin: 0px;
}

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

#main {
    padding-bottom: 16px;
}

#footer {
    position: relative;
    margin-top: -16px;
    height: 16px;
    clear: both;
}

#footer p {
    text-align: center;
    color: #2D2D2D;
    font-size: 12px;
}

.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;
}
/* End hide from IE-mac */

body {
    background-image: url(images/background.png);
    background-repeat: repeat;
    margin: 0px;
}

#navigationBar {
    background-image: url(images/navigationBarBackground.png);
    height: 60px;
}

.buttons {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.buttons a {
    display: block;
    float: left;
    width: 110px;
    height: 60px;
    border: 0;
    overflow: hidden;
}

.buttons a:hover img {
    margin-left: -110px;
}

#content {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 550px;
}

#left {
    width: 500px;
    float: left;
}

#columnOne, #columnTwo {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 230px;
    height: 347px;
    float: left;
}

#columnOne p, #columnTwo p {
    font-size: 12px;
    color: #454545;
    margin-top: 10px;
}

ul {
    list-style-type: none;
    font-size: 12px;
    color: #454545;
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
}

li {
    margin-top: 10px;
    background-image: url(images/listImage.png);
    background-repeat: no-repeat;
    padding-left: 15px;
}

h3 {
    font-size: 16px;
    color: #333;
}

.buyNow {
    margin-top: 10px;
    margin-left: 28px;
    text-decoration: none;
}

#tutorials {
    margin-top: 2px;
    width: 500px;
    height: 115px;
    float: left;
}

.titleImage {
    margin-left: 5px;
    margin-top: 5px;
}

.tutorialIcon {
    margin-top: 2px;
    margin-left: 14px;
    padding: 0px;
    float: left;
    text-align: center;
}

a {
    color: #628733;
    font-size: 12px;
}

a img {
    border: none;
}

#right {
    width: 300px;
    float: left;
}