/*  
Theme Name: Safety
Theme URI: http://svn.wp-themes/org/safety/
Description: Can't go wrong with no images, no non-standard fonts, and everything web accessible. Beautiful.
Version: 1.0
Author: Josh Lyman
Author URI: http://www.podq.com/
*/

body {
    margin:0;
    padding:0px;
    font: 80% Geneva, Arial, Helvetica, sans-serif;
    background-color:#FFFFEE;
    color:#333333;
}

#sb_left {
    position: absolute;
    left:10px;
    top:79px;
    width:200px;
    background-color: #D9B814; /* CCCC99 */
}

#sb_right {
    position: absolute;
    right:10px;
    top:79px;
    width:200px;
    background:#D9B814;  /* CCCC99 */
}

#content_wrap {
    background-color:#FFD816; /* FFFFCC */
    margin-top:20px;
    margin-left: 224px;
    margin-right:224px;
    /*IE5 CSS Hack.... Nasty... */
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 226px;
    margin-right:226px;
}
html>body #content_wrap {
    margin-left: 226px;
    margin-right:226px;
}

#content {
    padding: 0 20px 5px 20px;
}

#comments {
    border-top: 3px #50A3CC dashed; /* 990000 */
}

#header {
    background:#50A3CC; /* 990000 */
    margin-left: 224px;
    margin-right:224px;
    /*IE5 CSS Hack.... Nasty... */
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 226px;
    margin-right:226px;
}
html>body #header {
    margin-left: 226px;
    margin-right:226px;
}

#footer {
    background:#50A3CC;  /* 990000 */
    margin-top:20px;
    margin-bottom: 0;
    margin-left: 224px;
    margin-right:224px;
    text-align: center;
    font-size: smaller;
    /*IE5 CSS Hack.... Nasty... */
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 226px;
    margin-right:226px;
}
html>body #footer {
    margin-left: 226px;
    margin-right:226px;
}
    
p,h1,pre {
    margin:0px 10px 10px 10px;
}
    
h1 {
    font-size:14px;
    padding-top:10px;
}

a {
    color: #FFD816;  /* B39E00 990000 */
}

a:hover {
    color: #990000;  /* 996633 */
}

a:visited {
    color: #50A3CC; /* FFE100 CE6363 */
    text-decoration: none;
}

p.postmetadata, p.postcomments {
    font-style: italic;
    text-align:center;
    padding: 3px 0 5px;
}

#sb_left, #sb_right {
    color: #FFFFFF;
    font-size: smaller;
}

#content a {
    color: #990000;  /* B39E00 990000 */
}

#content a:hover {
    color: #B39710;  /* 996633 */
}

#content h2 {
    background-color: #D9B814; /* CCCC99 */
    margin:0;
    text-align: center;
}


#content .entry {
    padding:0;
    margin:0 0 5px;
}

#content .post {
    margin-bottom: 40px;
}
    
#header a {
    font-size:28px;
    padding:10px 10px 0px 10px;
    margin:0px;
    text-align:center;
    color: #B3DEFF; /* FFFFCC */
}

#footer p, #footer a {
    color: #96DCFF;  /*  FFFFCC */
    text-align:center;
}

#footer a {
    text-decoration: underline;
}

/* Sidebar Styles */

#sb_left ul, #sb_right ul {
    font-size: 1.2em;
    list-style-type: none;
    margin: 3px 3px 3px 5px;
    padding: 0;
}

#sb_left h2, #sb_right h2 {
    font-size: 1.3em;
    margin: 0;
}

#sb_left ul li ul li, #sb_right ul li ul li {
    font-size: smaller;
    margin: 0 0 2px 5px;
    padding-left: 10px;
}

/* End of Sidebar Styles */

/* Nifty Corners CSS, quite handy.
   For more information visit http://pro.html.it/esempio/nifty/
   Also, if don't forget to change the colors in header.php if you change the background colors
      of your layers! */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}