/*
Theme Name: CouchTheme
Theme URI: http://couchware.ca/
Description: The Couchware Inc. Theme
Version: 1.0
Author: Cameron McKay
Author URI: http://couchware.ca/
Tags: fixed width, two columns, widgets
*/
body
{
    background-color: #E5E4DB;
    background-image: url( images/bodybg-alt.png );
    background-repeat: repeat-x;
    margin: 0;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 13px;
    color: #333;
}

a
{
    color: #ee2e3e;
    font-weight: bold;
    text-decoration: none;    
}

a img
{
    border: 0;
    vertical-align: middle;
}

blockquote
{
	font-style: italic;
}

li
{
    margin-bottom: 7px;
}

h2
{
    margin: 35px 0 6px 0;
    color: #ee2e3e;
    font-size: 22px;
}

p
{
    line-height: 20px;
    padding: 7px 0;
    margin: 0;
}

ol
{
    padding: 7px 0;
    list-style-position: inside;
}

div.caption
{
    color: #999;
    font-size: 11px;
    padding-bottom: 4px;
}

div.button
{
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;   
    background-color: #ee2e3e;
    background-image: url( images/button-gradient-white.png );
    background-repeat: repeat-x;    
    text-align: center;
    padding: 10px 20px;
    color: white;    
    font-size: 20px;    
    margin: 20px 0;
    border: 1px #777 solid;
    cursor: pointer;
    font-weight: normal;
}

div.button a
{
    color: white;
    font-weight: normal;
}

#logo
{
    margin: 0 5px 10px 5px;
    float: left;
    width: 370px;
    height: 141px;
}

#cart
{
    margin: 111px 5px 10px 5px;
    float: right;
    width: 135px;
    height: 30px;
    text-align: center;    
}

#container
{
    margin-top: 70px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

#foot
{
    float: left;
    height: 35px;
    width: 600px;
    padding: 20px 10px 0;
    font-size: 12px;
}

div.main
{
    float: left;
    width: 600px;
    background-color: white;
    border: 1px #ddd solid;
}

div.main.full
{
    width: 960px;
}

div.main div.box
{
    margin: 35px 0 0 0;
    padding: 0 40px 50px;
    border-bottom: 1px #ddd solid;    
}

div.main div.last-box
{
    border-bottom: none;
}

div.main div.box div.date
{
    color: #999;
    font-size: 11px;
    padding-bottom: 4px;
}

div.main div.box textarea
{
    width: 516px;
}

input[type=submit],
input[type=button]
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px #777 solid;
    background-image: url( images/button-gradient.png );
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;    
}

#menu
{
    background-color: white;
    border-bottom: 1px #ddd solid;
    height: 54px;
}

#menu ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 17px 16px;
    font-size: 15px;
}

#menu ul li
{
    color: #999;
    display: block;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 10px;
    font-size: 15px;
}

#menu ul li.selected a
{
    font-weight: bold;
    color: #333;
}

#menu a
{
    color: #999;
    font-weight: normal;
}

#nav
{
    background-color: white;
    height: 54px;
    line-height: 54px;
}

#nav #prev
{
    float: left;
    padding: 0 27px;
}

#nav #next
{
    float: right;
    padding: 0 27px;
}

#sidebar
{
    float: right;
    width: 330px;
}

#sidebar div.box div.title
{
    background-color: #E5E4DB;
    background-image: url( images/bodybg-alt.png );
    font-size: 15px;
    border: 1px #ddd solid;
    border-bottom: none;    
    color: #333;
    height: 54px;
    line-height: 54px;
    padding: 0 27px;
}

#sidebar div.box div.content
{
    border: 1px #ddd solid;
    padding: 35px 39px 50px;
    background-color: white;
    margin-bottom: 20px;
}

#sidebar div.box div.content div.text,
#sidebar div.box div.content div.screenshot
{
    margin-top: 20px;
}

img.with-border
{
    border: 1px #333 solid;
}

div.clear
{
    clear: both;
    height: 0px;
}

.pad-left
{
    padding-left: 10px;
}

.pad-bottom
{
    padding-bottom: 10px;
}

/* Image Grid */

div.image-grid
{
    background-color: #ccc;
}

div.image-grid div.cell
{
    float: left;
    margin: 10px;
}

div.image-grid img
{
    border: 1px #333 solid;
}

/* End Image Grid */

/* Products */

div.price
{
    margin: 20px 0 30px;
    text-align: center;
}

div.price .dollars
{
    font-size: 40px;
}

div.price .cents
{
    font-size: 30px;
    vertical-align: super;
}

div.price .currency
{
    font-size: 16px;
}

div.image-and-text img
{
    float: left;
    margin-right: 15px;
    border: 1px #333 solid;
}

div.image-and-text p,
div.buy-now-and-text p
{
    font-size: 15px;
}

div.image-and-text ul,
div.buy-now-and-text ul
{
    font-size: 15px; margin-top: 0; margin-bottom: 0
}

div.image-and-text ul,
div.image-and-text ul li,
div.buy-now-and-text ul,
div.buy-now-and-text ul li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div.buy-now-and-text div.buy-now
{
    float: right;
    margin: 0 40px;
    width: 270px;
    padding: 0 39px 20px;
    background-color: #eee;
    border: 1px #ccc solid;
}

div.spacer
{
    height: 30px;
}

/* End Products */

/* Wezzle */

#wezzle-logo
{
    height: 180px;
}

#wezzle div.logo-box
{
    padding-top: 35px;
    margin-top: 0;

    background-image: url( images/wezzlebg.png );
    background-repeat: no-repeat;
    background-position: 55px -30px;
}

div.applet
{
    width: 800px; 
    height: 600px; 
    background-color: black; 
    margin: 0 auto; 
    border: 2px #999 solid;
}

/* End Wezzle */

/* No IE6 Support */

#no-ie6
{
    display: none;
}

/* End of No IE6 Support */

/* WP */

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.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;
}

.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 of WP */
