/* default font size*/
@import url(http://www.cardiomyopathy.org/assets/templates/cma/small.css);


/* 
	spencer's custom code 
	<div class="spcr"></div>
*/
.spcr{clear:both;height:0;line-height:0;overflow:hidden;}


/* Netscape 4 safe font sizes */

body{ margin: 0px 10px 0px 0px; padding: 0px; font-family: sans-serif; color: #333333; background: #ffffff url(images/bg_body_shaderight.gif) repeat-y top right; }

/* this fixes IEv6 and FF3 */
p, td,a { font-size:12px;}



#leftcontent { position: absolute; left: 0px; 		/*top: 136px;*/ width: 158px; font-size: 84%; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; background: #fff;}
/* html #leftcontent { top: 135px; } */
#rightcontent { position: absolute; right: 10px; 	/*top: 136px;*/ width: 158px; font-size: 84%; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; background: #fff;}
html #rightcontent { top: 106px; } 


#centercontent { font-size: 86%; padding: 8px; background: #ffffff; margin-left: 158px; margin-right: 158px; 
		/*
		IE5x fix http://www.glish.com/css/hacks.asp
		*/ voice-family: "\"; }\"";
		voice-family: inherit;   		margin-left: 158px;   		margin-right:158px;		}
html>body #centercontent { margin-left: 158px; margin-right: 158px; }

#centercontent a{ color: #1069A7; }

/* 	HEADER v1 */
#header { background: #1069A7 url(images/bg_headimage.jpg) no-repeat top right; top: 0; height: 105px; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; 
		/*border-bottom:3px solid #185384;*/ voice-family: "\"; }\"";		voice-family: inherit;		color: #ffffff;		}
html>body #header { height: 105px; }
		
#header h1 a{ font-size: 22px; padding: 10px 0px 0px 0px; margin: 0; color: #ffffff; text-decoration: none; }
#header h1  { font-size: 22px; padding: 10px 0px 0px 0px; margin: 0; }
#headlink {position: absolute; padding: 15px 15px 0; top: 45px; right: 245px; color: #ffffff; }
	
/* 	HEADER v2 */
#header { background: #1069A7 url(images/bg_headimage2.jpg) no-repeat bottom right; top: 0; height: 105px; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; 
		/*border-bottom:3px solid #185384;*/ voice-family: "\"; }\"";		voice-family: inherit;		color: #ffffff;		}
		
/* html>body #header { height: 105px;*/  }
		
#header h1 a{ font-size: 24px; padding: 10px 0px 0px 0px; margin: 0; color: #ffffff; text-decoration: none; }
#header h1 {  font-size: 24px; padding: 10px 0px 0px 0px; margin: 0; }
#headlink2{position: absolute; padding: 15px 15px 0; top: 45px; right: 245px; color: #ffffff; }
#search {
    position: absolute;
    right: 5px;
    top: 45px;
    padding: 15px 15px 0;
}



#rightcontent p { font-size: 10px; }
		
#footer { font-size: 70%; color: #ddd; background: #195180 url(images/bg_footer.jpg) repeat-x top; }
#footer a , #headlink a, #headlink2 a {color: #ffffff; text-decoration: none;}

#breadcrumbs, #headlink, #headlink2 { font-size: 80%; }



#clear{
	clear: both;
	height: 0px;
}
/* Special text formatting 
------------------------------------------------------------------------------- */
h1{
	padding: 2px 6px 8px 6px;
	margin: 8px 0px 8px 0px;
	font-size: 165%;
}

h2{
	padding: 2px 6px 2px 6px;
	margin: 18px 0px 26px 0px;
	border-left: 4px solid #427BAC;
	font-size: 145%;
}

h3{
	padding: 2px 6px 2px 6px;
	margin: 8px 0px 8px 0px;
	border-left: 4px solid #cccccc;
	border-bottom: 1px solid #bfbfbf;
	font-size: 125%;
}

h4{
color:#333333;
	background-color: #fafafa;
	border-bottom: 1px solid #bfbfbf;
	border-left: 4px solid #cccccc;
	display: block;
	font-size: 110%;
	padding: 2px 6px 2px 6px;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #191970;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 5px;
    top: 45px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 22px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 21px;
    line-height: 21px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 0px;
	border: none;
	margin: 0;
	padding: 0;
}
form.full { width: 100%; }

.narrow{
	width: 130px;
}

.narrower{
	width: 110px;
}

.regnumber{
	font-size: 80%;
	margin-top: 10px;
}

fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Sidebar 
------------------------------------------------------------------------- */
#leftlist a{ color: #FFFFFF; text-decoration: none; }
#leftlist{ font-weight: bold; color: #BACCDA; }

