/*====================================================
HOSTWAY CORPORATION
1 N. State St.
Chicago, IL  60602
866-HOSTWAY

customize_template_css.css

@Product: SiteBlog
@Relase: 2.0
@Contact-Name:  Brian Voss
@Contact-Email: brian.voss@hostway.com
=====================================================*/

/* mac hide\*/
html, body {height:100%}
body {
    padding:0;
    margin:0;
}

#blog_page {
    width: 635px;
    margin:20px auto;
    border: 1px solid #000000;
}

#blog_header{
    height: 65px;
    border-bottom: 1px solid #000000;
    text-align: left;
    padding: 35px 0px 0px 15px;
    font-size: 24px;
}

#blog_title {
    width: 95%;
}

#blog_title a, #blog_title a:link, #blog_title a:visited {
    text-decoration: none;
}

#blog_title a:hover {
    text-decoration: underline;
}

#blog_tagline{
    width: 95%;
    font-size: 13px;
    font-weight: normal;
}

#blog_sidebar{
    float:left;
    width:131px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0px 10px 0px 10px;
}

#blog_sidebar ul {
    margin: 0;
    padding-left: 3px;
    list-style-type:none;
    text-decoration: none;
}
#blog_sidebar.li {
    margin: 0;
    padding-left: 3px;
    text-decoration: none;
}

#blog_sidebar_header {
    font-family: inherit;
    font-size: 20px;
    margin-top: 10px;
}

#blog_sidebar a {
    list-style-type: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#blog_calendar {
    font-size: 12px;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    z-index: 1;
}

#blog_body {
    display:block;
    float:right;
    width:460px;
    word-wrap: break-word; 
    padding: 0px 0px 50px 15px;
}

html>body #blog_body {
    padding-right: 0;
} /*for mozilla as IE treats height as min-height anyway*/

#blog_post_date{
    font-size: 18px;
    letter-spacing: 6px;
    border-bottom: 2px solid #000000;
    margin-top: 25px;
    margin-right: 45px;
}

#blog_post_title {
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
}

#blog_post_title a {
    text-decoration: none;
}

#blog_post_title a:hover {
    text-decoration: underline;
}

#blog_post_notes {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: smaller;
    line-height: 25px;
}

#blog_comments_link{
    float: right;
    margin: 10px 10px 10px 0px;
    text-decoration: underline;
}

#today {
    background-color: #CCCCCC;
}

.selected {
    background-color: #004284;
    color: #F9B32F;
}

.hidden {
    display: none;
}    

.visible li a {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-image: url("./blog_admin/wp-images/white_arrow.gif")

}

#footer {
	clear:both;
}
/*  */
#footer p {
	padding:5px;
	margin:0;
}

