/* @override 
	http://gracecommunitybible.cpmpreview.com/css/styles.css
*/

/*
===========================================
SITE: Grace Presbyterian Chelsea
FILE: styles.css
AUTHOR: Ben Otero (ben@churchplantmedia.com)
============================================
*/

/* @group GLOBALS */

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	background: #e7e5d6;
	height: 100%;
	font-family: georgia, times, serif;
	min-width: 897px;
}

#container {
	background: #d9d4bb url(/images/bg_container.gif);
	position: relative;
}

#mainContent {
	display: block;
	width: 897px;
	margin: 0 auto;
	padding-bottom: 90px;
	position: relative;
	z-index: 12;
}

#events #mainContent {
	background: none;
}

.show {
	display: block;
}

.hidden, hr {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* @end */

/* @group HEADER */

#header {
	position: relative;
	z-index: 1000;
	height: 155px;
	background: url(/images/body_bg.jpg) repeat-x left bottom;
}

#header-inner {
	width: 897px;
	margin: 0 auto;
	position: relative;
}

#header h1,
#header h1 a {
	display: block;
	width: 525px;
	height: 76px;
}

#header h1 {
	background: url(/images/logo.png) no-repeat;
	text-indent: -999em;
	position: absolute;
	top: 16px;
	left: 0
}

#header h1 a:focus {
	outline: none;
}

#guide {
	display: block;
	width: 131px;
	height: 25px;
	background: url(/images/guide_btn.gif) no-repeat;
	text-indent: -999em;
	position: absolute;
	top: 124px;
	right: -2px;
}

#guide.on {
	background: url(/images/guide_up.gif) no-repeat;
	top: 124px;
}

#guide:focus {
	outline: none;
}

#skip {
	position: absolute;
	top: -999em;
}

#eletter {
	display: block;
	width: 233px;
	height: 34px;
	background: url(/images/eletter_btn.gif) no-repeat;
	text-indent: -999em;
	float: right;
	margin: 7px -3px 0 0;
}

#eletter:focus {
	outline: none;
}

/* @end */

/* @group SHELF */

#sitemap-wrap {
	background: #2C231C url(/images/shelf_bg.jpg) repeat-x left bottom;
	padding-bottom: 55px;
	position: relative;
	z-index: 13;
}

#sitemap {
	display: none;
	padding: 10px 0 40px 20px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#sitemap ul {
	width: 150px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sitemap li {
	float: left;
	display: inline;
}

#sitemap li a {
	font: 1.2em "Lucida Grande", verdana, sans-serif;
	color: #e0e0d3;
	text-decoration: none;
	line-height: 2em;
	display: block;
	width: 150px;
}

#sitemap li b a {
	font-weight: bold;
	color: #fff;
}

#sitemap li a:hover {
	text-decoration: underline;
}

#sitemap #close {
	display: block;
	width: 70px;
	height: 22px;
	background: url(/images/close_btn.gif) no-repeat;
	text-indent: -999em;
	position: absolute;
	right: 30px;
	bottom: 5px;
}

#sitemap #close:focus {
	outline: none;
}

/* @end */

/* @group NAVIGATION */

#nav, #nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav {
	position: absolute;
	top: 111px;
	left: 0px;
	height: 42px;
	width: 800px;
}

#nav li {
	cursor: pointer;
	float: left;
	padding-left: 3px;
	margin: 0;
}

#nav li a {
	display: block;
	padding: 2px 20px 0 17px;
	text-decoration: none;
	line-height: 46px;
	font-size: 1.3em;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #afae98;
}

#nav li a:hover {
	color: #fffefc;
}

#articles #nav li#nav_resources,
#nav li.current {
	padding-left: 3px;
	background: url(/images/nav_li_bg.gif) no-repeat left top;
}

#nav li.current li.current{
   padding: 0;
   background: none;
}

