html, body {
	margin: 0px;
	padding: 0px;
}






/*body {
	background: #e4efb6;
	background-image : url(http://www.catskillswellnessguide.com/images/bgrnd.jpg);
	background-repeat : repeat;
}*/


/* From Dreamweaver 2-column fixed width template */
body  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height:19px;	
	background: #e4efb6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image: url(http://www.catskillswellnessguide.com/images/bgrnd.jpg);
	background-repeat : repeat;*/
}

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*background-image:url(http://www.catskillswellnessguide.com/images/tile2.gif);
	background-repeat:repeat-y;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 315px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 25px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* START Header */

#header{
	background-color : #6d6453;
	width: 960px;
	height: 150px;
	margin: auto;
	position: relative;

}







/* START Top Navigation */

.nav {
    margin-bottom: 0px;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: -30px;
}
.nav li {
	padding: 0;
	margin: 0;
	height: 28px;
	margin-right: 1px;
	list-style: none;
	background-repeat: no-repeat;
}
.nav li a, .nav li a:visited {
	display: block;
	text-decoration: none;
	height: 28px;
	background-repeat: no-repeat;
}
.Home {background-image: url(http://www.catskillswellnessguide.com/images/navigation/home-hi.gif); width: 62px;}
.Home a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/home-off.gif);}
.Exercise {background-image: url(http://www.catskillswellnessguide.com/images/navigation/exercise-hi.gif); width: 74px;}
.Exercise a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/exercise-off.gif);}
.HealthyFood {background-image: url(http://www.catskillswellnessguide.com/images/navigation/healthyfood-hi.gif); width: 110px;}
.HealthyFood a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/healthyfood-off.gif);}
.SpiritualStuff {background-image: url(http://www.catskillswellnessguide.com/images/navigation/spiritual-hi.gif); width: 106px;}
.SpiritualStuff a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/spiritual-off.gif);}
.NaturalHealth {background-image: url(http://www.catskillswellnessguide.com/images/navigation/health-hi.gif); width: 115px;}
.NaturalHealth a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/health-off.gif);}
.Destinations {background-image: url(http://www.catskillswellnessguide.com/images/navigation/destinations-hi.gif); width: 98px;}
.Destinations a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/destinations-off.gif);}
.Shop {background-image: url(http://www.catskillswellnessguide.com/images/navigation/shop-hi.gif); width: 118px;}
.Shop a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/shop-off.gif);}
.Blog {background-image: url(http://www.catskillswellnessguide.com/images/navigation/blog-hi.gif); width: 111px;}
.Blog a {background-image: url(http://www.catskillswellnessguide.com/images/navigation/blog-off.gif);}

ul.nav li a:hover {background: none;}
.nav li {float: left;}
.nav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* END Top Navigation */


#content {
	background-color : #ffffff;
	width: 960px;
	/*height: 850px;*/
	margin: auto;
	position : relative;
}

/* START Main HP Content Column*/

.maincol {
	/*float : left;
	width: 632px;
	position : absolute;
	left: 20px;
	top:20px*/
}

#mainpromo {
	width: 620px;
	height: 240px;
	background-image : url(http://www.catskillswellnessguide.com/images/mainpromo.gif);
}

#mainpromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-top : 140px;
	padding-left : 20px;
	padding-right: 280px;
}

.intropic {
	border : 1px solid #d4d4d4;
	float : left;
	padding : 2px 2px 2px 2px;
	margin : 5px 15px 5px 0px;
}

.maincol h2{
	font-family : Georgia, "Times New Roman", Times, serif
	font-size : 24px;
	color : #c61e63;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 0px;
	font-weight : normal;
	text-decoration : none;
	margin-top: 35px;
}

.maincol h2+a{
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 24px;
	color : #c61e63;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 0px;
	font-weight : normal;
	text-decoration : none;
	margin-top: 35px;
}

.maincol img+p{
	font-family : Arial, Helvetica, sans-serif;
	color : #363636;
	font-size : 14px;
	line-height : 18px;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 15px;
}

.maincol p{
	font-family : Arial, Helvetica, sans-serif;
	color : #363636;
	font-size : 12px;
	line-height : 19px;
	padding-right: 25px;
}

.maincol a{
	color : #363636;
}

/* BEGIN HP POSTS */

a.posttitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color: #169d9a;
	line-height:26px;
	}
.post {
height:250px;
}

#postblockwhole {
float: none;
margin-bottom:10px;
height:250px;

}

