@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;	} /* important to get consistent rendering among all browsers. Sets margin and padding of every element to 0px */

body {
	background-color: #003466;
	margin: 0;
	text-align: center; /* required to center body in IE5 PC */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em; /* specify base font size in em's, all others in % */
	color: #930; /* specify default font color. Three digit colors are shorthand: #930 = #993300 */
	}
#programs .classdates, #about .classdates {
	font-size: 115%;
}
#programs   .sidebarwide {
	width: 225px;
}



a img {
	border: none;
	}

/********* Outer styles ***********/
.outer {
	background: url(../ui/content_nosidebar_bg.gif) repeat-y;
	position: relative;
	width: 965px;
	margin: 0 auto; /* centers the layout for most browsers */
	text-align: left; /* left-justifies all text. Required since we used text-align:center in the body tag to center the whole layout for IE5 PC */
	}
/* Page specific .outer styles */
#homepage .outer {
	background: url(../ui/content_bg.gif) repeat-y;
	}
#programs .outer, #centers .outer, #joinlist .outer {
	background: url(../ui/content_subpage_blue_bg.gif) repeat-y;
	}
#about .outer {
	background: url(../ui/content_subpage_orange_bg.gif) repeat-y;
	}


/********* Masthead, Logo, and Navigation styles *************/
#logoTop {
	float: left;
	background: url(../ui/logo_bg.gif) repeat-y;
	width: 253px;
	height: 117px;
	}
#logoTop h1 span, #masthead span {
	display: block;
	position: absolute;
	left: -9999px;
	}
#logoTop img {
	width: 253px;
	height: 117px;
	}
* html #logoTop img {
	margin-bottom: -3px;
	margin-top: 0px;
	}

#masthead {
	width: 712px;
	height: 117px;
	background: url(../ui/mountains.jpg) no-repeat #930;
	float: left;
	}
#utilityNavWrapper {
	margin-top: 20px;
	background: url(../ui/utility_nav_solid_bg.gif) left bottom no-repeat;
	}
#utilityNavWrapper .rightEnd {
	float: right;
	width: 36px;
	height: 29px;
	background: url(../ui/utility_nav_right_end.gif) top #002849;
	}
#utilityNav {
	width: 663px; /* must be done so bg image renders correctly */
	float: left;
	margin-left: 13px;
	list-style: none;
	display: inline;
	background: url(../ui/utility_nav_bg.gif) no-repeat;
	}
#utilityNav li {
	float: right;
	font-size: 90%;
	margin-right: 2px;
	display: inline;
	}
#utilityNav a {
	display: block;
	padding: 9px 0px 8px 26px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../ui/utility_nav_sunburst.jpg) left no-repeat;
	}
#utilityNav a.first {
	background: none;
	}
#utilityNav a:hover {
	color: #d69600;
	}


#mainNavigation {
	width: 965px;
	background: url(../ui/mainNavigation_bg.gif) repeat-y;
	float: right;
	}

#logoBottom {
	float: left;
	background: url(../ui/logo_bg.gif) top repeat-y;
	width: 253px;
	height: 34px;
	}
#logoBottom img {
	width: 253px;
	height: 34px;
	}
* html #logoBottom img {
	margin-bottom: -3px;
	margin-top: 0px;
	}

#breadcrumbWrapper {
	padding-top: 10px;
	background: url(../ui/content_nosidebar_bg.gif) repeat-y;
	}
#breadcrumbTrail {
	padding: 7px 0 7px 15px;
	border-top: 1px dotted #daa988;
	border-bottom: 1px dotted #daa988;
	width: 886px;
	margin: 0 auto;
	color: #930;
	font-size: 90%;
	}
#breadcrumbTrail a {
	font-size: 100%;
	color: #036;
	padding: 10px 12px 10px 0;
	background: url(../ui/double_arrows.gif) right no-repeat;
	}
#breadcrumbTrail a:hover {
	text-decoration: none;
	}


/*** See style sheet p7pmh0.css for p7PMnav styles (main navigation) ***/


#graphicSubHeader {
	clear: both;
	width: 965px;
	height: 168px;
	}
