/********** =COMMON ***********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	background: #151515 url(../images/bg-top.jpg) no-repeat center 250px;
}

body {
	color: #555555;
	text-align: center;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}

/********** =HEADINGS ***********/
.h1BG h1 {
	color: #fff;
	font-size: 24px;	
}

.h1BG {
	background: url(../images/h1-bg.jpg);
	width: 550px;
	height: 50px;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
	clear: both;
}

h2{
	font-size: 24px;
	background: url(../images/h2-underline.gif) repeat-x bottom;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.h3BG h3 {
	color: #fff;
	font-size: 18px;
}

.h3BG {
	background: url(../images/h3-bg.jpg);
	width: 280px;
	height: 27px;
	padding: 10px 0 0 20px;
	margin-bottom: 10px;
}

/********** =LINKS ***********/
a {
	outline: none;
}

a img {
	border: 0;
}

#mainColumn p a, #mainColumn ul a, #mainColumn ol a{
	color: #3f6632;
	text-decoration: none;
	background-color: #FFFCD2;
	border-bottom: 1px solid #acacac;
}

#mainColumn a:hover, #mainColumn ul a:hover, #mainColumn ol a:hover{
	color: #363636;
	background-color: #fffbca;
	border-bottom: 1px solid #363636;
}

#mainColumn .h1BG h1 a {
	color: #fff;
	border: 0;
	text-decoration: none;
	display: block;
}

#mainColumn .h1BG h1 a:hover{
	background: transparent;	
}

#mainColumn h2 a{	
	color: #6a9b5a;
	text-decoration: none;
	display: block;
	border: none;
	background: transparent;
}

#mainColumn h2 a:hover{
	color: #CB5218;
	border: none;
	background: transparent;
}

#memberLogin a, #memberLogin a:visited, #musicPlayerHolder a, #musicPlayer a:visited{
	color: #000;	
}

#memberLogin a:hover, #musicPlayer a:hover{
	color: #2591a6;
}

#musicPlayerHolder a{
	position: absolute;
	top: 25px;
	right: 30px;
	font-weight: bold;
}

#mainColumn a.iconLink, #shareLinks a, #mainColumn .articleSubHeadingLinks a{
	color: #5a9047;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: none;
	background-color: transparent;
	border: none;
}

#mainColumn a:hover.iconLink, #shareLinks a:hover, #mainColumn .articleSubHeadingLinks a:hover{
	text-decoration: underline;
	border: none;
	background-color: transparent;
	color: #5a9047;
}

/*=Icons */
#commentInfo a, .viewComments, #twitterIcon, #RSSComments, #RSSAllComments, .readMoreLink {
	padding: 2px 0 0 20px;
	height: 16px;
	background: no-repeat top left;
}

#mainColumn #commentInfo a{
	margin-left: 20px;
	background-image: url(../images/icon-add-comment.png);	
}

#mainColumn .viewComments{
	background-image: url(../images/icon-view-comments.png);	
	margin-right: 0;
}

#twitterIcon{
	padding-left: 15px;	
	background-image: url(../images/icon-twitter.jpg);
}

#RSSComments{
	background-image: url(../images/icon-rss-comments.png);
}

#RSSAllComments{
	background-image: url(../images/icon-rss-all-comments.png);
}

.readMoreLink{
	background-image: url(../images/icon-page-go.png);
}

#articleNavHolder a{
	font-size: 16px;
}

#mainColumn #purchaseLinks a{
	font-size: 14px;
	color: #CE5A21;
	font-weight: bold;
	margin-right: 10px;
}

/*=Right Column Links */
#rightColumnArticles a{
	text-decoration: none;		
	color: #ce5a21;
	font-size: 12px;
	font-weight: bold;
}

#rightColumnArticles a:hover{
	text-decoration: underline;
}

#rightColumnArticles img{
	float: left;
	margin-right: 10px;
	display: inline;
}

#rightColumnArticles li{
	clear: both;
	height: 60px;
	margin-bottom: 10px;
}

/*=Footer Links */
#backToTopLink a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#backToTopLink a:hover{
	text-decoration: underline;
}

#footerNav a {
	color: #b8542a;
	font-weight: bold;
}

