/*  
Theme Name: Low Vision
Theme URI: http://www.lowvision.com/
Description: Theme for Optelec's LowVision.com.
Version: 1.0
Author: Mind Medium Creative
Author URI: http://www.mindmediumcreative.com/
*/





/* MAIN
------------------------------------------------------------ */
html, body, form, fieldset, textarea {
  margin: 0;  padding: 0;
}
body {
  color: #000000;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.noscript {
  background-color: red;
  font-weight: bold;
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 0;
  color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl {
  margin: 0 0 10px 0;
  padding: 0;
}
blockquote {
  padding-left: 0px;
}
.hidden {
  display: none;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
a {
}
a:hover {
  text-decoration: underline;
}
.button-to {
  float: right;
  padding-right: 10px;
}

#wrapper {
  /*line-height: 20px;*/
}

#wrapper ul, #wrapper ol {
  list-style-position: outside;
}

#wrapper ul, #wrapper ol {
  padding-left: 30px;
}

#wrapper li li {
  padding-left: 10px;
}





/* #CONTAINER
------------------------------------------------------------ */
#container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#container #skip {
  display: none;
}





/* #CONTAINER #HEADER
------------------------------------------------------------ */
#header {
  height: 70px;
  margin-top: 10px;
  border-bottom: 1px solid;
  border-color: #95B5C9;
  position: relative;
}
#header h1, #header h1 a {
  position: absolute;
  width: 294px;
  height: 67px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
}
#header h1 span {
  display: none;
}
#header h2 {
  display: none;
}





/* #CONTAINER #HEADER #SEARCH
------------------------------------------------------------ */
#header #search {
  position: absolute;
  top: 10px;
  left: 370px;
  text-align: center;
  width: 300px;
  background-color: #0E5881;
  color: #FFFFFF;
  border: 2px solid;
  border-color: #95B5C9;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
#header #search form {
  background-color: #0E5881;
}
#header #search form .search_field {
  width: 200px;
}

.button, .Buttons {
  border: 3px double #999999;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  /*padding: 2px;*/

  background-color: #FFFFFF;
  background-image: url(images/background_form_element.gif);
  background-repeat: repeat-x;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}





/* #CONTAINER #HEADER #OPTIONS
------------------------------------------------------------ */
#header #settings {
  position: absolute;
  top: -33px;
  left: 730px;
  width: 127px;
  height: 100px;
  color: #0E5881;
  background-repeat: no-repeat;
  background-image: url(images/sizer_background.png);
}

#header #settings #sizer,
#header #settings #options {
  clear: both;
}

#header #settings h3 {
  display: none;
}
#header #settings ul li {
  float: left;
  list-style-type: none;
  cursor: pointer;
}







#header #settings #option_font_size {
  position: absolute;
}
#header #settings #option_font_size li {
  margin-right: 5px;
}
#header #settings #option_font_size li a {
  position: absolute;
  text-decoration: none;
  color: #000000;
}



#header #settings #option_font_size li a.small {
  font-size: 12px;
  top: 23px;
  left: 27px;
}
#header #settings #option_font_size li a.medium {
  font-size: 18px;
  top: 18px;
  left: 57px;
}
#header #settings #option_font_size li a.large {
  font-size: 30px;
  top: 8px;
  left: 87px;
}







#header #settings #option_color {
  position: absolute;
  top: 54px;
  left: 15px;
}
#header #settings #option_color li {
  margin-right: 5px;
  width: 18px;
  height: 16px;
}

#header #settings ul li a span {
  display: none;
}



/*

#header #settings ul li a,
#header #settings ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  width: 50px;
  height: 50px;
  background-color: green;
}

*/







body.black #header #settings {
  background-image: url(images/black/sizer_background.png);
}
body.blue #header #settings {
  background-image: url(images/blue/sizer_background.png);
}
body.purple #header #settings {
  background-image: url(images/purple/sizer_background.png);
}









/* #CONTAINER #HEADER #SIZER
------------------------------------------------------------ */

