/* 
-----------------------------------------------
  Page Structure
----------------------------------------------- */

html body {
	margin: 0;
	padding: 0;
	font: small Georgia, Times New Roman, Times, Serif;
	height: 100px;
	width: 1024px;
	vertical-align: middle;
	text-align: center;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	background-color: #AECEFF;
	}

#content {
	float: left;
	position: relative;
	clear; both;
	width: 100%;
	
	}


#maincol {
	float: left;
	margin: 0;
	font-size: 16px;
	width: 780px;
	line-height: normal;
	text-align: left;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #000;
	border-bottom-color: #000000;
	background-position: center;
	display: inline;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	}


#subcol {
	top: auto;
	right: auto;
	float: right;
	font-size: 85%;
	line-height: 0.7em;
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	
	}


/* 
-----------------------------------------------
  Links
----------------------------------------------- */

a:link {
	color: #930;
	text-decoration: none;
	}

a:visited {
	color: #630;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #600;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}


/* 
-----------------------------------------------
  Masthead
----------------------------------------------- */

#header {
	float: left:
	top: 0px;
	width: 1024px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0000CE;
	background-position: center;
	height: auto;
	}


/* 
-----------------------------------------------
  Nav
----------------------------------------------- */


#nav {
	float: left;
	width: 1024px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	height: auto;
	text-transform: capitalize;
	background-color: #9C9A9C;
	}

#nav ul {
	margin: 0;
	padding: 0 0 0 50px;
	text-transform: none;
	font-size: 11px;
	white-space: nowrap;
	background-color: #999999;
	}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#nav ul a {
	background: none;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding: 6px 16px;
	text-decoration: none;
	font-weight: bold;
	color: #855B1A;
	white-space: nowrap;
	}

/* Commented Backslash Hack hides 
   rule from IE5-Mac, documented at 
   http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html \*/

#nav ul a, #nav ul strong { float: none; }

/* End hack */

#nav ul a:hover {
	color: #006666;
	}

#nav #cur a {
	color: #fffddf;
}

#nav #cur a:hover {
	color: #999;
	}

/* 
-----------------------------------------------
  Titles
----------------------------------------------- */

h1 {		
	color:#930;
	font: bold 100% Georgia, Serif;
	padding-top: 12px;
	}

h2 {	color:#000;
	font: bold 120% Georgia, Serif;
	padding-top: 12px;
	}


h3 {
	color:#630;
	font: bold 140% Georgia,Serif;
	margin: 0 -20px 10px -15px;
	padding: 20px 15px 0 15px;
	}

h4 {
	color:#333;
	clear: both;
	margin: 0 -20px 10px -15px;
	padding: 20px 15px 0 15px;
	border-top: 1px solid #000;
	}

h5 {
	color:#930;
	padding-top: 6px;
	border-top: 1px dashed #cc9;
	font: bold 110% Georgia,Serif;
	}

h6 {
	background: #E4E4C4 url("") repeat-y;
	clear: both;
	margin: 0 -20px 0 -15px;
	padding: 15px;
	border-top: 1px dashed #cc9;
	/*border-top: 1px solid #000;*/
	font: bold 100% Georgia,Serif;
	}

hr {
  margin-top:1em;
  }


.secondTitle {
	clear: both;
	padding-top: 10px;
	margin-bottom: 12px;
	color:#630;
	font: 115% Georgia,Serif;
	}

.subHead {
	clear: both;
	margin: 0 -20px 10px -15px;
	padding: 0 15px 10px 15px;
	border-bottom: 1px solid #000;
	font: bold 100% Georgia,Serif;
	}

.copyright {
	clear: both;
	color: #333;
	margin: 0 -20px 10px -15px;
	padding: 10px 15px 0 15px;
	border-top: 1px solid #000;
	font: bold 85% Georgia,Serif;
	line-height: 1.5em;
	}


/* 
-----------------------------------------------
  Text Style
----------------------------------------------- */


.subcolSec {
	padding: 5px 0 5px 5x;
	border-bottom: 1px dashed #cc9;
	}

.date {
	color:#87874C;
	white-space:normal;
	text-transform:lowercase;
	}
 
 
.month {
	color:#000;
	}




/* 
-----------------------------------------------
  Commentary
----------------------------------------------- */

div.commentby strong a {
	color: #000;
	background: url("") no-repeat 0 13px;
	padding: 10px 0 0 17px;
	}


.commentby {
	color:#333;
	margin: 0;
	padding: 10px 0 0 0;
	}

.comment {
	margin: 0;
	padding: 0 0 0 17px;
	}

.commentbody {
	padding: 0 15px 8px 10px;
	border-top: 1px dashed #cc9;
	}

.commentbodyodd, .commentbodyodd-preview {
	background: #F1F0D1;
	padding: 0 15px 8px 10px;
	border-top: 1px dashed #cc9;
	}

.commentby strong {font-size:125%;}


#container-errors ul, .errors {
  color: #900;
  font-style: italic;
	}

.commentbodyodd-preview {
 	margin-left: 240px;
	}

.previewHeader {
	margin-top: 10px;
	font: 100% Georgia,Serif;
	font-style: italic;
	}

/* 
-----------------------------------------------
  Lists
----------------------------------------------- */

#maincol ul {
	margin: .5em 0 1em;
	padding: 0;
	list-style-type: none;
	}

#maincol ul li {
	background: url("/img/bullet.gif") no-repeat 4px .4em;
	margin: 0;
	padding: 0 0 2px 16px;
	line-height: 1.5em;
	}