#articles #nav li#nav_resources a,
#nav li.current a {
	background: url(/images/nav_li_a.gif) no-repeat right top;
	color: #fffefc;
}

#nav li ul {
	position: absolute;
	left: -5000px;
	z-index: 1001;
	width: 180px;
	background: #2c231c;
	padding: 10px;
}

#nav li li {
	margin: 0;
	padding: 0;
}

#nav li:hover li a,
#nav li.current:hover li a {
	line-height: 20px;
	padding: 5px 10px;
	text-transform: none;
	width: 160px;
	background: none;
	height: auto;
	color: #dbd6c0;
}

#nav li li a:hover, #nav li.current li a:hover {
	background: #4b3a2e;
	color: #fff;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul {
	left: -5000px;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul {
	left: auto;
	display: block;
	top: 45px;
}

#nav li:hover ul li:hover ul {
	margin: -32px 0 0 180px;
}

#nav li.current li.current a{
   color: #fff;
}


#sermons #nav_home a,
#sermons #nav_home,
#articles #nav_home a,
#articles #nav_home {
	background: none;
	color: #afae98;
}

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	float: left;
	width: 654px;
}

#primaryContent.wide {
	float: none;
	width: 100%;
}

#banner {
	display: block;
	width: 654px;
	height: 239px;
	background: url(/images/sub_maincontent_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#banner img {
	position: relative;
	top: 10px;
	left: 10px;
}

#text {
	padding-left: 13px;
	margin-top: -10px;
	position: relative;
}

#primaryContent a {
	text-decoration: underline;
	color: #5c8238;
}

#primaryContent a:hover {
	text-decoration: none;
}

#primaryContent p,
#primaryContent li,
#primaryContent td {
	font-size: 1.3em;
	line-height: 20px;
	margin-bottom: 1em;
	color: #4b4b41;
}

#primaryContent p *,
#primaryContent li *,
#primaryContent td * {
	font-size: 1em;
	line-height: 1;
	margin: 0;
}

#primaryContent ul,
#primaryContent ol {
	margin: 1em;
	padding-left: 2em;
}

#primaryContent ul ul li {
	margin-bottom: .5em;
}

.book {
	padding-bottom: 20px;
}

img.left-align {
	float: left;
	margin: 10px 20px 10px 0;
}

img.right-align {
	float: right;
	margin: 10px 0 10px 20px;
}

img.no-border,
img.mcms_stats {
	border: 0;
}

#primaryContent fieldset {
	border: 0;
	padding: 10px 0;
}

#primaryContent input {
	padding: 4px;
}

/* @group HEADINGS */

h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

h2 {
	background: url(/images/subpage_h2.jpg) no-repeat;
	padding: 5px 13px 0;
	margin-top: -1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.7em;
	color: #413227;
}

.wide h2 {
	background-repeat: repeat-x;
}

#home h2 {
	background: url(/images/title_bg.jpg) no-repeat;
	height: 30px;
}

.article h4 {
	margin-bottom: 4px
}

.article p {
	margin-top: 3px;
}

#primaryContent h3 {
	font-size: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #904b28;
}

#primaryContent h4 {
	font-size: 1.4em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4e6b2b;
}

#primaryContent h5 {
	font-size: 1.6em;
	font-weight: normal;
	color: #474436;
}

#primaryContent h6 {
	font-size: 1.4em;
	font-weight: normal;
	color: #474436;
}

/* @end */

/* @end */

/* @group SECONDARY CONTENT */

#secondaryContent {
	float: left;
	display: inline;
	width: 228px;
	margin-left: 10px;
	position: relative;
	left: 19px;
}

.col {
	float: left;
}

/* @group SUBNAV */

#subnav {
	background: url(/images/subnav_bg.gif) repeat-y;
	width: 215px;
	margin-bottom: 30px;
}

#snav {
	padding: 20px 20px 14px;
	margin: 0;
	list-style: none;
	background: url(/images/box_top.gif) no-repeat left top;
}