#homepage #graphicSubHeader {
	height: 203px;
	background: url(../images/homepage_header.jpg) no-repeat;
	}


#contentWrapper {
	width: 965px; /* includes center content plus side bar on right */
	display: inline;  /* do not remove. required to work-around the IE6 and below doubled-margin bug */
	}
#content {
	float: left;
	width: 580px;
	margin: 15px 5px 5px 35px; /* t r b l */
	padding-left: 10px;
	padding-bottom: 15px;
	display: inline;  /* do not remove. required to work-around the IE6 and below doubled-margin bug */
	line-height: 140%;
	text-align: justify;
	}
* html #content { /* IE6 & below fix */
	margin-bottom: 20px;
	}
#homepage #content {
	width: 500px;
	margin: 5px 5px 5px 25px;
	}
/*#joinlist #content {
	width: 885px;
	}
*/


#homepage #content .itemBox {
	clear: both;
	padding: 10px 0;
	}


#sidebar {
	float: right;
	width: 229px; /* be careful */
	padding: 5px 55px 20px 45px;
	display: inline;  /* do not remove. required to work-around the IE6 and below doubled-margin bug */
	}
#homepage #sidebar {
	width: 331px; /* be careful */
	margin-right: 23px;
	padding: 0 28px 20px 28px;
	background: url(../ui/sidebar_bg.jpg) top no-repeat #fee8b9;
	}
#programs #sidebar, #centers #sidebar, #joinlist #sidebar {
	background: url(../ui/sidebar_subpage_blue_bg.jpg) top no-repeat;
	}
#about #sidebar {
	background: url(../ui/sidebar_subpage_bg.jpg) top no-repeat;
	}

/* store sidebar styles */
#store #sidebar {
	width:283px;
	padding: 0;
	margin-right: 23px;
	}
*html #store #sidebar {
	margin-right:0;
	display:inline;
	}
#sidebar .subSidebar {
	padding: 0px 32px 0px 15px;
	}
#sidebar .blueWrapper {
	background: url(../ui/sidebar_subpage_blue_bg.jpg) top no-repeat #cbe4eb;
	padding-bottom:15px;
	}
#sidebar .orangeWrapper {
	background: url(../ui/sidebar_subpage_bg.jpg) bottom left no-repeat;
	}
/* end store sidebar styles */



/******** footer styles **********/
#footerWrapper {
	clear: both;
	background: url(https://emissaries.org/pulse/wp-content/themes/emissaries/ui/footer_bg_tile.gif) repeat-y; /* solid green */
	margin: 0 auto;
	width: 931px;
	height: 100%;
	}
#footer {
	clear: both;
	background: url(https://emissaries.org/pulse/wp-content/themes/emissaries/ui/footer_bg.jpg) center bottom no-repeat;
	padding: 9px 0 40px 0;
	color: #fff;
	text-align: left;
	font-size: 85%;
	}
#footerLeft {
	float: left;
	padding-left: 15px;
	}
#footerRight {
	float: right;
	padding-right: 25px;
	}

/********* Image styles *************/

.pictureBoxRight {
	float: right;
	text-align: right;
	padding: 10px 0px 10px 20px;
}
	

.pictureBoxLeft {
	float: left;
	padding: 10px 15px 10px 0px;
}

#homepage #content img, #store #content img {
	float: left;
	margin: 0 20px 10px 0;
	}


#content .journeyImageRight {
	float: right;
	margin: 0.3em 0px 10px 15px;
	}


/* just for two pics of Martin and Uranda on Eternal Laws page*/

#content #two_pics {
	float: right;
	width: 310px;
	background-color:#FFFFFF;
	margin: 0 0 10px 20px; /* t r b l */
	padding: 4px 0 10px 0;
	border-bottom: 1px dotted #daa988;
	}
* html #content #two_pics {
	width:336px;
	margin: 2px -20px 10px 20px;
	}
#content #two_pics .imageRight, #content #two_pics .imageLeft {
	width:153px;
	color: #666;
	font-size: 70%;
	line-height:120%;
	}
#content #two_pics .imageRight {
	float: left;
	margin-left:4px;
	}
