
/* 3 Column Structure - Fixed - You shouldn't edit this section */

body{margin: 0;padding: 0;}
#centerwrapper, #rightcolumn{float: left;}
#centerwrapper{width: 100%;}
#leftcolumn{margin-left: -100%;}
#footer{clear: both;}

/* ------------------------ */
/* 3 Column Structure - Variable - Define widths and padding */

#content{
	margin: 0 auto;
	padding: 0 25px;
	width: 960px;
	background: url(images/content_bg.jpg) repeat-y;
}

#centercolumn{
	padding: 25px 50px;
	margin: 0 201px 0 0;	/* 0 (RCWidth+pad+border) 0 (LCWidth+pad+border) */
}

#leftcolumn{
	width: 200px;				/* LCWidth */
	padding: 0;
}

#rightcolumn{
	width: 200px; 				/* RCWidth */
	padding: 0;
	margin-left: -201px; 		/* -(RCWidth+pad+border)*/
}

/* ------------------------ */
/* Other Structure Formatting - Colors, borders, etc. */

body{
	font-family: "Georgia", serif;
	font-size: .85em;
}

#masthead{
	height: 150px;
	margin: 0 -25px;
	padding: 25px 25px 0 25px;
	background: url(images/masthead/masthead_bg.jpg) no-repeat top;
}

#rightcolumn{
	margin-top: -41px; /* navbar h + border-width */
	border-left: 1px solid #bbb;
}

#navbar{
	height: 40px;
	width: 760px;
	border-bottom: 1px solid #bbb;
}

#footer{
	text-align: center;
	height: 30px;
	margin: 0 -25px;
	padding: 0 25px 25px 25px;
	background: url(images/footer/footer_bg.jpg) no-repeat bottom;
}
#footer_links{
	border-top: 1px solid #bbb;
	padding-top: 5px;
}

/* ------------------------ */
/* HTML Elements */

a {
	text-decoration: none;
	color: #117385;
}
a:hover {color: #012937;}
a img{border: 0;display: block;}

hr{
	border: none 0;
	border-top: 1px solid #bbb;
	height: 1px;
}

h1, h2, h3, h4{
	font-family: sans-serif;
}

#centercolumn h1:first-child{
	margin-top: 0;
}

.smalltext{
	font-size: 75%;
}

/* ------------------------ */
/* Sitewide */

.right{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.left{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.hidden{display:none;}

/* ------------------------ */
/* Navbar */

#mainnav{
	font-size: 10pt;
}

#mainnav li{
	height: 40px;
	border-right: 1px solid #bbb;
}

#mainnav li a{
	padding: 1em;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}

#mainnav ul li{
	width: 100%;
	margin-left: -1px;
	background: #e4eeaf;
	border: 1px solid #bbb;
	border-top: 0;
}

/* ------------------------ */
/* Right Column - Ads */

#rightcolumn p,
#rightcolumn h2{
	margin: 10px;
}

#rightcolumn h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #bbb;
	border-bottom: 1px solid #bbb;
	margin: 0;
	padding: 3px 2px 2px 3px;
	font-weight: normal;
	text-transform: uppercase;
}

.ad{
	border-bottom: 1px solid #bbb;
}

.calendarad{
	font-size: 90%;
	font-family: sans-serif;
	background: #fff6c1;
	margin-bottom: .5em;
}
.calendarad h4{
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
	background: #777;
	color: #fff6c1}
.calendarad h4 a{
	text-decoration: underline;
	color: #fff6c1}
.calendarad h4 a:hover{color: #012937;}
#rightcolumn .calendarad p{
	margin:0;
	padding: 5px 10px;
	border: 1px dashed #bbb;
	border-width: 1px 0;
}
.calendarad .date{
	font-weight: bold;
}
.calendarad .event_title{
	font-weight: bold;
}

/* ------------------------ */
/* Site FrontPage */

.toc_block {
	clear: both;
}
.toc_block h1 { /* Title */
	font-family: sans-serif;
	margin-bottom: .5em;
}
.toc_block h3{ /* Headers */
	font-family: sans-serif;
	margin: 0;
}
.toc_block p{ /* Blurb */
	margin: 0 0 1em 0;
	color: black;
}
.toc_block img{ /* Image */
	float: left;
	margin: 0 1em 30px 0;
	border: 1px solid #bbb;
}


/* ------------------------ */
/* Issue Frontpage */

#issue_header{
	border-bottom: 1px solid #bbb;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#issue_header h1,
#issue_header p{
	margin: 0;
}
#issue_header p{
	font-family: sans-serif;
	font-weight: bold;
	text-align: right;
	float: right;
	line-height: .8em;
}
#issue_header a{
	display: block;
	padding: .5em 0 0 0;
}

.article_block {
	clear: both;
	height: 190px;
}

.article_block_img{
	width: 320px;
	height: 175px;
	overflow: hidden;
	border: 1px solid #bbb;
}
.article_block_img img{
	width: 100%;
	position: relative;
}
.article_block_img img.top{top: 0;}
.article_block_img img.center{top: -50%;}
.article_block_img img.bottom{top: -100%;}

.article_block h4{ /* Column */
	font-family: sans-serif;
	margin: 0;
	text-transform: uppercase;
	color: #bbb;
}
.article_block h2{ /* Title */
	font-family: sans-serif;
	margin: 0;
}
.article_block h3{ /* Author */
	font-style: italic;
	color: black;
	margin: .5em 0;
}
.article_block p{ /* Blurb */
	margin: .5em 0;
	color: black;
}
.article_block img{ /* Image */
	float: left;
	margin: 0 1em 30px 0;
}
.article_block img.right{ /* Image */
	float: right;
	margin: 0 0 30px 1em;
}

