/*--
DEFAULT FOMATTING
--*/

/*---------------------[global]--*/

body {
    font: normal 13px Verdana, Sans-serif;
    color: #000;
    background: #f1f1f1;
    }

ul {list-style:none;}

.wrapper {
    background: #fff;
    border-style: solid;
    border-color: #000;
    }

/*---------------------[headings]--*/
h1 {
    font: normal 40px Arial, Sans-serif;
    text-align:center;
    }

h2 {
    font: bold 20px Arial, Sans-serif;
    border-style: solid;
    border-color: #ccc;
    }

h3 {
    font: bold 20px Arial, Sans-serif;
    color: #000;
    border-style: solid;
    border-color: #ccc;
    }
    
.secondaryContent h3, .tertiaryContent h3 {
    font-weight: normal;
    color: #999;
    background: #f7f7f7;
    border-style: solid;
    border-color: #ccc;
    }
    
/*---------------------[paragraphs]--*/
p.postDate {
    font-size: 10px;
    color: #333;
    }

p.postMeta {
    font-size: 10px;
    color: #999;
    border-style: solid;
    border-color: #ccc;
    }

/*---------------------[links]--*/
a:link {color: #999;}
a:visited {color: #999;}
a:hover, a:active {text-decoration: none;}
h2 a {text-decoration:none;}


/*---------------------[main nav]--*/
ul.mainNav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    }
    
ul.mainNav li a:hover {
    text-decoration: underline;
    background: #222;
    }
    

/*---------------------[header]--*/
.head {background: #000;}


/*---------------------[content]--*/
.content {
    border-style: dashed;
    border-color: #ccc;
    }

.col3 .content {
    border-style: dashed;
    border-color: #ccc;
    }

.location {
    font: normal 11px Arial, Sans-serif;
    color: #999;
    }


/*---------------------[post]--*/
.post .media {text-align:center;}
    

/*---------------------[secondaryContent & tertiaryContent]--*/
.secondaryContent ul li ul:parent {border:none;}

/*pod links
---*/
.secondaryContent a, .tertiaryContent a {
    display:block;
    text-decoration:none;
    }

.secondaryContent a:hover, .tertiaryContent a:hover {
    text-decoration: underline;
    }

.secondaryContent ul li, .tertiaryContent ul li {
    border-style: dashed;
    border-color: #ccc;
    }

.secondaryContent ul li a:hover, .tertiaryContent ul li a:hover {
    color: #000;
    background: #f7f7f7;
    }

.secondaryContent ul li ul a, .tertiaryContent ul li ul a {
    font-size: smaller;
    color: #888;
    border-bottom: none;
    }


/*---------------------[comment]--*/
.comment {
    background: #f7f7f7;
    border-style: solid;
    border-color: #ccc;
    }

.commentNumber {
    text-align:center;
    font: bold 18px Arial, Sans-serif;
    background: #fff;
    border-style: solid;
    border-color: #ccc;
    }

.commentTitle {
    font: normal 18px Arial, Sans-serif;
    }
    
.commentMeta {
    font-size: 10px;
    color: #999;
    border-style: solid;
    border-color: #ccc;
    }
    
/*@ comment form @*/
.addComment {}
    
.commentHead {
    font: normal 15px Arial, Sans-serif;
    }

.commentForm label {
    font: normal 11px Arial, Sans-serf;
    color: #000;
    }

.commentForm label small {color: #999;}
   
.commentForm .name, .commentForm .email {
    border-style: solid;
    border-color: #ccc;;
    }
    
.commentForm .entry {
    border-style: solid;
    border-color: #ccc;
    }

/*---------------------[pagination]--*/
.pagination {text-align: center;}

