/***********************************************************************
 * Style: Complete                                                *
 * Author: Jen                                            *
 * Release Date: 27-08-2005                                             *
 ***********************************************************************/

body {
	font-family: Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	text-align: center;
	color: #FFFFFF
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:link {
	color: #B469AE;

}

a:visited {
	color: #B469AE;

}

a:active {
	color: #B469AE;

}

a:hover {
	color: #B469AE;

}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
}

#banner {
	margin-top: 20px;
	text-align: right;
	height: 70px;
	padding: 15px;
	border: 6px double #590059;
	background: url(completeheader.jpg);
}

a#banner-img {
	display: none;
}

#banner a{
	color: #590059;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

#banner h2 {
	color: #590059;
	font-size: small;
	margin-top: 10px;
	font-variant: small-caps;
}

#center {
	float: left;
	width: 470px;
	overflow: hidden;
	background: url(completebackgroundlight.jpg) fixed;
        border: 6px double #590059;
	position: relative;
	top: 10px;
}
.pending {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A51A9;
	width: 500px;
	background-attachment: fixed;
	background-image: url(completebackgroundlight.jpg);
}
#center2 {
	float: left;
	width: 800px;
	overflow: hidden;
	background: url(completebackgroundlight.jpg) fixed;
        border: 6px double #590059;
	position: relative;
	top: 10px;
}

.content {
	padding: 15px 15px 5px 15px;
	font-size: x-small;
        color: #590059;
}

#right {
	float: right;
	width: 200px;
	overflow: hidden;
	border: 6px double #590059;
	position: relative;
	top: 10px;
	background: url(completebackgroundlight.jpg) fixed;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content p {
	font-size: small;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	border-left: 7px solid #590059;
	border-right: 7px solid #590059;
	border-top: 1px solid #590059;
	border-bottom: 1px solid #590059;
	padding: 5px;
}

.content ul {
	font-size: small;
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}

.content li {
	line-height: 150%;
}

.content h2 {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-variant: small-caps;
}

.content h3 {
	color: #2A51A9;
	text-align: left;
	margin-bottom: 10px;
	font-size: large;
	font-weight: bolder;
}

.content p.posted {
	font-size: x-small;
	border-top: 2px solid #590059;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.sidebar {
	overflow: hidden;
	text-align: center;
	top: 10px;
	background: url(completebackgroundlight.jpg) fixed;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2A51A9;
}

#calendar {
  	line-height: 140%;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
        color: #2A51A9;
        font-weight: bold;
}

#calendar a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #590059;
}

#calendar a:hover {
  display: block;
  background-color: #2A51A9;
  border: 1px solid #590059;
  color: #FFFFFF;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
}

#calendar th {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

#calendar td {
	text-align: center;
}

.sidebar h2 {
	font-size: small;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
        color: #2A51A9;
}

.sidebar ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}

.sidebar li {
	font-size: x-small;
	line-height: 150%;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	margin-bottom: 15px;
}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #590059;
}

textarea[id="comment-text"] {
	width: 80%;
}