/*  
Description: CSS Stylesheet for WholeLight.com, July 2022, Standard
Version: 1.0
Author: Dan C. Rinnert
*/


/* CSS Reset Section Begins
Source: http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Reset Section Ends */



/* Regular CSS Section Begins */


img {
	max-width: 100%;
	height: auto;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

body {
	text-align: center;
	background-color: #9999FF;
	margin: 120px 0px 75px 0px;
	font-size: 1em;
	line-height: 120%;
}

#wrapper {
margin: 0px auto;
padding: 1.02%;
text-align: center;
background-color: #FFFFFF;
float: none;
width: 97%;
max-width: 980px;
overflow: hidden;

-webkit-border-radius: 1.02%;
-moz-border-radius: 1.02%;
border-radius: 1.02%;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#main-content-image {
}

.main-image {
text-align: center;
width: 100%;
max-width: 980px;
}

.main_content {
margin-top: 79px;
max-width: 970px;
background-color: #ff3333;
}

.main-spacer {
text-align: center;
width: 100%;
max-width: 980px;
}

.header {
position: fixed;
margin: 0px 0px 0px 0px;
text-align: center;
top: 0px;
width: 100%;
float: none;
background-attachment: fixed;
overflow: hidden;
z-index: 500;
border-bottom: 1px solid #AAAAFF;
}
				
.tagline_box {
font-family: serif;
font-size: 0.8em;
color: #FFCC00;
text-decoration: NONE;
float: left;
}
	
.tagline_superscript { 
    vertical-align: 18%;
    font-size: 0.4em;
}

.logobox {
text-align: center;
position: fixed;
padding: 0px 0px 0px 0px;
height: 79px;
width: 100%;
float: left;
z-index: 505;
background-color: #003399;
}

.header_logo {
width: 100%;
max-width: 800px;
}

.invisi_header {
text-align: center;
position: fixed;
height: 79px;
width: 100%;
float: left;
}

.footer {
position: fixed;
margin: 0px 0px 0px 0px;
text-align: center;
bottom: 0px;
width: 100%;
float: none;
overflow: hidden;
z-index: 500;
border-top: 1px solid #AAAAFF;
}

.footer_content {
margin: 0px 0px 0px 0px;
bottom: 0px;
text-align: center;
width: 100%;
float: none;

font-family: serif;
font-size: .8em;
color: #000000;
background-color: #AAAAFF;
padding: 3px 1px 0px 1px;

overflow: hidden;
z-index: 500;
clear: both;
}

.footer_content a {
	color: #000000;
	text-decoration: none;
}

.left-column {
width: 50%;
max-width: 480px;
float: left;
text-align: left;
}

.right-column {
width: 50%;
max-width: 480px;
float: right;
text-align: left;
}

.left-column-description {
width: 33.3%;
max-width: 320px;
float: left;
text-align: left;
}

.right-column-description {
width: 66.6%;
max-width: 640px;
float: right;
text-align: left;
}

.left-column-description-alt {
width: 66.6%;
max-width: 640px;
float: left;
text-align: left;
}

.right-column-description-alt {
width: 33.3%;
max-width: 320px;
float: right;
text-align: left;
}

#side-content-image {
}

.side-image {
//text-align: center;
//width: 100%;
//max-width: 480px;
}

.article-middle-column-description {
width: 50%;
max-width: 480px;
float: left;
text-align: left;
}

.article-right-column-description {
width: 16.7%;
max-width: 160px;
float: right;
text-align: left;
}

.artwork-container {
width: 100%;
display: block;
overflow: hidden;
}

.artwork-image {
float: left;
max-width: 96px;
padding: 2.55%;
}

.category-divider-image {
	width: 33%;
	max-width: 320px;
	padding: 2.55%;
	margin-left: auto;
    margin-right: auto;
}

.featured-article-image {
	width: 66.6%;
	max-width: 640px;
	padding: 0% 2.55% 2.55% 2.55%;
}

.content_header_image {
text-align: center;
width: 100%;
max-width: 620px;
}