.btm {
	background: url(/images/box_btm.gif) no-repeat left bottom;
	display: block;
	width: 215px;
	height: 6px;
	position: relative;
	top: 6px;
}

#snav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#snav li,
#snav li ul {
	display: none;
	margin: 0;
	padding: 0;
}

#snav li.current,
#snav li.current * {
	display: block;
}

#snav li.current li ul {
	display: none;
}

/* top item */

#snav li.current a {
	font-size: 14px;
	color: #413227;
	display: block;
	line-height: 29px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 0 0 0px 9px;
	border-bottom: 1px solid #dad9cc;
	margin-bottom: 4px;
}

/* 1st level items reset */

#snav li.current ul {
	margin-left: 9px;
}

#snav li.current li a {
	font-weight: normal;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #605248;
	font-size: 13px;
}

#snav li.current li a:hover {
	text-decoration: underline;
}

#snav li li.current a {
	background: url(/images/current_arrow.gif) no-repeat;
	color: #fffffe;
	font-weight: bold;
	position: relative;
	left: -39px;
	padding-left: 39px;
	width: 174px;
}

#snav li li.current a:hover {
	text-decoration: none;
}

#snav li li.current.active li a {
	background: none;
	font-size: 11px;
	line-height: 16px;
	color: #43433e;
	font-weight: normal;
}

#snav li li.active li a:hover {
	text-decoration: underline;
}

#snav li li.current ul {
	display: block;
	padding-top: 4px;
}

#snav li li.current li a {
	background: none;
	color: #43433e;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}

#snav li li.current li a:hover {
	text-decoration: underline;
}

#snav li li.current li.current a:hover {
	text-decoration: none;
}

#snav li li.current li.current a {
	background: url(/images/current_arrow.gif) no-repeat;
	color: #fffffe;
	line-height: 29px;
	display: block;
	position: relative;
	left: -46px;
	padding-left: 46px;
	margin-right: -30px;
}

#snav li li.current li a {
	display: block;
}

#snav li.current li.current li.current a {
	background: url(/images/children_arrow.gif) no-repeat right center;
	color: #43433e;
	left: 0;
	padding: 0;
	margin-right: 0;
	font-weight: bold;
	width: 120px;
}

/* 4th level fixes */

#snav li li.current li.current.active a {
	background: url(/images/children_arrow.gif) no-repeat right center;
	color: #43433e;
	line-height: 20px;
	width: 95%
}

#snav li li.current li.current.active li a,
#snav li li.current li.current li a {
	background: none;
	color: #43433e;
	display: block;
	line-height: 20px;
	width: 140px;
}

#snav li li.current li.current li a:hover {
	text-decoration: underline;
}

#snav li li.current li.current li.current a {
	background: url(/images/current_arrow.gif) no-repeat;
	display: block;
	line-height: 29px;
	color: #fffffe;
	position: relative;
}

#snav li li.current li.current li.current a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	position: relative;
	background: #5c513b url(/images/footer_bg.gif) repeat-x;
	z-index: 8;
	margin-top: 0px;
}

#footer-inner {
	display: block;
	width: 897px;
	margin: 0 auto;
	position: relative;
	top: -70px;
	padding-top: 118px;
	background: url(/images/maincontent_bg.jpg) no-repeat center top;
}

#footer .col {
	width: 221px;
	padding: 0 12px;
	float: left;
}

#footer h4 {
	background: url(/images/footer_h4_bg.gif) no-repeat;
	width: 199px;
	height: 30px;
	color: #fdf4bd;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 15px;
	line-height: 33px;
	position: relative;
	top: -2px;
}

/* @group LIFE JOURNAL */

#journal.col {
	padding-right: 18px;
	padding-left: 18px;
	margin-right: 10px;
	border-right: 1px solid #48463b;
}

#journal h4 {
	padding-left: 13px;
	width: 204px;
	margin: 0 0 10px -5px;
}