#content #two_pics .imageLeft {
	float: left;
	}
/* End two pics styling */




/********* Heading styles ************/

#content h2 {
	font-size: 175%;
	color: #117011;
	font-weight: bold;
	padding: 0.4em 0 0.6em 0;
	}
#content h1 {
        font-size: 175%;
        color: #117011;
        font-weight: bold;
        padding: 0.4em 0 0.6em 0;
        }

#content h3 {
	font-size: 150%;
	color: #036;
	font-weight: bold;
	padding: 0.4em 0 1.2em 0;
	}
#content h3.p-header {
	font-size: 125%;
	color: #036;
	font-weight: bold;
	padding: 1.0em 0 0.4em 0;
	}
#homepage #content h3 {
	font-size: 120%;
	color: #117011;
	text-decoration: underline;
	padding: 0.4em 0;
	}
#content h4.bios {
	font-size: 120%;
	color: #117011;
	font-weight: normal;
	padding: .6em 0 0 0;
	}
#content h4.subtitle {
	color: #930;
	font-style:italic;
	font-size: 110%;
	margin-top: -0.2em; /* move closer to title above */
	padding-bottom: 1.3em;
	}
#content h4.subtitle-blue {
	color: #036;
	font-style:italic;
	font-size: 110%;
	margin-top: -0.2em; /* move closer to title above */
	padding-bottom: 1.3em;
	}
#sidebar h3 {
	font-size: 140%;
	color: #930;
	padding: 1em 0 1em 0; 
	}
#homepage #sidebar h3 {
	font-size: 130%;
	color: #000;
	text-align: center;
	padding: 1.2em 0;
	background: none;
	}
#sidebar h3.orangeStar {
	color: #930;
	font-size: 140%;
	padding-left: 30px; /* leave room for starburst graphic */
	background: url(../ui/orange_starburst.gif) left no-repeat;
	}
#sidebar h3.blue {
	color: #036;
	font-size: 125%;
	}

/* store heading styles */
#store #content h3 {
	padding-bottom:0.7em;
	}

h4.orangeBar {
	font-size: 120%;
	color: #930;
	background: url(../ui/red_square.gif) 5px no-repeat #fdd784;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	padding: 0.4em 0 0.4em 15px;
	}
#sidebar h3.blueStar {
	color: #036;
	padding-left:30px;
	background: url(../ui/blue_starburst.gif) left no-repeat;
	margin-left:-12px;
	}
.orangeWrapper h4 {
	color: #930;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: normal;
	margin-bottom:1em;
	}
/* end store heading styles */

	
/********* Text styles ************/

#content p {
	font-size: 110%;
	line-height: 150%;
	padding-bottom: 1.3em;
	}
#content p.bios {
	color: #000;
	font-size: 100%;
	line-height: 140%;
	padding: 1.1em 0 1.3em 0;
	}

/* store */
#store #content p {
	color: #000;
	font-size: 100%;
	line-height: 140%;
	padding: 0.9em 0 1.9em 15px;
	}
#store #content p.notfirst {
	padding-top: 0;
	}
#store #content .first {
	border-top: 1px solid #fddfbb;
	}
#store #content .noshade {
	border-bottom: 1px solid #fddfbb;
	}
#store #content .shade {
	background-color: #fff7e6;
	border-bottom: 1px solid #fddfbb;
	}
/* end store */


#sidebar p {
	color: #000;
	font-size: 95%;
	line-height: 190%;
	padding-bottom: 1.6em;
	text-align: justify;
	}
#sidebar p.signature, #content p.signature {
	text-align: right;
	padding: 20px 80px 0 0;
	}


/* store */
#store #sidebar p {
	line-height: 140%;
	}
#store #sidebar p.listheading {
	padding-bottom:2px;
	}
/* end store */

/********* Link styles ************/

a {
	color: #006600;
	}
a:hover {
	color: #036;
	}

/* "Back to top" links */
p.back {
	font-size: 80%;
	padding-top:1em;
	}
p.back a{
	font-size: 80%;
	}

#footer a {
	font-size: 100%;
	color: #fff;
	}
#footer a:hover {
	color: #d69600;
	}