/*

#header #sizer {
  position: absolute;
  left: 800px;
  width: 100px;
  height: 67px;
  line-height: 24px;
  font-weight: bold;
  color: #0E5881;
}

#header #sizer div {
  text-decoration: none;
  font-size: 16px;
  width: 20px;
  height: 20px;
  background-color: #0E5881;
  text-align: center;
  float: left;
  border-right: 3px solid #FFFFFF;
}

#header #sizer a,
#header #sizer a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
}

*/





/* #CONTAINER #NAVIGATION
------------------------------------------------------------ */
#navigation {
  clear: both;
  color: #FFFFFF;
  margin-top: 1px;
  height: 40px;
  position: relative;
  z-index: 10;
}

#navigation ul {
  margin: 0;
}

/*
IE7 fix
http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7/
*/

#navigation ul li:hover, #navigation ul li.hover {
    position: static;
}
#navigation li {
  list-style-type: none;
  float: left;
}
#navigation ul li a {
  background-color: #95B5C9;
  width: 138px;
  height: 30px;
  padding: 5px;
  text-align: center;
  margin: 1px;
  display: block;
  

  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#navigation li a:hover {
  background-color: #0E5881;
} 
#navigation li.selected a {
}
#navigation ul li ul {
  position: absolute;
  z-index: 10;
  left: -999em;
  height: auto;
  width: 138px;
  padding: 5px;
  font-weight: normal;
  border: 1px solid;
  border-color: #95B5C9;
  background-color: #FFFFFF;
}
#navigation ul li li {
  width: 138px;
  background-color: #FFFFFF;
}
#navigation ul li ul a {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #0E5881;
  border-bottom: 1px dashed;
  border-color: #95B5C9;
}
#navigation ul li ul a:hover {
  color: #95B5C9;
  background-color: #FFFFFF;
}
#navigation ul li ul ul {
  margin: -1.75em 0 0 14em;
  /* is this needed? */
}

#navigation ul li:hover ul ul, 
#navigation ul li:hover ul ul ul, 
#navigation ul li.sfhover ul ul, 
#navigation ul li.sfhover ul ul ul {
  left: -999em;
}
#navigation ul li:hover ul, 
#navigation ul li li:hover ul, 
#navigation ul li li li:hover ul, 
#navigation ul li.sfhover ul, 
#navigation ul li li.sfhover ul, 
#navigation ul li li li.sfhover ul {
  left: auto;
}

#navigation ul li:hover, ul li.sfhover {
}

/*
hide tertiary menu
low vision rehabilitation sources -> resources by state -> [states]
*/

#navigation ul li li ul {
  display: none;
}





/* #CONTAINER #WRAPPER
------------------------------------------------------------ */
#wrapper {
  position: relative;
  margin-top: 15px;
  margin-bottom: 5px;
}









#content {
  /*
  border-top: 1px solid #95B5C9;
  */
  width: 700px;
  line-height: 140%;
  /* need to have a minimum height to prevent Information on Eye Conditions menu from making vertical scroll bar on its own */

  min-height: 660px;
  float: left;
}

#content a {
  color: #0E5881;
}

h2 {
  clear: both;
  line-height: 28px;
}

h3 {
  font-size: 18px;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.highlighted {
  background-color: #95B5C9;
}

.not_highlighted {
  background-color: #CCCCCC;
}

.captionleft {
  float: left;
  width: 225px;
  margin-right: 15px;
  border: 1px solid gray;
  padding: 6px;
}

.captionleft img,
.captionright img {
  margin-bottom: 5px;
}



.captionright {
  float: right;
  width: 225px;
  margin-left: 15px;
  border: 1px solid gray;
  padding: 6px;
}


#content .special_category_list {  margin-left: 0;  padding-left: 0;  list-style-type:none;
}
#content .special_category_list .pagenav ul {  margin-left: 0;  padding-left: 0;
}
#content .special_category_list .special_page {  clear:both;  height:142px;  list-style-type:none;  margin-top:10px;
  border: 2px solid #95B5C9;  background-color: #0E5881;  color: #FFFFFF;
}
#content .special_category_list .special_page a {  color: #FFFFFF;
}
#content .special_category_list .special_page .special_page_image {  float: left;  width: 120px;  height: 120px;  margin-top: 10px;  border: 2px solid #95B5C9;
}
#content .special_category_list .special_page .special_page_description {  float: left;  width: 70%;  height: 140px;  margin-left: 10px;  margin-top: 10px;
}

