/* -- Global Defaults -- */

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #FFF url(/images/common/body-bg.gif) repeat-x;
}

img {
	border: 0;
}

p {
	margin: 15px 0;
}

a {
	color: #336666;
}

a:hover {
	color: #339999;
}

a:active,
a:focus,
object {
	outline: none;
}

h2 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 26px;
	line-height: 110%;
	cursor: default;
}

h3 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 110%;
	cursor: default;
}


h4 {
	margin: 20px 0 -5px;
	font-size: 16px;
	line-height: 18px;
	cursor: default;
}

hr {
	border: 0;
	height: 1px;
	background-color: #C2C2C2;
	color: #C2C2C2;
	margin: 0;
}



/* -- Lists -- */

ul,
ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	vertical-align: top;
}

ul.list,
ol.list,
.default-lists ul,
.default-lists ol {
	list-style-type: disc;
	margin: 15px 0 15px 15px;
	padding-left: 10px;
}

ul.list ul,
ul.list ol,
ol.list ol,
ol.list ul,
.default-lists ul ul,
.default-lists ul ol,
.default-lists ol ol,
.default-lists ol ul {
	list-style-type: circle;
	margin: 0 0 0 15px;
	padding-left: 10px;
}

ol.list,
.default-lists ol {
	list-style-type: decimal;
}

ol.list ol,
.default-lists ol ol {
	list-style-type: lower-alpha;
}

ul.list li,
ol.list li,
.default-lists li {
	vertical-align: middle;
}


/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}



/* -- Blocks -- */

.block {
	display: block;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.clear {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.photo-left,
.photo-right,
.photo-center {
	display: inline;
	float: left;
	margin: 3px 10px 10px 0;
	color: #57585B;
	text-align: center;
	font-size: 90%;
}

.photo-right {
	float: right;
	margin: 5px 0 10px 10px;
}

.photo-center {
	display: block;
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.photo-box {
	padding: 8px 0 0 0;
	background: url(/images/common/photo-box.gif) no-repeat;
	margin: 0 0 15px 0;
}

.photo-box img {
	display: block;
	padding: 0 8px 8px 8px;
	background: url(/images/common/photo-box.gif) left bottom no-repeat;
}

.photo-box br {
	display: none;
}

.gallery-link {
	text-align: center;
}

.gallery-link p {
	margin-bottom: 2px;
}

.caption {
	font-size: 90%;
}

a.arrows,
a.arrows:hover {
	font-size: 12px;
	line-height: 16px;
	background: url(/images/common/arrows.gif) 0 3px no-repeat;
	padding-left: 13px;
}


/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
	background: #FDF4D7;
	border: 1px solid #FAE087;
	color: #333;
}


.none-found {
	margin: 100px 0;
	text-align: center;
	font-size: 120%;
}

/* -- Pagination -- */

div.pagination {
	height: 30px;
	padding: 15px 0 10px;
}

div.pagination div {
	position: relative;
	float: left;
	left: 50%;
	text-align: left;
}

div.pagination ul {
	position: relative;
	list-style-type: none;
	left: -50%;
}

div.pagination ul li {
	position: relative;
	float: left;
}

div.pagination ul li a {
	display: block;
	margin-right: 3px;
	padding: 0;
	width: 28px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #F4F2EC;
	border-bottom: 1px solid #D5CCBC;
	border-right: 1px solid #D5CCBC;
    -moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
    border-radius: 4px;
}

div.pagination ul li a span {
	display: block;
	height: 18px;
	padding: 4px 0 0;
	overflow: hidden;
	cursor: pointer;
}

div.pagination ul .selected a {
	font-weight: bold;
	background: #5A8E92;
	color: #FFF;
	border: 1px solid #FFF;
}


div.pagination ul .disabled a,
div.pagination ul .disabled a:hover {
	color: #CCC !important;
	cursor: default;
}

div.pagination ul .disabled a span,
div.pagination ul .disabled a:hover span {
	cursor: default;
}

div.pagination li.elipsis {
	padding: 0 7px 0 5px;
}




/* -- Layout -- */

#layout {
	width: 1000px;
	margin: 0 auto;
	padding: 0 5px 20px;
	overflow: hidden;
	text-align: left;
	background: url(/images/common/layout-bg.gif) no-repeat;
}



/* -- Header -- */

#header {
	height: 142px;
	padding: 0 11px;
	overflow: hidden;
	background: #487779 url(/images/common/header-bg.gif) repeat-x;
}

