/*
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
*/

/* default elements */

*{ margin: 0; padding: 0;}
    
a img{text-decoration: none;}
a{color: #642;}
a:hover{color: #963;}

body{
    background-color: #fffded;
    padding: 2% 0;
    font-family: Calibri, Arial, Helvetica, serif;
    font-size:18px;
}

p {	
	font-size: 18px;
	font: Calibri, Arial, Helvetica, serif;
	font-weight: normal;
	padding: 5px 2px 5px 2px;
}


h1{
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: normal;
}

h2{
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 25px;
	letter-spacing: -2px;
	font-weight: normal;
	
}

h3{
	font-family: Calibri, Arial, Helvetica, serif;
	font-size: 20px;
	letter-spacing: -2px;
	font-weight: normal;
	
}

h4{font: bold 1.00em Calibri, Arial, Helvetica, serif;}

h1, h2, h3{
    color: #442;
    padding: 8px 0 2px;
}

h1 a{text-decoration: none;}
h1 a:hover{text-decoration: underline;}


blockquote{
    background: url('img/quote.gif') no-repeat;
    display: block;
    font: normal 1.1em Calibri, Arial, Helvetica, serif;}
    padding-left: 26px
}

form, table{margin-bottom: 1.2em;}
img{border: none;}
label{display: block;}
li{line-height: 1.2em;}

ul, ol{padding: 0 2em 1.2em;}

hr{
    margin: 4px 40px 2px 40px;
    height: 1px;
}

/* structure */

#wrapper{
    background: #402715;
    margin: 0 auto;
    width: 786px;
}

#container{
    border-top: 6px solid #553338;
    margin: 0 auto;
    background: #FBF9F4;
    width: 770px;
}

/* font formatting */

.smalltext{font-size: 14px;}
.boldtext{font-weight: bold; font-size: 15px;}
small, .small{ font: normal 22px Calibri, Arial, Helvetica, serif;}

/* header */

.title{
    background: #E2DED5 url(img/header-h1.jpg) repeat-x;
    border-top: 1px solid #996;
    padding: 8px;
}
.title p{
    color: #553338;
    font: bold 12px Calibri, Arial, Helvetica, serif;
    text-align: right;
    padding: 0 0 0 26px;
    margin: 0;
    display: inline;
}
.title h1{
    font: normal 13px Calibri, Arial, Helvetica, serif;}
    padding: 10px 0 10px 18px;
}
.header{
    border-top: 2px solid #663;
}

/* navigation */
.navigation{
    background: #EAE7DF url(img/navSm.gif) repeat-x;
    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;
    width: 93px;
}

.navigation li a{
    color: #5A2F36;
    display: block;
    font: bold 15px Calibri, Arial, Helvetica, serif;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.navigation a:hover{
    background-position: left bottom;
    color: #A17364;
}
.navigation .current_page_item a{
    color: #A17364;
}

/* main */
.main{
    background: #FFF;
}

.main p{
    font-size: .9em;
}

/* posts */
.post .descr {
    color: #630;
    font-size: 0.9em;
    font: Calibri, Arial, Helvetica, serif;
    margin: 2px 0 4px;
}
.post .info{
    border-top: 1px dashed #AAAA9A;
    color: #222;
    font-size: 0.9em;
    font-weight: bold;
    margin: 4px 0 8px;
    font: Calibri, Arial, Helvetica, serif;
    padding: 8px 0;
}
.post img {
    border: 2px solid #CCB;
    margin: 4px 4px; /*2009-06-04 */
}
.post a img {
    border: 2px solid #CCB;
}
.post a:hover img {
    border-color: #AA9;
}

.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 {
	font-size: 14px}

.footer {
    background: #402715;
    color: #EED;
    padding: 10px;
	font-size: 14px
}

.footer .left {width: 66%;font-size: 14px}
.footer .right {
    width: 33%;
    text-align: right;
	size: 14px;
}
.footer a {
    color: #FFF;
    text-decoration: none;
}
.footer a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li{
    float: left;
    list-style-type: none;
    width: 200px;
}
.footer ul li a{
    text-decoration: none;
}
/* misc */
.content {
    padding: 18px 0 18px 20px;
/*    padding: 18px 20px;*/
}
.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: 70%;
}
.col2 .right {
    width: 28%;
}

/* block list */
ul.block, .block ul {
    border-top: 1px dashed #BCBAAC;
    margin: 4px 0;
    padding: 0;
    width: 100%;
/*    width: 90%;*/
}
.block li {
/*    border-bottom: 1px dashed #BCBAAC;*/
    list-style: none;
}
.block li a,.block li em {
    color: #553;
    display: block;
}
.block li em {
    font-size: 0.9em;
    font-style: normal;
}
.block li a {
    padding: 4px 0 4px 3%;
/*    padding: 4px 3%;*/
    text-decoration: none;
    width: 94%;
}
.block li a span {
    font-weight: bold;
}
.block li a:hover {
    color: #553;
    background: #D2D0C0;
}
.right .block,.right .block li {
    border-color: #DCDACC;
}
.right .block li a:hover {
    background: #F2F0EA;
}

