/*
-----------------------------------------------------------
Theme Name: Hoist Depot
Theme URI: http://www.hoistdepot.com
Description: Custom design by Lara Chelak
Author: Lara Chelak
-----------------------------------------------------------
*/



/* Layout */

body {
	margin: 0 auto;
	padding: 0;
	background: #4278B2 url(bg.png) repeat-x;
	text-align: center;
}

.wrapper {
	background: url(filler.png) repeat-y center;
	width: 839px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.header {
	background: url(header.png) no-repeat;
	width: 839px;
	height: auto;
}

.main {
	width: 675px;
	height: auto;
	margin: 0px 0 0 67px;
	float: left;
}

.footer {
	background: url(footer.png) no-repeat;
	width: 839px;
	height: 54px;

}

.headerlinks {
padding: 10px 0 0 15px;
text-align: center;

}



/* Blog Text Formatting  "Lucida Sans Unicode", Arial, sans-serif; Georgia, Times New Roman, Times, serif 
*/

h2, h2 a, .storytitle, .storytitle a, .title {
	text-align: left;
	font-size: 20px; 
	font-family: Times New Roman, Times, serif;
	color: #FF0000; 
	text-decoration: none;
	margin: 0 0 0 4px;
	letter-spacing: 3px;
}

.entry, p {
	text-align: justify;
	font-size: 10pt; 
	font-family: Times New Roman, Times, serif;
	color: #4278B2; 
	line-height: 150%;
	margin: 0 0 10px 7px;
}

h3 {
	text-align: center;
	font-size: 10pt; 
	font-family: Times New Roman, Times, serif;
	color: #FF0000; 
	line-height: 150%;
	margin: 0 0 10px 7px;
}
	.entry a, p a, h3 a {
	color: #FF0000; 
	}
	.entry a:hover, p a:hover, h3 a:hover {
	color: #FF0000; 
	text-decoration: none;
	}
	
.map {
	margin: 0 0 0 -60px;	
}

.floatr {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 10px 15px; 
	}
	
.floatr img, .floatl img {
	border: 1px solid #85A8BD;
}

.floatr p, .floatl p {
   text-align: center;
   font-family: Times New Roman, Times, serif;
	font-style: oblique;
	font-size: 10pt;
	color: #FF0000;
	width: 236px;
	margin: 0 0 0 -2px;
   }