#journal p {
	font-size: 1.2em;
	font-family: "Lucida Grande", verdana, sans-serif;
	line-height: 1.5em;
	color: #fff;
}

#journal a {
	color: #fff;
}

#journal p.reference {
	font: italic 1.2em georgia, times, serif;
	color: #cdcdbd;
	text-transform: uppercase;
	margin-top: 5px;
}

/* @end */

/* @group FOCUS */

#focus.col {
	padding-left: 11px;
	width: 219px;
	position: relative;
	margin-left: -5px;
}

#focus h4 {
	margin: 0px 0 7px -3px;
}

#focus h5 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Lucida Grande", verdana, sans-serif;
	margin: 10px 0 9px;
}

#focus h5 a {
	color: #fff;
	text-decoration: none;
}

#focus h5 a:hover {
	text-decoration: underline;
}

#footer #focus.col p {
	font-size: 1.1em;
	color: #e1e1d4;
	font-family: "Lucida Grande", verdana, sans-serif;
	line-height: 1.5em;
}

#focus p a {
	color: #dedea5;
	font-size: 11px;
}

#focus a:hover {
	text-decoration: none;
}

/* @end */

/* @group MESSAGE */

#service-times.col {
	background: #504532 url(/images/latest_message_bg.gif) no-repeat;
	position: relative;
	top: -5px;
	border: 1px solid #473e2c;
	padding: 15px 18px 5px;
	width: 321px;
	position: relative;
	margin-left: 32px;
}

#service-times h3 {
	font-size: 1.6em;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #fefefe;
	font-weight: normal;
	background: url(/images/service_times_h3.gif) repeat-x left bottom;
	padding-bottom: 9px;
	margin-bottom: 10px;
}

#service-times h3 span {
	font-size: 12px;
}

#footer #service-times h4 {
	background: none;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	top: -9px;
	color: #bfbf8e;
	font-style: italic;
}

/* @end */

/* @group SUNDAYS */

#footer #sundays {
	width: 103px;
	padding: 6px 10px 0 0;
}

#footer #sundays.col h3 {
	background: none;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	font-family: Georgia, times, serif;
	color: #bfbf8e;
	margin: 0 0 5px;
}

#sundays p {
	font-size: 1.6em;
	color: #d6d6c7;
	line-height: 1.2em;
	margin-top: -8px;
}

/* @end */

/* @group ADDRESS */

#footer #address {
	padding: 6px 0 4px 20px;
	width: 186px;
	border-left: 1px solid #403727
}

#address p {
	font: 1.2em "Lucida Grande", verdana, sans-serif;
	color: #e3e3d7;
	line-height: 1.5em;
	margin-bottom: .2em;
}

#address a {
	display: block;
	width: 146px;
	height: 19px;
	text-indent: -999em;
	background: url(/images/map_btn.gif) 0 7px no-repeat;
	padding-top: 7px;
}

#address a:focus {
	outline: none;
}

/* @end */

/* @group FOOTER BOTTOM */

#footer-bottom {
	background: #2c221b url(/images/footer_bottom_bg.gif) repeat-x;
	width: 100%;
	min-height: 100px;
	position: relative;
	margin-top: -70px;
	z-index: 3000;
	padding-top: 70px;
}

#footer-bottom .inner {
	width: 897px;
	margin: 0 auto;
	display: block;
}

#footer-bottom p#copyright {
	font-size: 1.1em;
	color: #88795d;
	font-family: "Lucida Grande", verdana, sans-serif;
	float: left;
	margin: 5px 0 0 19px;
}

#footer-bottom p#designed {
	float: right;
	width: auto;
	margin: 1px 4px 0 0
}

#footer-bottom #cpm-logo {
	display: block;
	width: 141px;
	height: 21px;
	background: url(/images/cpm_logo.gif) no-repeat;
	text-indent: -999em;
}

#footer-bottom #cpm-logo:hover {
	background-position: left -21px;
}

