body {
	background: url(../img/bodyBackground.jpg) top left repeat-x #000000;
}

/*
	MAIN HOLDING DIV
*/
#pageWrap {
	width: 969px;
}

.contentMain {
	background: url(../img/contentMain.jpg) top left;
	background-color: #111111;
}

.contentBtm {
	background: url(../img/contentBtm.jpg) bottom left no-repeat;
}

.contentTop {
	background: url(../img/contentTop.jpg) top left no-repeat;
	padding: 32px 15px 25px 15px;
}

.mainContent {
	padding-left: 14px;
	width: 195px;
	float: left;
}

.content {
	padding: 0px 19px 0px 13px;
	width: 657px;
	float: left;
}

.sideBar {
	width: 250px;
	float: left;
}

.post {
	background-color: #eff0f0;
	margin-bottom: 5px;
	padding: 10px;
}

.fullArticle {
	background-color: #eff0f0;
	padding: 15px;
}

/*
	Site Header
*/
.siteHeader {
	padding: 0px 14px 7px 14px;
}

.siteHeader h1 {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 232px;
	height: 55px;
	float: left;
}

.siteHeader h1 a {
	background: url(../img/rockhopperLogo.gif) top left no-repeat;
	padding-left: 340px;
	display: block;
	width: 325px;
	height: 55px;
}

/* Typography */
h1, h2, h3, h4, h5, p, li {
	color: #333333;
}

label {
	font-weight: bold;
	color: #ffffff;
	font-size: 100%;
}

.content h2 {
	margin-bottom: 0px;
}

p.thumbnail {
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

.fullArticle h2 {
	margin-bottom: 12px;
	color: #4b6987;
}

.fullArticle h3,
.fullArticle h4,
.fullArticle h5,
.fullArticle h6,
.fullArticle p,
.fullArticle li {
	color: #333333;
}

.fullArticle label {
	font-weight: normal;
	color: #666666;
	float: left;
	width: 180px;
}

.fullArticle input {
	font-size: 100%;
	color: #333333;
	width: 240px;
}

.fullArticle blockquote {
	background: url(../img/iconQuote.gif) top left no-repeat;
	padding-left: 34px;
	margin: 0px 50px;
	min-height: 36px;
}

.fullArticle img {
	text-align: center;
}

h3, h4, h5, h6 {
	margin-bottom: 0px;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 75%;
}

h6 {
	font-size: 75%;
	font-style: italic;
}

a {
	text-decoration: none;
	/*color: #f0b90f;*/
	color: #4B6987;
}

a:hover {
	text-decoration: underline;
}

.content p {
	line-height: 1.5em;
}

.content p.date {
	font-size: 70%;
}

.post p.readMore a {
	background: url(../img/iconArrowW.gif) right 6px no-repeat;
	padding-right: 10px;
	font-weight: bold;
	float: right;
}

.fullArticle ul.postData {
	border-top: dashed #999999 1px;
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 90%;
}

ul.articleNav {
	padding: 0px 0px 15px 0px;
	list-style: none;
	margin: 0px;
}

ul.articleNav li.prev {
	text-align: left;
	width: 300px;
	float: left;
}

ul.articleNav li a {
	font-weight: bold;
	color: #ffffff;
	display: block;
}

ul.articleNav li.next {
	text-align: right;
	width: 300px;
	float: right;
}

ul.articleNav li.next a {
	background: url(../img/iconArrow.gif) right 4px no-repeat;
	padding-right: 10px;
}

ul.articleNav li.prev a {
	background: url(../img/iconArrow2.gif) left 4px no-repeat;
	padding-left: 10px;
}

h2.pagetitle {
	margin-bottom: 12px;
	color: #F0B90F;
}


/* Search */
.searchSide p {
	padding-top: 0px;
	margin-top: 0px;
}

.searchSide label {
	padding-bottom: 4px;
	margin: 0px;
	display: block;
}

.searchSide input {
	background: transparent url(../img/searchBk.gif) repeat-x scroll left top;
	border: solid #000000 1px;
	font-size: 100%;
	color: #ffffff;
	padding: 2px 0px;
	float: left;
}

.searchSide input.submit {
	border: none;
	margin-left: 6px;
	padding: 0px;
}

/* Side Bar */
.sideBar h2 {
	margin-bottom: 2px;
	font-size: 120%;
	color: #F0B90F;
}

.sideBar ul {
	list-style: none;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

.categories li {
	line-height: 1.4em;
	font-style: italic;
	color: #ffffff;
}

.sideBar li a {
	font-weight: bold;
	font-style: normal;
	color: #4B6987;
}

/* Page Numbers */

#wp_page_numbers ul.navigation {
	background: url(../img/navBg.gif) top right no-repeat #000000;
	padding: 5px 0px 4px 14px;
	margin: 0px 0px 10px 0px;
	list-style: none;
}

#wp_page_numbers ul.navigation li {
	margin-right: 10px;
	overflow: hidden;
	color: #ffffff;
	height: 18px;
	float: left;
}

#wp_page_numbers ul.navigation li a {
	border-bottom: solid #000000 1px;
	font-weight: bold;
	display: block;
	height: 16px;
}

#wp_page_numbers ul.navigation li a:hover,
#wp_page_numbers ul.navigation li a.selected {
	border-bottom: solid #ffffff 1px;
	text-decoration: none;
}


/* Footer Info */
.footer {
	padding-left: 30px;
}

.footer p,
.footer li {
	font-weight: bold;
	color: #585c60;
	font-size: 65%;
	padding: 0px;
	margin: 0px;
	float: left;
}

.footer ul,
.footer li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer li {
	padding-left: 6px;
}

.footer a {
	color: #585c60;
}

/* Comments */
.commentsArea {
	border-top: solid #ffffff 1px;
	padding-top: 24px;
	margin-top: 24px;
}

.commentsArea h3 {
	padding-bottom: 14px;
}

.commentsArea input.submit {
	padding-left: 353px;
	width: auto;
}

.commentsArea textarea {
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #333333;
	width: 420px;
}

.commentsArea ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.commentsArea li.comment {
	background: url(../img/quoteR.gif) bottom right no-repeat;
	border: solid #ffffff 1px;
	padding: 7px 7px 0px 7px;
	margin-bottom: 12px;
}

.commentsArea ol li em {
	padding-left: 8px;
	font-weight: bold;
	color: #000000;
	float: right;
}

.commentsArea ol li p {
	font-size: 100%;
	clear: both;
}

.commentsArea .comment-author {
	font-weight: bold;
	float: left;
}

.commentsArea .comment-meta {
	padding-bottom: 12px;
	font-size: 90%;
	float: right;
}

ul.commentNav {
	list-style: none;
	padding: 12px 0px 12px 0px;
	margin: 0px;
}

.commentNav li.prev a {
	background: transparent url(../img/iconArrowW2.gif) no-repeat scroll left 4px;
	padding-left: 12px;
	float: left;
}

.commentNav li.next a {
	background: transparent url(../img/iconArrowW.gif) no-repeat scroll right 4px;
	padding-right: 12px;
	float: right;
}















