/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
/*.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;*/
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://wisdomwayscenter.org/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://wisdomwayscenter.org/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://wisdomwayscenter.org/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2010-08-18 14:45:20 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(http://wisdomwayscenter.org/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* Stylesheet: Module: News Modified On 2010-08-17 16:58:05 */


/* Stylesheet: WW colors Modified On 2016-07-26 11:18:32 */
body{
margin:0;
padding:0;
text-align: left;
	font-family: Trebuchet MS, Helvetica, Verdana, Gill Sans, Arial, sans-serif;
	font-size: 90.01%;
	line-height: 1em;
/*background: #d4dfe6;*/
/*background: #c7d6ba;*/
/*background: #ddc0ad;*/
/*background: #ececf4;*/
background: #dfd7ed; 

}

/*b{font-size: 110%;}
em{color: red;}*/


.clearboth  {clear:both;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/*background: #9184a3;*/
background: #7a54a3;
}

#headerhome{
width: 900px;
margin-top: 0px;
padding: 0px;
background: #fff url(http://wisdomwayscenter.org/uploads/images/masthead_fall2016.gif) no-repeat;
height: 203px; /*Height of top section*/
}



#header{
width: 900px;
margin-top: 0px;
padding: 0px;
background: #fff url(http://s335720829.onlinehome.us/uploads/images/masthead_fall2016.gif) no-repeat;
height: 203px; /*Height of top section*/
}

div#header h7 a {
/* you can set your own image here */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/logoCMS.png) no-repeat left top;*/
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 213px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}

#contentwrapper{
float: left;
width: 100%;
/*background: #9184a3;*/
background: #7a54a3;
}

#topmenu {
float: left;
width: 680px;
margin-left: 0px;
padding-left: 220px;
margin-top: 0px;
/*background: url(http://s335720829.onlinehome.us/uploads/images/bannerbottom.gif) no-repeat left top;*/
}

#signupbutton {
padding-right: 20px;
padding-left: 80px;
}

div#search {
/* position for the search box */
	float: left;
/* enough width for the search input box */
	width: 40px;
	text-align: right;
	padding: 0.5em 0 0.5em 1.5em;
	margin: 1em 1em;
        color: #fff;
}


/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 25px;
        margin-top: 5px;
	padding: 1px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://wisdomwayscenter.org/uploads/images/search.gif) no-repeat center center;
}

#homeslides {
margin: 0px;
height: 253px;
padding-bottom: 10px;
}

#homeslides-two {
margin: 0px;
padding-bottom: 10px;
height: 350px;
}

#contentcolumn {
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
/*background: #9184a3;*/
background: #7a54a3;
margin-bottom: 0px;
margin-right: 20px;
}

#leftcolumn {
float: left;
width: 200px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
/*background: #9184a3;*/
background: #7a54a3;
}

.leftmenuheader {
padding-top: 20px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 4px;
font-weight: bold;
text-align: right;
color: #fff;
font-size: 120%;
}

#footer {
clear: left;
width: 700px;
margin-left: 200px;
/*background: #9184a3;*/
background: #7a54a3;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer p{
font-size: .8em;
color: #fff;
}

#footer a{
color: #FFF;
text-decoration: none;
font-size: .8em;
}

.innertubeleftcolumn{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

#innertubecontentcolumn {
/*Margins for inner DIV inside each column (to provide padding)*/
overflow:hidden;
width: 655px;
margin: 0px 5px 10px 5px;
padding: 15px 10px 15px 15px;
background: #fff;
}



#homecolumnright {
float: right;
width: 205px;
margin-left: 5px;
margin-top: 0px;
padding: 0px 10px 10px 10px;
border-left: 1px solid #666666;
}


#homecolumnleft {
width: 398px;
height: 40px;
margin-right: 5px;
float: left;
padding: 10px 10px 10px 10px;
/*background: #d7c39d; */
background: #fff;
}

#homecolumnleft h2 {
       color: #fff;
	font-size: 175%;
	text-align: left;
/* some air around the text */
	padding-bottom: 0em;
	line-height: 1.2em;
/* and some air under the border */
	margin: 0px;
       }


