
/*N0_FRILLS_GREEN 1.0*
Theme URI: http://www.creativedistortion.com/freetemp.html
Version: 1.0
Author: Norrash*/ 


body {
    
    min-width: 760px;
    background-color: #80ad85;
    background-image: url('bkg.gif'); background-repeat:repeat;
    font-size: 90%;
    color: #cde3d0;
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
 } 
 
 #wrapper {
    width: 760px;
    text-align : center ;
    margin-left : auto ;
    margin-right : auto ;
    background-color: #80ad85;
}
	
#header {
    width: 760px;
    text-align: center;
    background-color: #80ad85;
    color: #cde3d0;
    margin-top: 0;
}

 
h1{ 
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 1.0em;
   color:#305235;
    background-color: #7eba86;
}

 ul#navlist
{    margin: 0;
     padding: 0;
     text-align: center;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     list-style-type: none;
      background-color: #7eba86;
}

#navlist li
{
   display: inline;
   list-style-type: none;
   padding-right: 20px;
}
 /******Top navigation ****/
  
#navlist a, #navlist a:visited {
     color:#5e7261;
     text-decoration: none;
     background-color: #7eba86;
}

 #navlist a:hover 
{
   list-style-type: none;
   padding-right: 20px;
   background-color:#4c8a5b;
   color:#b5d7bd;
}
   /**************************** content ****************************/
#main {
     width: 760px;
     background-color: #7eba86;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     font-size:1.0em;
     font-family: Arial,Helvetica,Sans-Serif;
     color: #cde3d0;
     text-align: center;
     line-height: 1.5em;
     }

 p {
     padding: 10px;
     font-family: Arial,Helvetica,Sans-Serif;  
     font-size: 1.0em;
     color:#cde3d0;
     background-color: #7eba86;
}


 

/**************************** footer ****************************/

 #footer{
background-color: #80ad85;
padding: 5px;
margin: 0;
text-align:center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 0.9em;
color: #3e6e45;
}
 /****************************the 'Horizontal Rule****************************/
.rule { 
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #507a55; 
       margin: 2%;}


/****************************Links****************************/
a:link {
    color: #508053;
    text-decoration: none;
     background-color: #7eba86;
}
a:visited {
    color: #a9fcc6;
    text-decoration: none;
     background-color: #7eba86;
}
a:hover {
    color: #8eb989;
    ext-decoration: none;
    cursor: e-resize;
    background-color:#3d7641;
}






