@charset "UTF-8";
/* CSS Document */

/*******************LAYOUT********************/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../Images/patterndown.png);
	background-repeat: repeat;
}
#wrapper {
	width: 618px;
	margin: 0 auto;
	background-color: #271907;
	padding: 6px;
}
#container {
	background: #cbb28d;  /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #4C3626;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: Georgia, Times New Roman, serif;
	width: 612px;	
}
#header {
	background: #4C3626;
	margin: 0px;
	
}

.headerimg {
	width: 612px;	
}

#gradient {
	background-image: url(../Images/gradient.png);
	background-repeat: repeat-x;
	
	padding: 10px 30px 0 30px;
	margin-top: -20px;
}
#mainContent {
	min-height:450px;
	
}


#centeredlogo {
	text-align: left;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 185px;
}

/*******************MENU*****************/

#menu {
	background: #b99d7b;
	margin-top: -20px;
	margin-bottom: 0;
}

h3.homemenu {
	padding-right: 15px;
	margin-top: -925px;
	z-index: 20;
	color: #58462F;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 135%;
	
	}


a:link {
	color: #58462F;
	text-decoration: none;
	border: 0;
}
a:visited {
	color: #44321D;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #58462F;
	text-decoration: none;
	border: 0;
}
a:active {
	color: #574025;
	text-decoration: none;
	border: 0;
	text-align: right;	
}

img { border:0; }




/***************** Footer ******************/

#footer {
	margin: 0;
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #cbb28d; 
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #998363;
}

a.footerlink:link {
	color: #876E4C;
	text-decoration: none
}

a.footerlink:visited { color: #876E4C; text-decoration: none }

a.footerlink:active { color: #876E4C; text-decoration: none }

a.footerlink:hover { color: #998363; text-decoration: none }
s

/*******************FLOATS********************/


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    display:none;
    line-height: 0px;
}



/***************** PORTFOLIO ******************/

div.thumbnailtall {
	width: 49px;
	height: 54px;
	margin: 0 5px 5px 0;
	float: left;
}
.autothumb{
	margin: 0 5px 0 0;
	float: left;
	padding: 0;
}
.autothumb img {
	width: 49px;
	height: 49px;
	margin:0;
	padding: 0;
	border: 1px solid #876E4C;
}
		
#leftcolumn {
	float: left; 
	width: 135px; /
	padding: 0;
	margin: -4px 0 0 60px;
	font-size: 12px;	
}
#leftcolumnlinks {
	float: left; 
	width: 135px; 
	padding: 0;
	margin: -6px 0 0 60px;
	font-size: 12px;	
}/* The reason for negative margin on the left column is that the links are headings, if i redo them as a list at some point, the top margin should be zeroed  */
#righttcolumn {
	margin: -25px 40px 0 0;
	width: 305px;
	padding: 0 0 0 12px;
	float:right;
}
#righttcolumnportfolio {
	margin: 0 40px 0 0;
	width: 305px;
	padding: 0 0 0 12px;
	float:right;
}
#autowrap {margin: 39px 0 0 0;
}

/***************** TEXT ******************/
.brown {
	color: #58462F;
}
.longtext, .bordertop {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 70px;
	margin-left: 70px;
	line-height: 1.5em;
	
}

.bordertop {
	border-width: thin 0 0 0;
	border-style: solid;
	border-color: #C6B08E;	
	padding-top: 9px;
}

.chapter {
	margin: 9px 70px 0 70px;
	padding: 1px 0 0 0;
	border-width: thin 0 0 0;
	border-style: solid;
	border-color: #C6B08E;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	color: #C6B08E;
	font-size: 14px;
	text-align: center;
}

</style></head>h2 {
	font-size: 14px;
}

.centertext {
	font-size: 14px;
	text-align: center;
	line-height: 1.2em;
}

/***************** Happy Resyndicator *****************/
#subscribelink {
	margin: 10px 70px 1.5em 70px;
	padding: 1px 0 1px 0;
	border-width: thin 0 thin 0;
	border-style: solid;
	border-color: #C6B08E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	}
	
	div.feedburnerFeedBlock p.date {
	color: #666;
	font-size: small;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	
		}
	div.feedburnerFeedBlock ul li div {
		display: inline;
		}
	div.feedburnerFeedBlock span.headline a {
	font-weight: normal;
	color: #666;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	
		}
	div.feedburnerFeedBlock ul li {
		margin-bottom: 1.5em;

		padding-bottom: 0.5em;
		padding-left: 0;
		text-indent: 0;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #CCC1A7;
		}
	div.feedburnerFeedBlock ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div.feedburnerFeedBlock img {
		border: solid thin #CCC1A7;
		padding: 3px;
		margin-right: 70px;
		
	}
#creditfooter {
        display: none; 
	
	}
