/*
-----------------------------------------------
Client:Redeemer Community Church
Project:Web Site Redesign

File Name:pcon.css
Version:1.0
Notes:Styles all elements within the [p]rimary [con]tent block.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
.mb { /* Add to any element to add 15 margin bottom. */
    margin-bottom:15px;
    }
p {
    font-size: 116%;
    line-height: 146%;
    color: #471e27;    
}
.sub {
    color: #4d4d4d;
    font-size:93%;
    line-height:133%;
}
.subhead {
    font-size:93%;
    line-height:133%;
}
a {
    color: #1868b6;
}
a:hover {
    color: #000000;
}
h2 {
    font-size: 138.5%;
    line-height: 100%;
    font-weight: bold;
    margin-bottom:15px;
}
h3 {
    font-size: 116%;
    line-height: 100%;
    font-weight: bold;
    margin-bottom:5px;
}
ul {
    margin-bottom: 15px;
}
ul li {
    margin-left: 15px;
    margin-bottom: 2px;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}
ul li span.author {
    font-size: 93%;
    color: #4d4d4d;
    font-style: italic;
}

/* Downloads
----------------------------------------------- */
body#downloads div#main ul {
    margin-bottom: 25px;
}
body#downloads div.recent {
    border: 5px solid #ffffff;
    background: #e0f3da;
    padding: 5px;
    margin-bottom: 15px;
}
body#downloads div.recent h3 {
    margin-bottom: 10px;
}
body#downloads div.recent div.item {
    background: transparent url(/img/ic-download.gif) no-repeat 0 0;
    padding-left: 30px;
    margin-bottom: 15px;
}
body#downloads div.recent div.item h3 {
    padding-top:3px;
    margin-bottom:3px;
}
body#downloads div.recent div.item h3 a {
    text-decoration: none;
    color: #471e27;
}
body#downloads div.recent div.item h3 a:hover {
    text-decoration: underline;
    color: #1868b6;
}
body#downloads div.recent div.item p {
    font-size: 93%;
    font-weight: normal;
    color: #4d4d4d;
}
body#downloads li.dl {
/*    list-style-image: url(/img/ic-download-sm.gif);*/
    list-style: none;
    margin-left: 0px;
    margin-bottom: 5px;        
}
body#downloads li.dl a {
    background: transparent url(/img/ic-download-sm.gif) no-repeat 0 0;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 3px;
}
body#downloads li.nodl {
    list-style: none;
    margin-left: 30px;    
}
