/* Janscakes.com :: Sweet Encounters */
/* CSS by Berson3 Computers, Clarence A Reber III */
/* Color info: */

html {
 font-size: 100%;
}

body {
 background-color: #DDAAB5;
 font-size: 62.5%;
 font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
 margin: 0px;
}

a:link, a:visited {
 color: #F30;
}

a:hover {
 background-color: #F30;
 color: white;
 text-decoration: none;
}

h1, h2, h3, h4, h5 {
 color: #903;
 font-family: "Monotype Corsiva", Zapfino, "Palatino Linotype", sans-serif;
 font-style: italic;
}

h1 {
 font-size: 2.6em;
 font-weight: normal;
}

h2 {
 font-size: 2.3em;
 font-weight: normal;
}

h3 {
 font-size: 2.0em;
 font-weight: normal;
}

h4 {
 font-size: 1.6em;
 font-weight: normal;
}

h5 {
 font-size: 1.4em;
 font-weight: normal;
}

p {
 color: #999;
 font-size: 1.2em;
}

img {
 border: none;
}

#all {
 background-color: white;
 width: 800px;
}

#all hr {
 color: #903;
 margin-bottom: 6px;
}

#gallery_begin h3 {
 margin-top: 10px;
}

#main_content_inner {
 padding: 15px;
}

#address_block {
 padding-top: 90px;
}

#directions_block hr {
 color: #903;
 margin-top: 10px;
 margin-bottom: 10px;
}

.center {
 text-align: center;
}

.clear {
 clear: both;
}

.thumb_div {
 background-color: #F5EbE4;
 border: 1px solid #DDD;
 height: 130px;
 margin-right: 10px;
 margin-bottom: 30px;
 width: 180px;
}

.thumb_div p {
 margin: 0;
 padding: 0;
}

.thumb_div_new {
 background-color: #F5EbE4;
 border: 1px solid #DDD;
 margin-right: 10px;
 margin-bottom: 30px;
 padding: 3px;
}

.thumb_div_new p {
 margin: 0;
 padding: 0;
}

.fleft {
 float: left;
}

.fright {
 float: right;
}

.hover {
 background-color: orange;
}

.side_content {
 padding: 20px 25px;
}

.square {
 height: 200px;
 padding: 5px;
 width: 200px;
}


