/* CSS for themisfitdreamers.com 

colors
544A49//brown
cc0066//fuschia
EC8439//orange
9AD7DB//blue

*/


/* Normalizes margin, padding  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
     margin: 0; 
	 padding: 0; }
	 
/* Removes list-style from lists */
ol, ul {
     list-style: none; }

body {
	 text-align: center;
     background-image: url(images/seafoam.gif);
	 font-family: Georgia, Verdana, sans-serif; } 

#container {
     margin: 0 auto;
     width: 750px;
     text-align: left; }
  
#logo {
     text-align: center; }
  
#style1 {
     font-family: Georgia, Verdana, sans-serif; 
     text-align: center; }

#style1 ul {
     font-size: 10px;
     font-weight: bold;
     margin: 0px;
     padding: 0px;
     list-style: none; }

#style1 li {
     background-color: #9AD7DB;
     float: left;
     border-top: 1px solid #EC8439;
     border-right: 1px solid #EC8439;
	 border-bottom: 1px solid #EC8439; 
	 border-left: 1px solid #EC8439; }

#style1 li a {
     width: 100px;
     color: #544A49;
     text-decoration: none;
     display: block;
     padding: 5px 0px 5px 5px;
     text-transform: uppercase; 
	 border-bottom: none; }

#style1 li a:visited {
      color: #544A49;
      text-decoration: none; 
	  border-bottom: none; }

#style1 li a:hover {
      color: #EC8439;
      text-decoration: none;
      background-color: #cc0066; 
	  border-bottom: none; }
	  
#maincontent {
      padding: 20px 5px 5px 5px; 
	  width: 100%; }
	  
#footer {
      color: #544A49; 
      font-size: 10px; 
	  text-align: left; 
	  padding: 5px 5px 5px 5px; 
	  clear: left; }
	  
#indexmaincontent {
      padding: 5px 5px 5px 5px; 
	  width: 350px; 
	  float: left; }
	  
#indexsubcontent {
      padding: 5px 5px 5px 5px; 
	  width: 350px;
	  float: right; }
      
p {
      color: #544A49; 
      font-size: 12px; 
	  text-align: left; 
	  padding:0; }

a:link {
     color: #EC8439; 
	 font-size: 12px; 
	 text-decoration: none;
	 border-bottom: 1px dotted; }
	 
a:visited {
     color: #EC8439; 
	 font-size: 12px; 
	 text-decoration: none;
	 border-bottom: 1px dotted; }
	 
a:hover {
	color: #cc0066;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted; }
	 
a:active {
     color: #EC8439; 
	 font-size: 12px; 
	 text-decoration: none;  }
	 
h1 {
   text-decoration: none;
   color:#cc0066;
   font-size: 10pt; 
   padding: 0; }
   
 img {
    border : 0; }
   
/* specific styling */
   
.emphasis {
   color:#ffffff; }
   
.icons {
	padding: 12px;
	margin-top: 12px; }
	
a.img:link {
	 border-bottom: none; 
	 text-decoration: none;}
	 
a.img:visited {
     border-bottom: none;
	 text-decoration: none; }
	 
a.img:hover {
	border-bottom: none;
	text-decoration: none; }
	 
a.img:active {
     border-bottom: none; 
	 text-decoration: none;} 
	 
.faq {
     padding: 5px 5px 5px 5px; }
	 
.faqtitle {
	font-weight: bold; }
	
.jewelry {
     padding: 5px 5px 5px 5px; }
