/*
Theme Name: Cusines and Company
Theme URI: http://www.cuisineandcompany.ca/
Version: 2.0, June 2009
Description: Marilyn theme.
Admin: Lucas Johnson
Admin URI: http://www.out-landish.ca http://www.lucasjohnson.co.nz
*/

#contact { float: left; width: 510px; margin-bottom: 15px;}
#contact img { margin-right: 20px;}
#sidebar {
	float: left;
	background-color: #FFFFFF;
        padding: 0px 20px 30px 0px; 
	width: 180px;
}
#banner { margin: 5px 0px 15px 0px; height: 120px; width: 500px; border: 1px dotted #996; float: left; padding: 5px 0px 0px 10px;}
{ margin: 0; padding: 0;}
body{
    background-color: #fff;
    padding: 2% 0;
    font-family: Arial, Helvetica, serif;
	letter-spacing: 1px;
}    
a { font-size: 12px; color: #330; font-weight: normal; text-decoration: none;}
a:hover{ color: #996;}
p {	font-size: 12px; line-height: 20px; font-weight: normal;}
h1{font-size: 22px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{ font-size: 14px;}
h1, h2, h3{color: #330; padding: 8px 0 2px;}
h1 a{text-decoration: none;color: #330;}
h1 a:hover{text-decoration: underline;color: #330;}
h2 a{text-decoration: none;color: #330;}
h2 a:hover{text-decoration: underline;color: #330;}
blockquote{
    background: url('img/quote.gif') no-repeat;
    display: block;
    font: normal 1.1em  Arial, Helvetica, serif;}
form, table{margin-bottom: 1.2em;}
label{display: block;}
li{line-height: 18px;}
ul, ol{padding: 0 2em 1.2em;}
hr{ margin: 4px 40px 2px 40px; height: 1px;}

/* structure */

#wrapper{
    background: #fff;
    margin: 0 auto;
    width: 786px;
}
#container{
    border: 1px solid #996;
    margin: 0 auto;
    background: #fff;
    width: 770px;
}

/* font formatting */

.smalltext{font-size: 14px;}
.boldtext{font-weight: bold; font-size: 15px;}
small, .small{ font: normal 10px Arial, Helvetica, serif;}

/* header */

.title{
    padding: 8px;
	background-color: #e2ded5;
}
.title p{
    color: #553338;
    font: normal 11px Arial, Helvetica, serif;
    text-align: right;
    padding: 0 0 0 26px;
    margin: 0;
}


/* navigation */

.navigation{
    background-color: #fff;
    height: 30px;
    border-top: 1px solid #996;
    border-bottom: 1px solid #996;
}
.navigation ul{
    padding: 0;
    margin: 0;
}
.navigation li{
    float: left;
    list-style: none;
}

.navigation li a{
    color: #996;
    display: block;
    font: bold 15px Arial, Helvetica, serif;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
	padding: 0px 9px;
}

.navigation a:hover{
    background-color: #996;
    color: #fff;
}
.navigation .current_page_item a{
    background-color: #996;
    color: #fff;
}

/* main */
.main{
    background: #FFF;
}

.main p{
    font-size: 12px;
}

/* posts */
.post .descr {
    color: #442;
    font-size: 0.9em;
    font: Calibri, Arial, Helvetica, serif;
    margin: 2px 0 4px;;
}
.post .info{
    border-top: 1px dashed #AAAA9A;
    color: #442;
    font-size: 0.9em;
    font-weight: bold;
    margin: 4px 0 8px;
    font: Arial, Helvetica, serif;
    padding: 8px 0;
}
.post img {
    border: none;
    margin: 4px 4px; 
}
.post a img {
    border: none;
}
.post a:hover img {
    border: none;
}

.aligncenter, div.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* 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: 12px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* bottom */
.bottom {
    background: #DCDAC9;
    border-top: 1px solid #AA8;
    color: #444;
    padding: 14px 20px;
}
.bottom .left,.bottom .right {
    width: 49%;
}

/* footer */

.footer {
    background: #996;
    color: #EED;
    padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center
}
.footer a {
    color: #FFF;
    text-decoration: none;
}
.footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* misc */
.content {
    padding: 20px 0 20px 20px;
	width: 520px;

}
.right .content {
    padding: 12px 10px;
}
.content ul{
    padding-top: 0px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear, .clearer {
    clear: both;
} 
.clearer {
    font-size: 0;
}
.col2 .left {
    width: 60%;
}
.col2 .right {
    width: 28%;
}

/* block list */

ul.block, .block ul {
       margin-bottom: 0px; 
       width: 150px;
margin-right: 0px;
}
.block li { list-style: squared;}

.block li a, {
    color: #330;
    display: block;
}