#footer-bottom #cpm-logo:focus {
	outline: none;
}

#footer-bottom a {
	color: #88795d;
}

#footer-bottom a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group SERMONS */

#filter {
	margin-top: 2em;
}

#filter select {
	width: 200px;
	margin-left: 10px;
}

#filter a {
	margin-left: 20px;
}

#primaryContent h4#current {
	clear: both;
}

#primaryContent .sermonlist h4 {
	margin: 0;
	padding: 10px 0;
	clear: both;
}

.sermonbox {
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #d4d2c1;
}

#primaryContent .sermonbox h5 {
	margin: 0 0 5px;
}

#primaryContent .sermonbox h5 span {
	font-size: 10px;
	margin-left: 10px;
}

#primaryContent .sermonbox p {
	margin: 2px 0 5px;
	line-height: 1.5;
}

#primaryContent .description img {
	float: left;
	margin-right: 25px;
}

#pagination a {
	padding: 5px;
}

#pagination a.previous {
	padding-left: 0;
}

#pagination a.current {
	background: #fff;
	text-decoration: none;
}

.sermonbox ul {
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sermonbox li {
	float: left;
	display: inline;
	margin-right: 5px;
}

.sermonbox li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
}

.sermonbox li.sl_listen a {
	background: url(/images/play_icon_app.gif) no-repeat;
}

.sermonbox li.sl_download a {
	background: url(/images/download_icon_app.gif) no-repeat;
}

.sermonbox li.sl_notes a {
	background: url(/images/notes_icon_app.gif) no-repeat;
}

.sermonbox li.sl_video a {
	background: url(/images/video_icon_app.gif) no-repeat;
}

.sermonbox li a:focus {
	outline: none;
}

/* @group COMMENTS */

#comments {
	display: block;
	clear: both;
	margin-top: 2.5em;
}

.comment {
	padding: 10px 0;
	clear: both;
}

.comment-name {
	font-size: 14px;
	font-weight: bold;
}

.comment-text {
	font-size: 13px;
	color: #4b4b41;
	line-height: 18px;
}

#comments form {
	margin: 2.5em 0;
}

#comments textarea {
	width: 50%;
	height: 75px;
	margin-bottom: 1.5em;
}

/* @end */

/* @group MEDIA BOX */

#primaryContent ul#byline {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#primaryContent #byline li {
	line-height: 1.5;
	margin: 2px 0 0 0;
	padding: 0;
}

#mediabox {
	padding: 20px;
	margin: 0;
	background: url(/images/subnav_bg.gif) repeat-y;
	width: 175px;
}

#mediabox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mediabox li {
	padding: 4px 0 4px 20px;
}

#mediabox li a {
	font-size: 1.2em;
	color: #3d4b4e
}

#mediabox li a:hover {
	text-decoration: none;
}

#mediabox li#mb_links {
	margin: -20px -20px 0;
	background: url(/images/box_top.gif) no-repeat;
	padding: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #1d2426;
}

#mediabox li#mb_jukebox {
	background: url(/images/play_icon_app.gif) no-repeat left 2px;
}

#mediabox li#mb_download {
	background: url(/images/download_icon_app.gif) no-repeat left 2px;
}

#mediabox li#mb_notes {
	background: url(/images/notes_icon_app.gif) no-repeat left 2px;
}

#mediabox li#mb_video {
	background: url(/images/video_icon_app.gif) no-repeat left 2px;
}

#mediabox li#mb_podcast {
	background: url(/images/feed_icon_app.gif) no-repeat left 2px;
}

#mediabox .btm {
	margin: 20px -20px -20px;
}

/* @end */

/* @group HOW IT WORKS */

#primaryContent #how-it-works {
	display: block;
	height: 20px;
	margin: 2.5em 0;
	padding: 5px;
	list-style: none;
	background: #f6f5f0;
	border: 2px solid #d4d2c1;
}

