/* 
Design: Biscuitrat's Grotto
http://www.biscuitrat.trap17.com
Template name: Paramour
Themes: golds, reds, pale greens, cream, brown, ochre, orange - build off of this.
*/

/* structure */
body {
margin-left:100px;
background-color: #2A1F1F;
font-family: "Times New Roman", Callisto, Sylfaen, serif;
font-size: 14px;
color: #3E0B0B;
}

#header {
margin-top:0px;
background: #591C15 url(images/paramour.jpg) no-repeat;
width: 600px;
height: 150px;
float: left;
font-size: 24px;
text-align: right;
color: #FFEBC0;
}

#navcontainer
{
height:40px;
margin-bottom: 0px;
}
#navcontainer ul
{
padding-top:0px;
margin-left:0px;
padding-left: 0;
padding-bottom:0px;
background-color: #4E1814;
color: #FFEBC0;
float: left;
margin-top:0px;
width: 600px; 
font-family: "Times New Roman", Callisto, Sylfaen, serif;
}

#navcontainer ul li
{
display: inline;
line-height: 150%;
}

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #4E1814;
color: #FFEBC0;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background: #803624 url(images/hover.jpg) repeat-x;
color: #FFF7E6;
}

#content {
padding-top:0px;
margin-top:-15px;
float:left;
background: #FFEBC0 url(images/content.jpg) repeat-x;
color: #451D0E;
width:600px;
margin-bottom:0px;
padding-bottom:0px;
}

#footer {
padding-top:0px;
margin-top:0px;
background: #591C15 url(images/roses.jpg) no-repeat;
width: 600px;
height: 150px;
float: left;
font-size: 14px;
text-align: left;
color: #FFEBC0;
}


/* textual elements */

a:link 
{
background-color: #FFEBC0;
font-weight:bold;
color: #9A0000;
}

a:visited 
{
background-color: #FFEBC0;
font-weight:bold;
color: #000000; 
}

a:hover 
{
background-color: #FFEBC0;
font-weight:bold;
color: #9A4500; 
}

a:active 
{
background-color: #FFEBC0;
font-weight:bold;
color: #9A4500;
}

h1 {
background: transparent;
margin-top:0px;
font-size:22px;
color: #A32823;
padding-top:30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0px;
}

h2 {
background:#FFEBC0;
color: #552F2F;
font-size:20px;
padding-bottom:0px;
padding-left: 10px;
padding-right: 10px;
}

h3 {
background:#FFEBC0;
font-size:14px;
font-weight:bold;
color: #991D1D;
text-transform: uppercase;
padding-bottom:0px;
padding-left: 10px;
padding-right: 10px;
}


/* modifications */

#header p {
margin-top:50px;
margin-right:50px;
}
#content p
{
line-height: 150%;
padding-left: 10px;
padding-right: 10px;
}

#footer p {
margin-top:40px;
margin-left:50px;
}

#footer a {
background-color: #5B1C17;
color: #FFE8B6;
}

#footer a:hover {
background-color: #67251C;
color: #FFFAEE;
}
