body {
	background: #fff url(http://www.irenedias.com/themes/site_themes/blue_stripes/blue_stripes_menu.gif) repeat-x scroll top left;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
}

/* links */
a {
	text-decoration: underline;
}

a:link {
	color: #9966ff;
}

a:visited {
	color: #9966ff;
}

a:active {
	color: #000;
}

a:hover {
	color: #142A3B;
}

/* headers */
h1 {
	margin: 0;
	padding: 10px 0 0 40px;
}

h1 a {
	text-decoration: none;
	color: #285577;
}

h2 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
}

h2.date {
	margin: 10px 0 10px 10px;
}

h3 {
	font-size: 175%;
	color: #9966ff;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0;
}

h5 {
	font-size: 12px;
	color: #000;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px solid #333;
}

/* lists */
ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: disc url(http://www.irenedias.com/themes/site_themes/blue_stripes/blue_stripes_bullet.gif) outside;
}

ul li {

}

/* forms */
input {
	border: 1px solid #285577;
	background-color: #fff;
}

input:focus {
	border: 1px solid #142A3B;
	background-color: #e6e6fa;
}

textarea {
	border: 1px solid #285577;
	background-color: #fff;
}

textarea:focus {
	border: 1px solid #142A3B;
	background-color: #e6e6fa;
}


/* main containers */
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;

}

#header {
	height: 50px;
}

#content {
	background-color: #fff;
	border: 1px solid #000;
	width: 450px;
	float: left;
	margin: 50px 25px 0px 25px;
	padding: 0;
	display: inline;  /* IE/Win Float Hack */
}

#sp_content {
	background-color: #fff;
	border: 1px solid #000;
	width: 430px;
	float: left;
	margin: 50px 25px 0px 25px;
	padding: 0px 10px 10px 10px;
	display: inline;  /* IE/Win Float Hack */
}

#logo {
	margin: 50px 0 0 500px;
	width: 250px;
	height: 150px;
	padding: 0;
}

#menu {
	margin: 140px 0 15px 500px;
	width: 250px;
	padding: 10px 5px 10px 5px;
}

#menu_front {
	margin: 210px 0 15px 500px;
	width: 250px;
	padding: 10px 5px 10px 5px;
}

#menu_front .highlight {
color: #9966ff;
}

#menu_front .newblue {
color: #0000ff;
text-transform: uppercase;
font-weight: bold;
font-variant: italic;
}

#sidebar {
	margin: 0 0 10px 500px;
	width: 250px;
	color: #333;
}

#sp_sidebar {
	margin: 225px 0 10px 500px;
	width: 250px;
	color: #333;
}

#credits {
	clear: both;
	margin:  0;
	padding: 12px;
	text-align: center;
}

#category {
	text-align: center;
	margin: 10px;
	font-size: 10px;
	color: #333;
	border: 1px solid #4C7899;
	background-color: #E6F0F8;
	padding: 5px;
}

/* menu */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none none outside;
}

#menu ul li {
	padding: 2px 0;
}

#menu ul li a {
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	width: 100%;
}

html>body #menu ul li a {
	width: auto;
}

#menu ul li a:hover {
	background: #9966ff;
	color: #fff;
}

#menu ul li a span {
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

#menu ul li a:hover span {
	visibility: visible;
}

#menu ul li.red a {
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
	width: 100%;
}

html>body #menu ul li.red a {
	width: auto;
}

#menu ul li.red a:hover {
	background: #9966ff;
	color: #fff;
}

#menu ul li.red a span {
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

#menu ul li.red a:hover span {
	visibility: visible;
}


#menu_front ul {
	margin: 0;
	padding: 0;
	list-style: none none outside;
}

#menu_front ul li {
	padding: 2px 0;
}

#menu_front ul li a {
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	width: 100%;
}

html>body #menu_front ul li a {
	width: auto;
}

#menu_front ul li a:hover {
	background: #9966ff;
	color: #fff;
}

#menu_front ul li a span {
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

#menu_front ul li a:hover span {
	visibility: visible;
}

#menu_front ul li.red a {
	display: block;
	padding: 2px 0 2px 10px;
	margin: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
	width: 100%;
}

html>body #menu_front ul li.red a {
	width: auto;
}

#menu_front ul li.red a:hover {
	background: #9966ff;
	color: #fff;
}