#header h1 {
	margin: 10px 0 0;
	float: left;
}

#header h1 a {
	display: block;
	width: 330px;
	height: 1px;
	padding: 95px 0 0;
	overflow: hidden;
	background: url(/images/common/mapc-logo.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/common/mapc-logo.png", sizingMethod="crop");
	_background: none;
	cursor: pointer;
}



/* -- Dashboard -- */

#dashboard {
	float: right;
	width: 333px;
	height: 84px;
	padding: 0;
	margin: 15px 0 0;
	text-align: center;
	background: url(/images/common/dashboard-bg.png) no-repeat;
	cursor: default;
}

#dashboard ul {
	width: 300px;
	height: 13px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
}

#dashboard ul li {
	float: left;
	padding: 0 14px;
	height: 13px;
	overflow: hidden;
	border-right: 1px solid #9AB6B7;
}

#dashboard ul li.last {
	padding-right: 0;
	border-right: 0;
}

#dashboard ul li a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

#dashboard #search {
	display: block;
	text-align: left;
	height: 24px;
	padding: 9px 22px;
	background: url(/images/common/search-bg.gif) 22px 9px no-repeat;
}

#dashboard #search p {
	padding: 0;
	margin: 0;
}

#dashboard #search input {
	float: left;
}

#dashboard #search #query {
	width: 224px;
	border: 0;
	background: none;
	padding: 3px;
}



/* -- Navigation -- */

#navigation {
	clear: both;
	height: 36px;
	margin: 0 4px;
	background: url(/images/common/navigation-bg.gif) 0 4px no-repeat;
}

#navigation li {
	float: left;
	text-align: center;
	height: 36px;
	overflow: hidden;
}

#navigation li a {
	display: block;
	color: #F4F2EC;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 5px;
	cursor: pointer;
	text-decoration: none;
}

#navigation li a:hover {
	color: #FFF;
}

#navigation li.selected a,
#navigation li.selected a:hover {
	color: #346F72;
	background: url(/images/common/navigation-selected.gif) no-repeat;
}

#navigation li a span {
	display: block;
	height: 24px;
	padding: 12px 5px 0 0;
	cursor: pointer;
}

#navigation li.selected a span,
#navigation li.selected a:hover span {
	background: url(/images/common/navigation-selected.gif) right top no-repeat;
}

/*
#navigation #nav-index {
	width: 95px;
}

#navigation #nav-calendar {
	width: 105px;
}

#navigation #nav-worship {
	width: 105px;
}

#navigation #nav-giving {
	width: 95px;
}

#navigation #nav-education {
	width: 110px;
}

#navigation #nav-fellowship {
	width: 115px;
}

#navigation #nav-outreach {
	width: 115px;
}

#navigation #nav-music {
	width: 90px;
}

#navigation #nav-nursery {
	width: 140px;
}

#navigation #nav-about {
	width: 95px;
}
*/

#navigation #nav-index {
	width: 80px;
}

#navigation #nav-calendar {
	width: 95px;
}

#navigation #nav-worship {
	width: 95px;
}

#navigation #nav-giving {
	width: 85px;
}

#navigation #nav-education {
	width: 110px;
}

#navigation #nav-fellowship {
	width: 115px;
}

#navigation #nav-outreach {
	width: 105px;
}

#navigation #nav-music {
	width: 85px;
}

#navigation #nav-nursery {
	width: 110px;
}

#navigation #nav-about {
	width: 90px;
}

/* -- Content -- */

#content {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 15px;
}

#content h2 {
	color: #48271A;
	font-size: 24px;
	line-height: 26px;
	margin: 10px 0;
	padding: 0;
}

.largetext #page #page-content {
	font-size: 1em;
}


/* -- Footer -- */

#footer {
	width: 970px;
	height: 26px;
	border-top: 1px solid #D5CCBC;
	padding: 12px 0 18px;
	margin: 0 15px;
	text-align: center;
	color: #7C7970;
	font-size: 12px;
	line-height: 14px;
}