#how-it-works li {
	padding-left: 20px;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	float: left;
	display: inline;
	margin-right: 10px;
}

#how-it-works li#how {
	font-weight: bold;
	margin-right: 20px;
	padding: 0;
}

#how-it-works li#play {
	background: url(/images/play_icon.gif) no-repeat left center;
}

#how-it-works li#notes {
	background: url(/images/notes_icon.gif) no-repeat left center;
}

#how-it-works li#video {
	background: url(/images/video_icon.gif) no-repeat left center;
}

#how-it-works li#save {
	background: url(/images/download_icon.gif) no-repeat left center;
}

/* @end */

/* @group SORTING */

#sorting {
	background: url(/images/subnav_bg.gif) repeat-y;
	padding: 20px;
	width: 175px;
}

#sorting h3 {
	margin: -20px -20px 0;
	background: url(/images/box_top.gif) no-repeat;
	padding: 20px;
	color: #413227;
	font-size: 1.4em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#sorting .btm {
	margin: 20px -20px -20px;
}

#sorting label,
#sorting select {
	display: block;
}

#sorting label {
	font: bold 1.3em "Lucida Grande", arial, sans-serif;
	margin-bottom: .5em;
	color: #1d2426;
}

#sorting select {
	width: 100%;
	margin-bottom: 1em;
}

#sorting a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background: #914B28;
	margin: 15px 0 0;
}

#sorting a:hover {
	background: #fff;
	color: #3d4b4e
}

#secondaryContent p.feed {
	padding: 0 20px;
	margin: 0 0 20px;
}

/* @end */

/* @end */

/* @group CALENDAR */

.calendar {
	margin-bottom: 25px;
	border: 1px solid #d4d2c1;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
	width: 100%;
	
}

.calendar caption {
	padding-bottom: 10px;
	font-size: 1.6em;
}

.calendar th {
	padding: 6px 0;
	background: #d2ccb0;
	color: #898364;
	font-size: 1em;
	font-weight: normal;
	font-family: "Lucida Grande", arial, sans-serif;
}

.calendar td {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #e1e1d4;
	border-left: 0;
	border-top: 0;
	background: #f8f5e9;
	color: #1d2426;
	font-size: 12px;
	vertical-align: top;
}

.calendar td a {
	color: #FCFDFE;
	text-decoration: none;
}

#primaryContent .calendar ul {
	margin: .5em 0 0 .5em;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

.calendar td li {
	margin-bottom: .75em;
	font-size: 1.1em;
	line-height: 1.2;
}

.calendar td li a {
	color: #FFF;
	text-decoration: underline;
}

#quicklinks {
    margin-left: 15px;
    margin-right: -30px;
    width: 134px;
}
#quicklinks img{border:none;}

#get-to-know {
    background: url("/images/starbucks_bg.jpg") no-repeat scroll 0 0 transparent;
    height: 104px;
    margin-bottom: 0;
    padding: 20px 0 0 78px;
    position: relative;
    width: 308px;
}

/* @end */


/* @group MINI */

#calendar {
	width: 210px;
	position: relative;
	padding-left:22px;
}

#calendar table {
	border-collapse: collapse;
	margin-bottom: 12px
}

#calendar th {
	padding: 3px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#calendar caption {
	background: url(/images/cal_caption_bg.gif) no-repeat right 2px;
	padding: 0 0 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #52483d;
	font-family: "Lucida Grande", arial, sans-serif;
	width: 100%;
}

#calendar caption em {
	font-style: normal;
	font-weight: normal;
}

#calendar caption span {
	height: 11px;
	width: 12px;
	padding-top: 2px;
}

#calendar caption a {
	display: block;
	height: 11px;
	width: 12px;
	text-indent: -999em;
}

#calendar caption a:focus {
	outline: none;
}

#calendar caption span.nextMonth {
	position: absolute;
	top: 0;
	right: 0px;
}