.homecolumnleftbottom {
width: 396px;
margin-right: 5px;
float: left;
padding: 10px 10px 10px 10px;
background: #dfd7ed url(http://wisdomwayscenter.org/uploads/images/homecolumntopribbon.gif) repeat-x left top;

}

.bluebox {
float: right;
width: 250px;
/*background:#ececf4;*/
background: #dfd7ed;
padding: 5px;
margin-left: 10px;
line-height: 1.2em;
border: 1px solid #000;
}

.pullquote {
    width: 45%;
    float: right;
    margin: 10px;
    line-height: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 150%;
    font-style: italic;
    font-weight: 500;
    /*color:#9184a3;*/
     color: #7a54a3;
    text-align: right;
}

/* TEXT */
p {
       font-family: Trebuchet MS, Helvetica, Verdana, Gill Sans, Arial, sans-serif;
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
        color: #555555;
}



td {
 font-family: Trebuchet MS, Helvetica, Verdana, Gill Sans, Arial, sans-serif;
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: .5em;
        color: #555555;
}



/* HEADINGS */
h1 {
/* font size for h1 */
	font-size: 225%;
	line-height: 1em;
	margin: .2em 0 .5em 0;
        /*color: #8d7baa;*/
        color: #7a54a3;
        padding-bottom: .3em;
        border-bottom: 1px solid #7a54a3;
        font-weight: 500;
}
h2 {
       color: #ffffff;
	font-size: 175%;
        font-weight: 500;
	text-align: left;
	padding-bottom: 1em;
	line-height: 1em;
	margin: 0;
       }


h3 {
	       /*color: #8d7baa;*/
         color: #7a54a3;
	font-size: 150%;
        font-weight: 400;
	text-align: left;
/* some air around the text */
	padding-bottom: 0em;
	line-height: 1.3em;
/* and some air under the border */
	margin: 0px;
       }

h4 {
		       color: #222222;
	font-size: 130%;
        font-weight: 300;
	text-align: left;
/* some air around the text */
	padding-bottom: .3em;
	line-height: 1.3em;
/* and some air under the border */
	margin: 0px;
       }

h5 {
	color: #222222;
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 0.2em 0;
        font-weight: 300;
        border-bottom: 1px solid #49549f;
        padding-bottom: .2em;
        
}

h6 {
       /* color: #8d7baa;*/
        color: #7a54a3;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

h7 {
       color: #ffffff;
       font-size: 60%;
       line-height: 1em;
       margin: 0 0 0.25em 0;

}






/* END HEADINGS */
/* LISTS */
/* lists in content need some margins to look nice */
div#contentcolumn ul,
div#contentcolumn ol,
div#contentcolumn dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
        color: #666666;
}
div#contentcolumn ul li,
div#contentcolumn ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#contentcolumn dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#contentcolumn dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#contentcolumn dl dd {
	margin: 0 0 1em 1em;
}

td ul,
td ol,
td dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
        color: #666666;
}
.bluebox ul li,
.bluebox ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
.bluebox dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
bluebox dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
bluebox dl dd {
	margin: 0 0 1em 1em;
}


/* END LISTS */
/* Stylesheet: WW Stylesheet current Modified On 2016-07-25 22:09:17 */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#topmenuwrapper {
/* set the background color for the menu here */
	/*background-color: #243135;*/
/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	/*border-top: 1px solid #3F565C;*/
	margin: 0;
	padding: 0;
}
ul#topprimary-nav, ul#topprimary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#topprimary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
}
ul#topprimary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#topprimary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#topprimary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#topprimary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#topprimary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: .90em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #ffffff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 12px 15px 15px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
ul#topprimary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
        color: #ffffff;
}
ul#topprimary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #000;
}
ul#ptomprimary-nav li a.topmenuactive {
	color: #fff;
/* bold to set it off from non active */
	font-weight: bold;
/* set your image here */

}
ul#topprimary-nav li a.topmenuactive:hover {
	color: #fff;