.content_header {
	color: #333333;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: bold;
        line-height: 120%;
	padding: 2.55% 2.55% 2.55% 1.275%;
	}
	

h1 {
	color: #333333;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: bold;
        line-height: 120%;
	padding: 2.55% 2.55% 2.55% 1.275%;
	}
	

.content_subheader {
	color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2.55% 2.55% 2.55% 1.275%;
	}

.content_body {
	font-family: serif;
	font-size: 1.2em;
	padding: 1.275%;
	line-height: 140%;
	text-align: left;
	}
	
.content_body a {
	color: #000000;
	text-decoration: none;
}

.content_body a:hover, .content_body a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_body_disclaimer {
	font-family: serif;
	font-size: 1em;
	padding: 1.275%;
	line-height: 140%;
	text-align: left;
	}
	
.content_body_disclaimer a {
	color: #000000;
	text-decoration: none;
}

.content_body_disclaimer a:hover, .content_body_disclaimer a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_body_emphasis {
	font-family: serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 2.55%;
	line-height: 140%;
	}
	
.content_body_emphasis a {
	color: #000000;
	text-decoration: none;
}

.content_body_emphasis a:hover, .content_body_emphasis a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_quote {
	font-family: serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 2.55% 10% 2.55% 10%;
	line-height: 140%;
	}

.content_blockquote {
	font-family: serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 2.55% 10% 2.55% 10%;
	line-height: 140%;
	}

.content_author {
	font-family: serif;
	font-size: 1em;
	padding: 0 0 0 1.275%;
	line-height: 140%;
	}
	
.content_author a {
	color: #000000;
	text-decoration: none;
}

.content_author a:hover, .content_body a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_date {
	font-family: serif;
	font-size: .85em;
	padding: 0 0 2.55% 2.55%;
	line-height: 140%;
	}

.content_indent {
	font-family: serif;
	font-size: 1em;
	padding: 2.55% 10% 2.55% 10%;
	line-height: 140%;
	}

.content_sectionheader {
	color: #000000;
	text-align: left;
	font-family: serif;
	font-style: italic;
	font-size: 1em;
	padding: 2.55%;
	}

.emphasis {
	font-style: italic;
	}

.emphasis_quote {
	font-style: normal;
	}

.content_revision {
	font-family: serif;
	font-size: 0.8em;
	padding: 2.55%;
	line-height: 140%;
	}

.content_article_title {
	color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 2.55%;
	line-height: 120%;
	}

.content_article_title a {
	color: #000000;
	text-decoration: none;
	}

.content_article_title a:hover, .content_article_title a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_featured_article_title {
	color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	padding: 2.55%;
	}

.content_featured_article_title a {
	color: #000000;
	text-decoration: none;
	}

.content_featured_article_title a:hover, .content_featured_article_title a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_category_header {
	font-family: serif;
	font-size: 1em;
	padding: 2.55%;
	line-height: 140%;
	font-variant: small-caps;
	}
	
.content_category_header a {
	color: #000000;
	text-decoration: none;
}

.content_category_header a:hover, .content_category_header a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_category_link {
	font-family: serif;
	font-size: .9em;
	padding: 2.55%;
	line-height: 140%;
	}
	
.content_category_link a {
	color: #000000;
	text-decoration: none;
}

.content_category_link a:hover, .content_category_link a:focus {
	color: #999999;
	text-decoration: underline;
}

.content_category_title {
	color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	padding: 2.55%;
	line-height: 120%;
	}

.content_navigation {
	font-family: serif;
	font-size: 1em;
	padding: 2.55%;
	text-align: center;
	line-height: 140%;
	}
	
.content_navigation a {
	color: #000000;
	text-decoration: none;
}

.content_navigation a:hover, .content_navigation a:focus {
	color: #999999;
	text-decoration: underline;
}

ul.content_ul {
	font-family: serif;
	font-size: 1em;
	padding: 2.55%;
	padding: 2.55% 2.55% 2.55% 10%;
	line-height: 140%;
	list-style: none;
}

li.content_item {
	font-family: serif;
	font-size: 1em;
	padding: 2.55% 2.55% 2.55% 2.55%;
	line-height: 140%;
	list-style: square outside;
}