/* hide special_page children */
#content .special_category_list .special_page .special_page {
  display: none;
}





/* #CONTAINER #WRAPPER #HOME
------------------------------------------------------------ */
#home {
  position: relative;
  height: 855px;
  margin-top: 8px;
}











#accordion_wrapper {
  /*

  width: 447px;
  margin: 0 auto;
  */

  position: absolute;
  top: 0px;
  left: 0px;
  width: 590px;
  height: 315px;
  

  background-color: #0E5881;
  line-height: 20px;
  /*

  min-height: 100%;
  height: auto !important;
  height: 100%;
  */
}

#accordion_wrapper h3 {
  padding: 2px 2px 2px 10px;
  font-size: 12px;
  color: #0E5881; /* accordion taking this as a background color */

  background: #95B5C9; /* never seen */

  border: #FF0000;
  cursor: pointer;
  margin: 0;
  /*background: url(images/test_accordion_gradient_background.png) repeat-y top left;*/
}

#accordion_wrapper h3 a:link, #accordion_wrapper h3 a:visited {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}



#accordion_wrapper h3 a:hover, #accordion_wrapper h3 a:active {
  color: #FFFFFF;
}

#accordion_wrapper p {
  /*padding: 5px 10px;*/

  margin: 0;
  padding: 0;
  height: 200px;
}



































#home #top_5 {
  position: absolute;
  top: 330px;
  left: 0px;
  

  width: 250px;
  line-height: 20px;


  /* 250 x 250 should be the size of the square banner on the left */
}

#home #top_5 div.ne {
  height: 10px;
  background: url(images/top_5_ne.gif) no-repeat top right;
  background-color: #95B5C9;
}

#home #top_5 #top_5_wrapper {
  border-left: dashed 1px;
  border-right: dashed 1px;
  border-bottom: dashed 1px;
  border-color: #95B5C9;
}

#home #top_5 #top_5_wrapper h4 {
  font-size: 38px;
  text-transform: uppercase;
  color: #0E5881;
  padding: 10px 0 0px 10px;
  margin-bottom: 10px;
}

#home #top_5 #top_5_wrapper h5 {
  font-size: 14px;
  color: #95B5C9;
  padding: 0 0 0 10px;
  margin: 0;
}



#home #top_5 #top_5_wrapper ol {
  list-style-position: inside;
  padding-left: 10px;
  line-height: 26px;
  font-weight: bold;
}



#home #top_5 #top_5_wrapper ol li {
  border-bottom: dashed 1px;
  border-color:  #0E5881;
  width: 96%;
  font-size: 11px;
}

#home #top_5 #top_5_wrapper ol li a {
  text-decoration: none;
  font-weight: bold;
  color: #0E5881;
}

















/* this is the products and latest news section now */

#home #living {
  position: absolute;
  top: 330px;
  left: 260px;
  width: 330px;
}

#home #living div.top_corners {
  height: 56px;
  background: url(images/ne.gif) no-repeat top right;
  background-color: #0E5881;
}

#home #living div.top_corners div {
  height: 10px;
  background: url(images/nw.gif) no-repeat top left;
}

#home #living div.top_corners div h4 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 4px 10px 0px 10px;
}

#home #living div.top_corners div h4 a {
  color: #FFFFFF;
  text-decoration: none;
}

#home #living .living_wrapper {
  border-left: dashed 1px;
  border-right: dashed 1px;
  border-bottom: dashed 1px;
  color: #95B5C9;
}

#home #living .living_wrapper ul {
  list-style-position: inside;
  padding-left: 10px;
  line-height: 26px;
  list-style-image: url(images/bullet.gif);
}

#home #living .living_wrapper li {}

#home #living .living_wrapper li a {
  text-decoration: none;
  font-weight: bold;
  color: #0E5881;
}



/* latest reseach news */

#home #living .living_wrapper h5 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border-top: dashed 1px;
  border-color: #95B5C9;
  width: 96%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#home #living .living_wrapper h5 a {
  color: #0E5881;
  text-decoration: none;
}

.more {
  font-style: italic;
}

.more_news {
  padding-left: 20px;
}



























#home #ecommerce_referral {
  position: absolute;
  top: 0px;
  left: 600px;
  width: 300px;
}



