@charset "UTF-8";
/* CSS Document   Copyright Julie Hawkins 2008  */

body {
	font-size:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px;
	background-color:#fff;
	}

* {margin: 0; padding: 0;}

div#container {
	text-align:left;
	margin:0 auto;
	width: 790px;
	background-color: inherit;
	background-image: url(../images/bg2col.gif);
	background-repeat: repeat-y;
	}
div#container p {  
	font-size:.9em;
	line-height:1.25em;
	margin-left:.4em;
	margin-bottom:1em;
}

	
div#header { /* this styles the header with a color block on the left which is actually a border */
	height:200px;   /* TAKE THIS BACK OUT ******* */
	background-color:#82001A;
	border-left:200px solid #B35265;
	color:#F6FFF9;
	padding: 0px;  /* not sure if I need this *********** */
	background-image: url(../images/jhawkins-banner.gif);
	background-repeat: no-repeat;	
	
}

  /* IE hack starts here ****** \*/
 * html > div#header {background-position:- 200px; }
  /* IE hack ends here ******** */
	 
	
h2 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 .5em 0; 
	color: #82001A; 
	 }
	 
.h2big {
	font-weight: bold;
	text-transform:none;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
h3 {
	font-weight: normal;
	font-size: 1em;
	text-transform:uppercase;
	margin: 1em 0 0; 
	color: #82001A; 
	 }
	 
div#container h2 + p:first-line,  div#container h3 + p:first-line { 
 /* first line of first paragraph folowing h2 or h3 will bold color  */
	font-weight: bold;
	color:#B35265;
}

div#column1 {
	float: left;
	width: 200px;
	display: inline;
	margin:0;
	padding: 15px 0;
	background-color:#CCCFD4;
	}
div#column1 ul {
	 margin: 3.5em 0; 
	 padding: 5px 15px 5px 10px; 
	 list-style-type: none; 
	 text-align: right;
}

div#column1 li {
	font-weight:bold;
	font-size: .9em;
	background: url(../images/bullet-sq.gif) no-repeat 100%;
	/* move away from image on right and add space at bottom */
     padding: 0 10px 5px 0;
}

div#column2 {
	float:left;
	width:550px;
	margin:0;
	padding: 15px;
	background-color:#F7FFF9;
	}
div#column2 p {	
	margin-bottom:1em;
	}
	
div#column2 ul {
	margin: 1em;
}

div#column2 li {
	font-size: .9em;
	list-style:square;
	margin-left: 2em;
	margin-bottom: .25em;
}
	
div#column2 pre {
	margin: 15px auto;
	padding: 15px;
	background-color: #eeeeee;
	}
	
div#column2 .box {
	float:right;
	width:180px;
	background-color:#B35265;;
	margin: 0 -10px 10px 10px;
	padding: 3px;
	border-top:.25em dotted #CCCFD4;
	border-bottom: .25em dotted #CCCFD4;
	color:#fff;
}
div#column2 .box li{
	margin: 0 3px;
	margin-bottom: 3px;	
}
	
div#column2 blockquote {
	margin: 2em;
	padding: 0 1em;
	border-left: .75em solid #FFCC00;
	border-right: .75em solid #FFCC00;
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

div#column2 .imgleft {
	float:left;
	margin: 20px;
	text-align:left;
}

div#column2 blockquote .author {
	margin-top: -1em;
	padding-right: 1em;
	font-size: .8em;
	color:#666666;
	text-align:right;
}
div#footer {
	clear:both;
	width:550px;
	background-color:#82001A;
	border-left:200px solid #B35265;
	margin:0;
	padding:10px;
	font-size:smaller;
	font-family:"Courier New", Courier, monospace;
	color:#eeeeee;
	text-align:right;
}
div#footer a {
	color:#fff;
	text-decoration:underline;
}
	
a:link {
	color:#000;
	text-decoration:underline; } 
a:visited {
	color:#B35265;
	text-decoration: none;
} 
a:hover, a:active {
	text-decoration:underline;
	background-color:#fff;
	display:inline;
	 }

.txtbold { font-weight:bold;}	
.txtem {font-style:italic;}

/* haven't decided yet if I want to use the Aslett Clearing Method *************** */
.clearfix:after {  /* this is the Aslett Clearing Method */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