#postblock img {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border : 1px solid #d4d4d4;
	padding : 2px 2px 2px 2px;
}

#postblock a {
	font-weight: bold;
	color: #169d9a;
}

p.postfooter {
	color:#999999;
	font-size:10px;
}

#postblock h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:18px;
color:#333333;
}

#postblock h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:16px;
color:#333333;
}

#postblock h4{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color:#333333;
}

/* END HP POSTS */


/* START HP Bottom Promos*/

#locvis{
margin-bottom:175px;
}

#leftcolid {
	float: left;
	width: 302px;
	height: 154px;
	background-image: url(http://www.catskillswellnessguide.com/images/leftcolbox.gif);
	margin-top: 25px;
}

#leftcolid h4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #169d9a;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: -7px;
}

#leftcolid p{
	margin-left: 25px;
	margin-right: 15px;
}

#rightcolid {
	float: right;
	width: 304px;
	height: 154px;
	background-image: url(http://www.catskillswellnessguide.com/images/rightcolbox.gif);
	margin-right: 15px;
	margin-top: 25px;
}

#rightcolid h4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #f68b1e;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: -7px;
}
#rightcolid p{
	margin-left: 25px;
	margin-right: 15px;
}

/* END HP Bottom Promos*/


/* END Main HP Content Column*/


/* START Sidebar */
#sidebar {
	/*background-color : #f3f3f3;*/
	float : right;
	width: 308px;
	/*height: 780px;*/
}

#wpsidebar li{
margin-left: -15px;
list-style:none;

}

.textwidget {
margin: 25px;
}

h2.widgettitle {
	margin-left: 25px;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight: normal;
	color : #636363;
	border-bottom : dotted #cdcdcd 1px;
	margin-right: 30px;
}

li.join {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:16px;
}

#sidebar img.join {
	margin-left: -25px;
	border:none;
	padding-bottom: 0px;
	vertical-align: middle;
	margin-right:15px;
	float:none;
	clear:both;
}

/*  
#sidebar p {
	font-family : Arial, Helvetica, sans-serif;
	color : #363636;
	font-size : 11px;
	line-height : 11px;
	margin-right: 25px;
	margin-bottom: -4px;
}*/

#sidebar p.intro {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:18px;
color:#666666;
margin-right: 5px;
}

#recent-posts-3 li {
list-style: url(http://catskillswellnessguide.com/images/bullet.gif);
padding-bottom: 7px;
margin-left:0px;
margin-right: 25px;
line-height: 15px;
}

#linkcat-4 li {
list-style: url(http://catskillswellnessguide.com/images/bulletblue.gif);
margin-left:0px;
padding-bottom: 7px;
margin-right: 25px;
line-height: 15px;
}

#sidebar a {
	color : #363636;
	text-decoration : none;
}

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

#sidebar h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}


#ex a{
	color: #f05a62;
}

#hf a{
	color: #acbc30;
}

#ss a{
	color: #cc3573;
}

#nh a{
	color: #169d9a;
}

#ds a{
	color: #f68b1e;
}

#mo a{
	color: #6c983f;
}

#sidebar img {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border : 1px solid #d4d4d4;
	padding : 2px 2px 2px 2px;
}

#sidebarhr {
	border-bottom : dotted #cdcdcd 1px;
	height: 1px;
	margin : 15px 30px 15px 0px;
}

#search {
	margin: 32px 15px 15px 0px;
} 



/* START Calendar */
.ko-calendar-entry-title {
padding-left: 25px;
}

img.ko-calendar-widget-image {
border: none;
padding-left: 50px;
}

.ko-calendar-date {
font-family:Georgia, "Times New Roman", Times, serif;
color: #acbc30;
font-size: 16px;
margin-left: 25px;
font-weight: normal;
}

.ko-calendar-entry-body p{
padding-left: 26px;
padding-right: 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 15px;
color: #333333;
padding-bottom: 7px;
}


.ko-calendar-entry-date-text {
padding-left: 40px;
color:#999999;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
	
}

.ko-calendar-entry-location-text {
padding-left: 40px;
color:#999999;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}


/* END Calendar */



/* END Sidebar */


/* START Footer */

#footerborder{
border-bottom: dotted #cdcdcd 1px;
	/*background-image : url(http://www.catskillswellnessguide.com/images/footer.gif);
	background-repeat : repeat-x;
	position: absolute;
	top: 780px;
	width: 960px;*/
}

