body {
margin:0;
padding:0;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFCBE7;
color:#761B68;
font-family:Arial,verdana,Sans-Serif;
font-size:1em;
text-align:center;
}
p{
    font-size: 12px;
}
#wrapper {
	display: block; 
	width:572px;
	margin:auto;
    background: #FFE6FD;
}
#page{
    padding:0 0px;
    text-align:left;
    width:572px;
    border:4px #FFDBFD solid;
}
html, div, map, dt, isindex, form {
display:block;
}
#header {
    background: #BB29A5;
    text-shadow: 0 0 5px #fff;
	border-bottom: 4px #FFDBFD solid;
}
#headermenu
{
    background: #FFCBE7;
    border: 35px #FFCBE7 solid;
}
#both {
	clear: both;
}
#footer {
    font-size:10px;
    background: #F1AAD0;
    border-top: 4px #FFACFB solid;
    padding: 15px;
}
.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
#titlehead
{
    width:100%;
    text-align: center;
    display:inline-block;
}
.textfield
{
    border: 0px;
    background: #F3F3F3;
    -moz-box-shadow: 2px 2px 6px #000000;
    -moz-border-radius: .5em;
    box-shadow: 2px 2px 6px #000000;
    border-radius: .5em;
    -webkit-box-shadow: 2px 2px 6px #000000;
    -webkit-border-radius: .5em;
}
input:focus
{
    -moz-box-shadow: 2px 2px 6px #114CA5;
    box-shadow: 2px 2px 6px #114CA5;
    -webkit-box-shadow: 2px 2px 6px #114CA5;
}
#content {
    background: #FFE6FD;
    padding:0px 15px 0px;
	width: 328px;/* 540 - 162*/
	float: left;
}
#post
{
    margin: 0px;
    margin-bottom: 35px;
}
#post h1{
    font-size: 1.3em;
    border-top: 4px #FFACFB solid;
    background: #FFCBE7;
}
h2{
   font-size: 1.3em;
   border-bottom: 1px #FFACFB solid;
   color: #8C6898;
}
#post h1 a:hover{
    text-decoration: none;
}
.info{
    font-size: 10px;
    margin-top: -10px;
}
#postfooter{
    font-size: .7em;
}
#sidebarcontainer {
	width: 161px;
	float: right;
}
#sidebar
{
    padding: 0px;
}
#commentslink{
}
#date{
    display:inline-block;
    width:30%;
}
a, .comments-link #post h1 a{
    color:#741766;
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
}
blockquote {
    width: 130px;
    border-left:5px solid #FFACFB;
    margin:15px 30px 0 10px;
    padding-left:10px;
}
#comments
{
    font-size:12px;
}
.comment-meta
{
    font-size:10px;
}
.comment-meta a
{
    text-decoration: none;
    font-size:10px;
}
.commentlist
{
    margin-left:-20px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.comment
{
    padding:10px;
    margin-bottom:10px;
    background:#FFACFB;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
}
.trackback, .pingback{
    padding:10px;
    margin-bottom:10px;
    background:#F0F4F9;
    color:gray;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
}
.trackback a, .pingback a{
    color:gray;
}
.bypostauthor{
    background: #E2E9F4;
}
#respond{
    border-top:4px solid #FFCBE7;
    color: #31353A;
    background: #FFACFB;
    padding:17px;
    margin-bottom: 10px;
}
#respond input, button, textarea
{
    background:#FFE6FD none repeat scroll 0 0;
    border:1px solid #CA39CF;
    color:#CA39CF;
    padding:5px;
    -moz-border-radius-bottomleft:0.5em;
    -moz-border-radius-bottomright:0.5em;
    -moz-border-radius-topleft:0.5em;
    -moz-border-radius-topright:0.5em;
    -moz-box-shadow:2px 2px 6px #000000;

    border-radius-bottomleft:0.5em;
    border-radius-bottomright:0.5em;
    border-radius-topleft:0.5em;
    border-radius-topright:0.5em;
    box-shadow:2px 2px 6px #000000;

    -webkit-border-radius-bottomleft:0.5em;
    -webkit-border-radius-bottomright:0.5em;
    -webkit-border-radius-topleft:0.5em;
    -webkit-border-radius-topright:0.5em;
    -webkit-box-shadow:2px 2px 6px #000000;
}
#respond input:focus, button:focus, textarea:focus
{
    -moz-box-shadow: 2px 2px 6px #114CA5;
    box-shadow: 2px 2px 6px #114CA5;
    -webkit-box-shadow: 2px 2px 6px #114CA5;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.description{
    display:inline-block;
    padding-left:15px;
}
.navigation{
     border-top:1px solid #CCCCCC;
    margin:10px -5px 0;
    padding:10px 5px 0;
    font-size:12px;
}
#post p img
{
    border:0px;
    max-width:95%;
}
#post h2
{
    color:black;
}
.navigation{
    border-top: 6px #FFACFB solid;
}
