/** Standard Elements **/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #9C2B95;
	text-decoration: none;
	border-bottom: 1px dotted #9C2B95;
}

a:hover {
	background: #E9E4F4;
	color: #DB2435;
	text-decoration: none;
	border-bottom: 1px dotted #DB2435;
}

#no-underline {		/** for hyperlinks on things like images where I don't want an underline **/
	text-decoration: none;
	background: none;
	border: none;
}

body {
	background: #eee url(../images/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

.logo-image {
	border: 1px solid #956DAC;
	margin-bottom: 10px;
}


input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}


p, cite, code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}


.highlighted {
	background: #EED8FD;
}

#bg-highlight {
	background: #F5ECCA;
}

.postpone-highlight {
	background: #B3B3FF;
	padding: 1em;
	border: 4px dotted #FFB3FF;
	margin: 1em;
	font-size: larger;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.strikethrough {
	text-decoration: line-through;	
}

.pullquote {
	width: 80%;
	color: #85342E;
	font-size: 1.4em;
	line-height: 120%;
	margin: 5px 20px 5px 30px;
	/* background: url(../images/quote-right.gif) no-repeat bottom right !important; */		/* I'm using <img src> instead */
	/* background :url(); /* Disabling quote effect in IE5 + */							/* so I can get the quotes     */
	padding: 5px 15px 5px 5px;																/* tight against the text      */
	border: 1px dotted #e9908c;
}

.pullquote:first-letter {
	/* background: url(../images/quote-left.gif) no-repeat left top!important; */
	padding: 5px 2px 10px 35px!important;
	padding /**/:0px; /* Disabling quote effect in IE5 + */
	background /**/: url(); /* Disabling quote effect in IE5 + */
}

code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	/*border-left: 6px solid #39F;*/
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	/*margin-bottom: 12px;*/
	/*padding: 8px 10px;*/
	/*white-space: pre;*/
}

h1 {
	color: #441763;
	font-size: 1.5em;
	padding-top: 0.2em;   /** was 6px; **/
	padding-bottom: 0.3em;
}

h2 {
	color: #6d3a91;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

h3 {
	color: #b049cc;
	font-size: 0.9em;
	padding-bottom: 0.5em;
}

img {
	padding: 3px;
	border: 1px dotted #B35656;
}

.no-border {
	border: none;
}

.solid-border-float-right {
	padding: 0;
	border: 1px solid #b35656;
	margin: 10px;
	float: right;
}

.solid-border-pushed-center {
	margin-left: 180px;
}

.img-left {
	float: left;
	margin-right: 20px;
}

.img-right {
	float: right;
	margin-left: 20px;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}


/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/** Left Navigation **/

.sidenav h1, .sidenav ul {
	padding-left: 12px;
}

.sidenav {
	background: #E9E4F4;	
	border: 1px solid #A16BC4;	
	float: left;
	width: 150px;
	font-size: 1.2em;
	padding-bottom: 15px;
}

.sidenav h1 {
	color: #60218D;
	font-size: 1.2em;
	height: 15px;
	margin-top: 1.2em;
}

.homenav {
	background: #DAD2ED;
	padding: 5px 0 10px 0;
	border: 1px solid #BCAEDF;
	margin: 0;
}

.sidenav h1 a {			/** for "home" nav item **/
	color: #60218D;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	border-bottom: none;
}

.sidenav h1 a:hover {	/** for "home" nav item **/
	background: #DAD2ED;
	color: #983B34;	/*#40344a;*/
	text-decoration: underline;
	border-bottom: none;
}

.sidenav ul {
	border-top: 1px solid #E9E4F4; 
	margin: 0;
	padding: 0;
}

.sidenav li {
	border: 1px solid #E9E4F4;
	border-top: none;
	list-style: none;
	margin: 0;
}

.sidenav li a {
	color: #7C2BB7;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	border-bottom: none;
}

.sidenav li a:hover {
	background: #CBC0E6;
	color: #40344a;
	text-decoration: underline;
	border-bottom: none;
}

.donate {
	background: #fff;
	border: 1px solid #A16BC4;	
	float: left;
	width: 150px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.rrca-logo {
	background: #E9E4F4;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #A16BC4;	
	margin-top: 15px;
	float: left;
	width: 140px;
	color: #090B60;
	font-size: 1.0em;
}

/* content */
.content {
	float: right;
	width: 570px;
	font-size: 1.1em;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EBD2D7;
	background: #FBF6F7;
	margin-bottom: 8px;
}

.content .runningheart {
	padding: 6px 12px 6px 24px;
	border: 1px solid #D9D2EB;
	background: #fff;
}

.content .contact-us {
	padding: 6px 12px;
	border: 1px solid #C295B0;
	background: #DDC5D4;
	margin-bottom: 8px;
	font-size: 1.1em;
}

.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/heart-bullet.png);
	margin-left: 18px;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bio {
	background: #E5F5DB;	/* light green */		/*#CCCCCC; -gray- */
	padding: 1em;
	margin-bottom: 2em;
}

.bio h3 {
	font-size: 1.2em;
}

.dropshadow{
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	width: auto;
	padding: 0;
}

.dropshadow.left {
	float: left;
	margin: 0.5em 2em 0 0.5em;
}

.dropshadow.right {
	float: right;
	margin: 0.5em 0 0 2em;
}

.innerbox {
	background: #e6e6e6;
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0;
}

.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.innerbox p {		
	font-size: 14px;
	margin: 3px;
}




/* Captioned Photo */

.captioned_photo_right {
	float: right;
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
	line-height: 1em;
	width: 240px;
}

.captioned_photo_left {
	float: left;
	margin: 0.5em 2em 0.5em 0;
	padding: 0;
	line-height: 1.5em;
	width: 240px;
}

.captioned_photo_right p, .captioned_photo_left p {
	width: 100%;
	padding: 10px;
	margin: 0;
}

.captioned_photo_right img, .captioned_photo_left img {
	display: block;
	padding: 3px;
	border: 1px solid #B35656;
}


/** Footer **/

.footer {
	background: #DEC5D4;
	border: 1px dotted #9C587F;
	color: #4D3F59;
	font-size: 1.1em;
	margin: 25px auto 0 auto;	/* was margin: 0 auto; */
	text-align: center;
	padding: 6px;
	width: 720px;
}

.footer a {
	color: #58277A;
	text-decoration: none;
	border-bottom: 1px dotted #58277A;
}

.footer a:hover {
	color: #85342E;
	text-decoration: none;
	border-bottom: 1px dotted #85342E;
}

.post-footer-whitespace {	/** This forces scrollbar which keeps page width constant regardless of length of content **/
	line-height: 500px;
}