#calendar caption span.prevMonth {
	position: absolute;
	top: 0;
	right: 18px;
}

#calendar caption span img {
	width: 12px;
	height: 11px;
	display: block;
	float: left;
	vertical-align: bottom;
}

#calendar td {
	width: 25px;
	height: 22px;
	padding: 4px 2px 2px;
	border: 1px solid #dcd7bf;
	border-right: 0;
	border-top: 0;
	background: #f8f5e9;
	color: #656555;
	font-size: 9px;
	font-family: "Lucida Grande", arial, sans-serif;
	vertical-align: top;
}

#calendar td.empty {
	background: #f0ecdb;
}

#calendar .linked-day {
	background: #f8f1c6
}

#calendar td a {
	color: #262620;
	text-decoration: none;
	display: block;
	width: 25px;
	height: 22px;
	background: #f8f1c6;
	margin: -4px -2px -2px;
	padding: 4px 2px 2px;
}

#calendar ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#calendar li {
	display: block;
	line-height: 28px;
	padding: 8px 0;
	border-bottom: 1px solid #cec8ae;
	font-size: 1.1em;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #999989;
}

#calendar .last {
	border: 0;
}

#calendar li a {
	float: left;
	color: #4c4c42;
	text-decoration: none;
}

#calendar li a:hover {
	text-decoration: underline;
}

#calendar li span {
	float: right;
}

#traildiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	visibility: hidden;
	width: 140px;
	height: 100px;
	color: #FFF;
	margin-bottom: 1.75em;
}

#traildiv ul {
	padding: .95em;
	padding-bottom: 0.3em;
	background: #3b2f27;
	font-size: 1.1em;
	margin-bottom: .75em;
}

#traildiv li {
	color: #FFF;
	margin-left: 1em;
	margin-bottom: .75em;
}

#traildiv a {
	color: #FFF;
	text-decoration: none;
}

/* @end */

#subscribe {
	padding: 2px 0 2px 20px;
	background: url(/images/feed_icon.gif) no-repeat left center;
	font-size: 1.3em;
	margin: 1.5em 0;
	color: #5c8238;
}

/* @group Booklist */

.booklist-box {
	padding: 20px;
	background: #E8E5D2;
	margin-bottom: 14px;
}

#primaryContent .booklist-box p {
	font-size: 1.2em;
	margin: 0;
}

#books #primaryContent {
	position: relative;
}

#primaryContent p#booklist-return {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.bookbox {
	margin-bottom: 30px;
	min-height: 150px;
	_height: 150px;
}

.bookbox img {
	width: 125px;
	float: right;
	margin: 0 0 20px 20px;
}

#booklist h3 {
	font-size: 1.8em;
}

/* @end  */

/* @group EINVITE */

#einvite form,
#einvite fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#einvite form#einvite-form {
	margin-bottom: 20px;
}

#einvite #primaryContent ol {
	padding: 0;
	list-style: none;
}

#einvite #primaryContent ol li {
	display: block;
}

#einvite input,
#einvite label {
	display: block;
	margin-bottom: .5em;
}

#einvite input,
#einvite textarea {
	width: 75%;
}

#einvite #primaryContent textarea {
	height: 150px;
	font-size: 1.2em;
}

#einvite input.submit {
	width: auto;
}

#einvite #primaryContent input {
	font-size: 1.1em;
}

#einvite #primaryContent input.input_hidden {
	padding: 0;
}

/* @end */

/* @group Misc */

#events .events {
	margin-bottom: 30px;
}

/* @end  */
span.prevMonth a{
    display: block;
	width: 12px;
	height: 12px;
	background: url(/images/minical_previous.gif) no-repeat;
	text-indent: -999em;
}
span.nextMonth a{
    display: block;
	width: 12px;
	height: 12px;
	background: url(/images/minical_next.gif) no-repeat;
	text-indent: -999em;
}

.jquery-lightbox-html
{
	padding: 0 17px!important;
}


