/* NOSEY PARKER CSS - Ric Roberts */   

/* layout */
body, #cms_page_body {
  background-image: url(../images/pattern.png) !important;  
  background-repeat: repeat-x !important; 
  background-position: 0px 0px !important;   
  background-color:#dcf0f0;
}                          

#cms_page_body {
  background-position: 0px 10px !important; /* account for the editor offset */
}
      
#page {
  margin: 0 auto;
  width: 990px;
}
  
#main_content{
  margin-top:20px;
}

/* content */

#bodycopy {
  font-size:12px;
  color: #6A8387;  
  line-height: 1.5; 
  float:left;
  margin-top:30px;   
  width: inherit;
}   

  #bodycopy strong{
    font-weight:bold; 
  }                  

  #bodycopy em {
    font-style:italic;
  }    

#right_column { 
  margin-top:20px;
  padding-left:20px; 
}

/* logo */ 
#logo {
  padding-left:80px; 
}

#price {
  font-size:36px;
  color: #6A8387;    
  font-weight:bold;
  text-shadow:0 5px 5px #AAAAAA;
  float:left; 
  padding-top:3px;
  margin-left:40px;
}   

#store_link {       
  padding:5px 5px 5px 73px; 
  float:left; 
}   
       
#store_wrapper {
  float:left; 
}  
  
/* comments */

#nosey_comments {
  color: #6A8387; 
  margin-top:20px;
  margin-bottom:20px;
  float:left;
}       

#nosey_comments a {
  color: #0088CC;
}     


/* navigation */

nav {
  margin-top:35px;
  float:left;
  font-weight:bold;      
}                

  nav ul {
    list-style:none;
    padding-left:60px;     
  }   

    nav li {
       display:inline; 
       margin-left: 10px  !important;           
    }   

      nav ul li a {
        color: #393939;
        text-decoration:none; 
        font-size:18px;  
      }         
      
      nav ul li a.selected {
        color: #6A8387; 
      }
      
      nav ul li a:hover {
        color: #0088CC;
      }  
     

/* footer */

footer {
  font-size: 14px;
  color: #6A8387;     
}

  footer ul {
    text-align:center;
    list-style:none;
  }   

    footer li {
       display:inline;   
       margin-left: 10px !important;       
    }
    
      footer ul li a {     
        color: #6A8387;   
      }         
    
      footer ul li a.selected {
        color: #393939;   
      }
    
      footer ul li a:hover {
        color: #0088CC;
      }     
    
    
/* cms-specific */
         
.cms_highlight{
	background: #ffffcc !important;
	color: #000000 !important;
	cursor: pointer;
}