li.content_item a {
	color: #000000;
	text-decoration: none;
}

li.content_item a:hover, li.content_item a:focus {
	color: #999999;
	text-decoration: underline;
}

ul.numbered_ul {
	font-family: serif;
	font-size: 1em;
	padding: 2.55%;
	padding: 2.55% 2.55% 2.55% 10%;
	line-height: 140%;
	list-style: none;
}

li.numbered_item {
	font-family: serif;
	font-size: 1em;
	padding: 2.55% 2.55% 2.55% 2.55%;
	line-height: 140%;
	list-style: decimal outside;
}

li.numbered_item a {
	color: #000000;
	text-decoration: none;
}

li.numbered_item a:hover, li.numbered_item a:focus {
	color: #999999;
	text-decoration: underline;
}

ul.content_blockquote_ul {
	font-family: serif;
	font-style: italic;
	font-size: 1em;
	padding: 1.5%;
	padding: 1.5% 10% 1.5% 18%;
	line-height: 140%;
	list-style: none;
}

li.content_blockquote_item {
	font-family: serif;
	font-style: italic;
	font-size: 1em;
	padding: 1.5% 1.5% 1.5% 1.5%;
	line-height: 140%;
	list-style: square outside;
}

li.content_blockquote_item a {
	color: #000000;
	text-decoration: none;
}

li.content_blockquote_item a:hover, li.content_blockquote_item a:focus {
	color: #999999;
	text-decoration: underline;
}

.top_navigation {
font-family: serif;
font-size: 0.8em;
color: #FFCC00;
text-decoration: none;
float: right;
}
		
.legend_header {
	color: #FFFFFF;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2.55%;
	background-color: #663300;
	}

.legend_body {
	font-family: serif;
	font-size: 0.7em;
	padding: 2.55%;
	line-height: 140%;
	}
	
.legend_body a {
	color: #000000;
	text-decoration: none;
}

.legend_body a:hover, .legend_body a:focus {
	color: #999999;
	text-decoration: underline;
}

.legend_body_alt {
	font-family: serif;
	font-size: 0.7em;
	padding: 2.55%;
	line-height: 140%;
	background-color: #CCCCCC;
	}
	
.legend_body_alt a {
	color: #000000;
	text-decoration: none;
}

.legend_body_alt a:hover, .legend_body_alt a:focus {
	color: #999999;
	text-decoration: underline;
}

.legend-image {
float: left;
max-width: 16px;
padding: 2.55%;
}

.legend-image-inline {
max-width: 16px;
padding-left: 2.55%;
}
	
.category_header {
font-family: sans-serif;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
color: #333333;
padding: 1px;
}
		
.category_body {
font-family: serif;
font-size: .9em;
color: #333333;
padding: 1px;
white-space: nowrap;
overflow: hidden;
}

li {
	color: #000000;
	font-family: serif;
	font-size: 1.2em;
	padding: 1.275%;
	line-height: 140%;
	text-align: left;
	list-style: disc inside;
	}
		
.navigation {
margin: 79px 0px 0px 0px;
text-align: center;
width: 100%;
float: none;

font-family: serif;
font-size: 1em;
color: #000000;
background-color: #003399;
padding: 2px 1px 0px 1px;

overflow: hidden;
z-index: 500;
clear: both;
}

.navigation a {
	color: #CCFFFF;
	text-decoration: none;
}

		
.navigation_bottom {
margin: 0px 0px 0px 0px;
text-align: left;
width: 100%;
max-width: 980px;
float: none;
background-color: #FFFFFF;

overflow: hidden;
z-index: 400;
clear: both;
}

ul.list_navigation {
padding: 0;
margin: 0;
list-style: none;
float: left;
display: block;
width: 100%;
max-width: 980px;
}


li.list_navigation {
padding: 0px 4.18% 2.55% 1.02%;
margin: 0;
list-style: none;
float: left;
display: block;
font-family: sans-serif;
font-size: 1.3em;
font-weight: bold;
text-transform: uppercase;
color: #333333;
}