#leftlist li { list-style: none; background: #BACCDA url(images/bg_leftbut.jpg) no-repeat top left; margin: 0; padding: 10px 5px 10px 30px; }
#leftlist ul{ list-style: none; padding: 0; margin: 0; }
#leftlist li li { list-style: none; background: #BACCDA url(images/bg_leftbut_sub.jpg) no-repeat top left; margin: 8px -5px -8px -30px; padding: 6px 5px 6px 30px; color: #185384; }
#leftlist li li a, #leftlist li li.here{ color: #185384; }
#rightlist li li a{ color: #185384; }
#leftlist  ul ul { list-style: none; padding: 0; margin: 0; }
#leftlist li li li{ list-style: none; background: #ffffff url(images/bg_leftbut_subsub.jpg) no-repeat top left; margin: 8px -5px -8px -30px; padding: 6px 5px 6px 30px; }
#leftlist li li li a{ color: #185384; }
#leftlist  ul ul ul{ list-style: none; padding: 0; margin: 0; }

#donationsbutton a{
color: #FFFFFF;
text-decoration: none;}

#donationsbutton{
color: #F8B5B5;
font-weight: bold;}

#donationsbutton li { 
list-style:none; 
background:  #F8B5B5 url(images/bg_but_donations.jpg) no-repeat top left; 
margin: 0; 
padding: 10px 5px 10px 30px;
}

#donationsbutton ul{
list-style:none;
    padding: 0;
    margin: 0;
}

#donationsbutton li li {
list-style:none; 
background: #F8B5B5 url(images/bg_but_red_sub.jpg) no-repeat top left;
margin: 8px -5px -8px -30px; 
padding: 6px 5px 6px 30px;}

*html #donationsbutton ul ul {
margin: 0px 0px 8px 0px; 
padding: 0px 0px -6px 0px;}

#donationsbutton li li a{
color: #990000;
}

#donationsbutton ul ul {
list-style:none;
    padding: 0;
    margin: 0;
}

#joinnow, #joinnow a{
	color: #ffffff;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
}
#joinnow ul{
list-style:none;
    padding: 0;
    margin: 0;
}
#joinnow li{
list-style:none; 
background: #195281 url(images/bg_joinnow.jpg) no-repeat top right;
margin: 0; 
padding: 14px 5px 10px 68px;
}

#watchvids, #watchvids a{
	color: #ffffff;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
}
#watchvids ul{
list-style:none;
    padding: 0;
    margin: 0;
}
#watchvids li{
list-style:none; 
background: #195281 url(images/bg_watchvids.jpg) no-repeat top right;
margin: 0; 
padding: 23px 5px 20px 58px;
}

#preferences a{
color: #FFFFFF;
text-decoration: none;}

#preferences{
color: #BACCDA;
background-color: #CD0000;
}

#preferences p{
padding: 0px 10px 10px 15px;}

#preferences li { 
list-style:none; 
background:#1C2C3B url(images/bg_right_pref.jpg) no-repeat top right;
margin: 0; 
padding: 10px 5px 10px 20px;
}

#preferences  ul{
list-style:none;
    padding: 0;
    margin: 0;
}

#preferences li li {
list-style:none; 
/*background:  #CD0000 url(images/bg_leftbut_sub.jpg) no-repeat top left; */
margin: 12px -5px -12px -20px; 
padding: 10px 5px 10px 20px;}

#preferences  ul ul {
list-style:none;
    padding: 0;
    margin: 0;
}

#rightlist a{
color: #FFFFFF;
text-decoration: none;
display: block;}

#rightlist{
font-weight: bold;
color: #BACCDA;}

#rightlist li { 
list-style:none; 
background: url(images/bg_leftbut.jpg) no-repeat top left; 
margin: 0; 
padding: 10px 5px 10px 30px;
}

#rightlist  ul{
list-style:none;
    padding: 0;
    margin: 0;
}

#rightlist li li {
list-style:none; 
background: url(images/bg_leftbut_sub.jpg) no-repeat top left; 
margin: 8px -5px -8px -30px; 
padding: 6px 5px 6px 30px;}

#rightlist  ul ul {
list-style:none;
    padding: 0;
    margin: 0;
}

#rightcontent a{
color: #FFFFFF;
text-decoration: none;}

#rightcontent{
color: #BACCDA;
font-weight: normal;}


#redbutton a{
color: #FFFFFF;
text-decoration: none;}

#redbutton{
color: #FFFFFF;
background-color: #D73333;}

#redbutton li { 
list-style:none; 
background: #D73333 url(images/bg_but_title.jpg) no-repeat top right; 
margin: 0; 
padding: 10px 5px 10px 20px;
}

#redbutton  ul{
list-style:none;
    padding: 0;
    margin: 0;
}

#redbutton li li {
list-style:none; 
/*background:  #CD0000 url(images/bg_leftbut_sub.jpg) no-repeat top left; */
margin: 12px -5px -12px -20px; 
padding: 10px 5px 10px 20px;}

#redbutton  ul ul {
list-style:none;
    padding: 0;
    margin: 0;
}

* html #rightcontent ul li{margin-right: -3px;}

/****** Classes **********/

.ditto_summaryPost{
	padding: 10px;
}

pre {
font-family: sans-serif;
}
