/*  
Theme Name: Agoracom
Theme URI: http://www.smallcappodcast.com/
Description: Agoracom podcast theme.
Version: 1.0
Author: Leesa Barnes, Zola, Ignat Skoryh
Author URI: http://podonomics.com/

      Original Idea and Management by Lees Barnes
       http://podonomics.com/

      Graphics and Design Ideas by Zola
       lappo25@yahoo.com

      CSS styles, XHTML and Slices by Ignat Skoryh
       http://webapp-consulting.com

      Designed for Agoracom.

*/

body {
    background-color: #c5c28f;
    margin: 0;
    font-size: 8pt;
    font-family: Verdana, sans-serif;
}

#main {
    background-color: white;
    width: 593px;
    border: 10px solid #333333;
    padding: 12px;
    margin: 0 auto;
}

#topbar {
    background-color: #075e94;
}

#headerimg {
    margin: 3px 0;
}

#headerimg img {
    border: none;
}

#headercats {
    background: #00461e url(images/bg-cover.jpg) no-repeat;
}

#headercats img {
    margin: 7px 22px;
    border: none;
}

#headerlisten {
    margin: 0;
}
#headerlisten a {
    background-color: black;
    width: 197px;
    padding: 8px 0;
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    text-align: center;
}
#listen-yahoo {
    margin: 2px 1px 2px 0;
}
#listen-aol {
    margin: 2px 1px 2px 0;
}
#listen-ceo {
    margin: 2px 0 2px 0;
}

#posts {
    width: 395px;
    float: left;
    clear: both;
}

#posts h2 {
    background-color: #00742f;
    text-align: center;
    color: white;
    font-size: 10pt;
    font-weight: normal;
    height: 24px;
    padding-top: 6px;
    margin: 0 0 8px 0;
}

div.post {
    padding: 3px 0 3px 0.7em;
    background-color: #e7eff5;
}

div.apost {
    padding: 3px 0 3px 0.7em;
    background-color: white;
}
div.post a, div.apost a {
    color: black;
    text-decoration: none;
}
div.post a:hover, div.apost a:hover {
    text-decoration: underline;
}

#rights {
    margin: 10px;
    text-align: center;
    color: #666;
    font-size: 80%;
}

#sidebar {
    float: left;
    width: 196px;
    border-left: 1px solid #c0d6e4;
    border-right: 1px solid #c0d6e4;
    /* padding-bottom: 1em; */
}

#sidebar h3 {
    visibility: hidden;
    margin: 0;
}

#sidebar ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 3.5em 0 0 0;
    width: 100%;
}

#sidebar li {
    border-bottom: 1px solid #c0d6e4;
}

#sidebar a {
    color: #075e94;
    text-decoration: none;
}

#search {
    background-color: #075e94;
    color: white;
    height: 24px;
    padding-top: 6px;
    text-align: center;
}

#search input {
    font-size: 11px;
    width: 180px;
    height: 12px;
}

#footer {
    clear: both;
}

#msubscribe {
    background: url(images/subscribe.png) no-repeat top center;
}

#mcategories {
    background: url(images/categories.png) no-repeat top center;
}

#marchives {
    background: url(images/archives.png) no-repeat top center;
}

#mmore {
    background: url(images/more.png) no-repeat top center;
}

#cover {
    width: 160px;
    float: left;
    margin: 9px 25px;
}
#first-post {
    margin-left: 215px;
}

a.rss {
    display: block;
    padding: 10px 0 2px 20px;
    background: url(images/feed14.png) no-repeat left bottom;
    text-decoration: none;
    font-size: 90%;
    color: black;
}
a.itunes {
    display: block;
    padding: 8px 0 2px 20px;
    background: url(images/itunes.png) no-repeat left bottom;
    text-decoration: none;
    font-size: 90%;
    color: black;
}

div.title {
    color: #075e94;
    margin-top: 1em;
    font-weight: bold;
}

div.title a {
    color: #075e94;
    text-decoration: none;
}

.content a, .info a {
    color: #075e94;
}

.content img {
    border: none;
    margin: 5px 10px 5px 0;
    float: left;
}

form {
    margin: 0;
}