#footerNav a:hover{
	background: #F2EA7D;	
}

#shiftIdeas{
	text-decoration: none;
	color: #555555;
}

#shiftIdeas span {
	text-decoration: underline;
	color: #59a15e;
}

#shiftIdeas:hover span{
	background: #f8f3ad;
}

#footerArticles a, #footerComments a{	
	text-decoration: none;
	color: #534e56;
}

#footerArticles a:hover, #footerComments a:hover{
	text-decoration: underline;
}

/********** =LISTS ***********/
li{
	list-style: none;
}

#searchResults li{
	margin-bottom: 20px;
}

#rightColumnArticles li{
	border-bottom: 1px dashed #CCC;
	padding: 5px 0;
}

#footer #footerArticles, #footer #footerComments{
	position: absolute;
	top: 300px;
	width: 340px;
	color: #e2dede;
}

#footer #footerArticles{
	left: 30px;	
}

#footer #footerComments{	
	left: 580px;
}

#footer #footerArticles li{
	padding: 0 0 9px 30px;
	background: url(../images/list-recent-article.jpg) no-repeat left;
	
}

#footer #footerComments li{
	padding: 0 0 9px 30px;
	background: url(../images/list-recent-comment.jpg) no-repeat left;
}

#footer #footerNav{
	margin-bottom: 9px;
}

#footer #footerNav li{
	display: inline;
	margin-right: 8px;
}

/********** =FORMS ***********/
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 0 none;
}

fieldset {
	border: 0;
}

#mainColumn label.left {
	display: block;
}

#mainColumn fieldset .field {
	margin-bottom: 10px;
}

#mainColumn .checkbox input{
	width: auto;
}

#mainColumn input{
	background: url(../images/input.jpg);
	width: 205px;
	height: 29px;
	padding: 15px 5px 0 7px;;
	color: #555555;
}

#mainColumn textarea{
	background: url(../images/textarea.jpg);
	width: 510px;
	height: 186px;
	padding: 15px;
	font-size: 12px;
	color: #555555;
}

#mainColumn .Actions input{
	background: #7d7d7d;
	width: auto;
	height: auto;
	padding: 3px;
	border: 1px solid #7d7d7d;
	color: #ffffff;
	margin-bottom: 10px;
}

#header form {
	position: absolute;
	top: 127px;
	right: 30px;
}

#header #search {
	width: 290px;
	position: absolute;
	right: 87px;
	top: 4px;
	background: transparent;
}

#header #searchButton{
	float: right;
}

#memberLogin form{
	margin: 15px 0 0 13px;	
	float: left;
	display: inline;
}

#memberLogin #loginButton{
	margin-top: 6px;	
}

#memberLogin #email, #memberLogin #password{
	width: 96px;
	margin: 5px 13px 0 0;
	padding: 7px 0 0 4px;		
	float: left;
	color: #555555;
	font-size: 11px;
	display: inline;	
}

#memberLogin #email{
	background: url(../images/input-email-bg.jpg);
	height: 21px;
}

#memberLogin #password{
	background: url(../images/input-password-bg.jpg);
	margin-right: 7px;
	height: 20px;
}

#memberLinks{
	float: right;
	margin: 25px 10px 0 0;
	background: #fefec2;
	padding: 3px;
	display: inline;	
}

/********** =MAIN WRAPS ***********/
#bottomBGWrap {
	background: url(../images/bg-bottom.jpg) no-repeat center bottom;
	overflow: auto;	
}

#mainWrap {
	width: 960px;
	margin: auto;
	text-align: left;
}

#mainWrapTop, #mainWrapBottom {
	background: url(../images/main-wrap-top.jpg);
	width: 960px;
	height: 32px;
	clear: both;
}

#mainWrapBottom {
	background: url(../images/main-wrap-bottom.jpg);
	height: 299px;
}

#contentWrap {
	background: #fff url(../images/content-bg.jpg);
	float: left;
	width: 960px;
	padding-bottom: 20px;
	min-height: 1100px;
}

/********** =HEADER ***********/
#headerBG {
	background: url(../images/header-bg.jpg) center;
	height: 194px;
	text-align: center;
}