/* keep it the same */
	font-weight: bold;
}
#topprimary-nav li li a.topmenuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	/*background:  url(http://wisdomwayscenter.org/uploads/ngrey/parent.png) no-repeat 98% center;*/
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	/*background:  url(http://wisdomwayscenter.org/uploads/ngrey/parent.gif) no-repeat 98% center;*/
}
ul#topprimary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#topprimary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#topprimary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#topprimary-nav li:hover,
#topprimary-nav li.topmenuh,
#topprimary-nav li.menuparenth,
#topprimary-nav li.menuactiveh {
/* set your image here, dark grey image */
	/*background:  url(http://wisdomwayscenter.org/uploads/ngrey/darknav.png) repeat-x left center;*/
	color: #000;
        /*background: #c1c7eb;*/
         /* background: #fff;*/
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#topprimary-nav li:hover ul ul ul,
#topprimary-nav li.menuparenth ul ul ul,
*/
#topprimary-nav ul,
#topprimary-nav li:hover ul,
#topprimary-nav li:hover ul ul,
#topprimary-nav li.menuparenth ul,
#topprimary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#topprimary-nav ul ul ul li:hover ul,
#topprimary-nav ul ul ul li.menuparenth ul,
*/
#topprimary-nav li:hover ul,
#topprimary-nav ul li:hover ul,
#topprimary-nav ul ul li:hover ul,
#topprimary-nav li.menuparenth ul,
#topprimary-nav ul li.menuparenth ul,
#topprimary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#topprimary-nav li li {
	float: left;
	clear: both;
}
#topprimary-nav li li a {
	height: 1%;
}
/* Stylesheet: ww horizontal top menu Modified On 2014-01-07 10:08:24 */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen and mark and Nuno */
/* The wrapper determines the width of the menu elements */
.menuwrapper-ver {
/* just smaller than it's containing div */
	width: 100%;
        margin-right: 0px;
	margin-left: 0px;
/* room at bottom */
	margin-bottom: 10px;
}


/* Unless you know what you do, do not touch this */
.primary-nav-ver, .primary-nav-ver ul {
/* remove any default bullets */
	list-style: none;
        text-align: right;
	margin: 0px;
	padding: 0px;
/* make sure it fills out */
	width: 100%;
/* just a little bump */
	margin-left: 1px;
}
.primary-nav-ver ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* just a little bump down for second level ul */
	top: 5px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* keeps it hidden till hover event */
	display: none;
}
.primary-nav-ver ul ul {
/* no bump down for third level ul */
	top: 0px;
}
.primary-nav-ver li {
/* negative bottom margin pulls them together, images look like one border between */
	margin-bottom: -1px;
/* keeps within it's container */
	position: relative;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 4px 0px;
/* you can set your own image here */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/liup.gif) no-repeat right bottom;*/
}
.primary-nav-ver li li {
/* you can set your width here, if no width or set auto it will only be as wide as the text in it  */
	width: 220px;
	padding: 0px;
/* removes first level li image */
	background-image: none;
}
/* Styling the basic apperance of the menu "a" elements */
ul.primary-nav-ver li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: .9em;
/* make sure we keep the font normal */
	font-weight: bold;
/* set default link colors */
	color: #ffffff;
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0.6em 0.5em 0.3em 0.5em;
/* makes it hold a shape */
	display: block;
/* removes underline from default link setting */
	text-decoration: none;
/* you can set your own image here this is tall enough to cover text heavy links */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/libk.gif) no-repeat right top;*/
         
}
ul.primary-nav-ver a span {
/* makes it hold a shape */
	display: block;
/* pushes text to right */
	padding-left: .2em;
        padding-right: .5em;
}
ul.primary-nav-ver li a:hover {
/* stops image flicker in some browsers */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/libk.gif) no-repeat right top;*/
/* changes text color on hover */
	color: #fff;
        font-weight: bold;
 

}
ul.primary-nav-ver li li a:hover {
/* you can set your own image here, second level "a" */
	/*background:  url(http://wisdomwayscenter.org/uploads/ngrey/darknav.png) repeat-x left center;*/
/* contrast color to image behind it */
	color: #000;
        background: #7a54a3;
}
ul.primary-nav-ver li a.menuactive {
/* black and bold to set it off from non active */
	color: #fff;
	font-weight: bold;
}
ul.primary-nav-ver li li a.menuactive {
/* contrast color to image behind it, set below */
	color: #000;
/* not bold as text color and image behind it set it off from non active */
	font-weight: normal;
}
ul.primary-nav-ver li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* relative to it's container */
	position: relative;