#footer a {
	padding: 10px;
	text-decoration: none;
}

#credit {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #7C7970;
}

#credit a {
	color: #7C7970;
}

#credit a:hover {
	text-decoration: underline;
}

/* -- Page -- */

#page {
	width: 100%;
	overflow: hidden;
	background: #F4F2EC;
}

#page #page-subnav {
	float: left;
	width: 238px;
	padding: 15px;
	overflow: hidden;
}

#page #page-subnav h2,
#page #page-single h2 {
	margin: 3px 0 20px;
	color: #333;
}

#page #page-subnav ul.subnav {
	margin: 0;
	padding: 0;
}

#page #page-subnav ul.subnav li {
	display: block;
	padding: 6px 0;
	font-size: 14px;
	line-height: 17px;
	border-bottom: 1px solid #E2DED3;
}

#page #page-subnav ul.subnav li a {
	display: block;
	padding-left: 5px;
	text-decoration: none;
}

#page #page-subnav ul.subnav li.last {
	border-bottom: 0;
}

#page #page-subnav ul.subnav li.selected {
	background: #5A8E92;
}

#page #page-subnav ul.subnav li.selected a {
	color: #FFF;
}

#page #page-content {
	float: left;
	width: 682px;
	padding: 15px 0 15px 20px;
	overflow: hidden;
	background: #FFF;
	color: #333;
	font-size: .8em;
	line-height: 150%;
}

#page #page-content h3 {
	width: 445px;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 26px;
	line-height: 110%;
	color: #333;
}

#page #page-tools {
	float: right;
	margin: 0;
	padding: 0;
}

#page #page-tools li {
	float: left;
}

#page #page-tools li a {
	display: block;
	padding: 0 18px 2px;
	font-size: 12px;
	line-height: 14px;
	color: #6D6A5F;
	text-decoration: none;
}

#page #page-tools li a:hover {
	background-position: 0 -17px;
	color: #57554F;
}

#page #page-tools-print a {
	background: url(/images/common/tools-print-btn.gif) no-repeat;
}

#page #page-tools-text a {
	background: url(/images/common/tools-text-btn.gif) no-repeat;
}

#page #page-tools-share a {
	background: url(/images/common/tools-share-btn.gif) no-repeat;
}

#page #page-tools li.smaller a {
	background-position: 0 -34px;
}

#page #page-tools li.smaller a:hover {
	background-position: 0 -51px;
}

#share-tools {
	display: none;
	width: 95px;
	position: absolute;
	z-index: 9999;
	margin-left: 575px;
	margin-top: 20px;
}

#share-tools img {
	display: block;
	float: left;
}

#page #page-columns,
#page #page-single {
	width: 100%;
	overflow: hidden;
	background: #FFF;
}

#page #page-single  {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#page #page-columns-left {
	float: left;
	width: 460px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#page #page-columns-left .photo-left,
#page #page-columns-left .photo-right {
	padding: 2px;
	border: 1px solid #E2E2E2;
}

#page #page-columns-right {
	float: right;
	width: 206px;
}

#page .sidebar-box {
	border: 1px solid #E7E1D8;
	padding: 0 10px;
	font-size: 90%;
	line-height: 130%;
	margin: 0 3px 15px;
}

#page .arrow {
	padding-left: 12px;
	background: url(/images/common/arrow-green.gif) 2px 4px no-repeat;
}

#page .details {
	display: block;
	font-size: 90%;
	line-height: 120%;
	color: #666;
}

#page div#subcats {
	border: 1px solid #E7E1D8;
	border-bottom:  0;
}

#page div#subcats a {
	display: block;
	padding: 2px 0 2px 18px;
	border-bottom: 1px solid #E7E1D8;
	background: url(/images/common/arrow-green.gif) 9px 7px no-repeat;
	text-decoration: none !important;
}

#page div#subcats li.selected {
	background: #F4F2EC;
}

#page div#subcats li.selected a {
	color: #333;
}



/* -- Generic Form -- */

form.generic-form {
	display: block;
	width: 448px;
	margin: 15px 95px;
	padding: 3px;
	border: 1px solid #D5CCBC;
	font-size: 13px;
}

form.generic-form p {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 0 1px;
	border-bottom: 1px solid #F4F2EC;
	background: #FFF;
}