#header {
	width: 960px;
	height: 194px;
	background: url(../images/header.jpg);
	margin: auto;
	position: relative;
}

#moneyMaker {
	width: 728px;
	height: 90px;
	border: 1px solid #000000;
	background: #ffffff;
	position: absolute;
	top: 10px;
	left: 115px;
}

/********** =MAIN NAVIGATION ***********/
#navBar {
	height: 50px;
	background:url(../images/nav-bg.jpg);
	text-align: center;
	border-bottom: 5px solid #cb5218;	
}

#nav {
	height: 50px;
	list-style:none;
	margin: auto;
	width: 960px;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-indent: -9999px;
	height: 50px;
}

#nav li {
	float: left;
}

#navHome {
	width: 78px;
	background: transparent url(../images/nav-home.jpg);
}

#navHome a:hover {
	background: transparent url(../images/nav-home.jpg) 0 -50px;
}

#navAbout {
	width: 82px;
	background: transparent url(../images/nav-about.jpg);
}

#navAbout a:hover {
	background: transparent url(../images/nav-about.jpg) 0 -50px;
}

#navEvents {
	width: 146px;
	background: transparent url(../images/nav-events.jpg);
}

#navEvents a:hover {
	background: transparent url(../images/nav-events.jpg) 0 -50px;
}

#navPhotos {
	width: 97px;
	background: transparent url(../images/nav-photos.jpg);
}

#navPhotos a:hover {
	background: transparent url(../images/nav-photos.jpg) 0 -50px;
}

#navVideos {
	width: 81px;
	background: transparent url(../images/nav-videos.jpg);
}

#navVideos a:hover {
	background: transparent url(../images/nav-videos.jpg) 0 -50px;
}

#navArticles {
	width: 174px;
	background: transparent url(../images/nav-articles.jpg);
}

#navArticles a:hover {
	background: transparent url(../images/nav-articles.jpg) 0 -50px;
}

#navMusic {
	width: 145px;
	background: transparent url(../images/nav-music.jpg);
}

#navMusic a:hover {
	background: transparent url(../images/nav-music.jpg) 0 -50px;
}

#navFriends {
	width: 86px;
	background: transparent url(../images/nav-friends.jpg);
}

#navFriends a:hover {
	background: transparent url(../images/nav-friends.jpg) 0 -50px;
}

#navStore {
	width: 71px;
	background: transparent url(../images/nav-store.jpg);
}

#navStore a:hover {
	background: transparent url(../images/nav-store.jpg) 0 -50px;
}

/********** =PAGES NAVIGATION ***********/
#pagesNav{
	clear: both;
	padding: 20px 0;
	font-size: 11px;
}

#mainColumn #pagesNav a, #pagesNav span#currentPage{
	border: 1px solid #ae4919;
	padding: 4px 6px;
	display: block;
	float: left;
	margin-right: 3px;
	font-weight: normal;
	color: #ae4919;
	text-decoration: none;
	background: transparent;
	display: inline;
}

#pagesNav span#currentPage{
	background: #ae4919;
	color: #fff;
}

#mainColumn #pagesNav a:hover{
	border-color: #732c0a;
	background-color: #e6f7fb;
}

/********** =SUB HEADER ***********/
#subHeader {
	margin-top: 33px;
	height: 53px;
}

#musicPlayerHolder {
	width: 370px;
	height: 38px;
	float: left;
	margin-left: 30px;
	padding: 15px 0 0 10px;
	display: inline;
	position: relative;
}

#musicPlayer{
	width: 250px;
	height: 30px;
	float: left;	
	display: block;
}

#memberLogin {
	width: 460px;
	height: 53px;
	float: right;
	margin-right: 30px;
	display: inline;
}

#memberPanel{
	margin: 25px 0 0 20px;
}

/********** =MAIN COLUMN ***********/
#mainColumn {
	width: 560px;
	float: left;
	margin: 0 40px 0 30px;
	display: inline;
}

#mainColumn p {
	line-height: 18px;
	margin-bottom: 18px;
}

img.right {
	float: right;
	padding: 0 0 15px 10px;
}

img.left {
	float: left;
	padding: 0 10px 15px 0;
}

