/*class = more than 1 item
id = one instance*/

body {
    background-color:#555555;
    margin:0px;
}

a:link {
    font-family:century gothic,verdana;
    font-size:12px;
    color:#444444;
    text-decoration:none;
}

a:hover {
    font-family:century gothic,verdana;
    font-size:12px;
    color:#970279;
}

a:visited {
    font-family:century gothic,verdana;
    font-size:12px;
    color:#ff0000;
}

p {
    font-family:arial,helvetica;
    font-size:12px;
    color:#000000;
}

h1 {
    font-family:century gothic,verdana;
    font-size:20px;
    font-weight:normal;
    color:#990000;
}

h2 {
    font-family:century gothic,verdana;
    font-size:16px;
    color:#990000;
    border-bottom:1px dotted #444;
    padding-bottom:3px;
}

h2:before {
    content:url(../images/m.gif);
}

hr {
    color:#444;
    height:1px;
}

.blogimage {
    margin-right:10px;
    margin-bottom:5px;
}

#main {
    background-color:#ffffff;
    text-align:left;
    width:800px;
    float:left;
    display:inline;
}

.tagline {
    font-family:century gothic,verdana;
    font-size:14px;
    color:#990000;
    align:right;
    /*display:inline;
    vertical-align:bottom;*/
}

#leftmajor {
    float:left;
    width:490px;
    padding-bottom:15px;
    padding-right:25px;
    margin-top:15px;
    margin-bottom:25px;
    border-right:1px dotted #ccc;
    background-color:#ffffff;
    display:inline;
    position:relative;
    left:30px;
}

.postdate {
    font-family:century gothic,verdana;
    font-size:10px;
    color:#990000;
}

#rightmajor {
    float:right;
    width:200px;
    padding-right:25px;
    padding-bottom:20px;
    position:relative;
    top:15px;
}

.rightsections {
    width:170px;
    background:#eeeeee url(../images/sidebarbkg.gif) no-repeat bottom right;
    border:1px solid #aaaaaa;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

#featuredlist {
    list-style:none;
    width:150px;
    position:relative;
    left:-40px;
}

#featuredlist li {
    padding-bottom:6px;
}

#featuredlist a {
    font-family:arial,helvetica;
    font-size:12px;
    font-weight:bold;
}

.sidebarlist {
    list-style:none;
    width:150px;
    color:#444444;
    font-family:arial,helvetica;
    font-size:12px;
    position:relative;
    left:-40px;
}

#footer {
    background:#990000 url(../images/footerbkg.gif) repeat-x top left;
    height:20px;
    clear:both;
}

#footer p {
    text-align:center;
    position:relative;
    top:3px;
    color:#ffffff;
    font-family:arial,helvetica;
    font-size:10px;
}    