@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide {
	display: none !important;
}

.error, .highlight {
	color: #cf170b;
}

.thanks {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 20px;
	border: 2px solid black;
	background-color: #AFC8EF;
}

.center {
	text-align: center;
}

body {
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2c1306;
	font-size: 9pt;
	background-image: url(images/bg_main.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #d4886f;
}

div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin-top: 16px;
}

li, input, select, textarea {
	font-size: 9pt;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 9pt;
}

h6 {
	font-size: 8pt;
}

h1, h2, h3, h4, h5, h6, #sidebar p, #rightside p, span.brown {
	color: #7d4225;
}

.title {
	font-weight: bold;
	color: #7d4225;
}

a, .title a.callink {
	text-decoration: none;
	color: #085464;
}

a:hover, a.callink:hover {
	color: #3b8797;
}

div#calendar, div#blog, div#contact, div#home, 
div#counseling, div#men, div#tantric, div#windhorse {
	width: 805px;
	margin-right: auto;
	position: relative;
}

div#calendar, div#blog, div#contact, div#home {
	background-image: url(images/bg_home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#counseling {
	background-image: url(images/bg_counseling.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#men {
	background-image: url(images/bg_men.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#tantric {
	background-image: url(images/bg_tantric.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#windhorse {
	background-image: url(images/bg_windhorse.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

table#topnav {
	position: absolute;
	top: 45px;
	left: 618px;
}

table#mainnav {
	position: absolute;
	top: 201px;
	left: 249px;
}

table#subnav {
	position: absolute;
	top: 287px;
	left: 249px;
}

div#content {
	margin: 0 46px 20px 259px;
}

div#content2 {
	margin: 0 auto 20px 259px;
	width: 330px;
}

p.hrule {
	font-size: 2pt;
	border-top: 1px solid #dd9e8a;
}

p#footer {
	clear: both;
	margin: 30px auto 20px 259px;
	width: 330px;
	color: #7d4225;
	font-size: 8pt;
	border-top: 1px solid #dd9e8a;
	padding-top: 3px;
}

p#footer a {
	color: #7d4225;
}

p#footer a:hover {
	color: #af7558;
}

p.month {
	font-weight: bold;
	color: #f9dcce;
	border-bottom: 1px solid #dd9e8a;
}

div#sidebar {
	position: absolute;
	top: 400px;
	left: 61px;
	width: 156px;
}

div#rightside {
	position: absolute;
	top: 333px;
	left: 616px;
	width: 161px;
}

div#sidebar p, div#rightside p {
	font-style: italic;
}

p.cite {
	font-style: normal;
	font-size: 8pt;
	padding-left: 40px;
	margin-top: 6px;
}

.quote {
	font-style: italic;
	margin-bottom: 0;
}

ul li {
	margin-left: 40px;
	margin-top: 6px;
}

li {
	list-style-image: url(images/list_bullet_ie.gif);
}

ul>li {
	list-style-image: url(images/list_bullet.gif);
}

span.numerator {
	font-size: 6pt;
	position: relative;
	top: -3px;
}

span.denominator {
	font-size: 6pt;
}

img#titlecalendar {
	position: absolute;
	top: 304px;
	left: 116px;
}

img#titleblog {
	position: absolute;
	top: 304px;
	left: 116px;
}

img#titlecontact {
	position: absolute;
	top: 304px;
	left: 116px;
}