/*img.leftAlone {

}*/

img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* =Article */
.articleWrap{
	clear: both;
	overflow: auto;
	padding-bottom: 40px;
}

.author{
	color: #7d7d7d;
}

.articleHolderPosted{
	text-align: right;
}

.articleHolderPosted .author{
	float: left;	
}

#articleSubHeading{
	background: url(../images/article-sub-heading-bg.gif) bottom no-repeat;
	width: 560px;	
	margin-bottom: 20px;
	height: 25px;
}

.articleSubHeadingLinks{
	float: right;		
}

.articleHolderLinks{
	margin-bottom: 40px;
	clear: both;
	text-align: right;
}

.articleContent{
	margin-bottom: 20px;
}

.articlePhoto{
	float: left;
	padding-right: 18px;
}

.readMore{
	text-align: right;
}

#youTubeVideo{
	margin-bottom: 40px;
}

/* =About Page */
.staffMember{
	width: 260px;
	float: left;
	padding-bottom: 40px;	
}

.staffMemberRight{
	padding-left: 40px;
}

.staffPhoto{
	padding-right: 10px;
	float: left;
}

/* =Share On The Web */
#shareOnWeb{
	width: 560px;
	height: 45px;
	background: url(../images/share-on-the-web-bg.jpg) no-repeat;
	position: relative;
	margin-bottom: 20px;
	clear: both;
}

#shareLinks{
	position: absolute;
	right: 0;
	top: 16px;
}

#articleNext{
	background: url(../images/article-nav-next.jpg) no-repeat;
	padding-left: 105px;
}

#articlePrev{
	background: url(../images/article-nav-previous.jpg) no-repeat;
	padding-left: 105px;
}

/* =Comments */
#comments{
	background: url(../images/comments.jpg) no-repeat;	
	height: 85px;
	width: 560px;
	position: relative;
}

#commentInfo{
	position: absolute;
	right: 0;
	top: 30px;
}

#commentsRSSFeed{
	margin: 20px 0;
}

#commentsHolder ul{
	list-style: none;
}

#mainColumn .commentDetails{
	background: url(../images/comment-details-bg.jpg) no-repeat;
	height: 24px;
	padding-top: 5px;
	margin-bottom: 9px;
}

.actionLinks{
	margin-bottom: 9px;
}

.actionLinks li{
	display: inline;
	margin-right: 10px;
}

#postYourComment{
	background: url(../images/post-your-comment.gif);
	width: 210px;
	height: 16px;
	text-indent: -99999px;
	margin-bottom: 10px;
}

/********** =RIGHT COLUMN ***********/
#rightColumn {
	float: right;
	width: 300px;
	margin-right: 30px;
	display: inline;
}

#local125{
	margin-top: 40px;	
}

#local125 img{
	margin-right: 10px;
	margin-bottom: 10px;
}

/********** =FOOTER ***********/
#footer {
	height: 555px;
	background: url(../images/footer-bg.jpg);
	text-align: center;
	clear: both;
}

#footer p {
	margin-bottom: 9px;
}

#footerContent {
	width: 960px;
	height: 302px;
	background: url(../images/footer-content-bg.jpg);
	margin: auto;
	position: relative;
	text-align: left;
}

#socialNetworkWrap {
	position: absolute;
	top: 30px;
	left: 310px;
}

#twitterButton, #facebookButton, #myspaceButton, #youtubeButton{
	display: block;
	text-indent: -99999px;
	float: left;
	margin-right: 30px;
	display: inline;
}

#twitterButton{	
	width: 121px;	
	background: url(../images/twitter-button.gif);	
	height: 30px;
}

#facebookButton{	
	width: 118px;	
	background: url(../images/facebook-button.gif);	
	height: 40px;
}

#myspaceButton{	
	width: 146px;	
	background: url(../images/myspace-button.gif);
	height: 39px;
}

#youtubeButton{	
	width: 79px;
	background: url(../images/youtube-button.gif);
	height: 40px;
}

#backToTopLink {
	position: absolute;
	right: 30px;
	top: 25px;
}

#footerPaperWrap {
	position: absolute;
	top: 140px;
	left: 40px;
	width: 750px;
}
