/* Site: Living Springs */

*
{
    margin: 0;
    padding: 0;
    line-height: 1;
}

body
{
    padding-bottom: 50px;
    background-color: #F0EACB;
    font-size: 62.5%;
    font-family: Verdana, Tahoma, sans-serif;
}

hr
{
    display: none;
}

#skip
{
    position: absolute;
    text-indent: -9999px;
    list-style: none;
}

#container
{
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: url(/images/bg_container.jpg) no-repeat center top;
}

a
{
    overflow: hidden;
}

#home #container #homecontent
{
    width: 485px;
    padding-bottom: 0px;
}
#home #container #homecontent #welcomeimage
{
    background-image: url(/images/welcometolighthouse.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 30px;
    margin-bottom:10px;
}

/* =Header Background
---------------------------------------------------------------------
*/
#headerbackground
{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
}

#headerbackground #leftheader
{
    background-image: url(/images/bg_header_left.jpg);
    float: left;
    width: 49.7%;
    height: 203px;
}

#headerbackground #rightheader
{
    background-image: url(/images/bg_header_right.jpg);
    float: right;
    width: 49.7%;
    height: 203px;
}

/* =Header
---------------------------------------------------------------------
*/

#header
{
    position: relative;
    z-index: 1000;
    width: 960px;
    background-image: url(/images/bg_container.gif);
    background-repeat: no-repeat;
    height: 203px;
}

#header h1
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    background: url(/images/bg_h1.png) no-repeat;
    width: 406px;
    height: 112px;
    margin: 13px 0px 0px 5px;
    text-indent: -9999px;
}

#header h1 a
{
    display: block;
    width: 406px;
    height: 112px;
}

#header #light-to-the-cross
{
    background-image: url(/images/bg_light-to-the-cross.png);
    background-repeat: no-repeat;
    height: 23px;
    position: absolute;
    right: 41px;
    top: 56px;
    width: 215px;
}
/* Search */

form#searchForm
{
    position: absolute;
    top: 171px;
    right: 121px;
}

form#searchForm input#search_term
{
    float: left;
    width: 164px;
    margin: 1px 4px 0 0;
    padding: 3px 7px;
    border: 1px solid #E1E1E1;
    color: #7C7C7C;
    font-size: 1.3em;
    font-weight: bold;
    font-family: Verdana, Tahoma, sans-serif;
}

form#searchForm a#search_go
{
    float: left;
    width: 39px;
    height: 26px;
    background: url(/images/bg_search_go.gif) no-repeat;
    text-indent: -9999px;
}

#servicetimesanddirections
{
    /* font-size: 1.05em; */
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    right: 117px;
    position: relative;
    top: -33px;
}

