/*  
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/
Customized: Oz
*/

body {
	margin:0;
	padding:0px;
	font-family: Georgia,Trebuchet,Verdana,Sans-Serif;
        font: normal x-small;
	background-color:#9999FF;
	color:#333333;
}

#sb_left {
	position: absolute;
	left:10px;
	top:79px;
	width:200px;
	background-color: #AFAFFF;
}

#sb_right {
	position: absolute;
	right:10px;
	top:79px;
	width:200px;
	background:#AFAFFF;
}

#content_wrap {
	background-color:#C6C9FF;
	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:#000000;
	//background-image: url(http://flimmerglimmer.de/blog/pics/Header.gif);
	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:#000000;
	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: #7272AD;
	text-decoration: none;       
}

a:hover {
	color: #FFFF00;
    text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

p.postmetadata, p.postcomments {
	font-style: italic;
	text-align:center;
	padding: 3px 0 5px;
}

#sb_left, #sb_right {
	color: #7272AD;
	font-size: smaller;
}


#content a {
	color: #7272AD;
}

#content a:hover {
	color: #FFFF00;
    text-decoration: underline;
}

#content a:visited {
	color: #7272AD;
}

#content h2 {
	font-size: 23px;
	background-color: #AFAFFF;
	color: #AAABE2
	margin:0;
	text-align: center;
}

#content .entry {
	padding:0;
	margin:0 0 5px;
}

#content .entry a {
	font-style: italic bold;
}

#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 {
	background-image: url(http://flimmerglimmer.de/blog/pics/bigbullet.gif);
	/* background-position: bottom right; */
	background-repeat: no-repeat;
        padding-left: 25px;
	font-size: 1.1em; 
	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}