/* CHAPTERCORE CSS FILE */

body {
	background-image: url("/images/bg.png");
	background-repeat: repeat-x;
	background-color: #FBF7E4;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
#header {
	background-image: url('/images/top.jpg');
	margin-bottom: 60px;
}
.fl { float: left; }
.fr { float: right; }
#header ul {
	list-style-type: none;
	float: right;
	margin: 0px;
}
#header ul li {
	display: inline;
	margin: 0px;
	margin-left: 20px;
	line-height: 90px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#header a {
	text-decoration: none;
	color: white;
}

h1 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.08em;
	color: #8E001C;
	line-height: 40px;
	margin: 0px;
}
h2 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -0.08em;
	color: black;
	line-height: 40px;
	margin-bottom: 20px;
}
.user-name, .gallery-name {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -0.08em;
	color: black;
	line-height: 40px;
	margin-bottom: 20px;
}
.gallery-name {
	margin-bottom: 0px;
}
.user-name a {
	color: black;
}

p {
	color: #404040;
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
a {
	color: #8D001B;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
}
#right {
	text-align: center;
}
hr {
	border-top: 1px solid #D4D0C0;
}
div.calendar {
	background-image: url('/images/date.png');
	width: 58px;
	height: 55px;
	text-align: center;
	font-size: 10px;
	color: white;
}
div.calendar strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	font-size: 29px;
	line-height: 29px;
}
#news a {
	font-size: 16px;
	font-weight: bold;
	color: #8D001B;
	text-decoration: none;
}
#news a:hover {
	color: #FF0033;
}
#news p {
	font-size: 11px;
}
#news img {
	float: right;
}
#footer .r {
	color: #8D001B;
	font-weight: bold;
	margin-bottom: 10px;
}
.callout {
	border: 10px solid white;
}
#home_slideshow {
	background-color: white;
	border: 10px solid white;
	margin-bottom: 20px;
}