form.generic-form p.center {
	padding: 20px 0;
	background: #F4F2EC;
}

form.generic-form p label {
	display: block;
	float: left;
	width: 143px;
	padding: 3px 0 4px 6px;
}

form.generic-form input.input {
	width: 270px;
}

form.generic-form textarea.textarea {
	width: 270px;
}

form.generic-form p.checkbox label {
	margin-left: 125px;
	display: inline;
	width: auto;
	float: none;
}

form.generic-form p.captcha span.left {
	padding-top: 12px;
}

form.generic-form p.captcha span.left input.input {
	width: 65px;
}

form.generic-form p.captcha span.right {
	padding-right: 25px;
}

.generic-form-success {
	font-size: 16px;
	text-align: center;
	padding: 50px 0;
}


/* -- Calendar -- */

div#minicalendar {
	border: 1px solid #D5CCBC;
	margin-bottom: 20px;
	background: #FFF;
}

div#minicalendar div#minicalendar-head {
	height: 28px;
	margin-bottom: 1px;
	overflow: hidden;
	background: #D5CCBC;
}

div#minicalendar div#minicalendar-head .left,
div#minicalendar div#minicalendar-head .right {
	display: block;
	height: 1px;
	width: 13px;
	padding-top: 20px;
	overflow: hidden;
}

div#minicalendar div#minicalendar-head .left {
	position: relative;
	background: url(/images/common/minicalendar-arrows.gif) 7px 8px no-repeat;
}

div#minicalendar div#minicalendar-head .left:hover {
	background-position: 7px -11px;
}

div#minicalendar div#minicalendar-head .right {
	position: relative;
	background: url(/images/common/minicalendar-arrows.gif) -13px 8px no-repeat;
}

div#minicalendar div#minicalendar-head .right:hover {
	background-position: -13px -11px;
}

div#minicalendar div#minicalendar-head strong {
	position: relative;
	display: block;
	float: left;
	width: 210px;
	padding-top: 5px;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	cursor: default;
}

div#minicalendar div#minicalendar-head strong a {
	color: #FFF;
	text-decoration: none;
}

div#minicalendar div#minicalendar-grid {
	margin: 2px 0 2px 2px;
}

div#minicalendar ul {
	display: block;
	width: 231px;
	overflow: hidden;
	border-top: 1px solid #F4F2EC;
	border-left: 1px solid #F4F2EC;
}

div#minicalendar ul li {
	display: block;
	float: left;
	width: 32px;
	height: 31px;
	border-right: 1px solid #F4F2EC;
	border-bottom: 1px solid #F4F2EC;
}

div#minicalendar ul li a {
	display: block;
	width: 32px;
	height: 23px;
	overflow: hidden;
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
	color: #D5CCBC;
	cursor: default;
	text-decoration: none;
}

div#minicalendar ul li.on a {
	color: #71685B;
	cursor: pointer;
}

div#minicalendar ul li.on a:hover {
	background: #5A8E92;
	color: #FFF;
}

div.event-day {
	width: 681px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(/images/calendar/calendar-day-bg.gif) left bottom no-repeat;
}

div.event-date {
	float: left;
	width: 61px;
	padding: 25px 10px;
	text-align: center;
	font-size: 32px;
	color: #D5CCBC;
	background: url(/images/calendar/calendar-day-bg.gif) left top no-repeat;
}	

div.event-content {
	float: right;
	width: 580px;
	padding: 10px 10px 0;
	overflow: hidden;
	background: url(/images/calendar/calendar-day-bg.gif) right top no-repeat;
}

div.event-day p {
	margin: 0;
	padding: 10px 0;
	line-height: 115%;
}

div.event-day a.title {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

div.event-day span.times {
	font-size: .85em;
	color: #666;
	line-height: 200%;
}

a#calendar-return {
	padding-left: 18px;
	background: url(/images/common/calendar-btn.gif) left -14px no-repeat;
}

a#calendar-return:hover {
	background-position: left 2px;
}

p#calendar-times span {
	font-size: .85em;
	color: #666;
	line-height: 200%;
}

p#calendar-related {
	margin-top: 40px;
}


/* -- Shopping Cart -- */

form#cart-form,
form#cart-checkout {
	font-size: 13px;
	border-bottom: 1px solid #D5CCBC;
}

