/* CSS Document */

/*  
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:#FFFFFF;
	color:#333333;
}

.tiny {
	font-size:10px;
}

.mediumbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}

.modelname {
     color:#999999;
	 font-size:12px;
}

.tiny {
     color:#666666;
	 font-size:10px;
}

#sb_left {
	position: absolute;
	left:10px;
	top:79px;
	width:205px;
	background-color: #EEEEEE;
}

#sb_right {
	position: absolute;
	right:10px;
	top:79px;
	width:205px;
	background:#EEEEEE;
}

#content_wrap {
	background-color:#EFEFE7; /*content color*/
	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 #006699 dashed;
}

#header {
	background:#006699;/*header color*/
	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:#006699;/*footer color*/
	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: #006699;
}

a:hover {
	color: #0086C6;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

p.postmetadata, p.postcomments {
	font-style: italic; /*post date & comment*/
	text-align:left;
	padding: 3px 0 5px;
}

#sb_left, #sb_right {
	color: #000000; /*left & right column font color*/
	font-size: smaller;
}

#content a {
	color: #006699;/*content title color*/
	text-decoration:none; 
}

#content a:hover {
	color: #0093D9;/*content title color*/
	text-decoration:none; 
}
/*
#content h2 {
	background-color: #999999; content title
	margin:0;
	text-align: left;
}*/

#content h2 {
	text-align: right;/*content title position*/
	background-color: #FFFFFF; 
}

#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: #FFCC33;
}

#header2 a {
	font-size:10px;
	padding:10px 10px 0px 10px;
	margin:0px;
	text-align:center;
	color: #000000;
}

#footer p, #footer a {
	color: #FFFFCC;
	text-align:center;
}

#footer a {
	text-decoration: underline;
}

/* Sidebar Styles */

#sb_left ul, #sb_right ul {
	font-size: 12px; /* links size */
	list-style-type: none;
	margin: 3px 3px 3px 5px;
	padding: 0;
}

#sb_left h2, #sb_right h2 {
	font-size: 1.2em; /*left & right column title font*/
	background-color: #CCCCCC;
	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;
}


.b2calendartable { background: #ded6c6; border: 1px solid #000; font: 11px verdana, arial, helvetica, sans-serif; }
.b2calendarmonth { }
.b2calendarrow   { }
.b2calendarheadercell { color: #e9f2fc; background: #b5a58c; }
.b2calendarcell { color: #222; }
.b2calendartoday { color: #dd0000; }
.b2calendaremptycell { }
.b2calendarlinkpost { color: #354463; text-decoration: none; }

/* 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}