/* more padding to left than default */
	padding: 6px 3px 6px 15px;
	font-weight: normal;
/* darker than first level "a" */
	color: #fff;
/* removes any borders that may have been set in first level */
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
/* removes image set in first level "a" */
	background: none;
}
ul.primary-nav-ver li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #ececf4;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	/*border-top: 1px solid #FFFFFF;*/
	/*border-bottom: 1px solid #374B51;*/
	/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
/* Fixes IE7 bug */
.primary-nav-ver li, #primary-nav-ver li.menuparent {
	min-height: 1em;
}
/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */
.primary-nav-ver li li.menuactive, .primary-nav-ver li.menuactive.menuparenth li.menuactive {
/* set your image here, dark grey image with white text set above*/
	/*background:  url(http://wisdomwayscenter.org/uploads/ngrey/darknav.png) repeat-x left center;*/
}
.primary-nav-ver li.menuparent span {
/* padding on left for image */
	padding-left: 1.5em;
/* down arrow to note it has children, left side of text */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/active.png) no-repeat left center;*/
}
.primary-nav-ver li.menuparent:hover li.menuparent span {
/* remove left padding as image is on right side of text */
	padding-left: 0;
/* right arrow to note it has children, right side of text */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/parent.png) no-repeat right center;*/
}
.primary-nav-ver li.menuparenth li.menuparent span,
.primary-nav-ver li.menuparenth li.menuparenth span {
/* same as above but this is for IE6, gif image as it can't handle transparent png */
	padding-left: 0;
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/parent.gif) no-repeat right center;*/
}
.primary-nav-ver li.menuparenth span,
.primary-nav-ver li.menuparent:hover span,
.primary-nav-ver li.menuparent.menuactive span,
.primary-nav-ver li.menuparent.menuactiveh span, {
/* right arrow to note hover */
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/parent.png) no-repeat left center;*/
}
.primary-nav-ver li li span,
.primary-nav-ver li.menuparent li span,
.primary-nav-ver li.menuparent:hover li span,
.primary-nav-ver li.menuparenth li span,
.primary-nav-ver li.menuparenth li.menuparenth li span,
.primary-nav-ver li.menuparent li.menuparent li span,
.primary-nav-ver li.menuparent li.menuparent:hover li span  {
/* removes any images set above unless it's a parent or active parent */
	background:  none;
/* removes padding that is used for arrows */
	padding-left: 0px;
}
/* IE6 flicker fix */
.primary-nav-ver li.menuh,
.primary-nav-ver li.mnuparenth,
.primary-nav-ver li.mnuactiveh {
	/*background: url(http://wisdomwayscenter.org/uploads/ngrey/libk.gif) no-repeat right top;*/
	color: #899092
}
.primary-nav-ver li:hover li a {
/* removes any images set above unless it's a parent or active parent */
	background:  none;
	color: #000;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
.primary-nav-ver li:hover ul ul ul,
.primary-nav-ver li.menuparenth ul ul ul,
*/
.primary-nav-ver ul,
.primary-nav-ver li:hover ul,
.primary-nav-ver li:hover ul ul,
.primary-nav-ver li.menuparenth ul,
.primary-nav-ver li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
.primary-nav-ver ul ul ul li:hover ul,
.primary-nav-ver ul ul ul li.menuparenth ul,
*/
.primary-nav-ver li:hover ul,
.primary-nav-ver ul li:hover ul,
.primary-nav-ver ul ul li:hover ul,
.primary-nav-ver li.menuparenth ul,
.primary-nav-ver ul li.menuparenth ul,
.primary-nav-ver ul ul li.menuparenth ul {
	display: block;
}
/* IE Hack, will cause the css to not validate */
.primary-nav-ver li,
.primary-nav-ver li.menuparenth {
	_float: left;
	_height: 1%;
}
.primary-nav-ver li a {
	_height: 1%;
}
/* BIG NOTE: I didn't do anything to these 2, never tested */
.primary-nav-ver li.sectionheader {
	border-left: 1px solid #006699;
	border-top: 1px solid #006699;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0.5em;
	background-color: transparent;
	margin: 0;
	width: 100%;
        color: #fff;
}


.sectionheader {
color: #fff;
font-weight: bold;
font-size: 120%;
}


/* separator */
.primary-nav-ver li hr.separator {
	display: block;
	height: 0.5em;
	color: #abb0b6;
	background-color: #abb0b6;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
}
/* Stylesheet: WW vertical menu styles current Modified On 2014-01-07 10:08:10 */
div#CGBLog p {
font: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
	padding: 0;
        text-align: left;
        color: #ccc;
}


