/* Designed by David Danyluk - http://www.halfofone.com */

@import url(style_elements.css);	/* Import basic, image, blog, comment, calendar, form, & debug elements styles */

/*
	WEBSITE BODY & WRAPPER & LAYOUT
*/

body {
	text-align: center;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 80%; /* 76% is smallest */
	background-color: #777;
	margin: 0;
	padding: 0 1em 3em 1em;
	border: 0;
}
#wrapper {
	text-align: left;
	background-color: transparent;
	background-image: url(main/site-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 846px;
}

#leftcol { /* for logo & nav */
	float: left;
	font-size: 1em;
	background-color: #000;
	margin: 0;
	border: 0;
	padding: 0 0 12px 0;
	width: 158px;
}

#sectwrap { /* for main & rightcol */
	float: right;
	font-size: 1em;
	background-color: #fff; /* just in case */
	background-image: url(main/sectwrap-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
}

/* sectimg & secttitleimg in MODULAR SECTIONAL PRESENTATION */
#secttitle { /* this is in case we want to use dynamic text rather than the secttitle images */
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
#secttitle h1 {
	vertical-align: bottom;
	color: #fff;
	font-size: 2.8em;
	margin: 0;
	border: 0;
	padding: 134px 0 0 22px;
}

div#main { /* for content posts, should only occur once per page */
	float: left;
	font-size: 1em;
	background-color: transparent; /* #fff */
	margin: 0;
	border: 0;
	padding: 0 26px 0 22px;
	width: 488px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 440px;
}
html> div#main {
	width: 440px;
}

div#rightcolSF{ /* for categories, archives, info, linkblog or other stuff */
	float: right;
	font-size: 84%;
 	background-image: url(main/rcol-separator12.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent; /* was #cc9 */
	margin: 0;
	border: 0;
	padding: 12px 16px 0 12px;
	width: 200px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 172px;
}
html> div#rightcolSF {
	width: 172px;
}

div#rightcol{ /* for categories, archives, info, linkblog or other stuff */
	float: right;
	font-size: 84%;
 	background-image: url(main/rcol-separator12.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent; /* was #cc9 */
	margin: 0;
	border: 0;
	padding: 12px 16px 0 12px;
	width: 200px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 172px;
}
html> div#rightcol {
	width: 172px;
}

#thebottom {
	clear: both;
	color: #fff;
	font-size: 84%;
	line-height: 2em;
	background-color: #777;
	background-image: url(main/bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	border: 0;
	padding: 0 260px 0 230px;
	height: 60px;
	width: 846px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 356px;
}
html> div#thebottom {
	width: 356px;
}
#thebottom div {
	margin: 0;
	border: 0;
	padding: 7px 0 0 0;
}
#thebottom a, #thebottom div a {text-decoration: none; color: #fff;}
#thebottom a:hover,  #thebottom div a:hover {color: #000; background-color: #fff;}


/*
	LEFTCOL ELEMENTS
*/

#SJlogo {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: url(main/salvationjane_gray.jpg) no-repeat;
	width: 158px;
	height: 122px;
}
a#logohome:link, a#logohome:visited {
	display: block;
	text-decoration: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	width: 158px;
	height: 122px;
}
a#logohome:hover {
	display: block;
	text-decoration: none;
	background-color: transparent;
	background: url(main/salvationjane_flowers.jpg) no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	width: 158px;
	height: 122px;
}
a#logohome:active {
	display: block;
	text-decoration: none;
	background-color: transparent;
	background: url(main/salvationjane_flowers.jpg) no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	width: 158px;
	height: 122px;
}

div.lcoldivider {
	display: block;
	background-color: #000;
 	background-image: url(main/lcol-separator12.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
	height: 12px;
}

div#leftFlickr { /* inside div#leftcol */
	text-align: center;
	font-size: 84%;
}
#leftFlickr img { /* block won't center */
	display: block;
	margin: 6px 0 6px 40px;
	border: 1px solid #fff;
	padding: 0;
}
#leftFlickr a:link, #leftFlickr a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}
#leftFlickr a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
#leftFlickr a.NavButton:active {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}


/*
	NAVIGATION
*/

