/*
Theme Name: AvianPets
Theme URI: http://www.avianpets.com
Description: Avian Pets Resouce Website
Version: 1.0
Author: Phil Crowther
Author URI: http://philcrowther.co.uk
Tags: pets, parrots Birds
*/

body {
    background: #496443 url('img/jungle-bg.jpg') top center no-repeat;
}

#container {
	background: #fff url('img/pg-bg.jpg') center 60px no-repeat;
}

#header {
    height: 240px;
}

a {
    color: #46663f;
}

#header #topNav {
     left: 50px;
}

#header #topNav ul li {
     margin-left: 10px;
}

#header #topNav a {
     color: #daddce;
}

#container {
     margin-top: 25px;
}

.headerBlock {
     background: url('img/header-bg-side.gif') no-repeat;
}

.sidePod ul li {
     padding: 5px;
     background: none;
     font-size: 12px;
     font-family: arial;
}

.sidePod a {
     text-decoration: none;
}

.sidePod a:hover {
     text-decoration: underline;
     color: #6c190e;
}



#mainColumn .textBlock p, #mainColumn .textBlock ul {
    font-family: arial;
    font-size: 13px;
}

#mainColumn .textBlock ul {
    margin: 10px;
}

#mainColumn .textBlock ul {
    margin: 10px;
}

#mainColumn .textBlock ul li {
    list-style: disc;
    margin-left: 20px;
}

#mainColumn .textBlock h2 a {
    text-decoration: none;
}

#mainColumn .textBlock h2 a:hover {
    text-decoration: underline;
    color: #000;
}

#mainColumn p {
    padding: 0 0 10px 0;
}

.wp-caption {
    margin: 0 auto;
    font-size: 11px;
    margin-bottom: 5px;
}

.wp-caption img {
    margin: 5px 5px 0 5px;
border: 6px solid #f2e6d1;
-webkit-border-image: url(img/border-image.jpg) 10 repeat;
-moz-border-image: url(img/border-image.jpg) 10 repeat;
    border-image: url(img/border-image.jpg) 10 repeat;

}


p.wp-caption-text {
    text-align: center;
    margin: 0 8px 8px 8px;
}

.calBox {
    float: left;
    width: 42px;
    height: 44px;
    background: url('img/cal-box.gif') no-repeat;
    margin-right: 10px;
}

.calBox p {
    margin-top: 5px;
    line-height: 12px;
    text-align: center;
    color: #fff;
}

.calBox p span.day {
    font-size: 16px;
    font-weight: bold;
}

.calBox p span.month {
    text-transform: uppercase;
    font-size: 8px;
}

.postHeadline {
    padding-top: 5px;
}