@charset "UTF-8";
/* CSS Document */

/* Images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: transparent;
   padding-top: 4px;
   margin: 10px;
}

.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;
	color: #444;
}

/* Images End */

/* Reply Window */

#popup {
	padding-left: 12px;
	font-family: "Century Gothic", "Avant Garde", sans-serif;
    font-weight: lighter;
	font-size: 11px;
	color: #918d77;
}

#popup .heart {
	color: #57004c;
	font-size: 12px;
	margin-bottom: 25px;
	border-bottom: #57004c dotted 1px;
}

#popup h2 {
	font-size: 12px;
	font-family: "Century Gothic", "Avant Garde", sans-serif;
    font-weight: lighter;
	color: #57004c;
	margin-bottom: 25px;
	border-bottom: #57004c dotted 1px;
}

#closewindow {
	font-size: 10px;
	font-family: "Century Gothic", "Avant Garde", sans-serif;
    font-weight: lighter;
	color: #69775E;
}

#closewindow a {
	color: #918d77;
	text-decoration:underline;
}

#closewindow a:visited {
	color: #918d77;
	text-decoration:underline;
}

#closewindow a:hover {
	color: #cbaf57;
	text-decoration:underline;
}

#submit {
	font-family: "Century Gothic", "Avant Garde", sans-serif;
    font-weight: lighter;
	color: #4B3A2C;
	padding: 4px;
    background-color: #D8D5B7;
   	text-transform: uppercase;
   	letter-spacing: 1px;
    border: 0px;
    margin-top: 10px;
}

/* Reply Window End */