#home #newsletter_signup div.top_corners {
  height: 54px;
  background: url(images/ne.gif) no-repeat top right;
  background-color: #0E5881;
}

#home #newsletter_signup div.top_corners div {
  height: 10px;
  background: url(images/nw.gif) no-repeat top left;
}

#home #newsletter_signup div.top_corners div h4 {
  font-size: 38px;
  line-height: 44px;
  height: 54px;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 10px 0px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background: url(images/signup.png) no-repeat top center;
}

#home #newsletter_signup div.top_corners div h4 {
  font-size: 38px;
  line-height: 44px;
  height: 54px;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 10px 0px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background: url(images/signup.png) no-repeat top center;
}

#home #newsletter_signup div.top_corners div h4 span.today {  color: #000000;
}

#home #newsletter_signup .newsletter_signup_wrapper {
  background-color: #FFFFFF;
  border: 3px solid;
  border-top: none;
  color: #95B5C9;
}

#home #newsletter_signup .newsletter_signup_wrapper p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  padding: 4px 10px 0px 10px;
}

#home #newsletter_signup .newsletter_signup_wrapper form {
  text-align: center;
  padding-bottom: 10px;
  color: #000000;
}

#home #newsletter_signup .newsletter_signup_wrapper form .text_field {
  width: 170px;
  background-color: #95B5C9;
  border: 1px solid #0E5881;
  padding: 2px;
  background: url(images/newsletter_text_field_background_2.png) repeat-y top left;
}







































#home #read_testimonials {
  position: absolute;
  top: 10px;
  left: 600px;
  width: 300px;
}

#home #read_testimonials p a {
  font-size: 20px;
  color: #95B5C9;
  text-decoration: none;
}













#home #tools {
  position: absolute;
  top: 30px;
  left: 600px;
  width: 300px;
  height: 87px;
	background-repeat: no-repeat;
  background-image: url(images/hand.png);
}

#home #tools div {
  font-weight: bold;
  text-decoration: none;
  margin-left: 72px;
}

#home #tools .line_1 {
  font-size: 48px;
  font-weight: bold;
  text-decoration: none;
}

#home #tools .line_2 {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-top: -5px;
}

#home #tools a {
  color: #0E5881;
  text-decoration: none;
}









  

#home #poll {
  position: absolute;
  top: 130px;
  left: 600px;
  width: 300px;
  height: 250px;
  background-repeat: no-repeat;
  background-image: url(images/poll.gif);
}

#home #poll #sidebar h2 {
	text-align: center;
  font-size: 20px;
  margin-top: 16px;
}

#polls_archive_link {
  text-align: center;
  padding-left: 10px;
}









.wp-polls .pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
  background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}











/* from wordpress default template style.css */

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

/* ******************************************************* */



















/* #CONTAINER #FOOTER

------------------------------------------------------------ */

#footer {
  clear: both;
  float: none;
  width: 900px;
  height: 70px;
  background-color: #95B5C9;
  background-image: url(images/footer_background.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
}



#footer #footer_navigation {
  padding-top: 13px;
}



#footer ul {
  list-style: none;
  padding: 0;
}



#footer li {
  display: inline;
  padding: 0;
  margin: 0;
  
}



#footer ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}





#footer li:before {
  content: "| ";
  color: #0E5881;
  font-size: 18px;
}

body #footer li:first-child:before {
  content: "";
}





#footer .copyright {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}





/* #CONTAINER #W3C

------------------------------------------------------------ */

#w3c {
  display: none;
  text-align: center;
  padding-top: 10px;
}





/* ADVERTISEMENTS

------------------------------------------------------------ */

#advertisement_top p,
#advertisement_left p,
#advertisement_left_home p,
#advertisement_right_home p {
  color: gray;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: -5px;
  line-height: 20px;
}

/* spacing fix issue */

#advertisement_top p {
  margin-top: 0;
}

#container #advertisement_top {
  width: 728px;
  height: 100px; /* 90 */

  margin: 5px auto 0px auto;
  line-height: 10px;
}

#container #advertisement_top p {
  line-height: 10px;
}

