body {
    font-family: "Century Gothic","lucida grande", "lucida sans", "bitstream vera sans", verdana;
    font-size: 12px;
    background: #FFF url(../images/bg.jpg) repeat-x;
    margin: 10px auto;
    width:600px;
}

a {
    color: #336699;
	background: none;
}

a:hover {
    color: #CC6600 !important;
	background: none;
}

h1 {
    font-size: 16px;
    color: #333333;
    display: block;
}

h1 a {
    color: #0099FF !important;
    text-decoration: none;
}

h1 a:hover {
    color: #996600 !important;
}

div #wrapperHome {
    width: 800px;
    border: 1px solid #fff;
    display: block;
}

div #headerHome {
    display: block;
    height: 80px;
    background: #FFF url(../images/logo.png) center bottom no-repeat;
    margin-top: 10px;
}

div #slogan {
    display: block;
    height: 60px;
    font-family: "Century Gothic";
    text-align: center;
    padding: 20px;
    border-bottom: 1px dotted #CCC;
}

div.breadcam {
    display: block;
    padding: 10px;
    font-weight: bolder;
    font-size: 18px;
	z-index:10;
}

div.containerHome {
    display: block;
    margin: 10px;
    position: relative;
}

div.containerHome .col1 {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 10px;
    width:250px;
    background-color: #F4F4F4;
}

div.containerHome .col2 {
    display: block;
    float: left;
    padding: 10px;
    width:250px;
    background-color: #F5F5F5;
}

div .post {
    margin: 0;
    padding: 10px;
    background: #FFF url(../images/gradientbg.jpg) repeat-x;
    border: 1px solid #EFEDED;
}

div .post .post-footer {
    background-color: #FAFAFA;
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-top: 20px;
    font-size: 95%;
}

div .post .post-footer .date {
    background: url(../images/clock.gif) no-repeat 0 center;
    padding-left: 20px;
    margin: 0 10px 0 5px;
}

div .post .post-footer .comments {
    background: url(../images/comment.gif) no-repeat 0 center;
    padding-left: 20px;
    margin: 0 10px 0 5px;
}

div .post .post-footer .readmore {
    background: url(../images/page.gif) no-repeat 0 center;
    padding-left: 20px;
    margin: 0 10px 0 5px;
}

