/*
Theme Name:FLOWERS  
Theme URI: http://www.creativedistortion.com/freetemp.html
Version: 1.0
Author: Norrash*/ 


body {
    
    min-width: 760px;
    background-color:#4f7b1a;
    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: #cae103;
}
	
#header {
    width: 760px;
    text-align: center;
    background-color:#f3cf00;
    color: #cde3d0;
    margin-top: 0;
}

 
h1{ 
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 1.3em;
   color:#7a5f2c;
    background-color: #c4af02;
}

 ul#navlist
{    margin: 0;
     padding: 0;
     text-align: center;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     list-style-type: none;
}

#navlist li
{
   display: inline;
   list-style-type: none;
   padding-right: 20px;
}
 
   #navlist a, #navlist a:visited {
     color:#5e7261;
     text-decoration: none;
     background-color: #f3cf00;
}

 #navlist a:hover 
{
   list-style-type: none;
   padding-right: 20px;
   background-color:#be5f05;
   color:#68400d;
}

  
#main {
     width: 760px;
     background-color:#c4af02;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     font-size:1.2em;
     font-family: Arial,Helvetica,Sans-Serif;
     color: #7a5f2c;
     text-align: center;
     line-height: 1.5em;
     }

 p {
     padding: 10px;
     font-family: Arial,Helvetica,Sans-Serif;  
     font-size: 1.0em;
     color: #7a5f2c;
     background-color:#c4af02;
}


#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#000000; 
  color:#508053; 
  display:inline; 
  width:5em; 
  border:2px solid ;
  border-color:#ddeeff #667788 #334455 #ccddee;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#508053;
  border-color:#334455 #ccddee #ddeeff #667788;
  }


 #footer{
background-color: #c4af02;
padding: 5px;
margin: 0;
text-align:center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 0.9em;
color: #3e6e45;
}
 
.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #507a55; 
       margin: 2%;}



a:link {
    color: #508053;
    text-decoration: none;
     background-color: #f3cf00;
}
a:visited {
    color: #a9fcc6;
    text-decoration: none;
     background-color: #f3cf00;
}
a:hover {
    color:#5d6333;
    background: #cc7629;
    text-decoration: none;
    cursor: e-resize;
     background-color:#cc7629;
}


