/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Copperplate, Copperplate Light, Georgia, Times, sans-serif;
	font-size: small;
	text-align:center;
	
	color:#29303B;
	line-height:1.3;
	background:#cbe3ed url("http://www.encantare.com/images/navigation/bg.gif") repeat;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {
	margin:2px;
	padding:0;
	text-align:justify;
	}

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

hr {display:none;}

img {border:0;}


/* Link styles */
a:link {color:#336699;text-decoration:none;}
a:visited {color:#996633;text-decoration:none;}
a:hover {color:#6699cc;text-decoration:underline;}
a:active {color:#6699cc;}


/* Typography :: Main entry
----------------------------------------------- */
h2.date-header {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: medium;
	margin:0;
	padding:0;
}
.header-image {
	text-align:center;
}
.post {
	margin:8px 0 24px 0;
	line-height:1.5em;
	align:left;
}
.testimonial {
	margin:8px 0 24px 0;
	line-height:1.5em;
	p align:left;
	font-style:italic;
}
h3.post-title {
	font-weight:normal;
	font-size:140%;
	color:#1B0431;
	margin:0;
	padding:0;
}
.post-body p {
	margin:0 0 .6em 0;
	}
.post-footer {
	font-family:Copperplate, Copperplate Light, Georgia, Times New Roman, Serif;
	color:#211104;
	font-size:74%;
	border-top:1px solid #996633;
	padding-top:6px;
}
.post ul {
	margin:0;
	padding:0;
}
.post li {
	line-height:1.5em;
	list-style:none;
	background:url("http://www.encantare.com/images/navigation/list_icon.gif") no-repeat 0px .3em;
	vertical-align:top;
	padding: 0 0 .6em 17px;
	margin:0;
}


/* Layout
----------------------------------------------- */
@media all {
  #wrap {
            background-color:#cbe3ed;
            border-left:0px solid #996633;
            border-right:0px solid #996633;
            width:700px;
            margin:0 auto;
            padding:0px;
            text-align:center;
    }
  #main-top {
            width:700px;
            height:150px;
            background:#cbe3ed url("http://www.encantare.com/images/navigation/bg_top_new.gif") no-repeat top left;
            margin:0;
			padding:0;
            display:block;
			text-align:center;
    }
  #main-bot {
            width:700px;
            height:53px;
			font-size:x-small;
            background:#cbe3ed url("http://www.encantare.com/images/navigation/bg_bot_new.gif") no-repeat bottom left;
            margin:0;
            padding:0;
            display:block;
    }
  #main-content {
            width:700px;
            background:#cbe3ed url("http://www.encantare.com/images/navigation/bg_sides_new.gif") repeat-y;
            margin:0;
			padding:0;
            text-align:left;
            display:block;
    }
  }
@media handheld {
  #wrap {
            width:90%;
    }
  #main-top {
            width:100%;
            background:#cbe3ed;
    }
  #main-bot {
            width:100%;
            background:#cbe3ed;
    }
  #main-content {
            width:100%;
            background:#cbe3ed;
    }
  }
#inner-wrap {
	padding:0 50px;
}
div.clearer {
	clear:left;
	line-height:0;
	height:28px;
	margin-bottom:0px;
	_margin-top:-4px; /* IE Windows target */
	background:url("http://www.encantare.com/images/navigation/divider_2.gif") no-repeat bottom left;
}
@media all {
  #main {
            width:400px;
            float:right;
            padding:10px 0;
            margin:0;
    }
  #sidebar {
            width:170px;
            float:left;
            padding:8px 0;
            margin:0;
    }

  }
@media handheld {
  #main {
            width:100%;
            float:none;
    }
  #sidebar {
            width:100%;
            float:none;
    }
  }
#footer {
	clear:both;
	background:url("http://www.encantare.com/images/navigation/divider_1.gif") no-repeat top left;
	height:28px;
	margin-bottom:0px;
	_margin-top:-4px; /*IE Windows target */
}
#footer p {
	line-height:1.5em;
	font-family: Copperplate Light, Times, Times New Roman, sans-serif;
	text-align:center;
	font-size:60%;
}