#menu_front ul li.red a span {
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

#menu_front ul li.red a:hover span {
	visibility: visible;
}

#menu_front #red {
background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
        color: #ff0000;
}

/* entries */
.entry1 {
	margin: 10px 10px 40px 10px;
	padding: 0;
	line-height: 150%;
	text-align: justify;
}

.entry2 {
	margin: 10px 10px 40px 10px;
	padding: 0;
	line-height: 150%;
	text-align: justify;
}

.entryInfo {
	text-align: right;
	font-size: 10px;
}

.entryInfo1 {
	font-size: 10px;
	text-align: left;
	font-style: italic;
}

.entry1 h3 a, .entry2 h3 a {
	color: #6600cc;
	text-decoration: none;
}

.entry1 h3 {
        font-family: Trebuchet MS, verdana, ariel, helvetica, sans-serif;
        font-size: 175%;
        font-weight: bold;
        line-height: 125%;
}

.entry2 h3 {
	font-family: Trebuchet MS, verdana, ariel, helvetica, sans-serif;
        font-size: 250%;
        font-weight: bold;
        color: #6600cc;
	text-decoration: none;
        padding-top: 25px;
}

.pagination {
	text-align: center;
	margin: 10px;
	font-size: 10px;
	color: #333;
	border: 1px solid #4C7899;
	background-color: #e6e6fa;
	padding: 5px;
}

.pagination2 {
	text-align: center;
	margin: 10px 0px;
	font-size: 100%;
	color: #333;
	border: 1px solid #4C7899;
	background-color: #e6e6fa;
	padding: 5px;
}

/* comments */
#comments {
	margin: 10px;
	padding: 0;
}

#commentsPost {
	margin: 10px;
	padding: 0;
}

.comment1 {
	margin: 0 0 40px 0;
	line-height: 150%;
	text-align: justify;
}

.comment2 {
	margin: 0 0 40px 0;
	line-height: 150%;
	text-align: justify;
}

.commentInfo {
	font-size: 13px;
	color: #000;
	margin: 5px 0;
	padding: 0;
        border-bottom: 1px solid #333;
        font-weight: bold;
}

.commentInfo a {
	font-size: 13px;
	color: #000;
	margin: 5px 0;
	padding: 0;
        text-decoration: none;
        font-weight: bold;
}

.commentInfo a:hover {
	font-size: 13px;
	color: #9966ff;
	margin: 5px 0;
	padding: 0;
        font-weight: bold;
}

.commentInfo1 {
	font-size: 10px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}

.title {
	font-size: 13px;
	font-weight: bold;
}

/* sidebar */
.sContent {
	margin: 0 0 30px 0;
	padding: 0;
}

/* calendar */
.calendarBG {
	margin: 0;
	padding: 0;
	color: #333;
        border: 1px solid #000;
}

.calendarHeader {
	font-weight: bold;
	background-color: #9966ff;
	text-align: center;
}

.calendarMonthLinks a {
	color: #fff;
	text-decoration: none;
}

.calendarMonthLinks a:hover {
	color: #B1D3EC;
}

.calendarDayHeading {
	background-color: #e6e6fa;
	text-align: center;
	font-weight: bold;
}

.calendarCell {
	background-color: #f8f8ff;
}

.calendarToday {
	background-color: #e6e6fa;
}

.calendarBlank {
	background-color: #f8f8ff;
}

.alignright {
text-align: right;
margin-bottom: 10px;
}

.imageborder {
border: 1px solid #000;
}

.image_noborder {
border: 0px;
}

.image_floatright_border {
border: 1px solid #000;
float: right;
margin: 0px 0px 5px 15px;
}

.image_floatright {
float: right;
margin: 0px 0px 5px 15px;
}

.image_floatleft_border {
border: 1px solid #000;
float: left;
margin: 0px 15px 5px 0px;
}

.image_center_border {
border: 1px solid #000;
margin-left: auto;
margin-right: auto;
display: block;
}

.image_center {
margin-left: auto;
margin-right: auto;
display: block;
}

.image_salespage {
float: left;
margin: 10px 10px 25px 0px;
border: 1px solid #000;
}

.saeftextfield {
width: 98%;
}

.saeftextarea {
width: 98%;
height: 200px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
}

.buttonMode {
background-color: #73769D;
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
white-space: nowrap;
}

