/*
Theme Name: Acai Minisite Purple
Author: K. Bracey and D. Albert
*/

html, body {
height:100%;
min-height:100%;
width:100%;
margin:0;
padding:0;
background:#3f0343 url(images/contentbg.png) top center repeat-y;
}

.bodywrap {
min-height:100%;
width:100%;
margin:0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background:url(images/htmlbg.png) top center repeat-x;
}

.wrap {
height:100%;
width:1100px;
margin:0 auto;
background:url(images/postbg.png) top center repeat-y;
}

.content {
width:1100px;
margin:0 auto;
min-height:400px;
background:url(images/bodybg.png) top center no-repeat;
}

.postarea {
width:650px;
margin:0 auto;
padding:80px 0 0 0;
}

.post {
margin: 0;
padding:10px;
}

.entry {
font-size:14px;
}

.footer {
clear:both;
width:1100px;
margin:0 auto;
height:81px;
text-align:center;
background:url(images/footer.png) top left no-repeat;
}

.clear {
clear:both;
}

/*general styles*/

h1 {
margin:0;
color:#86079b;
}

h2 {
margin:0;
}

h3 {
margin:0;
color:#65ad12;
}

h4 {
margin:0;
}

ul {
padding:0 15px;
margin:20px 0;
list-style-type:none;
}

ul li {
padding:5px 30px;
line-height:20px;
background:url(images/bullet.png) top left no-repeat;
}

ol {
padding:0 10px;
margin:20px 0;
list-style-type:none;
}

ol li {
padding:5px 35px;
line-height:20px;
background:url(images/check.png) top left no-repeat;
}

a:link, a:visited {
text-decoration:none;
color:#690571;
}

a:hover {
text-decoration:none;
color:#56780e;
}

img {
border:0;
}

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-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;
}