/* ### Begin Global styles ###

The global font size is set to 90% as most browsers' normal font is too large 
*/

body
{
	font-family: Georgia, "New Times Roman", Times, Serif;
	/* Allow IE/Win to resize the document */
	font-size: 90%;
	color: #6c5736;
	background: #f1f6d9;
	margin: 0;
	padding: 0;
	border: none;
}

.smaller1 { font-size: 80%; }

.underline {
text-decoration: underline; 
}

#wrapper
{
	background: #f1f6d9;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

.bodytable { margin-left: 21px; }
.bodytable .row2bg { background: #f1f6d9; }

.bodytable .col2bg
{
	background-image: url(/images/col2bg.gif);
	background-position: -1px;
}

.bodytable .col1bg
{
	background-image: url(/images/col1bg.gif);
	background-position: -1;
}

/* Used for content that should be displayed by non-stylesheet-aware browsers */
.hidden { display: none !important; }

/* Used for content that should not be printed to paper */
.notprinted { }

/* Headings */
h1,
h2,
h3
{
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
}

h4,
h5,
h6
{
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
}

h1
{
	font-size: 125%;
	color: #6c5736;
	background: transparent;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
}

h2
{
	font-size: 125%;
	color: #6c5736;
	background: transparent;
}

h3
{
	font-size: 125%;
	color: #6c5736;
	background: transparent;
}

h4
{
	font-size: 100%;
	color: #6c5736;
	background: transparent;
}

h5
{
	font-size: 85%;
	color: #6c5736;
	background: transparent;
}

h6
{
	font-size: 60%;
	color: #6c5736;
	background: transparent;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited { color: #6c5736; }

h1 a:hover, h2 a:hover, h3 a:hover
{
	color: #6c5736;
	text-decoration: none;
}

/* Anchors */
a:link
{
	text-decoration: none;
	color: #6c5736;
	background: transparent;
}

a:visited
{
	text-decoration: none;
	color: #6c5736;
	background: transparent;
}

a:hover,
a:active { text-decoration: underline; }

/* Forms */
form { line-height: 140%; }
label { font-weight: bold; }

input
{
	border: 1px solid #999999;
	background: #f4f4f4;
	margin: 5px 5px 1px 0;
	padding: 3px;
	font-family: Georgia, "New Times Roman", Times, Serif;
}

textarea
{
	border: 1px solid #999999;
	background: #f4f4f4;
	margin: 5px 5px 1px 0;
	padding: 3px;
	font-family: Georgia, "New Times Roman", Times, Serif;
}

input:focus, textarea:focus, label:focus
{
	background: #fff;
	border: 1px solid #686868;
}

select
{
	border: 1px solid #999999;
	background: #f4f4f4;
	margin: 5px 5px 1px 0;
	padding: 3px;
	width: 130px;
	font-family: Georgia, "New Times Roman", Times, Serif;
}

/* ### End Global Styles ### */

/* ### Begin Inline elements and classes ###

This style sheet assumes B, BIG, EM, I, SMALL, STRONG, SUB and SUP are 
defined by the browser as per the HTML4 sample style sheet. */

code,
kbd,
pre,
samp,
tt
{
	font-family: "Courier New", Courier, monospace;
	/* Courier tends to be a little too small */
	font-size: 110%;
}

kbd { font-weight: bolder; }

abbr,
acronym
{
	/* Don't use small-caps, etc. */
	font: inherit;
}

abbr[title],
acronym[title]
{
	cursor: help;
	border-bottom: 1px dotted #cccccc;
}

cite,
dfn,
var { font-style: italic; }

/* Block-inline elements */
p img
{
	padding: 0;
	max-width: 100%;
}

a img { border: none; }

img
{
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: none;
}

/* Left-floating images */
img.left
{
	margin: 0.75em 1.5em 0.75em 0;
	float: left;
}

/* Right-floating images */
img.right
{
	margin: 0.75em 0 0.75em 1.5em;
	float: right;
	clear: both;
	padding: 2px;
}

/* Centered-floating images */
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

del,
/* Required for Mozilla */
del * { text-decoration: line-through; }
ins,
/* Required for Mozilla */
ins * { text-decoration: underline; }

/* Block elements */
p
{
	margin: 1em 0;
	padding: 0;
}

em { font-size: 90%; }

blockquote
{
	width: 75%;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

small
{
	font-size: 0.9em;
	line-height: 1.5em;
}

strike { color: #777; }

pre
{
	line-height: 1.1;
	margin: 1em 2.5em;
	padding: 0;
}

hr
{
	color: #999999;
	background: transparent;
	/* Required for IE/Win */
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
}

/* Warning: not printed out on paper */
hr.lighter
{
	color: #f0f0f0;
	background: transparent;
	border-color: #f0f0f0;
}

/* 
The following HTML elements should NOT be used in documents using this
style sheet:

	- address: use the #footer style instead
	- q: use &ldquo; and &rdquo; instead
*/

/* ### End Inline elements and classes ### */
/* ### Begin Styles for Main Content ### */
#main
{
	color: #6c5736;
	padding-left: 30px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 8px;
	width: 529px;
	background-image: url(/images/gutter.gif);
	background-position: 1px 0px;
	font-size: 95%;
}

/* Other styles related to the main content */
/* "Skip to main content" link */
#mainlink { display: none !important; }

/* "< Previous Next >" navigation for archives, etc. */
.navigation
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.navigation .alignright { float: right; }
.navigation .alignleft { float: left; }
.center { text-align: center; }

#endmain
{
	visibility: hidden;
	/* Doesn't always work under IE/Win */
	clear: both;
}

/* ### End Styles for Main Content ### */

/* ### Begin Styles for Header ###

Headers is composed of three parts: left, right and subheader.
Warning: Not printed out on paper */

#header { color: #6c5736; }

#header a:link,
#header a:visited
{
	color: #003399;
	background: transparent;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited
{
	color: white;
	background: transparent;
}

/* Left part of header */
#header div.left
{
	float: left;
	clear: left;
}

#header div.left,
#header div.left a:link,
#header div.left a:visited
{
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: transparent;
}

#header div.left p
{
	margin: 0.2em 0 0 0.75em;
	padding: 0;
}

#header div.left .alternative
{
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
	color: #ff9800;
	background: transparent;
}

#header div.left .description
{
	color: white;
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	padding: 1ex 1em 1ex 3em;
}

/* Right part of header is for external/global links, search, etc */
#header div.right
{
	font-size: 90%;
	text-align: right;
	margin: 0;
	padding: 0.75em 0.75em 0 0.75em;
	float: right;
	clear: right;
}

#header div.right a:link,
#header div.right a:visited
{
	margin: 0;
	padding: 0 0.5em;
}

#header div.right form
{
	margin: 0;
	padding: 0.5em 0 0 0;
}

#header div.right input
{
	font-size: 95%;
	vertical-align: middle;
	border: 1px solid #d8d2c3;
	margin: 3px;
	padding: 2px;
}

#header div.right #searchsubmit
{
	font-weight: bold;
	color: #003399;
	cursor: pointer;
	background-color: #8cc68c;
}

/* Subheader for global links */
#header div.subheader
{
	color: white;
	background: #003399;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.5em;
	/* For IE/Win */
	clear: both;
}

#header > div.subheader
{
	padding: 0.5em 1.5em 0.5em 0.5em;
	/* For all other browsers */
}

#header div.subheader a:link,
#header div.subheader a:visited
{
	font-weight: bolder;
	color: white;
	background: transparent;
	margin: 0;
	padding: 0 0.5em;
}

#header div.subheader .highlight,
#header div.subheader a.highlight:link,
#header div.subheader a.highlight:visited
{
	color: #fda05e;
	background: transparent;
}

/* ### End Styles for Header ### */
/* ### Begin Styles for Left Sidebar ### */
/* Warning: not printed out on paper */
#sidebar
{
	width: 190px;
	float: left;
	clear: both;
	background: white;
	padding-left: 8px;
	padding-top: 8px;
	margin-left: 0px;
	/*color: #ecece6;*/
}

#sidebarint
{
	margin-top: 0px;
	background: #dad5b5;
	padding-bottom: 2px;
}

.sidebarbar
{
	background-image: url(/images/sidebarbar.gif);
	height: 40px;
	width: 190px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 8px 5px;
}

.awards
{
	margin-bottom: 8px;
	margin-left: 8px;
}

#sidebar ul li
{
	font-size: 11px;
	text-align: left;
	padding: 0.5em .5em .5em .5em;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	background: #ededcb;
}

#sidebar ul li.lighter
{
	color: inherit;
	background: white;
}

#sidebar h2
{
	padding: 4px 0 0 14px;
	margin: 0px;
	font-family: Georgia, "New Times Roman", Times, Serif;
	font-size: 1em;
}

.camheader
{
	font-size: 80%;
	text-align: center;
	padding: 0px;
	margin-bottom: 6px;
	padding-top: 6px;
	font-weight: bold;
	color: #6c5736;
}

.camheader p { margin: 6px; }

#sidebar h2 a:link, a:link
{
	color: #6c5736;
	background: transparent;
}

#sidebar h2 a:visited, a:visited
{
	color: #6c5736;
	background: transparent;
}

#main h2 a:link
{
	color: #6c5736;
	background: transparent;
}

#main h2 a:visited
{
	color: #6c5736;
	background: transparent;
}

#sidebar ul, #sidebar ul ol
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 8px;
	margin-right: 7px;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 8px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 0px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 5px 15px; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 0px; }

#sidebar ul ol li
{
	border: none;
	color: #6c5736;
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	border: none;
	color: #6c5736;
	margin: 3px 0 0;
	padding: 0;
	list-style: disc;
	list-style-image: none;
}

#newslettersign { margin-left: 14px; }
.newsletter { width: 120px; }

#aimicon
{
	background-image: url(/images/im-icon.gif);
	padding-left: 28px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: -1px 2px;
}

#familypic1
{
	padding-left: 4px;
	padding-bottom: 4px;
}

#familypic2
{
	font-size: 11px;
	padding: 4px;
}

#sidefooter { margin-left: -8px; }
.onlinetxt { text-align: center; }

.onlinetxt2
{
	font-size: 9px;
	text-align: left;
	padding-left: 4px;
}

/* ### End Styles for Left Sidebar ### */
/* ### Begin Styles for Calendar ### */
#wp-calendar
{
	background: #fff;
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	width: 10.5em;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a
{
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover { color: #333; }

#wp-calendar caption
{
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

#wp-calendar td
{
	color: #999;
	font: normal 11px Georgia, "New Times Roman", Times, Serif;
	padding: 1px 1px;
	text-align: center;
}

/* Doesn't work in IE */
#wp-calendar td.pad:hover { background-color: #eadfdf; }

#wp-calendar #today
{
	color: #666;
	font-weight: bold;
}

#wp-calendar th
{
	color: #003399;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}

/* ### End Styles for Calendar ### */
/* ### Begin Styles for Footer ### */
#footer
{
	font-size: 80%;
	text-align: right;
	margin-bottom: 20px;
	width: 760px;
	clear: both;
}

#footer hr { display: none !important; }

/* ### End Styles for Footer ### */
/* ### Begin Styles for Comments ### */
.alt
{
	background-color: #f8f8f8;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p { margin: 10px 5px 10px 0; }

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}

.commentlist li { font: 0.9em Georgia, "New Times Roman", Times, Serif; }
.commentlist li { font-weight: bold; }

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata { font-weight: normal; }
.nocomments { color: #777; }

h3.comments
{
	padding: 0;
	margin: 40px auto 20px;
}

#commentform { width: 90%; }

#commentform textarea
{
	width: 100%;
	padding: 2px;
}

#commentform #submit { font-weight: bold; }

/* ### End Styles for Comments ### */
/* ### Begin Styles for Entries ### */
html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li { margin: 7px 0 8px 10px; }

/* Special stylized non-IE bullets 
   Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li
{
	margin: 0;
	padding: 0;
}

.entry form { /* text-align:center; */ }

/* ### End Styles for Entries ### */
/* ### Begin Styles for Posts ### */
#postwrapper
{
	background: #b2b39b;
	width: 521px;
}

.main .postmetadata
{
	text-align: center;
	padding-top: 5px;
	margin: 00px 0;
}

.postmetadata { color: #777; }
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:hover, .postmetadata a:active { color: #777; }

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.post
{
	margin: 0px 13px 0px 10px;
	background: #dad5b5;
}

.entry a {
text-decoration: underline;
}

.post2
{
	margin: 0px 13px 0px 10px;
	background: #ededcb;
}

.postpadding { padding: 10px; }
.post .underlined { }
h2 .underlined { color: #6c5736; }

/* ### End Styles for Posts ### */
#backtoblog
{
	text-align: right;
	margin-right: 16px;
}

.normalist li
{
	list-style: disc;
	padding-left: 10px;
}

.powered
{
	margin-left: 8px;
	margin-bottom: 7px;
}

.nobreak {
white-space: nowrap;
}

.chatframe {
z-index: 5;
}

#chatbanner {
z-index: 10;
background-color:#dad5b5;
height: 30px;
width: 450px;
position: relative;
top: 56px;
display: none;
}
