/*Pelham Theme for Nucleus CMS by sparque at http://sparque.info*/


body {
margin: 0px 0px 20px 0px;
background-color: #E3DDA9;
text-align: center;
}

a {
text-decoration: underline;
}

a:link {
color: #666699;
}

a:visited {
color: #666699;
}

a:active {
color: #666699;
}

a:hover {
color: #0000FF;
}

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

#container {
line-height: 100%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 702px;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
text-size: small;
}

#banner {
font-family: serif;
color: #FFFFFF;
background-color: #FFFFFF;
/*background-image: url(title.gif);
background-repeat: no-repeat;
background-position: center center */
text-align: center;
padding: 0px;
border-bottom: 1px solid #FFFFFF;
height: 105px;
}

#banner img {
display: inline;
border: none;
}

#banner a {
color: #ffffff;
text-decoration: none;
}

#banner h1 {
font-size: xx-large;
line-height: 100%;
}

#banner h2 {
font-size: small;
line-height: 160%;
}

#center {
float: left;
width: 500px;
overflow: hidden;
font-size: x-small;
margin:0;
padding:0;
}

.content {
padding: 0px 15px 5px 15px;
background-color: #FFFFFF;
color: #333366;
font-family: serif;
font-size: small;
}

#right {
float: left;
width: 202px;
background-color: #FFFFFF;
overflow: hidden;
padding:0;
margin:0;
}

* html #right {
margin: 0 -3px; ma/rgin: 0;
} 

.content p {
color: #333366;
font-family: serif;
font-size: small;
font-weight: normal;
line-height: 150%;
text-align: left;
margin-bottom: 15px;
}

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

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

.content h2 {
color: #333366;
font-family: serif;
font-size: small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content h3 {
color: #333366;
font-family: serif;
font-size: medium;
text-align: center;
font-weight: bold;
margin-bottom: 10px;
}

.content h4 {
color: #ffffff;
background-color: #666699;
background-image: url(datebar.gif);
background-repeat: repeat-x;
font-family: sans-serif;
font-size: large;
font-weight: bold;
padding: 5px;
margin-bottom: 10px;
}

.content p.posted {
color: #9999CC;
font-family: serif;
font-size: small;
border-bottom: 1px solid #9999CC;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}

.sidebar {
padding: 5px;
font-size: x-small;
}

.sidebar h2 {
color: #333366;
background: #FFCCCC;
font-family: serif;
font-size: x-small;
text-align: center;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .3em;
}

.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 15px;
}

.sidebar li {
color: #333366;
font-family: serif;
font-size: x-small;
text-align: left;
line-height: 125%;
margin-top: 5px;
list-style-type: none;
}

.sidebar img {
border: 3px solid #FFFFFF;
}

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

.link-note {
font-family: serif;
font-size: x-small;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 15px;
}

#powered {
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
color: #333366;
margin-top: 50px;
}

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

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

/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

/*img {
	border: none;
} */

.error {
    color: red;
    font-size: larger;
}