/* Global Styles */

body
{
    margin: 0;
    padding: 0;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 68%;
    color: #000;
    background-color: #000;
    background-image: url(images/back_main.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

#global-wrapper      /* Found in header.php, completes in footer.php */
{
    width: 950px;
    margin: 0 auto;
    padding: 0;
}

.alignright 
{
    float: right;
}

.alignleft
{
    float: left
}


/* Header Styles (header.php) */

#header
{
    margin: 0 auto;
    padding: 0;
    width: 950px;
    height: 100px;
    background-image: url(images/ralph_schindler_logo.png);
    background-repeat: no-repeat;
    background-position: 15px 35px;
}

#header h1
{
    display: none;
}

#header-nav
{
    float: right;
    margin: 35px 15px 0 0;
    padding: 0;
    color: #959393;
    font-size: 0.9em;
    font-weight: bold;
}

#header-bottom
{
    margin: 0 auto;
    padding: 0;
    width: 950px;
    height: 2px;
    background-image: url(images/back_header_bottom.jpg);
    background-repeat: repeat-y;
}

#header-click-logo
{
    position: absolute;
}

#header-click-logo span
{
    display: block;
    height: 80px;
    width:  280px;
}

#header-click-logo span > p
{
    display: none;
}



/* Search form (searchform) */ 

#search-form
{
    margin: 0;
    padding: 0;
    display: inline;
}

#search-form-div
{
    margin: 0;
    padding: 0;
    display: inline;
}





/* Sidebar styles (sidebar.php) */


#sidebar
{
    float: right;
    margin: 0;
    padding: 0;
    width: 240px;
    min-height: 470px;
    font-size: 1.1em;
    /* background-color: #e9e8e7; */
}

#sidebar h2
{
    margin: 10px 0 0 0;
    padding: 0 0 0 4px;
    font-size: 1.5em;
    background-color: #F25D00;
    color: #FFFFFF;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar li
{
    margin: 0;
    padding: 5px 0 0 10px;
    list-style-type: none;
}



/* Footer Styles (footer.php) */

#footer
{
    margin: 0 auto;
    padding: 0;
    width: 950px;
    height: 115px;
    border-top: solid 5px #959393;
    background-image: url(images/back_footer.jpg);
    background-repeat: repeat-x;
}





/* Main Content area */

#main-content
{
    margin: 2px auto 0 auto;
    padding: 0;
    width: 950px;
    background-color: #fff;
    overflow: auto;
}

#main-content-area
{
    margin: 0;
    padding: 20px 20px 40px 30px;
    width: 650px;
}





/* Wordpress Definitions */

div.navigation a
{
    color: #F25D00;
    text-decoration: none;
}

div.navigation a:hover
{
    text-decoration: underline;
}

.navigation 
{
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}




div.hentry > h1,    /* used on (single.php) */
div.hentry > h2     /* used on (index.php and other post list pages) */
{
    font-weight: normal;
    font-size: 2em;
    color: #F25D00;
    margin-bottom: 0px;
}

/* used on (index.php) */
div.hentry > h2 > a
{
    color: #F25D00;
    text-decoration: none;
}

div.hentry > h2 > a:hover
{
    text-decoration: underline;
}




div.entry
{
    font-size: 1.2em;
    line-height: 1.5em;
    color: #333333;
}

div.entry a
{
    text-decoration: none;
    color: #000080;
}

div.entry a:hover
{
    text-decoration: underline;
    color: #f25d00;
}


div.entry > h1, 
div.entry > h2, 
div.entry > h3
{
    margin-top: 1.8em;
    margin-bottom: -.5em;
}

div.entry > h1
{
    font-size: 1.25em;
}

div.entry > h2
{
    font-size: 1.1em;
}

div.entry > h3
{
    font-size: 1em;
}

div.entry em
{
    //color: #000000;
    font-weight: 600;
}

div.entry tt
{
    font-size: 1.15em;
    line-height: 1em;
}

div.post > p.postmetadata
{
    margin-bottom: 3em;
}

div.post > p.postmetadata,
div.entry > p.postmetadata
{
    padding: 4px;
    background-color: #DDDDDD;
}

ol.commentlist
{
    /* font-size: 8pt; */
}

div.comment-author > cite,
div.comment-author > span.says
{
    
}

div.comment-meta
{
    
}





