/* "His feet stomped on the cold ground like a frozen Charleston Chew." */

/* default elements */
* {
	line-height: 22pt;
}

body {
	background: #7C6F5C url(img/bg.jpg);
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
	line-height: 20px;
}

a:link { 
	color: #963;
	text-decoration:none;
	}
a:visited { 
	color: #333;
	}
a:hover { 
	text-decoration: underline;
	}
a:active { 
	color: #333;
	}


a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

blockquote {
	display: block;
	padding-left: 26px;
	line-height: 20px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {
	font-size: 1.1em;
	text-align: center;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(img/wrapper.png) no-repeat left bottom;
	margin: 0 auto;
	width: 962px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 950px;
}

/* header */
.title {
	background: #E2DED4;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	background: #DAD7C5 no-repeat left bottom;
	height: 240px;
}

/* navigation */
.navigation {
	background: url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #FFF;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #DCDAC9 url(img/two-columns.gif)}

/* bottom */
.bottom {
	background: #DCDAC9 no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 13%;
	text-align: right;
}

/* gallery 
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}
*/

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {
	width: 64%;
}
.col2 .right .content {background: #DCDAC9;}
.col2 .right {width: 33%;}
.content {
	line-height: 24pt;
}
.indexpage {
	width: 100%;
}
.left {float: left;}
.right {float: right;}
.right .content {padding: 1px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #FFF;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #FFF;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
#wrapper #container #two-columns .col2 .left .content div {
	background-color: #D2D2D2;
}
.imgthumb {
	padding: 4px;
	float: left;
}
.imgthumbdivborder {
	margin-right: 10px;
	padding: 4px;
	float: left;
	border: 2px solid #000; 
}
.imgthumbright {
	padding: 4px;
	float: right;
}
.imgthumbrightdivborder {
	margin-left: 10px;
	padding: 4px;
	float: right;
	border: 2px solid #000;
}
.dropcap {
 float: left;
 font-family: "Old English", Georgia,serif;
 font-size: 500%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}
.youtube {
	text-align: center;
}

#wrapper #container a img {
}
.pullquoteright {
margin: 10px 0 10px 20px;
border-top: 2px solid #694E1C;
border-bottom: 2px solid #694E1C;
padding: 10px;
float: right;
width: 200px;
font: italic normal 16px/36px Arial, Helvetica, sans-serif;
text-align: center;
}
.pullquoteleft {
margin: 10px 0 10px 20px;
border-top: 2px solid #694E1C;
border-bottom: 2px solid #694E1C;
padding: 10px;
float: left;
width: 200px;
font: italic normal 16px/36px Arial, Helvetica, sans-serif;
text-align: center;
}
.textaligncenter {
	text-align: center;
}

.textalignjustify {
	text-align: justify;
}
/*

.text38px {
	font-size: 38px;
}

.text32px {
	font-size: 32px;
}

.text28px {
	font-size: 28px;
}
.text26px {
	font-size: 26px;
}
.text24px {
	font-size: 24px;
}
.text22px {
	font-size: 22px;
}
.text20px {
	font-size: 20px;
}
.text18px {
	font-size: 18px;
}
.text9px {
	font-size: 9px;
}

*/
.indexborder {
	border: 3px solid #000;
}
.adsense {
	text-align:center;
}
