﻿body
{
    margin:20px 20px 20px 20px;
    background-image:url('../images/background.png');
    background-repeat:repeat;    
}

h1, h2, h3, h4, h5, h6, p, li, a, #twitter
{
    font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6, p, li, #twitter
{
    color:#7A4B1F;
    line-height:14pt;
}

a
{
    color:#ED2124;
}

p, li
{
	font-size:smaller;
}

.article1, .article2, .article3
{
    margin-left:27px;
    line-height:10pt;
    width:260px;
    height:350px;
    float:left;
}

.clear
{
    width:1px;
    height:350px;
}

#categories, #pagination
{
    background-color:#C7B98E;
    margin-left:auto;
    margin-right:auto;
    width:940px;
    padding: 10px 10px 10px 10px;
}

a.categoryLink, a.categoryLinkActive, a.pageLink, a.pageLinkActive
{
    text-decoration:none;
    color:#FFFFFF;
    font-size:medium;
    font-weight:bolder;
    margin-left:0px;
    margin-right:40px;
}

a.categoryLinkActive, a.pageLinkActive, a.twitterLink
{
    color:#ED2124;
}

a.pageLink, a.pageLinkActive
{
    margin-right:10px;
}

a.twitterLink
{
    font-size:x-small;
}

img.twitterIcon
{
    float:right;
    margin:0px 0px 0px 5px;
}

#twitter
{
    float:right;
    text-align:right;
    width:300px;
    line-height:11px;
    font-size:x-small;
}

#content
{
    background-color:#F9FFDA;
    margin:0 auto 0 auto;
    padding:20px 40px 20px 40px;
    width:880px;
}

#featured
{
    margin:0 auto 0 auto;
    width:960px;
    height:300px;
}

#wrapper
{
    background-color:#FFFFFF;
    margin:0 auto 0 auto;
    padding:10px 10px 10px 10px;
    width:960px;
}