/*
Site: Lyn Lake Chiropractic
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Aug 21, 2009 
*/


/* ---- 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; }


/*  Lyn Lake Chiropractic - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/bg1.gif) 0 0 repeat;
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans;
	line-height:18px;
	color:#000;
	text-align:left;
}

#container 	{ width:900px; margin:0 auto; text-align:left; z-index:1; }
#header 	{ background:url(../images/header-bg.jpg) 0 0 no-repeat; height:180px; }
  #marathon { text-align:right; }
#content-top { background:url(../images/sidebar-top.jpg) 0 0 no-repeat; height:45px; }
#content 	{ background:url(../images/content-bg.jpg) 0 0 repeat-y; color:#000; }
  #edit-banner  { width:600px; }
  #main-content { width:600px; }
  #nav		{ color:#FFF; padding:0px 20px 10px; border-bottom: 1px solid #FFF; }
  #sidebar	{ color:#FFF; padding: 20px; }
  
#hours		{ font-size:14px; color:#CC8600; margin-bottom: 10px; }
  
/*  Styles  */

a:link    { color: #F72721; font-weight: bold; text-decoration: none; } 
a:visited { color: #F72721; font-weight: bold; text-decoration: none; }
a:hover   { color: #444; 	font-weight: bold; text-decoration: underline; }
a:active  { color: #F72721; font-weight: bold; text-decoration: none; }

.mainNav 		  { font-size: 15px; font-weight: normal; line-height:20px; text-transform:uppercase; }
a.mainNav:link	  { text-decoration:none; color:#EEE; font-weight:normal; display:block; }
a.mainNav:active  { text-decoration:none; color:#EEE; font-weight:normal; display:block; }
a.mainNav:visited { text-decoration:none; color:#EEE; font-weight:normal; display:block; }
a.mainNav:hover   { text-decoration:none; color:#EEE; font-weight:normal; background-color:#CC8600; display:block; padding-left:3px; }

.completesite 	{ font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans; font-weight:normal; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.upper		  	{ text-transform:uppercase; }
.space			{ padding:0 10px; }

hr { color:#CCC; }

h1.completesite { margin: 0 0 10px 0; font-size: 28px; line-height:32px; font-weight:bold; }
h2.completesite { margin: 0 0 10px 0; font-size: 24px; line-height:28px; font-weight:bold; }
h3.completesite { margin: 0 0 6px 0; font-size: 20px; line-height:24px; font-weight:bold; }
h4.completesite { margin: 0 0 6px 0; font-size: 16px; line-height:20px; font-weight:bold; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

