/**  
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, sans-serif;
	}

/* PARAGRAPHS */
p {
	margin-top: 1em;
}

p,
div#Content {		/* hack for when inserting images splits up p's */
	margin-bottom: 1em;
	color: #242424;
	line-height: 2em;
}

p.center {
	text-align: center;
	font-size: 0.8em;
}

#Sidebar p {
	font-size: 1.1em;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #773e00;
	font-style: italic;
}	

dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666600;
}

dd {
	margin-bottom: 15px;
	color: #814F2C;
}
   


/* LINKS */
a:link, a:visited, a:active  {color: #638b2f;}
a:hover {color: #572f8b;}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
}

.typography li {
	background: transparent url(../images/leaf-bullet.gif) no-repeat scroll 0 0;
	margin: 5px 10px 15px 5px;
	padding-left: 25px;
	list-style-type: none;
	line-height: 1.75em;
}

/* HEADER STYLES */

.typography h1 {
	font-size: 41px;
	color: black;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: 1.75px;
	margin: 1em 0 1em 0;
	line-height: 1.1em;
}
.typography h2 { 
/*	background: transparent url(../images/h2-background.gif) no-repeat scroll 0 0; */
/*	border-left:5px solid #bb93bb; */
	color:#8b2f35;
	font-family:"trebuchet ms", sans-serif;
	font-size:30px;
	line-height: 1.2em;
/*	padding:0px 0px 0px 10px; */
	text-align: center;
	margin-bottom: 1em;
}
	
.typography h3 {
	font-family:"trebuchet ms", sans-serif;
	font-size: 1.6em;
	color: #638b2f;
	letter-spacing: 1.75px;
	line-height: 1.1em;
}
.typography h4 {
	font-size: 1.6em;
	color: #2f8b85;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 2px solid #2f638b;
	margin: 1em 0 1em 0;
}

.typography h5 {
	font-size: 1.4em;
	color: #2f8b85;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-variant: small-caps;
	border-bottom: 1px dotted #2f638b;
	padding-bottom: 2px;
	margin: 10px 0 20px 0;
	line-height: 1.1em;
}
.typography h6 {
	font-size: 1.2em;
	color: #572f8b;
	line-height: 1.4em;
	letter-spacing: 2px;
	margin: 10px 0 20px 0;
	text-align: center;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #000;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #6b5404 solid;
}

/* TABLE STYLING */
.typography table {
	margin: 10px;
/*	font-size: 1.2em;
	color: #666600; */
	border-collapse:collapse;
}
	.typography td {
		vertical-align: top;
		padding:2px;
	}

.typography td p {
	line-height: 1.4em;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
	margin: 10px 0;
}
	.typography img.image.right,
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography img.image.left,
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #443600;
	margin-top: -15px;
	}
	
.siteTitle {
	position: relative;
	left:26px;
	top: 55px;
	color:black;
	font-family:"Times New Roman", serif;
	font-size:41px;
	letter-spacing: 1.75px;
	text-decoration:none;
	font-weight: normal;
}

#tag-line {
	position: relative;
	left:170px;
	top: 55px;
	color:#284427;
	font-family:"Times New Roman", serif;
	font-size:22px;
	font-style: italic;
	text-decoration:none;
	font-weight: normal;
}

#menu-secondary {
	float: right;
	margin-top:16px;
	margin-right:25px;
	color:#d2c6cf;
	font-family:"trebuchet ms", sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}

#menu-secondary a {
	color: #f7f7f5;
}

.meditation-list-item {
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}

.read-more-link {
	font-size: 0.90em;	
	font-style: italic;
}

ul#person-list li {
	margin-bottom: 30px;
}

.person-title-name {
	font-size: 1.65em;
	font-variant: small-caps;
	letter-spacing: 1.5px;
	color: #2f8b85;	
}

.person-region, 
.person-cert, 
.person-contact, 
.event-location, 
.event-place,
.event-datestart,
.event-time {
	font-weight: bold;
	color: #2f8b85;
}

.map-link {
	padding-left: 15px;
	font-size: 0.85em;
	font-style: italic;
}

.person-photo {
	border: none;
	margin: 0 0 1em 1em;
	float: right;
}

#pdfnewsletter-download-note {
	font-style: italic;
}

a.link.event-link {
	text-decoration: none;
	color: #242424;
}
a.link.event-link:hover {
	text-decoration: underline;
}

th.event-table-header h5 {
	text-align: left;
}
	
th.event-table-header.event-when {
	width: 20%
}
th.event-table-header.event-what {
	width: 50%
}
th.event-table-header.event-where {
	width: 30%
}

table.event-overview-table {
	width: 100%;
	}

table.event-single-table {
	margin-left: 30px;
}

table.event-overview-table td,
table.event-single-table td, 
table.person-table td {
	padding:0 0;
}

ul#side-event-list {
	margin: 0;
}

#side-event-list-section,
#meditation-box {
	padding-top: 1em;
}

#side-event-list li {
	margin: 0;
	padding: 0;
	background: transparent none no-repeat scroll 0 0;
}

.side-event-item-date {
	color: #638B2F;
}

.side-event-item-title {
	padding-left: 3em;
}

a.side-event-item-link {
	text-decoration: none;
	color: #242424;
}

a.side-event-item-link:hover {
	text-decoration: underline;
}