/********* Rule styles ************/

#content hr, #sidebar hr {
	clear: both;
	width: 100%;
	border-top: 1px dotted #daa988;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #fff; /* no way to turn off bottom border in IE7 & less, this creates a good appearance */
	}

#content hr.solid {
	clear: both;
	width: 100%;
	border-top: 1px solid #fdead2;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #fff; /* no way to turn off bottom border in IE7 & less, this creates a good appearance */
	}

#sidebar .orangeWrapper hr {
	width: 282px;
	margin: 0 0 7px -15px;
	border-top: 1px dotted #daa988;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff; /* no way to turn off bottom border in IE7 & less, this creates a good appearance */
	}

*html #sidebar .orangeWrapper hr {
	width: 274px; /* very important for IE6 and below layout */
}

/**** random ***/

.hot {
	color: #FF0000;
	font-weight: bold;
	font-size: 90%
	}
	

#sidebar ul {
	color: #000;
	font-size: 90%;
	margin: -1em 0 0 35px; /* left indent is intended to be px (not em) */
	padding-bottom: 1em;
	line-height: 200%;
	}

/* store */
#sidebar .orangeWrapper ul {
	color: #930;
	font-size: 90%;
	margin: 0 0 0px 35px;
	line-height: 150%;
	list-style-type: square;
	}
#sidebar .orangeWrapper li {
	margin-left:-20px;
	}
/* end store */


table.classdates {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #f79a28;
	font-weight:bold;
	}
table.classdates th {
	color: #fff;
	text-transform: uppercase;
	background-color: #f79a28;
	text-align: left;
	padding: 5px 0 5px 20px;
	border: 1px solid #fff;
	font-size: 0.7em;
	}
table.classdates td {
	background-color: #fef1e0;
	text-align: left;
	padding: 10px 0 10px 20px;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 0.7em;
	}

.tabled2 td {
	margin: 4px;
	padding: 2px 2px 2px 2px;
	}

span.price {
	color: #f00;
	}
	
.clear {
	clear: both;
	}


/***** http://www.positioniseverything.net/easyclearing.html ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;	}
.clearfix {display: block;	}
#programs /* End hide from IE-mac */ #sidebar  ul   {
	margin: 0px;
	padding: 0px;
}
#programs  #sidebar li, #joinlist #sidebar li, #about #sidebar li   {
	list-style-type: none;
	font-size: 125%;
	color: #003366;
	padding-top: 10px;
	font-weight: bold;
}
#programs  #sidebar  a, #joinlist #sidebar a, #about #sidebar a   {
	text-decoration: none;
	font-size: small;
	color: #003366;
	padding-top: 10px;
	font-weight: bold;
}
#programs  #sidebar  a:hover, #joinlist #sidebar a:hover   {
	color: #993300;
}
#content ul {
	color: #930;
	padding: 0px 0px 20px 40px; /* left indent in intended to be px, not em */
	line-height: 130%;
	font-size: 110%;
	padding-left: 50px;
	list-style-type: circle;
	text-align: justify;
}
#content ol {
	color: #930;
	padding: 0px 0px 20px 40px; /* left indent in intended to be px, not em */
	line-height: 130%;
	font-size: 110%;
	padding-left: 50px;
	list-style-type: decimal;
	text-align: justify;
}
.floatright {
	float: right;
}
.imagewrap {
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: right;
	height: auto;
	width: 150px;
}

.caption {
	size: 85%;
	color: #666;
}

}
.guildwrap {
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: right;
	height: auto;
	width: 250px;
}

.imagecenter {
	text-align: center;
	margin: 10px;
	padding: 10px;
	height: auto;
}

/*#about #sidebar ul {
	font-weight: bold;
	list-style-type: none;
	font-size: 110%;
}*/
.floatleft {
	float: left;
}
#homepage #sidebar div {
  /*
	border: solid thin #002849;
	padding: 5px 10px 5px 15px;
  */
}

#homepage #sidebar a {
	color:#117011;
}

#homepage #sidebar a:hover {
	color:#930;
}

p.blockquote{
  padding-left: 30px;
  padding-right:30px;
}