/* CSS Document */



/* General Rules
----------------------------------------------- */

body {
	background: #fff; /* url(http://www.casahome.org/wp-content/themes/casa/img/bkg.png) top left repeat-x; Specify a white base bkg in case user has images disabled */
	color: #484c4c;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Verdana,Arial,Sans-serif;
	font-size: small;
	line-height: 135%;
	margin: 0;
	text-align: left;
	}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}

img { border: none; }


/* Page Structure
----------------------------------------------- */

#container {
	font-size: 100%;
	margin: auto;
	/*
	min-width: 500px;
	max-width: 920px;
	
	width: 772px;*/
	}


#contentColumn {
	/*float: right;
	margin: 0 200px;*/
	position: relative;
	/*width: 375px;*/
	overflow: hidden;
	}


#footer {
	/*background: #fff url(http://www.casahome.org/wp-content/themes/casa/img/bkgFooter.png) top left no-repeat;*/
	clear: both;
	color: #999;
	font-size: 80%;
	/*margin-top: 10px;
	padding-top: 1px;
	text-align: right;*/
	}



/* Headers
----------------------------------------------- */

h1 {
	color: #2f4378;
	font-size: 145%;
	line-height: 100%;
	margin: 0 0 20px 0;
	}

h2 {
	color: #2f4378;
	font-size: 175%;
	line-height: 100%;
	margin: 0 0 20px 0;
	}

/* Links
----------------------------------------------- */

a, a:visited { color: #596993; }

#contentColumn a { color: #314d96; }
#contentColumn a:hover, a:hover:after { color: #657ab0; }

#footer a { color: #999; }
#footer a:hover, #footer a:hover:after { color: #657ab0; }


/* Typography
----------------------------------------------- */

blockquote {
	border-bottom: 1px #b1c2d4 solid;
	border-top: 1px #b1c2d4 solid;
	background-color: #f3f6f9;
	margin: 10px 20px;
	padding: 10px;
	}


.small { font-size: 80%; }


/* Misc
----------------------------------------------- */

#contentColumn img { margin: 4px; }


hr { border: none; height: 1px; background-color: #d5d9e4; margin: 10px 0; }

table tr td { margin: 0; padding: 0; }

.noTopMargin { margin-top: 0; }
.noBottomMargin { margin-bottom: 0; }
#contentColumn .noTopMargin { margin-top: 0; }
#contentColumn .noBottomMargin { margin-bottom: 0; 

