@charset 'utf-8';
@import url(reset.css);

body {
	background: #f5f1e8 url(../_img/bg_body.jpg) 0 2px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

#content {
	background: url(../_img/bg_header.jpg) repeat-x;
	min-width: 680px;
}

#main {
	position: relative;
	z-index: 100;
	padding-top: 242px;
	padding-left: 145px;
	/*background: url(../_img/bg_footer.png) no-repeat right bottom;*/	
} 


a {
	color: #705474;
}

a:hover {
	color: #4b1153;
}

#logo a {
	background: url(../_img/h1_logo.png) no-repeat;
	width: 220px;
	height: 36px;	
	top: 111px;
	left: 145px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1000;
	display: block;
}

h2 {
	top: 0;
	left: 0;
	z-index: 10;
	position: absolute;

	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #396565;

	background: url(../_img/bg_logo.jpg) no-repeat;
	width: 100%;
	height: 350px;	
	min-width: 680px;
	text-indent: 210px;
	padding: 150px 0 0 0;
	
}


#about {
	position: relative;
	display: none;
	top: 144px;
	z-index: 1000;
	background: #162222;
	color: #ffffff;
}

#about p {
	width: 512px;
	padding: 12px 0 12px 145px;	
}





.post {
	position: relative;
	margin-bottom: 95px;
	width: 512px;
}

.post-title {
	width: 440px;
}

.post-title  a {
		
	color: #fffbf0;
	background: #a2526c;	

	text-decoration: none;	
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	
	margin-top: 2px;
	border-left: 3px solid #a2526c;
	border-right: 3px solid #a2526c;
	border-top: 4px solid #a2526c;		

}

.cufon-active .post-title  a {
	color: #fffbf0;
	border: 0;
	margin: 0;
	text-decoration: none;	
	font-size: 17px;
	display: inline;
	line-height: 20px;
	text-transform: uppercase;
	word-spacing: -5px;
	letter-spacing: 0;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	font-weight: bold;
	background: transparent;			
}

.cufon-active .post-title .cufon-vml {
	height: 15px !important;
	background: #a2526c;	
	border: 3px solid #a2526c;
}

.cufon-active .post-title .cufon-canvas {
	line-height: 16px;
	height: 14px !important;
	border: 3px solid #a2526c;
	border-bottom-style: none;
	padding-bottom: 3px;
	background: #a2526c;
}


.post .link a {
	padding-left: 24px;
	background:  url(../_img/bg_link.png) no-repeat 2px 0;
}

.post .quote {
	padding-left: 24px;
	background:  url(../_img/bg_quote.png) no-repeat 0 2px;
}




.post-date {
	float: right;
	margin: -18px 0 0 0;
}

.post-footer {
	position: absolute;
	right: 0;
	bottom: -30px;
}

.permalink {
	text-decoration: none;
}

.permalink:hover,
.permalink span {
	color: #94001c;
}




.meta,
.meta a {
	font-style: italic;
	font-size: 12px;
	color: #6d625a;
}

.copy {
	padding: 0 6px;
	display: block;
	background-color: rgb(220, 213, 197);
	background-color: rgba(198, 191, 173, 0.3);
}

.copy p,
.copy ul,
.copy ol{
	padding: 6px 0 18px 0;
}

.copy img {
	padding-bottom: 8px;
}

.copy blockquote {
	border-left: 6px solid #d0c8b4;
	padding: 0 0 0 12px;
	margin: 6px 24px 18px 18px;
	font-style: italic;	
}

.copy p:first-child:first-letter {
	font-size: 50px;
	line-height: .75em; /* bugfix for safari */
	margin: 6px .05em 0 -.025em;
	display: block;
	float: left;
}

.copy ul li {
   	list-style: disc;
	list-style-position: inside;
	padding: 0 14px;
}

.copy ol li {
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0 34px;
}


.copy ol .step-1 { background-image: url(../_img/bullet_1.png); }
.copy ol .step-2 { background-image: url(../_img/bullet_2.png); }
.copy ol .step-3 { background-image: url(../_img/bullet_3.png); }
.copy ol .step-4 { background-image: url(../_img/bullet_4.png); }
.copy ol .step-5 { background-image: url(../_img/bullet_5.png); }
.copy ol .step-6 { background-image: url(../_img/bullet_6.png); }
.copy ol .step-7 { background-image: url(../_img/bullet_7.png); }
.copy ol .step-8 { background-image: url(../_img/bullet_8.png); }
.copy ol .step-9 { background-image: url(../_img/bullet_9.png); }
.copy ol .step-10 { background-image: url(../_img/bullet_10.png); }

.post-content {
	background: url(../_img/borders.png) repeat-x 0 12px;
	padding-top: 24px;
}


#navigation {
	width: 660px;
	position: absolute;
	left: 0;
	top: 119px;
	z-index: 900;
}

#search-form {
	position: relative;
	float: right;
	width: 144px;
	height: 25px;
	background: #f5f1e8 url(../_img/bg_search.jpg) no-repeat;	
}

#search-form label {
	display:none;
}

#search-form input {
	background: transparent;
	color: #ffffff;
	border: 0;
	width: 100px;
	padding: 0 5px;
	font-style: italic;
}

#search-form .submit {
	position: absolute;
	left: 120px;
	top: 3px;	
	border: 0;	
	width: 21px;
	height: 19px;	
	background: #f5f1e8 url(../_img/button_search.png) 0 bottom no-repeat;		
}

#search-form .submit:hover {	
	background-position: top;		
}

#search-form.busy .submit {	
	display: none;
}


#prev-next {
	
} 


#prev-next a {
	height: 25px;
	padding: 0 5px;
	background: #3b6253;
	color: #ffffff;
}


#image-credits {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 680px;
	padding: 18px 0 0 0;	
	background: url(../_img/borders.png) repeat-x right 0;	
	background-color: #dcd5c5;
	background-color: rgba(198, 191, 173, 0.3);	
}

#image-credits .meta {
	width: 656px;
	color: #333333;
	text-align: right;
	padding-bottom: 16px;
}


#site-credits {
	padding-top: 6px;
	width: 512px;
}

#subnav {
	float: right;
}

#subnav li {
	font-size: 12px;
	display: inline;
}



/* ----------------------------------------------------- JS enabled browsers */

.js div { }



/* ----------------------------------------------------- sticky footer */


html, body, #content {
	height: 100%;
}

body > #content {
	height: auto; 
	min-height: 100%;
}

#main {
	z-index: 100;	
	padding-bottom: 110px;	
}  /* must be same height as the footer */

#footer {
	position: relative;
	z-index: 1000;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	min-width: 680px;	
	clear:both;
} 