.article_block_small{
	height: auto;
	padding: 10px 0;
}

/* ------------------------ */
/* Article */

.half{width:330px;}

.article{line-height: 1.5em;}

.article .headline{
	margin:.25em 0 .375em 0;
	border:0;
}

.article .subhead{
	margin:0 0 .25em 0;
	border:0;
}

.article .issue_num,
.article .column_name{
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding-top: .5em;
}

.article .issue_num{
	float: right;
	font-family: sans-serif;
}

.article .column_name{
	border-top: 1px solid #bbb;
}

.article .artist{
	color: #888;
	font-weight: normal;
	margin: 0;
	padding-bottom: .5em;
	font-size: 1em;
	float:right;
}

.article .author{
	color: #888;
	font-weight: normal;
	margin: 0;
	padding-bottom: .5em;
	font-size: 1em;
	border-bottom: 1px solid #bbb;
}

.article .author + img{
	margin-top: 1.5em;
}

.article .introp{
	font-size:1.125em;
	font-family:sans-serif;
	line-height:1.5em;
}

.article .header{margin-bottom: 0;}
.article .header + p{
	margin-top: 0;
}

.article .sidebar{
	border: 1px solid #bbb;
	background: #ddd;
	padding: 0 1em ;
}

.article .sidebar+.contrib{
	margin-top: 1em;
}

.article .pullquote{
	text-align: center;
	font-family: sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	color: ;
	padding: .5em;
	border: 1px solid #bbb;
	border-width: 1px 0;
	margin-bottom: 1em;
}

.contrib{
	padding: 5px;
	min-height: 100px;
	margin-bottom: 10px;
	background:#ddd;
}
.contrib p{margin:.5em 0;}
.contrib_img{
	float:left;
	max-width:100px;
	max-height:100px;
	margin-right: 1em;
}

/* ------------------------ */
/* Directory */

.profile_section_head h2{
	margin-bottom: 0;
	padding: 2px 0 0 4px;
	background:#777 ;
	color: #fff;
}
.profile td{
	border-bottom: 1px solid #bbb;
	padding-bottom: 4px;
}

.contact{
	color: #000;
}
.contact a:hover{
	text-decoration: underline;
}
.contact_name{
	text-transform: uppercase;
	font-weight: bold;
}

.profile_list, #profilecat_list{
	margin: 0;
	padding: 0;
	list-style: none;
}

#profilecat_list{
	margin-top: 5px;
	line-height: 2em;
	text-align: center;
}

#profilecat_list li{
	display: inline;
}
.cloud1{font-size:1em;}
.cloud2{font-size:1.2em;}
.cloud3{font-size:1.4em;}
.cloud4{font-size:1.6em;}
.cloud5{font-size:1.8em;}
.cloud6{font-size:2em;}
.cloud7{font-size:2.2em;}
.cloud8{font-size:2.4em;}

.profile_img{
	width: 150px;
	overflow: hidden;
	padding: 1em 1em 0 0;
}
.profile_img img{width:100%;}

/* ------------------------ */
/* Calendar */

.calendar_event{
	padding-left: 2em;
}
.calendar_event h3{ /* Date */
	margin-left: -1.6em;
	color:#777;
}
.calendar_event h4{ /* Title */
	text-transform: uppercase;
	margin-bottom: 0;
	color:#777;
}

/* ------------------------ */
/* Advertising */

#ad_contract_banner{
	color: red;
	margin: 0;
}
#ad_contract_button{
	background: red;
	color: white;
	padding: .5em;
}

.ad_table{
	width: 100%;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid black;
	border-width: 0 1px 1px 0;
}
.ad_table td{border-left: 1px solid black;}
.ad_table .bg{background: #ccc;}

.ad_table .header{
	color: #fff;
	font-weight: bold;
	background:#777;
}

#downloadPDF{
	width: 150px;
	background: #fff;
	text-align: center;
	font-size: .875em;
	margin-top: 1em;
}

#div_adoptions{width:100%;}

#div_adoptions .option_block{
	border: 1px solid #bbb;
	margin-bottom: 1em;
}

#div_adoptions h4{
	text-transform: uppercase;
	margin: 0;
	padding: .25em;
	background: #bbb;
}

#div_adoptions h5{
	font-size: 1em;
	padding: .25em;
	margin: .5em -.5em;
	background: #ddd;
}
.h5_block{
	padding: 0 .5em 1em .5em;
}

.req_field{color:red;}

/* ------------------------ */
/* Display Ad */

#displayad_table{
	width: 100%;
	border-collapse: collapse;
	color: #000;
	background: #fff;
	font-family: "Times New Roman",Georgia, sans-serif;
}
#header_row{background:#bbb;}
.spacer_row{background:#bbb;height:5px;}

/* ------------------------ */
/* Resources */

.resource{
	height: 100px;
	margin-bottom: 1.5em;
}

.resource img{
	float: left;
	margin-right: 1em;
}

/* ------------------------ */
/* Yoga Guide */

.location_navbar{
	margin: 0;
	padding: 10px 0;
	border: 1px solid #bbb;
	border-width: 1px 0;
	color: ;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}
.location_navbar li{
	display: inline;
}

.location_list{
	list-style: none;
	padding: 0;
}
.location_list li{margin-bottom: 1em;}

/* ------------------------ */
/* UnClassifieds */

.classified_subhead{
	margin-bottom: 0;
}

.classified_cat h4{
	margin-bottom: 0;
}

/* ------------------------ */
/* Archives */

/* ------------------------ */
/* Archives */

#form_application h4{
	margin: 0;
}

/* ------------------------ */