/* =========== Knobloch Common CSS =====================

/* -------------------------------------------------------------
   Charles Knobloch, Attorney at Law
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Description:  CSS Styles used across all pages
   Filename:  knoblochCommon.css
   Version:   1.0
   Date:    May 10, 2006
   HTML & CSS Coded by: Hank Tate  www.synogy.com
   -------------------------------------------------------------   
Reference Info:
Menu Dark Blue:  #003366
Submenu Light Blue:   #006699
Navy:  #003366

*/

/*  ==== BASE SETUP ============================================ */
html { MARGIN: 0; PADDING: 0; BORDER: 0; BACKGROUND: white; }
body {
	MARGIN: 0;
	PADDING: 0;
	BACKGROUND: white; /* sets color for page background */
	FONT: 11pt Arial, Helvetica, sans-serif;
	COLOR: black;}

HR { DISPLAY: none; }
H1 { font-size: 180%; padding: 0px 30px 5px 0; border-bottom: solid 2px #003366;}
H2 {
	font-size: 130%;
	padding: 15px 30px 5px 0;
	margin: 0;
	color: #003366;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

dt { padding: 15px 0 3px 0; color:#666666; font-weight:bold;}
dd { padding-left: 3px; line-height: 1.3em;}
.quote {
	padding: 10px 30px 10px 30px;
	color:#444444;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12pt;
	line-height: 12pt;
}

A { TEXT-DECORATION: none; }
a:link, a:visited {
color: blue;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
a:active { COLOR: black; }
a:hover { TEXT-DECORATION: underline; background: #DADEE9 ; color: navy;}


/* ~~~ Set base for all UL ~~~ */
UL { MARGIN: 0px; PADDING: 0px; LIST-STYLE-TYPE: none; }

/* ~~~ DIV setups ~~~ */
#outsidewrapper { 
	BORDER: white 0px solid;
	PADDING: 5px;
	WIDTH: 750px;
	BACKGROUND: none;
	margin-left: auto;
	margin-right: auto;
	MARGIN-top: 5px;
	margin-bottom: 10px;
}

#insidewrapper { 
	WIDTH: 690px;
	HEIGHT: 1%;
	padding: 0px;
	border-bottom: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
}
#leftcol { display: none; }

#rightcol {
	WIDTH: 640px;
	FLOAT: none !important;
	HEIGHT: 1%;
}

#topbox { display: none; }

#headpic { display: none; }
#headpicmd { display: none; }
#headpicsm { display: none; }

/* ~~~ Printhead Formatting ~~~ */

/*#printheader {
	Width: 640px;
	Height: 100px;
	margin: 0;
	padding: 0;
	border: solid 3px #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/printheader.gif);
}
#printheader h1 { margin: 0; padding: 10px 0 3px; font-size: 100%; color: #006699; font-weight:bold; border: none; } 
#printheader h2 { line-height: 8px; background-color: #006699; padding: 3px -20px; margin: 0; font-size: 1px;}
#printheader p { margin: 0; padding-top: 3px; line-height: .9em; color: #006699; text-align: right; font-weight:bold; font-size: 90%;}
.name {font-size: 130%; padding-left: 5px;}
.add { padding-right: 5px; }
*/


/* ~~~ Content Formatting ~~~ */

#content {
	WIDTH: 640px;
	CLEAR: both;
	PADDING: 4px 20px 20px 20px;
	HEIGHT: 1%;
	margin-left: auto;
	margin-right: auto;
}

#content p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

#content ul {
	margin-left: 2em;
}
#content li {
	PADDING-LEFT: 20px;
	line-height: 1.4em;
	margin-bottom: .1em;
	BACKGROUND: transparent url(/images/bullet1.gif) left .5em no-repeat;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-weight: normal;
   text-decoration: none;
   }

#content a[href^="/"]:after {
   content: " (http://www.charlesknobloch.com" attr(href) ") ";
   font-weight: normal;
   text-decoration: none;
   }
#content a:hover { TEXT-DECORATION: underline; background: #DADEE9 ; color: navy;}

#content .left {text-align: right; padding-right: 5px; }
#content .right {text-align: left; padding-left: 5px; }
#content .left p, #content .right p { line-height: 1.2em; font-size: 120%;}
  
#printfriendly { display: none; }

#return { text-align: right; font-size: 70%; padding: 5px 3px; color: blue; }
#return a { text-decoration: none; }
#return a:hover { TEXT-DECORATION: underline; background: #DADEE9 ; color: navy;}
#return a:link:after, #return a:visited:after, #return a[href^="/"]:after { content: "";}

/* ~~~ Footer Formatting ~~~ */
   
#footer {
	WIDTH: 700px;
	FLOAT: none !important;
	CLEAR: both;
	PADDING: 20px 0 5px 0;
	TEXT-ALIGN: center;
	HEIGHT: 40px;
}
#footlinks {display: none;}   
#footer p {
	font-size: 80%;
	margin: 0;
	padding: 0;
}