.htmlButtonOutter, .htmlButtonOutterL {
background-color: #f6f6f6;
border-bottom: #333 1px solid;
border-right: #333 1px solid;
border-top: #333 1px solid;
padding: 0;
}

.htmlButtonOutterL {
border-left: #333 1px solid;
}

.htmlButtonInner {
border-bottom: #ccc 1px solid;
border-left: #fff 1px solid;
border-right: #ccc 1px solid;
border-top: #fff 1px solid;
padding: 0 3px 0 3px;
text-align: center;
}

.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}

.htmlButtonOff a:link {
color: #000;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonOff a:visited {
text-decoration: none;
}

.htmlButtonOff a:active {
color: #999;
text-decoration: none;
}

.htmlButtonOff a:hover {
color: #999;
text-decoration: none;
}

.htmlButtonOn {
background: #f6f6f6;
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}

.htmlButtonOn a:link {
color: #990000;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonOn a:visited {
text-decoration: none;
}

.htmlButtonOn a:active {
color: #999;
text-decoration: none;
}

.htmlButtonOn a:hover {
color: #999;
text-decoration: none;
}

.htmlButtonA {
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px 3px 3px 3px;
white-space: nowrap;
}

.htmlButtonB {
background: #E1E3EC;
font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px 3px 3px 3px;
white-space: nowrap;
}

.htmlButtonA a:link {
color: #000;
font-weight: bold;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonA a:visited {
text-decoration: none;
}

.htmlButtonA a:active {
color: #999;
text-decoration: none;
}

.htmlButtonA a:hover {
color: #999;
text-decoration: none;
}

.htmlButtonB a:link {
color: #990000;
font-weight: bold;
text-decoration: none;
white-space: nowrap;
}

.htmlButtonB a:visited {
text-decoration: none;
}

.htmlButtonB a:active {
color: #999;
text-decoration: none;
}

.htmlButtonB a:hover {
color: #999;
text-decoration: none;
}

.donatebloodlist li {
margin-bottom: 10px;
}

.centersmall {
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 90%;
}

.caption3 {
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
margin-top: -5px;
}

.rightsmall {
text-align: right;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 90%;
}

.small {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 90%;
}

.caption {
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 90%;
text-align: center;
}

.caption2 {
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
text-align: center;
margin-top: -10px;
}

.caption4 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
text-align: center;
margin-top: 5px;
}

.mediumphototable {
margin-top: -25px;
}

.large {
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 300%;
line-height: 1.5em;
}

td.first_left_top {
border-left: 1px solid black;
border-top: 1px solid black;
text-align: left;
padding: 5px;
}

td.left_top {
border-left: 1px solid black;
border-top: 1px solid black;
text-align: center;
padding: 5px;
}

td.left_top_right {
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
text-align: center;
padding: 5px;
}

td.first_left_top_bottom {
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: left;
padding: 5px;
}

td.left_top_bottom {
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
padding: 5px;
}

td.left_top_right_bottom {
border: 1px solid black;
text-align: center;
padding: 5px;
}

table.twocolumn {
width: 425px;
border-collapse: collapse;
}

table.twocolumn td {
text-align: center;
padding: 5px;
border: 1px solid black;
}

.floatleft {
float: left;
display: table-cell;
vertical-align: baseline;
}

.floatright {
float: right;
display: table-cell;
vertical-align: baseline;
}

.sContent table {
border: 1px solid #000;
margin-bottom: 10px;
}

.nudgeright {
margin-left: 175px;
}

.medium {
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 120%;
line-height: 1.25em;
margin-bottom: 10px;
}

.bluetext {
color: #7f00ff;
}

.sContent h4 {
text-transform: Capitalize;
border-bottom: 1px solid #000;
font-size: 130%;
}

.book_floatleft {
border: 0px;
float: left;
margin: 0px 5px 0px 0px;
}

.sp_extra {
width: 435px;
}

.sp_copy {
margin: 15px 0px 25px 0px;
padding-right: 10px;
}

.sp_bullets li {
margin-bottom: 5px;
}

.redtext {
color: #ff0000;
}

.doublespacelist li {
margin-bottom: 10px;
}

.verylargecentered {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 600%;
text-align: center;
margin: 50px 0px 50px 0px;
}

.largecentered {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 400%;
text-align: center;
margin: 50px 0px 50px 0px;
}