/* colors
pink: #e37192
brown: #512800
*/

body {
	background-color: #ffffff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #512800;
	margin: 0;
}
a:link, a:visited {
	color: #e37192;
	text-decoration: none;
}
a:hover, a:active {
	color: #512800;
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 22px;
	color: #e37192;
	text-decoration: underline;
	margin-top: 0;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.logo {
	width: 850px;
	text-align: left;
	padding: 10px 0 10px 0;
}
.site {
	width: 800px;
	text-align: left;
	padding-top: 10px;
}
.menu {
	background-color: #e37192;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 14px;
	border-bottom: 15px solid #512800;
}
.menu a:link, .menu a:visited {
	color: #512800;
	padding: 0 5px 0 5px;
}
.menu a:hover, .menu a:active {
	color: #ffffff;
	padding: 0 5px 0 5px;
	text-decoration: none;	
}
.open {
	font-size: 14px;
}
.featured {
	background-color: #e37192;
	color: #512800;
	font-size: 14px;
	padding: 5px 0 5px 0;
	text-align: center;
	margin-top: 15px;
	position: relative;
}
.featured img {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -20px;
}
.ing {
	font-size: 11px;
	font-style: italic;
	margin-top: 10px;
}
.tiny {
	font-size: 11px;
}
.ship {
	background-color: #512800;
	color: #e37192;
	font-size: 20px;
	margin-top: 10px;
	padding: 3px 0;
}
.comment {
	background-color: #e37192;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
}
.footer {
	background-color: #e37192;
	padding: 5px 0 5px 0;
	font-align: center;
	font-size: 12px;
	margin-top: 2px;
}
.footer a:link, .footer a:visited {
	color: #512800;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #ffffff;
	text-decoration: none;
}
.image img {
	border: 2px solid #512800;
	padding: 6px;
}

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}