/* CSS Document
Kreofsky.com 

colors: 
Light peach background color:	fcf1db
Darker peach under buildings:	c7a66c
Gold by the sun					eba72b
								b2680e
Brown by the sun				6c3906
Dark Brown by the Sun			221d17

 */
 
/* type and color settings */
body {
background-color: #fff;
color: #000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
margin:0;
padding:0;
}
h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
color: #b2680e;
line-height: 130%;
padding: 0;
margin:0 0 0 0;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 26px; 
color:#b2680e; 
font-weight:normal;
padding: 1px 0 1px 0;
margin:0 0 5px 0;
}

h2 {font-size: 23px;}
h3 {font-size: 18px;font-weight:normal;
}
h4 {font-size: 14px; font-weight:normal;}
h5 {font-size:10px; line-height:11px font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#6c3906;}
a, a:link { color: #eba72b; font-weight:bold; outline:none; border:none;}
a:hover  { color: #6c3906; font-weight:bold; outline:none; border:none;}
p {
color:#221d17;
font-size: 14px;
padding-top:0;
margin-top:0;
}

img {border:none; margin:-4px 0 5px 10px;}

.tuck {padding-top:0; margin-top:0}
.red {color:#771413}
.indent{margin:0 0 0 170px; font-size:14px;}
.border {border:1px solid #000;}

blockquote {
background-color:#fdecc8;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style:italic;
margin:0 0 10px 0;
padding: 13px 30px;
color:#c1984f;
}


/*  display framework */



#container {
width: 840px;
margin: 0 auto;
padding: 0px;
background: url(images/Leslie-Background-01_02.jpg) repeat-y top center;
}

#wrapper {
background: url(images/Leslie-Background-01_01.jpg) no-repeat top center;
height:auto;
}

#masthead {
padding: 0;
margin-bottom: 0;
height:170px;
}

#content {
margin:5px 80px 5px 250px;
} 

#footer {
clear: both;
margin: 0 auto;
background: url(images/Leslie-Background-01_03.jpg) no-repeat bottom center;
padding: 15px 0 28px 160px;
}

#footer p {
color: #000;
text-align:center;
margin: 0 0 20px 0;
font-size: 12px;
}

#meditation {
background-color:#fdecc8;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
font-size: 13px;
font-style:italic;
margin:0 40px 10px 40px;
padding: 13px 30px 10px 30px;
color:#c1984f;
}

#meditation p {
color:#c1984f;
}


/* navigation box*/
#navcontainer {
width: 200px;
float: left;
padding: 50px 0 0 0;
} 
#navcontainer ul {
margin: 0 0 0 5px;
padding: 0;
list-style-type: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:15px;
}
#navcontainer a {
display: block;
margin:13px 0 5px 0;
padding: 3px 0 2px 7px;
border: #b2680e solid 1px;
background:#fcf1db;
}
#navcontainer a:link, #navlist a:visited {
color: #6c3906;
text-decoration: none;
}
#navcontainer a:hover {
background-color: #eba72b;
color: #000;
}
#current a:link, #current a:visited, #current a:hover {
background-color:#6c3906;
color:#fff;
}

/*tables */
table.tayble {
border-width: 2px;
border-spacing: 0px;
border-style: solid;
border-color: #771413;
border-collapse: collapse;
background-color: #771413;
vertical-align: top;
margin:10px 0;
}
table.tayble th {
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: #771413;
background-color: #771413;
color: #fff;
}
table.tayble td {
border-width: 1px;
padding: 3px;
border-style: solid;
border-color: #771413;
background-color: #eee;
vertical-align: top;
}


/* lists */
#content ul {
padding-top:0;
margin-top:0;
}
  
/* ---------------- contact form styling */  
.fText, .fTextArea, .fTextHear {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;padding:3px;
background-color:#f3e2c1 !important;
border:1px solid #6c3906;
width:370px;
}

.fTextHear {background-color:#f3e2c1 !important; width:460px}
.fTextArea {background-color:#f3e2c1 !important; width:460px;height:120px}
.fText:focus, .fText.sffocus, .fTextHear:focus, .fTextHear.sffocus, .fTextArea:focus, .fTextArea.sffocus {background:#fff !important;}

#sentit {text-align:center}