form#cart-form th,
form#cart-checkout th {
	border-bottom: 1px solid #D5CCBC;
}

form#cart-form tr.alt,
form#cart-checkout tr.alt  {
	background: #F4F2EC;
}

div#cart-subtotal {
	float: right;
	margin-top: 30px;
	padding: 10px 20px;
	border: 1px solid #D5CCBC;
}

div#cart-subtotal .label {
	text-align: right;
	font-weight: bold;
}

div#cart-continue {
	float: left;
	padding: 40px 5px;
	font-weight: bold;
}

div#cart-shipping-billing {
	padding: 10px 50px;
	margin: 0 180px 20px;
	background: #F4F2EC;
	border: 10px solid #D5CCBB;
	color: #3D2216;
}

div#cart-sb-cols {
	width: 100%;
	overflow: hidden;
}

div#cart-sb-left {
	float: left;
	width: 50%;
	border-right: 1px solid #D5CCBC;
}

div#cart-sb-right {
	float: right;
	width: 210px;
}

div#cart-sb-cols label {
	display: block;
	padding-bottom: 3px;
}

div#cart-sb-cols .input,
div#cart-sb-cols select {
	width: 200px;
	padding: 4px;
	border: 1px solid #D5CCBC;
}

div#cart-sb-cols select {
	padding: 3px;
}

div#cart-sb-cols select optgroup {
	font-style: normal;
}

div#cart-checkout-subtotal {
	border-top: 1px solid #D5CCBC;
	padding: 5px;
	text-align: right;
	margin-bottom: 10px;
}



/* --  Sermons -- */


ul#sermon-list {
	margin: 20px 0;
}

ul#sermon-list li {
	padding-bottom: 20px;
	color: #555;
}

ul#sermon-list li a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

div#sermon h4 {
	margin-bottom: 2px;
}

div#sermon sup a {
	text-decoration: none !important;
}

div#sermon-details {
	width: 100%;
	overflow: auto;
	font-size: 90%;
	line-height: 135%;
}

img#sermon-preacher {
	float: left;
	margin: 16px 8px 16px 0;
	padding: 1px 2px 2px 1px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

div#preacher {
	padding-top: 10px;
}

div#sermons-subcats {
	border: 1px solid #E7E1D8;
	border-bottom:  0;
}

div#sermons-subcats a {
	display: block;
	padding: 2px 0;
	width: 100%;
	border-bottom: 1px solid #E7E1D8;
	text-align: center;
	text-decoration: none !important;
}

div#sermons-subcats li.selected {
	background: #F4F2EC;
}

div#sermons-subcats li.selected a {
	color: #333;
}


/* --  Education -- */

div.education-event {
	padding: 15px 20px 0;
	background: url(/images/common/icon-event.gif) 3px 19px no-repeat;
}

div.education-event a.title {
	font-weight: bold;
}

div.education-event div.description {
	display: none;
	position: absolute;
	width: 350px;
	background: #EBF1F1;
	border: 1px solid #364E4E;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: -8px;
	padding: 6px 10px 6px;
	font-size: 12px;
	line-height: 14px;
}

div.education-event div.details {
	padding-top: 3px;
	font-size: 11px !important;
}


/* --  Staff -- */

ul#staff-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 15px;
}

ul#staff-list li {
	padding-bottom: 25px;
	color: #555;
}

ul#staff-list li a {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

ul#staff-list li img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 1px 2px 2px 1px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}


/* -- News -- */

ul#news-list {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-top: 10px;
}

ul#news-list li {
	padding: 5px 0;
}

ul#news-list li a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

ul#news-list li p.details {
	margin: 2px 0;
	font-size: .85em;
}

ul#news-list li p.description {
	margin: 0;
}

div#letter h4 {
	padding: 8px 1px;
	color: #255051;
	font-size: 18px;
	font-weight: normal;
	background: #EBF1F1;
	border: 1px solid #C4D4D4;
	text-align: center;
	margin: 30px 0 10px;
}

div#letter h5 {
	font-size: 15px;
	margin: 20px 0 0;
}

div#letter div#worship-schedule {
	background: #FEF7DE;
	border: 1px solid #FAE087;
	padding: 7px;
	margin-top: 25px;
}

