/*
Site: Living With Loss - Eckert, CO
Author: Christian Ross (http://twitter.com/christianross)
Author URI: http://thinairweb.com  
August 10, 2010 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }
td { vertical-align:top; }


/*  Living With Loss - CSS  */
/*  Layout  */

body {
	background:#FCFBF5 url(../images/bg1.jpg) 0 0 repeat;
	background-attachment:fixed;
	font: 14px/20px Arial, Helvetica, sans-serif; 
	color:#000;
	text-align:left;
}

#wrap		{ width:100%; margin:0; background:url(../images/bg2.jpg) 0 0 repeat-y; background-attachment:fixed; }
#container	{ width:940px; margin:0 auto; }
#header		{ width:700px; float:right; height:100px; margin:35px 0; }

#content	{ margin-bottom:30px; }
  #main		{ margin-bottom:30px; }
  #sidebar  { margin-bottom:30px; }
  #contact	{ font-size:13px; margin:20px 0 0 10px; }
#footer 	{ width:940px; margin:0 auto; text-align:center; padding-bottom:30px; }
  
/*  Styles  */

a:link    { color: #914C88; font-weight: bold; text-decoration: none; } 
a:visited { color: #914C88; font-weight: bold; text-decoration: none; }
a:active  { color: #914C88; font-weight: bold; text-decoration: none; }
a:hover   { color: #666666; font-weight: bold; text-decoration: underline; }

a.completesite:link    { color: #914C88; font-weight: bold; text-decoration: none; } 
a.completesite:visited { color: #914C88; font-weight: bold; text-decoration: none; }
a.completesite:active  { color: #914C88; font-weight: bold; text-decoration: none; }
a.completesite:hover   { color: #666666; font-weight: bold; text-decoration: underline; }

a.mainNav:link,	a.mainNav:active,a.mainNav:visited  { color:#FFF; font-weight:bold; text-decoration:none; }
a.mainNav:hover   { color:#CCC; text-decoration:none; margin-left:1px; }

a.subNav:link, a.subNav:active, a.subNav:visited { color:#333; font-weight:bold; text-decoration:none; margin-left:14px; }
a.subNav:hover { color:#666; text-decoration:none;  margin-left:15px; }

a.footer:link, a.footer:active, a.footer:hover, a.footer:visited { text-decoration:none; font-size:12px; font-weight:normal; }


.completesite 	{ font: 14px/20px Arial, Helvetica, sans-serif; }
.pipe		  	{ font-size:12px; color:#AAA; padding:0 6px; }
.space			{ padding:0 12px; }
.footerNav		{ padding:0 6px; }
.underline		{ border-bottom:1px solid #E4E9EE; display:block; margin-top:10px; }
.bold			{ font-weight:bold; }
.padtop			{ padding-top:10px; }

p { padding:0; margin:0; }
p.completesite  { margin-bottom:20px; }
#contact p { margin-bottom:5px; }


h1.completesite { margin: 0 0 10px 0; font-size: 22px; line-height:26px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#969; padding:4px; }
h2.completesite { margin: 0 0 10px 0; font-size: 18px; line-height:22px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#969; padding:4px; }
h3.completesite { margin: 0 0 20px 0; font-size: 16px; line-height:20px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; }
h4.completesite { margin: 0 0 5px 0;  font-size: 14px; line-height:18px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; }

h1.completesite a { color:#FFF; text-decoration:none; }
h2.completesite a { color:#CCC; text-decoration:none; }
h2.completesite a:hover { color:#FFF; text-decoration:none; }


ul { padding:0; margin:0; }
li { padding:0; margin:0 0 0 20px; border:0; }

#sidebar ul {
	list-style:none; 
	padding:0px;
	margin:0px;
	width:245px;
	background-color:#0D1244;
	color:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#sidebar li { padding:10px; margin:0px; }

#sidebar h2.completesite { font: 18px/22px; font-weight:normal; }