.CGBlogSummary {
font: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  padding-top: 10px;
color: #634f33;
 font-size: 1em;
       line-height: 1.5em;
       font-weight: bold;
       padding-bottom: 10px;
}

.CGBlogSummaryPostdate {
   font-weight: bold;
   color: #a36746;
   margin-bottom: 3px;
}

.divider2 {
   /* border-top: 1px solid #000;*/
    padding-top: 4px;
    padding-bottom: 4px;
}

/*.details {
     font: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
     font-size: .7em;
     margin: 0;
     padding: 0;
   */

.pagenumber {
   font: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
     font-size: .7em;
     margin: 0;
     padding: 0;
     text-align: right;
} 

.more {
     font-size: .9em;
     font-decoration: none;
     padding-top: -5px;
}

div#CGBlogmore {
     padding-bottom: 5px;
     padding-top: 5px;
}


.contentarea {
font: 100% Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: .95em;
/* some air around p elements */
	margin: 0 0 1.2em 0;
	line-height: 1.2em;
	padding: 0;
        text-align: left;
        color: #333;
        font-style: italic;
}


.post {
 border-bottom: 1px dotted #000;
padding: 0px;
margin: 0;
}

.post p {
font: 100% Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: .95em;
/* some air around p elements */
	margin: 0 0 1.2em 0;
	line-height: 1.2em;
	padding: 0;
        text-align: left;
        color: #353c42;
}


.post h3 {
font: 100% Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
color: #634f33;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.3em 0;
        text-align: left;
        padding: 0;
}

.post a {
     text-decoration: underline;
     margin: 0;
}


*/.post a:hover {
     test-decoration: underline;
}*/

*/DETAILS TEMPLATE*/

div#blogdetailbox {
/*border: 1px solid #000;*/
padding: 0px;
background: #f0bd54;
font-size: 1em;
}

.CGBlogBlueBox {
      border: 1px solid #000;
      padding: 5px;
      background: #ccc;
}

.CGBlogPostDetailTitle h3 {
color: #634f33;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
}

div#CGBlogPostDetailDate {
      font-size: .8em;
      font-style: italic;
      color: a36746;
      margin-top: 3px;
      border-bottom: 1px dotted #000;
     padding-bottom: 20px;
       margin-bottom: 10px;

}





div#CGBlogPostDetailSummary {
color: #634f33;
 font-size: 1em;
       line-height: 1.3em;
       font-weight: bold;
       font-style: italic;
       padding-bottom: 10px;
       

}
       


.CGBlogSummaryCategory {
      font-size: .8em;
}

div#CGBlogPostDetailAuthor {
      font-size: .8em;
      padding-bottom: 4px;
}

div#CGBlogPostDetailContent {
padding-top: 20px;
font-size: 1em;
padding-right: 10px;
 
}


div#CGBlogPostDetailExtra {
width: 100%;
}


.CGBlogbacktomainpage {
   font-size: .7em;
   padding-top: 5px;
}

*/FEEDBACK REPORT TEMPLATE*/




div#cgfeedback_report {
/*border: 1px solid #000;*/
padding: 5px;
background: #f2e6d4;      
font-size: 1em;
}

.feedback_summary_item {
border-bottom: 1px solid #848484;
padding: 5px;
font-size: .9em;
margin-bottom: 5px;
}

.feedback_item_authorname {
font-size: .8em;
}

.feedback_item_authoremail {
font-size: .8em;
padding-bottom: 5px;
}


table.commentform {
text-align: left;
color: #333;
}

cgfeedback_addcoment {
font: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  padding-top: 10px;
color: #634f33;
 font-size: 1em;
       line-height: 1.5em;
}



/* Stylesheet: CGblog Modified On 2012-01-30 20:20:41 */