#maincol ul li {
	padding: 0 0 8px 16px;
	}


#maincol ol li {
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: decimal;
	}



/* 
-----------------------------------------------
  Forms
----------------------------------------------- */

form { margin-top: 0; }
select { border: 1px solid #ccc; }

form input.button, form input.button:active {
	padding: 2px;
	margin-top: 5px;
	border-color: #c60 #300 #300 #c60;
	background: #930;
	color: #c96;
	font: bold 85% Verdana,Sans-serif;
	}

form input, form textarea, form select {
	margin: 1px 0 5px 0;
	/*display: block;*/
	font: 85% Verdana,Sans-serif;
	}

label input { display: inline; 
	vertical-align: middle;
	margin: 15px 0;
	}
#email, #url, #text {
	width: 220px;
	display: block;
	margin: 1px 0 5px 0;
	display: block;
	font: 85% Verdana,Sans-serif
	}

/* 
-----------------------------------------------
  Calendar
----------------------------------------------- */

table.cal {
	font-size: 100%;
	margin-top: .5em;
	font: 100% Verdana,Sans-serif;
	}

.cal .monthname th {
	color: #000;
	font: bold 100% Georgia, Serif;
	text-align: center;
	}

.cal .monthname a {
	text-decoration: none;
	border-bottom-width: 0;
	}

/* day of the week*/
.cal th {
	font: bold 85% Verdana,Sans-serif;
	padding: 3px 7px;
	color: #ffd;
	background: #000;
	text-align: center;
	}

/* dates */
.cal td {
	font: 100% Verdana,Sans-serif;
	padding: 4px 7px;
	background: #cc9;
	text-align: center;
	color: #000;
	}

.cal .selected {
	border-color: #960;
	font-weight: bold;
	color: #fff;
	}

.cal .today {
	background: #c60;
	color: #000;
	}

.cal .empty { background: #E4E4C4; }
.cal .postday { background: #989846; }

#subcol .cal a:link, #subcol .cal a:visited {
	color: #ffd;
	text-decoration: underline;
	font-weight: bold;
	}

#subcol .cal a:visited {
	color: #ffd;
	text-decoration: underline;
	}

#subcol .cal a:hover {
	color: #000;
	text-decoration: underline;
	}

/* 
-----------------------------------------------
  Misc
----------------------------------------------- */

a img {
	border-width:0;
	border-style:none;
	color:#fff;
	}

.sub {
  color:#333;
  font-weight:normal;
  font-size:90%;
	}

p{
	margin:auto;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.codeblock{
	background: #eee;
	padding: 5px;
	}

p.left, p.right {
	position: relative;
	float: left;
	margin: 3px 12px 5px 0;
	}

p.right {
	float: right;
	margin: 3px 0 5px 12px;
	}

p.left img, p.right img {
	display: block;
	border: 1px solid #cc9;
	padding: 2px;
	}

p.left em, p.right em {
	display: block;
	width: 140px;
	margin: 2px 0 5px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #630;
	}

.strike { text-decoration: line-through; }

.imgLeft, .imgleft {
	position: relative;
	float: left;
	margin: 0 12px 3px 0;
	}

/* image in text */
#maincol .imgleft, #subcol .imgleft, #maincol .imgright, #subcol .imgright, .dailyphoto, .dailyhomethumb {
	border: 1px solid #cc9;
	padding: 2px;
	}

.dailythumb {
	position: relative;
	float: left;
	margin: 0 12px 20px 0;
	border: 1px solid #cc9;
	padding: 2px;
	}

.dailyhomethumb {
	margin-bottom: 4px;
	}

.phototitle {
	margin: 0;
	padding: 5px 0;
	}
	
.imgRight, .imgright {
	position: relative;
	float: right;
	margin: 3px 0 5px 12px;
	}

.nowrap { white-space: nowrap; }
.hide, hr, .skip { display: none; }
.clearb, .leisureMore { clear: both; }
.jason {
	background: #FBFBF3;
	padding: 0 15px 8px 10px;
	border-top: 1px dashed #cc9;
	}
#photocol .jason,
#photocol .commentbodyodd {
	max-width: 616px;
	}

#photocol .commentbodyodd-preview {
	max-width: 377px;
	}
#emailadd, #siteurl, #subject{
	width: 400px;
	display: block;
	font-size: 85%;
	margin: 0; 
	}

.parenthetical {
	font-style: italic;
	font-size: 80%;
	color: #666;
	}
#subcol .str1 {
	font-weight: bold;
	color: #663333;
	font-size: 18px;
	width: auto;
	text-align: center;
	line-height: 20px;
	padding-top: 20px;
}
#subcol .str2 STYLE1 {
	font-size: 18px;
	font-weight: bold;
	color: #663333;
}
#subcol .str2 STYLE1 {
	font-size: 18px;
	font-weight: bold;
	color: #663333;
}
#subcol .str2 STYLE1 {
}
#subcol .str2 STYLE1 {
	font-size: 18px;
	font-weight: bold;
}
#subcol .str2 STYLE1 {
}
#maincol li {
	list-style-position: outside;
	list-style-type: decimal;
}
#maincol p {
	display: inline;
	text-align: left;
	vertical-align: super;
}
#subcol .str2 {
	padding-left: 20px;
}
#subcol #contact {
	padding-left: 10px;
}
#maincol ol {
	list-style-position: outside;
	list-style-type: decimal;
}
#maincol div #table15 tr td p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincol div #table15 tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincol table tr td ol p {
	font-family: Georgia, Times New Roman, Times, serif;
}