#container #wrapper #advertisement_left {
  /* 2007-07-09
  position: absolute;
  z-index: -1;
  /*
  width: 160px;
  height: 640px; /* 600 */

  float: left;
  margin-right: 15px;
}



#container #wrapper #home #advertisement_left_home {
  position: absolute;
  top: 575px;
  left: 0px;
  width: 250px;
  height: 250px;
}

#container #wrapper #home #advertisement_right_home {
  position: absolute;
  top: 260px;
  left: 600px;


  width: 300px;
  height: 250px;
}



/* FORM VALIDATION

------------------------------------------------------------ */

#errorExplanation {
  width: 728px;
  border: 5px solid #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
  list-style-position: inside;
  padding-left: 20px;
}

#errorExplanation li {
  list-style: square;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 10px;
  margin: -7px;
}

.fieldWithErrors {
  padding: 5px;
  background-color: red;
  display: table;
}







/* COLOR CHANGER

------------------------------------------------------------ */

/* skittlish color: white 

body.white { background-color: #FFFFFF; }

body.white #content { color: #000000; }

*/























/* COLOR - BLACK

------------------------------------------------------------ */

body.black #header h1, body.black #header h1 a {
  background-image: url(images/black/logo.png);
}

body.black #content li.special_page,body.black #content .special_page .special_page_image,body.black #header #search {
  background-color: #222222;
  border-color: #999999;
}


body.black #header #search form,
body.black #home #living div.top_corners,
body.black #home #newsletter_signup div.top_corners {
  background-color: #222222;
}

body.black,
body.black .yatcp_commentlist,
body.black #accordion_wrapper,
body.black ol.yatcp_commentlist li.alt {
  background-color: #000000;
}

body.black #navigation ul li ul {
  border-color: #000000;
}

body.black #navigation ul li ul a {
  border-color: #000000;
}

body.black #accordion_wrapper h3 {
  color: #999999;
}

body.black #header {
  border-color: #222222;
}

body.black #navigation ul li a,
body.black #navigation ul li a:hover,
body.black #navigation ul li ul,
body.black #navigation ul li li,
body.black #accordion_wrapper h3,
body.black .highlighted,
body.black #footer {
  background-color: #222222;
}

body.black #footer li:before {
  color: #000000;
}

body.black #home #living div.top_corners {
  background: url(images/black/ne.gif) no-repeat top right;
  background-color: #222222;
}

body.black #home #living div.top_corners div {
  background: url(images/black/nw.gif) no-repeat top left;
}

body.black #home #top_5 div.ne {
  background: url(images/black/top_5_corner.gif) no-repeat top right;
  background-color: #999999;
}

body.black #home #newsletter_signup div.top_corners {
  background: url(images/black/ne.gif) no-repeat top right;
  background-color: #222222;
}

body.black #home #newsletter_signup div.top_corners div {
  background: url(images/black/nw.gif) no-repeat top left;
}

body.black #home #tools {
  background-image: url(images/black/hand.png);
}

body.black #container #footer {
  background-image: url(images/black/footer_background.png);
}

body.black #container #poll {
  background-image: url(images/black/poll.gif);
}

body.black #container #home #newsletter_signup div.top_corners div h4 {
  background: url(images/black/signup.png) no-repeat top center;
}

body.black #container #home #newsletter_signup .newsletter_signup_wrapper {
  border: 3px solid;
  border-top: none;
  color: #999999;
}

body.black #container #home #newsletter_signup .newsletter_signup_wrapper form .text_field {
  border: 1px solid #222222;
  background: url(images/black/newsletter_text_field_background.png) repeat-y top left;
}





/* COLOR - blue

------------------------------------------------------------ */

body.blue #header h1, body.blue #header h1 a {
  background-image: url(images/blue/logo.png);
}

body.blue #content li.special_page,body.blue #content .special_page .special_page_image,body.blue #header #search {
  background-color: #333399;
  border-color: #6666CC;
}

body.blue #header #search form,
body.blue #home #living div.top_corners,
body.blue #home #newsletter_signup div.top_corners {
  background-color: #333399;
}

body.blue,
body.blue .yatcp_commentlist,
body.blue #accordion_wrapper,
body.blue ol.yatcp_commentlist li.alt {
  background-color: #000066;
}

body.blue #navigation ul li ul {
  border-color: #000066;
}