div.NavBar {
	display: block;
	background-color: #000;
/* 	background-image: url(main/lcol-separator12.gif); without rock hover & 12px top-pad */
	background-image: url(main/rock-navbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
}
div.NavBar ul {
	text-align: left;
	list-style: none;
	color: #fff;
	font: bold 12px "Lucida Grande", lucida, verdana, helvetica, arial, sans-serif;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
}
div.NavBar ul li {
	text-align: left;
	list-style: none;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
a.NavButton2 {
	text-decoration: none;
	font: bold 13px "Lucida Grande", lucida, verdana, helvetica, arial, sans-serif;
	border: 0px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin: 0;
	display: block;
	width: 158px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 143px;
}
html> a.NavButton2 {
	width: 143px;
}
a.NavButton2Curr {
	text-decoration: none;
	font: bold 13px "Lucida Grande", lucida, verdana, helvetica, arial, sans-serif;
	border: 0px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin: 0;
	display: block;
	width: 158px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 143px;
}
html> a.NavButton2Curr {
	width: 143px;
}

a.NavButton2:link, a.NavButton2:visited {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
a.NavButton2:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}
a.NavButton2:active {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

a.NavButton2Curr:link, a.NavButton2Curr:visited {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
a.NavButton2Curr:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
a.NavButton2Curr:active {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}


/*
	RIGHTCOL ELEMENTS
*/
div.rcoldivider {
	display: block;
	background-color: transparent;
 	background-image: url(main/rcol-separator12.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 200px;
	height: 12px;
}


/* Styles for posts */
.bPosts { /* inside #main */
	vertical-align: top;
	overflow: hidden;
}
.bPost, .bPostpublished
{
/*	clear: both;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dashed #000000;
	padding-right: 8px;
	padding-left: 8px; */
}
.bPostSide
{
	margin-bottom: 8px;
}
.bSmallHead {
	font-size: 84%;
	font-weight: bold;
	color: #000;
	margin-top: 2px;
	margin-bottom: 16px;
	margin-left: 22px;
}
.bTitle {
	margin-top: 16px;
	margin-bottom: 2px;
	width: 360px;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSmallPrint {
	clear: both;
	text-align: right;
	font-size: 84%;
	color: #000;
	margin-top: 14px;
	margin-bottom: 24px;
	margin-right: 12px;
}


/* Styles for sidebar (right) */
.bSideBar {
/*	margin: 12px;
	width: 33%;
	float: right; */
	vertical-align: top;
	overflow: hidden;
}
.bSideItem {
	margin: 1em 0 1.8em 0;
	border: 0;
	padding: 0;
}
.bSideItem h3 {
	color: #000;
	margin-top: 0px;
	margin-bottom: 8px;
}
.bSideDate {
	font-weight: bold;
	color: #777;
	margin-top: 1px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	background-color: #cc9; /* for Mac IE 5.0 */
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed { /* count of posts in categories and archives */
	color: #777;
	font-size: 84%;
}
input.SearchField
{
	background-color: #cc9; /* for Mac IE 5.0 */
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}


/*
	MODULAR SECTIONAL PRESENTATION
*/
.sectimgHome {
	background-image: url(main/main-img_homeA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgHome { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-home.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostHome { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostHome div.bSmallHead {color: #00f;} /* blue */
div.bPostHome div.bText a {text-decoration: none; color: #00f;}
div.bPostHome div.bText a:hover {text-decoration: none; color: #fff; background: #00f;}
div.bPostHome div.bSmallPrint a {text-decoration: none; color: #00f;}
div.bPostHome div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #00f;}
.cHome {text-decoration: none; color: #00f;}

.sectimgForage {
	background-image: url(main/main-img_forageA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgForage { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-forage.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostForage { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostForage div.bSmallHead {color: #c39;}
div.bPostForage div.bText a {text-decoration: none; color: #c39;}
div.bPostForage div.bText a:hover {text-decoration: none; color: #fff; background: #c39;}
div.bPostForage div.bSmallPrint a {text-decoration: none; color: #c39;}
div.bPostForage div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #c39;}
.cForage {text-decoration: none; color: #c39;}

.sectimgWayfinding {
	background-image: url(main/main-img_wayfindingA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgWayfinding { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-wayfinding.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostWayfinding { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostWayfinding div.bSmallHead {color: #996;}
div.bPostWayfinding div.bText a {text-decoration: none; color: #996;}
div.bPostWayfinding div.bText a:hover {text-decoration: none; color: #fff; background: #996;}
div.bPostWayfinding div.bSmallPrint a {text-decoration: none; color: #996;}
div.bPostWayfinding div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #996;}
.cWayfinding {text-decoration: none; color: #996;}

.sectimgSeed {
	background-image: url(main/main-img_seedA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgSeed { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-seed.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostSeed { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostSeed div.bSmallHead {color: #090;}
div.bPostSeed div.bText a {text-decoration: none; color: #090;}
div.bPostSeed div.bText a:hover {text-decoration: none; color: #fff; background: #090;}
div.bPostSeed div.bSmallPrint a {text-decoration: none; color: #090;}
div.bPostSeed div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #090;}
.cSeed {text-decoration: none; color: #090;}

.sectimgFeature {
	background-image: url(main/main-img_featureA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgFeature { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-feature.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostFeature { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostFeature div.bSmallHead {color: #99f;}
div.bPostFeature div.bText a {text-decoration: none; color: #99f;}
div.bPostFeature div.bText a:hover {text-decoration: none; color: #fff; background: #99f;}
div.bPostFeature div.bSmallPrint a {text-decoration: none; color: #99f;}
div.bPostFeature div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #99f;}
.cFeature {text-decoration: none; color: #99f;}

.sectimgAbout {
	background-image: url(main/main-img_aboutA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgAbout { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-about.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostAbout { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostAbout div.bSmallHead {color: #639;} /* salvation jane purple 1st 90c*/
div.bPostAbout div.bText a {text-decoration: none; color: #639;}
div.bPostAbout div.bText a:hover {text-decoration: none; color: #fff; background: #639;}
div.bPostAbout div.bSmallPrint a {text-decoration: none; color: #639;}
div.bPostAbout div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #639;}
.cAbout {text-decoration: none; color: #639;}

.sectimgPortfolio {
	background-image: url(main/main-img_portfolioA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgPortfolio { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-portfolio.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostPortfolio { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostPortfolio div.bSmallHead {color: #00f;} /* blue */
div.bPostPortfolio div.bText a {text-decoration: none; color: #00f;}
div.bPostPortfolio div.bText a:hover {text-decoration: none; color: #fff; background: #00f;}
div.bPostPortfolio div.bSmallPrint a {text-decoration: none; color: #00f;}
div.bPostPortfolio div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #00f;}
.cPortfolio {text-decoration: none; color: #00f;}

.sectimgLinks {
	background-image: url(main/main-img_linksA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgLinks { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-links.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostLinks { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostLinks div.bSmallHead {color: #777;}
div.bPostLinks div.bText a {text-decoration: none; color: #777;}
div.bPostLinks div.bText a:hover {text-decoration: none; color: #fff; background: #777;}
div.bPostLinks div.bSmallPrint a {text-decoration: none; color: #777;}
div.bPostLinks div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #777;}
.cLinks {text-decoration: none; color: #777;}

.sectimgRecipes {
	background-image: url(main/main-img_recipesA.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.secttitleimgRecipes { /* dynamically generated id pulls appropriate section title img */
	background-image: url(main/secttitle-recipes.gif); /* 308 x 78 */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	width: 688px;
	height: 200px;
}
.bPostRecipes { /* sect image titles in each post */
	background-color: transparent;
	background-image: url(); /* main/SJicon.gif */
	background-repeat: no-repeat;
	background-position: top right;}
div.bPostRecipes div.bSmallHead {color: #944;}
div.bPostRecipes div.bText a {text-decoration: none; color: #944;}
div.bPostRecipes div.bText a:hover {text-decoration: none; color: #fff; background: #944;}
div.bPostRecipes div.bSmallPrint a {text-decoration: none; color: #944;}
div.bPostRecipes div.bSmallPrint a:hover {text-decoration: none; color: #fff; background: #944;}
.cRecipes {text-decoration: none; color: #944;}


/* didn't touch the stuff below */

/*	table for what */
table.wide {
	width: 100%;
	clear: both;
}
td.cartouche {
	font-size: 84%;
	color: #009999;
	background-color: #FFFFFF;
	padding: 1px 4px;
	border: 1px solid #33CCCC;
}
table.thin
{
	border: 1px solid #33CCCC;
	margin: auto;
	border-collapse: collapse
}
table.thin td
{
	border-bottom: 1px solid #33CCCC;
	padding: .3ex 1ex;
}
table.thin th
{
	color: #FFFFFF;
	background-color: #33CCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: .3ex 1ex;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
p.baseline {
	font-size: 65%;
	color: #009999;
	text-align: center;
	margin-top: 8px;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin-left: 2%; 
	margin-right: 0%; 
	margin-bottom: 2ex;
	border: 1px solid #33BBBB;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #33BBBB;
	padding: 1ex;
}


/* Styles for Calendar: */
caption.bCalendarCaption
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin: auto;
	white-space: nowrap;
}
table.bCalendarTable
{
	margin: auto;
	font-size: 84%;
	border: solid 1px #ccc;
}
tr.bCalendarRow
{
	text-align: center;
}
th.bCalendarHeaderCell
{
	font-size: 84%;
}
td.bCalendarCell
{
}
td.bCalendarEmptyCell
{
}
.bCalendarLinkPost
{
	font-weight: bold;
}
#bCalendarToday
{
	background-color: #DEF;
}


/* Styles for comments */
div.bComment {
	border-color: #33CCCC; /* override */
}


/* Styles for comment form */
input.bComment, 
textarea.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 98%;
	margin: 0ex;
}
select.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}

/* ADDED Aug 8, 2009 */

img	{
	border: 0;}
.floatleft	{/* for div or img */
	float: left;
	display: inline;
	margin: 20px 25px 20px 0;
	border: 4px solid #eee;
	padding: 0;}
.floatright	{/* for div or img */
	float: right;
	display: inline;
	margin: 20px 0 20px 25px;
	border: 4px solid #eee;
	padding: 0;}

.nomargin {margin: 0 0 0 0;}
.cleardiv {display: block;
	clear: both;
	height: 0px;
	font-size: 0.01em;
	overflow: hidden;}

/*
	DEFAULT TYPOGRAPHY: Headers, Lists, Paragraph, Blockquote
*/
#main p	{line-height: 1.2em;}
p.indent {
	margin: 0 0 1em 25px;
	border: 0;
	padding: 0;}
blockquote	{
	margin: 20px 25px 1em 25px;
	border: 0;
	padding: 5px 20px;}
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.2em 0 0.3em 0;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
ul, ol	{
	margin: 0 0 1em 0; /* similar to p margin settings */
	border: 0;
	padding-left: 25px;}
ul li, ol li 	{
	list-style-position: outside;
	line-height: 1.2em;
	margin: 0 0 3px 0;
	border: 0;
	padding: 0;}
ul.disc	{list-style-type: disc;}
ul.circle	{list-style-type: circle;}
ul.square	{list-style-type: square;}
ul.none, ol.none	{list-style-type: none;}
ul.decimal	{list-style-type: decimal;}
ol.decimal-leading-zero	{list-style-type: decimal-leading-zero;}
ol.lower-roman	{list-style-type: lower-roman;}
ol.upper-roman	{list-style-type: upper-roman;}
ol.lower-alpha	{list-style-type: lower-alpha;}
ol.upper-alpha	{list-style-type: upper-alpha;}
ul.image	{list-style-type: none;
    padding-left: 0;}
ul.image li	{
    color: #aaa;
	padding: 0 0 0 25px;
	background: transparent url(/images/global/image-orange-bullet.gif) no-repeat 10px 2px;}
ul.nobullets, ol.nobullets	{list-style-type: none;
    padding: 0 0 0 25px;}
ul.nobullets li, ol.nobullets li	{
	padding: 0;}
dl	{
	margin: 0.7em 25px 1em 25px;
	padding: 0 0 0 25px;}
dt	{
	font-weight: bold;
	margin: 0.5em 0 0.2em 0;}
dd	{
	margin: 0 0 3px 0;
	padding-left: 25px;}
