@charset "UTF-8";

/* ===================== */
/* = Main Layout Rules = */
/* ===================== */
* { margin: 0; padding: 0}
body {
	font-size: 10px;
	background-color: #054653;
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/bkg.png);
	background-repeat: repeat;
}
#outer {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 0px;
	display: block;
	border: 2px solid #FFFFFF;
}
#main #outer {
	background-color: #FFFFFF;
}
#sub #outer {
	background-color: #F4EDE3;
}
#header {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 800px;
	overflow: hidden;
	position: relative;
}
#nav {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
#wrap {
	width: 490px;
	background-color: #FFFFFF;
}
#main #wrap {
	margin-top: 10px;
}
#main #content {
	width: 480px;
	padding-left: 10px;
	display: inline;
	float: left;
	text-align: left;
}
#sub #content {
	width: 440px;
	padding-left: 30px;
	display: inline;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: left;
	/*border: 1px solid #c90000;*/
}
#content #content-container {
	width: 390px;
}
#sidebar {
	width: 311px;
	margin-left: -1px;
	position: relative;
	display: inline;
	float: left;
	margin-right: -310px;
}
#sidebar #sidebar-container {
	margin: 0 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sub #sidebar {
	padding-top: 10px;
}
#footer {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/footer_bg.png);
	height: 20px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	display: block;
	position: relative;
	text-align: left;
}
#main #footer {
	margin-top: 10px;
}
.clear {
	clear: both;
}
/* ============= */
/* = Naviation = */
/* ============= */
#nav ul {
	list-style-type: none;
	float: right;
}
#nav ul li {
	float: left;
	list-style-type: none;
	margin-right: 8px;
	margin-left: 8px;
}
li.n_home {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 96px;
	overflow: hidden;
}
a.n_home {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000em;
	display: block;
	height: 50px;
	width: 96px;
	overflow: hidden;
}
a.n_home:hover {
	background-image: none;
}
li.n_about {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -96px -50px;
	height: 50px;
	width: 96px;
	overflow: hidden;
}
a.n_about {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -96px 0px;
	text-indent: -5000em;
	display: block;
	height: 50px;
	width: 96px;
	overflow: hidden;
}
a.n_about:hover {
	background-image: none;
	
}
li.n_news {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -192px -50px;
	height: 50px;
	width: 163px;
	overflow: hidden;
}
a.n_news {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -192px 0px;
	text-indent: -5000em;
	height: 50px;
	width: 163px;
	display: block;
	overflow: hidden;
}
a.n_news:hover {
	background-image: none;
}
li.n_faq {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-position: -355px -50px;
	height: 50px;
	width: 96px;
	overflow: hidden;
}
a.n_faq {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -355px 0px;
	text-indent: -5000em;
	display: block;
	height: 50px;
	width: 96px;
	overflow: hidden;
}
a.n_faq:hover {
	background-image: none;
}
li.n_contact {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -451px -50px;
	height: 50px;
	width: 103px;
	overflow: hidden;
}
a.n_contact {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/nav.png);
	background-repeat: no-repeat;
	background-position: -451px 0px;
	text-indent: -5000em;
	display: block;
	height: 50px;
	width: 103px;
	overflow: hidden;
}
a.n_contact:hover {
	background-image: none;
}
/* ================ */
/* = Design Rules = */
/* ================ */
.answer {
	margin-top: 0.75em;
	margin-bottom: 2em;
	color: #333333;
	font-size: 12px;
}
#sub #content .answer p,
#sub #content .answer ul {
	font-size: 12px;
	color: #333333;
}
#header #logo {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/wtp_logo.png);
	text-indent: -5000em;
	display: block;
	height: 121px;
	width: 214px;
	position: absolute;
	left: 23px;
	top: 16px;
	overflow: hidden;
}
#header p {
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/head_tag.png);
	text-indent: -5000em;
	display: block;
	height: 31px;
	width: 296px;
	position: absolute;
	left: 492px;
	top: 13px;
	overflow: hidden;
}
img.link {
	border: 0;
}
#sidebar #h_side1 {
	display: block;
	margin-left: 10px;
	height: 160px;
	width: 290px;
	margin-bottom: 10px;
}
#sidebar #h_side2 {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 160px;
	width: 290px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
}
#footer span {
	top: 0px;
	right: 10px;
	display: block;
	height: 20px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 19px;
	overflow: hidden;
	font-weight: bold;
	color: #FFFFFF;
}
#footer span a {
	color: #FFFFFF;
}
#sub #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333333;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #004b58;
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/square.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1.2em;
}
#content h2 a {
	color: #004b58;
	text-decoration: none;
	font-weight: normal;
}
#content h5 {
	font-size: 1.3em;
}
#content a {
	font-weight: bold;
	color: #83664d;
}
#content a:hover {
	color: #563313;
}
#content ul,
#content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #1D5C6B;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 3em;
}
#content ul {
	list-style-type: square;
}
#content li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content li p,
#content li span {
	color: #333333;
	margin: 0px;
	font-size: 1em;
}
.navigation {
	overflow: hidden;
	display: block;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	margin-top: -1.7em;
	display: block;
}
.postmeta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	margin-top: 2em;
	margin-bottom: 2em;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #004b58;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-weight: normal;
	color: #004b58;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content h1 a{
	font-weight: normal;
	color: #004b58;
	text-decoration: none;
}
#indicator {
	margin-left: 3px;
	margin-top:2px;
}
.con_label {
	display: block;
	margin-top: 1em;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #004b58;
	display: block;
	margin-top: 2em;
}
#rsvp_form .food_list {
	list-style: none;
}
.food_list li {
	color: #333333;
	margin: 0px;
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.errors {
	color: #c90000;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -2em;
}
#subA input,
#contactform input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #333333;
	margin-right: 0.7em;
}
#subA .more,
#subA .delete{
	vertical-align: middle;
	cursor: pointer;
}
#S_con{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #006633;
}
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/wp/wp-content/themes/mccwalking/http://www.mccwalkingthepath.com/wp-content/themes/mccwalking/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#subNav {
	background-color: #78593F;
	width: 100%;
	height: 25px;
	display: block;
	overflow: hidden;
	color: #ffffff;
	font-size: 1.2em;
}

#subNav ul {
	float: right;
	list-style: none;
	margin-top: 5px;
}

#subNav ul li {
	float: left;
	margin-right: 10px;
}

#subNav ul li a {
	color: #ffffff;
	text-decoration: none;
}
#subNav ul li a:hover {
	color: #F4EDE3;
	text-decoration: underline;
}