div#letter div#worship-schedule h4 {
	background: none;
	border: none;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px;
	color: #48271A;
}


/* -- Blogs -- */

#blog {
	width: 680px;
	padding-top: 5px;
	overflow: hidden;
}

#blog-head {
	height: 200px;
	overflow: hidden;
}

#blog-left {
	float: left;
	width: 490px;
}

#blog-right {
	float: right;
	width: 162px;
}

#blog-right .box {
	width: 150px;
	padding: 5px;
	border: 1px solid #E7E1D8;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #555;
}

.blog-post {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E1D8;
	margin-bottom: 20px;
}

.blog-post .title {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

#blog .rss {
	display: block;
	height: 14px;
	padding-top: 2px;
	padding-left: 22px;
	background: url(/images/common/icon-rss.gif) no-repeat;
	text-decoration: none;
}

#blog #comments .comment {
	border-bottom: 1px solid #E7E1D8;
}

#blog #comments .comment-info {
	font-size: 11px;
	color: #666;
}

#blog #comment-form p {
	width: 100%;
	overflow: hidden;
}

#blog #comment-form label {
	float: left;
	width: 130px;
}

#blog #comment-form .input {
	float: right;
	width: 350px;
}

#blog #comment-body {
	float: right;
	width: 350px;
}

#blog #comment-form div {
	float: right;
}

#blog #comment-captcha {
	width: 120px !important;
}

/* -- Sitemap / 404 -- */

div#page-not-found {
	border: 1px solid #CCC; 
	background: #F2F2F2; 
	width: 75%;
	margin: 20px auto 10px;
	padding: 20px 0;
	text-align: center;
}

div#page-not-found .input {
	width: 500px;
	font-family: verdana;
	font-size: 11px;
}

ul#sitemap {
	display: block;
	width: 75%;
	margin: 0 auto;
	padding-top: 30px;
}

ul#sitemap ul {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

ul#sitemap li {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	font-size: 18px;
}

ul#sitemap li a {
	float: left;
	text-decoration: none;
}

ul#sitemap ul {
	display: block;
	float: right;
	padding: 0;
	width: 65%;
	overflow: hidden;
}
ul#sitemap ul li {
	float: left;
	width: 42%;
	padding: 3px 0 3px 10px;
	margin: 0;
	font-size: 12px;
	border: 0;
	background: url(/images/common/arrow-green.gif) 0 6px no-repeat;
}

ul#sitemap ul li a {
	float: none;
}


/* -- Search Results -- */

ul#search-results p {
	line-height: 120%;
	margin: 5px 0 20px;
}

ul#search-results a {
	font-size: 120%;
}

/* -- Photo Lightbox -- */

.lightbox {
	cursor: pointer;
}

#gallery {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 650px;
	height: 525px;
	text-align: left;
}

#gallery-bg {
	width: 650px;
	height: 525px;
	background: url(/images/common/gallery-bg.png) no-repeat;
}

#gallery-fg {
	position: absolute;
	padding: 10px;
	width: 630px;
	height: 505px;
	cursor: default;
}

#gallery-fg h1 {
	margin: 0;
	padding: 1px 8px 0;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	cursor: default;
}

#gallery-close {
	position: relative;
	display: block;
	float: right;
	width: 21px;
	height: 1px;
	padding-top: 24px;
	overflow: hidden;
	background: url(/images/common/gallery-close.gif) no-repeat;
	cursor: pointer;
}

#gallery-close:hover {
	background: url(/images/common/gallery-close.gif) 0 -21px no-repeat;
}

#gallery-intro {
	color: #EEE;
	font-size: 15px;
}

#gallery-intro a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#gallery-intro a:hover {
	border-bottom: 1px solid #FFF;
}

#gallery-photo {
	position: relative;
	width: 580px;
	padding: 0 35px;
	overflow: hidden;
}

#gallery .single-photo #gallery-photo {
	width: 604px;
	padding: 0 12px;
}

#gallery-photo a#gallery-nav-back,
#gallery-photo a#gallery-nav-next {
	position: relative;
	display: block;
	float: left;
	width: 27px;
	height: 43px;
	margin-top: 210px;
	cursor: pointer;
}