#footer {
height:85px;
	/*position: absolute;
	top: 795px;
	width: 960px;*/
}

#footer p{
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	line-height: 10px;
	margin-left: 25px;
}

#footer a{
color: #707070;
}

/* END Footer */


/* START SecondaryPages */

#expromo {
	width: 620px;
	height: 140px;
	background-image : url(http://www.catskillswellnessguide.com/images/exheader.gif);
}

#expromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 33px;
	padding-left : 20px;
	padding-top : 35px;
	margin-bottom: -5px;
	font-weight : normal;
}

#expromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-left : 20px;
	padding-right: 20px;
}

#fopromo {
	width: 620px;
	height: 165px;
	background-image : url(http://www.catskillswellnessguide.com/images/foheader.gif);
}

#fopromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 33px;
	padding-left : 20px;
	padding-top : 35px;
	margin-bottom: -5px;
	font-weight : normal;
}

#fopromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-left : 20px;
	padding-right: 20px;
}

#sppromo {
	width: 620px;
	height: 165px;
	background-image : url(http://www.catskillswellnessguide.com/images/spheader.gif);
}

#sppromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 33px;
	padding-left : 20px;
	padding-top : 35px;
	margin-bottom: -5px;
	font-weight : normal;
}

#sppromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-left : 20px;
	padding-right: 20px;
}


#nhpromo {
	width: 620px;
	height: 140px;
	background-image : url(http://www.catskillswellnessguide.com/images/nhheader.gif);
}

#nhpromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif
	font-size : 33px;
	padding-left : 20px;
	padding-top : 35px;
	margin-bottom: -5px;
	font-weight : normal;
}

#nhpromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-left : 20px;
	padding-right: 20px;
}

#depromo {
	width: 620px;
	height: 140px;
	background-image : url(http://www.catskillswellnessguide.com/images/deheader.gif);
}

#depromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 33px;
	padding-left : 20px;
	padding-top : 35px;
	margin-bottom: -5px;
	font-weight : normal;
}

#depromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-left : 20px;
	padding-right: 20px;
}

#mopromo {
	width: 620px;
	height: 113px;
	background-image : url(http://www.catskillswellnessguide.com/images/moheader.gif);
}

#mopromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 33px;
	padding-left : 20px;
	padding-top : 35px;
	margin-bottom: -5px;
	font-weight : normal;
}

#mopromo p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	line-height : 22px;
	padding-left : 20px;
	padding-right: 20px;
}

#abpromo {
	width: 620px;
	height: 65px;
	background-image : url(http://www.catskillswellnessguide.com/images/abheader.gif);
}

#abpromo h1{
	color: #ffffff;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 33px;
	padding-left : 20px;
	padding-top : 23px;
	font-weight : normal;
}

#leftcol {
	float: left;
	width: 302px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#rightcol {
	float: right;
	width: 304px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#form {
	margin-left:25px; 
	margin-right:50px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#363636; 
	font-size:11px;
	}

.restable td{
    padding-bottom:15px;
	vertical-align:top;
	}

.restable {
    padding-top:15px;
	padding-bottom:15px;
	}




/* END SecondaryPages */






/* START Single Post Page*/
.maincol_single {
	width: 590px;
	margin-left:25px;
}

#postcontent h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:18px;
color:#333333;
padding-top:25px;
}

#postcontent h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:14px;
color:#333333;
padding-top:15px;
font-weight:bold;
}

#postcontent h4{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color:#333333;
padding-top:15px;
}

h2.single_posttitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #169d9a;
	line-height:28px;
	font-weight:normal;
	margin-top: 70px;
	}

.maincol_single a{
	color : #169d9a;
	font-weight:bold;
}

.maincol_single img{
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border : 1px solid #d4d4d4;
	padding : 2px 2px 2px 2px;
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(http://www.blogblog.com/tictac/quotes.gif) no-repeat top left;
  }
  


p.single_postfooter {
	color:#999999;
	font-size:10px;
}
	
p.wp-caption-text {
background-color:#EAEAEA;
font-size:11px;
color: #555555;
text-align:center;
line-height:13px;
margin-top: -8px;
padding:14px;
}

h1.comments {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#c5c5c5;
font-size:40px;
margin-top: 15px;
border-top: dotted #cdcdcd 1px;
padding-top: 45px;
margin-bottom: 15px;
}

#respond {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#c5c5c5;
font-size:24px;
margin-top: 65px;
}


/* Captions Copied from bobs blog*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images Copied from bobs blog*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