body.blue #navigation ul li ul a {
  border-color: #000066;
}

body.blue #accordion_wrapper h3 {
  color: #6666CC;
}

body.blue #header {
  border-color: #333399;
}

body.blue #navigation ul li a,
body.blue #navigation ul li a:hover,
body.blue #navigation ul li ul,
body.blue #navigation ul li li,
body.blue #accordion_wrapper h3,
body.blue .highlighted,
body.blue #footer {
  background-color: #333399;
}

body.blue #footer li:before {
  color: #000066;
}

body.blue #home #living div.top_corners {
  background: url(images/blue/ne.gif) no-repeat top right;
  background-color: #333399;
}

body.blue #home #living div.top_corners div {
  background: url(images/blue/nw.gif) no-repeat top left;
}

body.blue #home #top_5 div.ne {
  background: url(images/blue/top_5_corner.gif) no-repeat top right;
  background-color: #6666CC;
}

body.blue #home #newsletter_signup div.top_corners {
  background: url(images/blue/ne.gif) no-repeat top right;
  background-color: #333399;
}

body.blue #home #newsletter_signup div.top_corners div {
  background: url(images/blue/nw.gif) no-repeat top left;
}

body.blue #home #tools {
  background-image: url(images/blue/hand.png);
}

body.blue #container #footer {
  background-image: url(images/blue/footer_background.png);
}

body.blue #container #poll {
  background-image: url(images/blue/poll.gif);
}

body.blue #container #home #newsletter_signup div.top_corners div h4 {
  background: url(images/blue/signup.png) no-repeat top center;
}

body.blue #container #home #newsletter_signup .newsletter_signup_wrapper {
  border: 3px solid;
  border-top: none;
  color: #6666CC;
}

body.blue #container #home #newsletter_signup .newsletter_signup_wrapper form .text_field {
  border: 1px solid #333399;
  background: url(images/blue/newsletter_text_field_background.png) repeat-y top left;
}



















/* COLOR - PURPLE

------------------------------------------------------------ */

body.purple #header h1, body.purple #header h1 a {
  background-image: url(images/purple/logo.png);
}

body.purple #content li.special_page,body.purple #content .special_page .special_page_image,body.purple #header #search {
  background-color: #442244;
  border-color: #996699;
}

body.purple #header #search form,
body.purple #home #living div.top_corners,
body.purple #home #newsletter_signup div.top_corners {
  background-color: #442244;
}

body.purple,
body.purple .yatcp_commentlist,
body.purple #accordion_wrapper,
body.purple ol.yatcp_commentlist li.alt {
  background-color: #330033;
}

body.purple #navigation ul li ul {
  border-color: #330033;
}

body.purple #navigation ul li ul a {
  border-color: #330033;
}

body.purple #accordion_wrapper h3 {
  color: #996699;
}

body.purple #header {
  border-color: #442244;
}

body.purple #navigation ul li a,
body.purple #navigation ul li a:hover,
body.purple #navigation ul li ul,
body.purple #navigation ul li li,
body.purple #accordion_wrapper h3,
body.purple .highlighted,
body.purple #footer {
  background-color: #442244;
}

body.purple #footer li:before {
  color: #330033;
}

body.purple #home #living div.top_corners {
  background: url(images/purple/ne.gif) no-repeat top right;
  background-color: #442244;
}

body.purple #home #living div.top_corners div {
  background: url(images/purple/nw.gif) no-repeat top left;
}

body.purple #home #top_5 div.ne {
  background: url(images/purple/top_5_corner.gif) no-repeat top right;
  background-color: #996699;
}

body.purple #home #newsletter_signup div.top_corners {
  background: url(images/purple/ne.gif) no-repeat top right;
  background-color: #442244;
}

body.purple #home #newsletter_signup div.top_corners div {
  background: url(images/purple/nw.gif) no-repeat top left;
}

body.purple #home #tools {
  background-image: url(images/purple/hand.png);
}

body.purple #container #footer {
  background-image: url(images/purple/footer_background.png);
}

body.purple #container #poll {
  background-image: url(images/purple/poll.gif);
}

body.purple #container #home #newsletter_signup div.top_corners div h4 {
  background: url(images/purple/signup.png) no-repeat top center;
}