#servicetimesanddirections a
{
    background-image: url(/images/bg_service-times-and-directions.png);
    color: #DFDDCA;
    display: block;
    float: right;
    height: 20px;
    /* Tim: center text instead
    padding-left: 20px;
    */
    padding-left: 0px;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    width: 231px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav
{
    clear: both;
    float:left;
    margin-left: 12px;
    list-style: none;
    position: relative;
    left: 81px;
}

#nav li
{
    float: left;
    font-size: 1.2em;
    font-family: Verdana, Tahoma, sans-serif;
    text-transform: uppercase;
}


#nav li a
{
    display: block;
    padding: 15px 16px;
    padding-bottom: 13px;
    color: #DFDDCA;
    text-decoration: none;
}

#nav li a:hover, #nav li .current a
{
    background: transparent url(/images/bg_nav_li_a_hover.gif) repeat-x;
    background-position: top;
}
#nav li ul a:hover, #nav li ul .current a
{
    background: #222C1E url(/images/bg_nav_li_a_hover.gif) repeat-x;
    background-position: bottom;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    z-index: 999;
    width: 200px;
    list-style: none;
    line-height: 1;
    top: 40px;
}

#nav li li
{
    font-size: 1em;
    text-transform: none;
    height: auto;
}

#nav li ul ul
{
    margin: -29px 0 0 200px;
    top: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
    left: auto;
}

#nav li li a
{
    width: 164px;
    padding: 9px 18px;
    background: #222C1E;
}

#nav li li a:hover
{
    color: #FFF;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner
{
    clear: both;
    position: relative;
    width: 749px;
    margin: auto;
    /* Tim */
    padding-bottom: 50px;
}

body#home #container-inner
{
    width: 749px;
    padding: 0px;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

/* =Content
---------------------------------------------------------------------
*/

#content
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    width: 477px;
    margin: 15px 0px 0px 0px;
    padding-right: 7px;
}

#content p a
{
    color: #056891;
    font-weight: bold;
}

body#home #content
{
    width: 495px;
    margin: 15px 0px 0px 0px;
    padding-right: 0px;
}

#content h3
{
    margin-bottom: .5em;
    color: #573d1c;
    font-size: 2.4em;
    font-weight: normal;
    font-family: "Trajan Pro" , "Times New Roman" , Serif;
}

body#home #content h3
{
    margin-bottom: 1em;
    font-size: 1.8em;
}

#content h4
{
    margin-bottom: .5em;
    color: #056891;
    font-size: 1.8em;
    font-weight: normal;
    font-family: Verdana, Tahoma, sans-serif;
}

#content .book h4
{
    color: #056891;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}


#content h4 a
{
    margin-bottom: .5em;
    color: #26365D;
    font-size: 1em;
    font-weight: normal;
    font-family: Verdana, Tahoma, sans-serif;
}

#content h5
{
    margin-bottom: .5em;
    color: #4E2427;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Verdana, Tahoma, sans-serif;
}

#content h6
{
    margin-bottom: .5em;
    color: #464646;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: dashed 1px #545454;
    padding-bottom: 3px;
}

#content p, #content li
{
    margin-bottom: 1.5em;
    color: #464646;
    font-size: 1.2em;
    line-height: 1.5;
}

#content ul, #content ol
{
    margin: 0 0 1.5em 3em;
}

#content ul#byline
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    margin-bottom: 10px;
    list-style: none;
}

#content ul#byline li
{
    font-size: 1.1em;
}

#content li
{
    margin: 0;
}

#content li li
{
    font-size: 1em;
}

#content blockquote
{
    margin-left: 3em;
}

#content hr
{
    display: block;
    margin-bottom: 1em;
}

#content a
{
    color: #056891;
}

#content a:hover
{
    text-decoration: none;
}

#content img
{
    float: left;
    margin: 0 10px 5px 0px;
}

#content ul#home-header
{
    position: relative;
    float: none;
    margin: 0px 0px 15px -6px;
    list-style-type: none;
}
#content ul#home-header img
{
    border: 4px solid #24252E;
}

#content #text
{
    clear: both;
}

#content .sermonbox
{
    margin-bottom: 20px;
}

#content .sermonbox h4
{
    margin-bottom: 5px;
}

#content .sermonbox p
{
    padding: 0;
    margin: 0;
}

#content .sermonbox p.sermonlink
{
    margin-top: 10px;
}

#content p.eventtime
{
    margin-bottom: 7px;
    color: #545454;
    font-size: 0.9em;
    font-weight: bold;
}

#content #mediabox
{
    float: right;
    width: 125px;
    padding: 5px 5px 0;
    border: 1px solid #056891;
    list-style: none;
}

#content #mediabox li
{
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

#content #mediabox li a
{
    display: block;
    height: 16px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

#content #mediabox li#mb_print a
{
    background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a
{
    background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a
{
    background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a
{
    background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a
{
    background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a
{
    background-image: url(/images/mb_podcast.gif);
}

/* Calendar */

#content table.calendar
{
    margin-bottom: 25px;
    border: 1px solid #0B6C94;
    border-right: 0;
    border-bottom: 0;
    border-collapse: collapse;
}

#content table.calendar caption
{
    padding-bottom: 10px;
    color: #26365D;
    font-size: 1.4em;
}

#content table.calendar caption span
{
    color: #26365D;
}

#content table.calendar th
{
    padding: 6px 0;
    background: #0B6C94;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}

#content table.calendar td
{
    width: 68px;
    height: 68px;
    padding: 2px;
    border: 1px solid #0B6C94;
    border-left: 0;
    border-top: 0;
    color: #545454;
    font-size: 1em;
    vertical-align: top;
}

#content table.calendar td a
{
    color: #545459;
    text-decoration: none;
}

#content table.calendar td ul
{
    margin: .5em 0 0 .5em;
    font-size: 100%;
    list-style: none;
}

#content table.calendar td li
{
    margin-bottom: .75em;
    font-size: 1.1em;
    line-height: 1.2;
}

#content table.calendar td li a
{
    color: #545459;
    text-decoration: underline;
}

#content table.calendar td li a:hover
{
    text-decoration: none;
}

/*article box*/
#content .articlebox:hover
{
    background-color: #eeece9;
}
#content .articlebox.alt:hover
{
    background-color: #eeece9;
}
#content .articlebox
{
    background-color: #f6f5f3;
    padding: 15px;
    border-bottom: solid 1px #e3dfda;
}

#content .articlebox .author, #content .articlebox .date
{
    display: inline;
    font-weight: bold;
}
#content .articlebox .author-date
{
    padding-bottom: 3px;
}


#content .articlebox h4
{
    font-size: 1.1em;
}
#content .articlebox h4 a
{
    color: #056891;
    font-weight: bold;
}
#content .articlebox.alt
{
    background-color: #fff;
}
#content .articlebox div
{
    color: #545454;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    width: 253px;
    background-image: url(/images/bg_sidebar.gif);
    background-repeat: repeat-x;
    padding-bottom: 15px;
    margin-left: 12px;
}

body#home #sidebar
{
    background-image: none;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    width: 247px;
}

body#home #sidebar p
{
    text-align: right;
}
body#home #sidebar a img
{
    border: none
}

body#home #sidebar p.home-sidebar-image
{
    margin-top: 15px;
}

#agenda
{
    /* Tim: hide sidebar calendar */
    display: none;
    width: 223px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    background: url(/images/bg_agenda.gif) no-repeat left 44px;
}

#agenda ul#agenda-nav
{
    display: inline; /* IE6 double margin float bug hack */
    float: left;
    margin: 0 0 20px 14px;
}

#agenda ul#agenda-nav li
{
    float: left;
    margin-right: 6px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana, Tahoma, sans-serif;
    list-style: none;
    text-align: center;
}

#agenda ul#agenda-nav li a
{
    display: block;
    padding: 9px 0 8px;
    color: #545454;
    text-decoration: none;
    outline: 0;
}

#agenda ul#agenda-nav li#an_calendar a
{
    width: 80px;
    background: url(/images/bg_an_calendar_a.gif) no-repeat;
}

#agenda ul#agenda-nav li#an_agenda a
{
    width: 73px;
    background: url(/images/bg_an_agenda_a.gif) no-repeat;
}

#agenda ul#agenda-nav li a.current
{
    color: #FAFAF7;
}

#agenda ul#agenda-nav li#an_calendar a.current
{
    background: url(/images/bg_an_calendar_a_current.gif) no-repeat;
}

#agenda ul#agenda-nav li#an_agenda a.current
{
    background: url(/images/bg_an_agenda_a_current.gif) no-repeat;
}

#agenda #branch1, #agenda #branch2
{
    clear: both;
    padding-bottom: 17px;
}

#agenda #branch1 div
{
    margin: auto 0px;
}

/* Calendar */

#agenda table.calendar
{
    width: 188px;
    margin: auto;
    font-family: Verdana, Tahoma, sans-serif;
}

#agenda table.calendar caption
{
    width: 188px;
    margin: 0 auto 0px;
    color: #26365D;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}


#agenda table.calendar caption.calendar-month
{
    padding-bottom: 10px;
}

#agenda table.calendar th
{
    color: #464646;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#agenda table.calendar td
{
    width: 27px;
    height: 22px;
    color: #464646;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

#agenda table.calendar td.linked-day
{
    /*padding: 1px 1px;*/
}

#agenda table.calendar a
{
    display: block;
    padding: 5px 0;
    background: #4D8896;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

/* Agenda */

#agenda .event
{
    margin: 0 5px;
    padding: 8px 6px;
}

#agenda .event:hover
{
    padding: 7px 5px;
    border: 1px solid #E1E1E1;
    background: #FAFAF7;
}

#agenda .event h4
{
    margin-bottom: .25em;
    font-size: 1.1em;
    font-weight: bold;
}

#agenda .event h4 a
{
    color: #056891;
    text-decoration: none;
}

#agenda .event h4 a:hover
{
    text-decoration: underline;
}

#agenda .event p
{
    color: #959595;
    font-size: 1.1em;
}

/* Recent Sermons */

#recent-sermons
{
    /* margin-top: 0px;
    Tim: Add top margin now that sidebar calendar is gone */
    margin-top: 15px;
    padding-top: 0px;
    border-top: 0px solid #E7E7DB;
}

body#home #recent-sermons
{
    margin: 0;
    padding: 0;
    border: 0;
}

#recent-sermons h3
{
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 11px;
    border-bottom: 1px solid #E9E8DE;
    color: #573d1c;
    font-size: 2.5em;
    font-weight: normal;
    font-family: Times New Roman, Verdana, Tahoma, sans-serif;
    text-transform: capitalize;
}

#recent-sermons .sermon, #recent-sermons #blog_list_archive li, #recent-sermons #blog_list_category li
{
    position: relative;
    padding: 8px 12px;
}

#recent-sermons #blog_list_archive , #recent-sermons #blog_list_category {
	list-style-type: none;
	margin-bottom: 15px;
}



#recent-sermons .sermon:hover, #recent-sermons #blog_list_category li:hover, #recent-sermons #blog_list_archive li:hover

{
    padding: 7px 11px;
    border: 1px solid #E1E1E1;
    background: #FAFAF7;
}

#recent-sermons p.more{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 15px;
}
#recent-sermons p.more a{
	margin-left: 10px;
	text-decoration: none;
	color: #056891;
	font-weight: bold;
}

#recent-sermons p.more a:hover{
	text-decoration: underline;
}


#recent-sermons .sermon h4, #recent-sermons li a
{
    margin-bottom: .25em;
    font-size: 1.1em;
    font-weight: bold;
}

#recent-sermons .sermon h4 a, #recent-sermons  li a
{
    color: #056891;
    text-decoration: none;
}

#recent-sermons .sermon h4 a:hover, #recent-sermons li a:hover
{
    text-decoration: underline;
}

#recent-sermons .sermon p
{
    color: #959595;
    font-size: 1.1em;
}

#recent-sermons .sermon p.play
{
    position: absolute;
    top: 10px;
    right: 11px;
    text-indent: -9999px;
}

#recent-sermons .sermon:hover p.play
{
    top: 9px;
    right: 10px;
}

#recent-sermons .sermon p.play a
{
    display: block;
    width: 18px;
    height: 18px;
    background: url(/images/bg_recent-sermons_play.gif) no-repeat;
}

#recent-sermons .sermon:hover p.play a
{
    background-position: left bottom;
}

/* Podcast */

#podcast
{
    margin: 10px 0;
}

#podcast h3
{
    text-indent: -9999px;
}

#podcast a
{
    display: block;
    height: 69px;
    background: url(/images/bg_podcast.gif) no-repeat center top;
}

/* Sermon Subscribe */
.subscribe
{
	float: right;
}
.subscribe #subscribe-link
{color:#545454;}

.subscribe a
{
	color: #545454;
	background-image: url(/images/bg_subscribe.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #545454;
	display: block;
	font-weight: bold;
	height: 16px;
	padding-right: 20px;
	padding-top: 4px;
	text-decoration: none;
}

/* New Here */

#new-here
{
    position: absolute;
    bottom: 0;
    right: -3px;
}

#new-here h3
{
    text-indent: -9999px;
}

#new-here a
{
    display: block;
    width: 248px;
    height: 107px;
    background: url(/images/bg_new-here.gif) no-repeat;
}

/* =Mega-Footer
---------------------------------------------------------------------
*/

#mega-footer
{
    display: inline; /* IE6 double margin float bug hack */
    clear: both;
    float: left;
    width: 754px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #968966;
    margin-left: -5px;
    padding-left: 5px;
}

#mega-footer h3
{
    margin-bottom: .75em;
    color: #707070;
    font-size: 1.1em;
    font-weight: normal;
    font-family: Verdana, Tahoma, sans-serif;
}

#mega-footer p.subscribe
{
    position: absolute;
    top: 29px;
    right: 17px;
    text-indent: -9999px;
}

#mega-footer p.subscribe a
{
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/bg_subscribe.gif) no-repeat;
}

#white-upcoming-events
{
    float: left;
    width: 224px;
    height: 283px;
    margin-right: 12px;
    margin-left: 5px;
    padding: 34px 0 0 14px;
    background: url(/images/bg_latest-announcements.gif) no-repeat;
    color: #959595;
}
#white-upcoming-events .event
{
    padding-bottom: 17px;
}

#white-upcoming-events .event h4
{
    font-size: 1em;
}

#white-recent-sermons
{
    float: left;
    width: 224px;
    height: 283px;
    margin-right: 12px;
    padding: 34px 0 0px 14px;
    background: url(/images/bg_latest-announcements.gif) no-repeat;
    color: #959595;
}

#white-recent-articles
{
    float: left;
    width: 224px;
    height: 283px;
    padding: 34px 0 0 14px;
    background: url(/images/bg_latest-announcements.gif) no-repeat;
    color: #959595;
}

#white-recent-articles .article
{
    padding-bottom: 17px;
}

#white-recent-articles .article h4
{
    font-size: 1em;
}

#white-recent-blog-posts
{
    float: left;
    width: 224px;
    height: 283px;
    padding: 34px 0 0 14px;
    background: url(/images/bg_latest-announcements.gif) no-repeat;
    color: #959595;
}

#white-recent-blog-posts .blog
{
    padding-bottom: 17px;
}

#white-recent-blog-posts .blog h4
{
    font-size: 1em;
}

#white-recent-sermons a, #white-recent-articles a, #white-upcoming-events a, #white-recent-blog-posts a
{
    color: #164558;
    text-decoration: none;
    font-size: 1.1em;
}

#white-recent-sermons .sermon
{
    padding-bottom: 17px;
}

#white-recent-sermons .sermon h4
{
    font-size: 1em;
}

#latest-announcements .announcement
{
    padding: 8px 0;
}

#latest-announcements .announcement h4
{
    margin-bottom: .25em;
    font-size: 1.1em;
    font-weight: bold;
}

#latest-announcements .announcement h4 a
{
    color: #056891;
    text-decoration: none;
}

#latest-announcements .announcement h4 a:hover
{
    text-decoration: underline;
}

#latest-announcements .announcement p
{
    color: #959595;
    font-size: 1.1em;
}

#recent-blog-posts
{
    position: relative;
    float: left;
    width: 226px;
    height: 284px;
    margin-right: 13px;
    padding: 34px 0 0 14px;
    background: url(/images/bg_recent-blog-posts.gif) no-repeat;
}

#recent-blog-posts h4
{
    margin-bottom: .75em;
    font-size: 1.8em;
    font-weight: normal;
    font-family: Verdana, Tahoma, sans-serif;
}

#recent-blog-posts h4 a
{
    color: #056891;
    text-decoration: none;
}

#recent-blog-posts h4 a:hover
{
    text-decoration: underline;
}

#recent-blog-posts p
{
    font-size: 1.2em;
    color: #464646;
    line-height: 1.3;
}

/* Agenda */

#mega-footer #agenda
{
    float: left;
    width: 222px;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer
{
    clear: both;
    height: 65px;
    padding: 15px 0px;
    border-top: 4px solid #573d1c;
    background: #dbd3ae;
    width: 759px;
    position: relative;
    margin: auto;
    /* Tim: add space above footer */
    top: 60px;
}

/* Tim: remove space for home page */
#home #footer
{
	top: 0;
}
	

#footer p
{
    float: left;
    color: #707070;
    font-size: 1.2em;
    font-family: Verdana, Tahoma, sans-serif;
    margin-left: 20px;
    line-height: 1.2em;
}

#footer p.powered
{
    float: right;
    margin-right: 20px;
}

#footer a
{
    color: #573d1c;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/* = Blog  
---------------------------------------------------------------------
*/
#content p.postedby
{
    font-size: 1.1em;
}

#content p.back
{
    font-size: 1.1em;
    margin-bottom: 30px;
}

#comments h4
{
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #A9D1D2;
    margin-bottom: 20px;
    border-top-color: #90B2B3;
    border-top-width: 1px;
    border-top-style: dotted;
    color: #056891;
}

div.comment
{
    margin-bottom: 15px;
}

#comments h4 a
{
    color: #000;
}

#comments h5
{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #A9D1D2;
}

#comments p
{
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 1.1em;
    background-color: #A9D1D2;
    margin-right: 0;
}
#bloglist a
{
    color: #056891;
    font-weight: bold;
}
#bloglist p
{
    color: #545454;
    /*margin-bottom: .em;*/
}

#bloglist .date
{
    color: #545454;
    font-size: .9em;
}
#bloglist p a
{
    font-size: 0.9em;
    text-decoration: none;
}
#bloglist strong
{
    font-weight: bold;
}
#bloglist div.subscribe
{
    position: absolute;
    right: 272px;
    top:15px;
}
#bloglist div.subscribe a
{
    background-image: url(/images/bg_subscribe.gif);
    height: 16px;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    color: #545454;
    padding-right: 20px;
    text-decoration: none;
    padding-top: 3px;
}

#bloglist .postedby
{
    border-top: dotted 1px #545454;
    border-bottom: solid 1px #545454;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0;
}
#bloglist hr
{
    display: none;
}

#bloglist .blogpost:hover
{
    background-color: #eeece9;
}
#bloglist .blogpost.alt:hover
{
    background-color: #eeece9;
}
#bloglist .blogpost
{
    background-color: #f6f5f3;
    padding: 10px 15px 10px 15px;
    border-bottom: solid 1px #e3dfda;
}

#bloglist .blogpost .author, #bloglist .blogpost .date
{
    display: inline;
}
#bloglist .blogpost .date
{
    font-size: 0.9em;
}

#bloglist .blogpost h4
{
    font-size: 1.1em;
}

#bloglist .blogpost div
{
    color: #545454;
}
