/*  
Theme Name: Safety AEHRF
Theme URI: http://world-citizenship.org/
Description: Based on Safety of Josh Lyman's http://www.podq.com.
Version: 1.0
Author: AEHRF
Author URI: http://www.world-citizenship.org
*/

body {
	margin:0;
	padding:0px;
	font: 80% Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFEE;
	color:#333333;
}

#sb_left {
	position: absolute;
	left:10px;
	top:95px;
	width:200px;
	background-color: #CCCC99;
}

#sb_right {
	position: absolute;
	right:10px;
	top:95px;
	width:200px;
	background:#CCCC99;
}

#content_wrap {
	background-color:#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 #990000 dashed;
}

#header {
	background:#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:#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;
	text-align: center;
}

a {
	color: #990000;
}

a:hover {
	color: #996633;
}

a:visited {
	color: #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;
}

#content a:hover {
	color: #996633;
}

#content h2 {
	background-color: #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: #FFFFCC;
}

#footer p, #footer a {
	color: #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}