body.purple #container #home #newsletter_signup .newsletter_signup_wrapper {
  border: 3px solid;
  border-top: none;
  color: #996699;
}

body.purple #container #home #newsletter_signup .newsletter_signup_wrapper form .text_field {
  border: 1px solid #442244;
  background: url(images/purple/newsletter_text_field_background.png) repeat-y top left;
}









/* GLOBAL FOR BLACK, BLUE AND PURPLE

------------------------------------------------------------ */

body.black,
body.black #date,
body.black #navigation a,
body.black #content,
body.black #content a,
body.black #cotent .yatcp_commentlist,
body.black #footer,
body.black #home #top_5 #top_5_wrapper h4,
body.black #home #top_5 #top_5_wrapper h5,
body.black #home #top_5 #top_5_wrapper ol li a,
body.black #home #living .living_wrapper h5 a,
body.black #home #living .living_wrapper ul,
body.black #home #living .living_wrapper ul li a,
body.black #home #newsletter_signup div.top_corners div h4 span.today,
body.black #home #read_testimonials p a,
body.black #home #tools a,
body.black #poll,
body.blue,
body.blue #date,
body.blue #navigation a,
body.blue #content,
body.blue #content a,
body.blue #cotent .yatcp_commentlist,
body.blue #footer,
body.blue #home #top_5 #top_5_wrapper h4,
body.blue #home #top_5 #top_5_wrapper h5,
body.blue #home #top_5 #top_5_wrapper ol li a,
body.blue #home #living .living_wrapper h5 a,
body.blue #home #living .living_wrapper ul,
body.blue #home #living .living_wrapper ul li a,
body.blue #home #newsletter_signup div.top_corners div h4 span.today,
body.blue #home #read_testimonials p a,
body.blue #home #tools a,
body.blue #poll,
body.purple,
body.purple #date,
body.purple #navigation a,
body.purple #content,
body.purple #content a,
body.purple #cotent .yatcp_commentlist,
body.purple #footer,
body.purple #home #top_5 #top_5_wrapper h4,
body.purple #home #top_5 #top_5_wrapper h5,
body.purple #home #top_5 ol,
body.purple #home #top_5 #top_5_wrapper ol li a,
body.purple #home #living .living_wrapper h5 a,
body.purple #home #living .living_wrapper ul,
body.purple #home #living .living_wrapper ul li a,
body.purple #home #newsletter_signup div.top_corners div h4 span.today,
body.purple #home #read_testimonials p a,
body.purple #home #tools a,
body.purple #poll {
  color: #FFFFFF;
}

body.black #navigation ul li ul li a:hover,
body.blue #navigation ul li ul li a:hover,
body.purple #navigation ul li ul li a:hover {
  color: #CCCCCC;
}

body.black #home #top_5 ol,
body.black #home #living .living_wrapper ul,
body.blue #home #top_5 ol,
body.blue #home #living .living_wrapper ul,
body.purple #home #top_5 ol,
body.purple #home #living .living_wrapper ul {
  list-style-image: none;
}

body.black #footer,
body.blue #footer,
body.purple #footer {
  background-image: none;
}



body.black #container #home #newsletter_signup .newsletter_signup_wrapper,
body.blue #container #home #newsletter_signup .newsletter_signup_wrapper,
body.purple #container #home #newsletter_signup .newsletter_signup_wrapper,
body.black #home #top_5 #top_5_wrapper ol li,body.blue #home #top_5 #top_5_wrapper ol li,
body.purple #home #top_5 #top_5_wrapper ol li,
body.black #home #living .living_wrapper h5,
body.blue #home #living .living_wrapper h5,
body.purple #home #living .living_wrapper h5,
body.black #home #living .living_wrapper,
body.blue #home #living .living_wrapper,
body.purple #home #living .living_wrapper,
body.black #home #newsletter_signup .newsletter_signup_wrapper,
body.blue #home #newsletter_signup .newsletter_signup_wrapper,
body.purple #home #newsletter_signup .newsletter_signup_wrapper,
body.black #home #top_5 #top_5_wrapper,
body.blue #home #top_5 #top_5_wrapper,
body.purple #home #top_5 #top_5_wrapper {
  border-color: #FFFFFF;
}