/*Pelham Theme for Nucleus CMS by sparque at http://sparque.info*/


body {
margin: 0px 0px 0px 0px;
background-color: #2c4363;
text-align: center;
background-image:url(http://www.golf-baxter.com/cntnav/bg.jpg);
background-repeat:repeat-x;
}

a {
text-decoration: underline;
}

a:link {
color: #f3eb0d;
}

a:visited {
color: #dddba1;
}

a:active {
color: #8FABBE;
}

a:hover {
color: #0cff00;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

#container {
line-height: 140%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 720px;
border: 0px solid #FFFFFF;
text-size: 1.2em;
}

#banner {
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
background-color: #999999;
background-image: url(backer.gif);
text-align: left;
padding: 15px;
border-bottom: 1px solid #FFFFFF;
height: 45px;
}

#banner-img {
display: none;
}

#banner a {
color: #FFFFFF;
text-decoration: none;
}

#banner h1 {
font-size: xx-large;
line-height: 100%;
}

#banner h2 {
font-size: medium;
line-height: 160%;
}

#center {
float: left;
width: 520px;
overflow: hidden;
font-size: small;
margin:0;
padding:0;
}

.white { color:#fff; }

.content {
padding: 15px 15px 5px 15px;
color: #fffffff;
font-family: Verdana, Arial, sans-serif;
font-size: small;
}

#right {
float: left;
width: 200px;
color: #FFFFFF;
overflow: hidden;
padding:0;
margin:0;
}

* html #right {
margin: 0 -3px; ma\rgin: 0;
}

.content p {
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: small;
font-weight: normal;
line-height: 150%;
text-align: left;
margin-bottom: 10px;
}

.content blockquote {
line-height: 150%;
}

.content li {
line-height: 150%;
}

.content h2 {
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content h3 {
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: medium;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content h4 {
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}


.content p.posted {
color: #99ff99;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
border-top: 1px solid #999999;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}

.sidebar {
margin-top:24px;
padding: 15px;
font-size:small;
border-left :1px solid #999999;
}

.sidebar h2 {
color: #ffffff;
background-color:#1c2e47;
font-family: Verdana, Arial, sans-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: 30px;
}

.sidebar li {
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
}

.sidebar img {
border: 3px solid #FFFFFF;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

.link-note {
font-family: Verdana, Arial, sans-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: #666666;
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;
	font-size: larger;
}
.leftbox {
	float: left;
	border-right: 1px solid #ccc;	
}
.rightbox {
	float: right;
	border-left: 1px solid #ccc;	
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}

.itembody {
	color:white;
	background-color:taransparent;
}

div#footer {
	color:#ffffff;
	background-color:transparent;
	background-image:url(../../hmimg/footerbar.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin-bottom:12px;
	margin-top:-12px;
}

#footer p {
	font-size:0.7em;
	color:white;
	background-color:transparent;
	text-align:right;
	font-weight:normal;
	margin-right:12px;
}