ul.list_item {
padding: 0;
margin: 0;
list-style: none;
display: block;
}

li.list_item {
padding: 2.55% 0 0 0;
margin: 0;
list-style: none;
display: block;
font-family: serif;
font-size: .75em;
text-transform: none;
color: #333333;
}

li.list_item_header {
padding: 2.55% 0 0 0;
margin: 0;
list-style: none;
display: block;
font-family: sans-serif;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
color: #333333;
}

li.list_item_subhead {
padding: 2.55% 0 0 0;
margin: 0;
list-style: none;
display: block;
font-family: serif;
font-size: .75em;
text-transform: uppercase;
color: #333333;
}

ul.list_navigation a, li.list_navigation a, ul.list_item a, li.list_item, li.list_item_header, li.list_item_subhead a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 3s ease;
}

ul.list_navigation a:hover, li.list_navigation a:hover, ul.list_item a:hover, li.list_item a:hover,
ul.list_navigation a:focus, li.list_navigation a:focus, ul.list_item a:focus, li.list_item a:focus {
	color: #999999;
	text-decoration: underline;
}

.search_section {
margin: 5% 0px 0px 0px;
text-align: center;
width: 100%;
max-width: 980px;
float: none;
background-color: #FFFFFF;

overflow: hidden;
z-index: 400;
clear: both;

font-family: serif;
font-size: .8em;
color: #333333;
}


.counter {
margin: 0px 0px 0px 0px;
text-align: center;
width: 100%;
max-width: 970px;
float: none;
background-color: #FFFFFF;

overflow: hidden;
z-index: 400;
clear: both;

font-family: sans-serif;
font-size: 1em;
font-weight: bold;
color: #333333;
}

.counter a {
	text-decoration: none;
	color: #333333;
}

em {
	font-style: italic;
}


/* POSTS */

.post-box {
text-align: left;
padding: 0px 0px 0px 0px;
width: 100%;
max-width: 640px;
float: left;
}

.post-image {
width: 50%;
max-width: 300px;
float: left;
}

.post-content {
text-align: left;
padding: 0 2.55% 0 2.55%;
width: 50%;
max-width: 300px;
float: left;
}

.post-header {
	color: #333333;
	text-align: left;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: bold;
        line-height: 120%;
	padding: 2.55% 2.55% 2.55% 1.275%;
	}

.post-subheader {
	color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2.55% 2.55% 2.55% 1.275%;
	}

.post-body {
	color: #000000;
	font-family: serif;
	font-size: 1.2em;
	padding: 1.275%;
	line-height: 140%;
	text-align: left;
	}

.post-header a {
	color: #333333;
	text-decoration: none;
	}

.post-subheader a {
	color: #000000;
	text-decoration: none;
	}

.post-body a {
	color: #000000;
	text-decoration: none;
	}

.post-header a:hover, .post-header a:focus {
	color: #999999;
	text-decoration: underline;
	}

.post-subheader a:hover, .post-subheader a:focus {
	color: #999999;
	text-decoration: underline;
	}

.post-body a:hover, .post-body a:focus {
	color: #999999;
	text-decoration: underline;
	}

/* End POSTS */



/* SIDEBAR */

.sidebar {
width: 33.3%;
max-width: 320px;
float: right;
text-align: left;
  color:black;
  padding: 10px 10px 10px 10px;
	background-color: #AAAAFF;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-khtml-border-radius:10px;
    border-radius: 10px;
}

.sidebar_copy {
font-family: sans-serif;
// margin-top: 5px;
color:#000000;
padding-top: 0px;
font-size: 0.8em;
padding: 2.55%;
}

.sidebar_copy a {
color:#000000;
text-decoration: none;
}

img.sidebar_image {
display: block;
margin-top: 5px;
padding: 2.55%;
margin-left: auto;
margin-right: auto;
}

.sidebar_buttons {
text-align: center;
padding: 2.55%;
margin-left: auto;
margin-right: auto;
}

/* End SIDEBAR */

@media (max-width: 640px) {

.sidebar {
width: 100%;
float: left;
}

.left-column-description-alt {
width: 100%;
}

}