#gallery-photo a#gallery-nav-back span,
#gallery-photo a#gallery-nav-next span {
	display: block;
	width: 27px;
	height: 43px;
}

#gallery-nav-back span {
	background: url(/images/common/gallery-nav.gif);
}

#gallery-nav-back:hover span {
	background: url(/images/common/gallery-nav.gif) 0 -43px;
}

#gallery-nav-back span.disabled,
#gallery-nav-back:hover span.disabled {
	background: url(/images/common/gallery-nav.gif) 0 -86px;
	cursor: default;
}

#gallery-nav-next span {
	background: url(/images/common/gallery-nav.gif) -27px 0;
}

#gallery-nav-next:hover span {
	background: url(/images/common/gallery-nav.gif) -27px -43px;
}

#gallery-nav-next span.disabled,
#gallery-nav-next:hover span.disabled {
	background: url(/images/common/gallery-nav.gif) -27px -86px;
	cursor: default;
}

#gallery #photo-pad {
	float: left;
	width: 426px;
	height: 490px;
	padding: 10px 41px 0;
}

#gallery .single-photo #photo-pad {
	width: 600px;
	padding: 10px 0 0;
}

#gallery .images-loading {
	background: url(/images/common/gallery-load.gif) center 216px no-repeat;
}

#gallery #photo-container {
	width: 100%;
	text-align: center;
	cursor: default;
}

#gallery #photo {
	display: none;
	margin: 0 auto;
	background: #000;
	border: 2px solid #DBDCDE;
}

#gallery #photo-caption {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding: 5px 0;
	cursor: default;
}

#gallery #photo-caption a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#gallery #photo-caption a:hover {
	border-bottom: 1px solid #FFF;
}

#photo-gallery {
	width: 100%;
	overflow: hidden;
	
}

#photos-list li {
	width: 130px;
	height: 170px;
	padding: 15px 15px 0;
	float: left;
	text-align: center;
}

#photos-list li img {
	display: block;
	padding: 1px;
	border: 1px solid #CCC;
	margin-bottom: 2px;
}




/*-- PRINT --*/

@media print {
	
	html,
	body {
		width: auto;
		height: auto;
		margin: auto;
		padding: auto;
		text-align: left;
		background: #FFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.2em;
		color: #000;
	}
	
	h1,
	h1 span,
	h2 {
		margin: auto;
		padding: 0;
		color: #000 !important;
	}

	a {
		color: #000 !important;
		text-decoration: none !important;
	}

	#layout {
		width: auto;
		margin: 0;
		padding: 0;
		background: none;
		overflow: visible;
	}

	#header {
		height: 50px;
		padding: 0;
		overflow: visible;
		background: none;
		_filter: none;
	}
	
	#header h1 {
		float: none;
		font-size: 1.5em;
	}
	
	#header h1 a {
		width: auto;
		height: auto;
		padding: 0;
		overflow: visible;
		background: none;
	}
		
	#dashboard {
		display: none;
	}
	
	#navigation {
		display: none;
	}

	#content {
		min-height: none;
		padding: 0;
		margin: 0;
		overflow: visible;
	}
		
	#page {
		overflow: visible;
		padding: 0;
		margin: 0;
		background: none;
		overflow: visible;
	}
	
	#page #page-subnav {
		display: none;
	}
	
	#page #page-subnav h2 {
		margin: 6px 0 18px;
		color: #000;
	}
	
	#page #page-subnav ul.subnav {
		display: none;
	}
	
	#page #page-content {
		float: none;
		width: auto;
		padding: 0;
		overflow: hidden;
		background: #FFF;
		color: #000;
		font-size: 1em;
		line-height: 120%;
		overflow: visible;
	}
	
	#page #page-content h3 {
		margin: 0 0 5px;
		font-weight: normal;
		font-size: 20px;
		line-height: 110%;
		color: #000;
	}
	
	#page #page-tools {
		display: none;
	}
	
	#page #page-columns,
	#page #page-single {
		width: auto;
		overflow: visible;
	}
	
	#page #page-single  {
		min-height: none;
		height: auto !important;
	}
	
	#page #page-columns-left {
		float: none;
		width: auto;
	}
	
	#page #page-columns-right {
		display: none;
	}

	#footer {
		display: none;
	}	
}

