/* RESET */
* {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal}
a {outline:none; text-decoration:none;}
a img {border:none;}

/* COLORS
	Rock Green     #b7d432
	Zekes Red      #ff0000
	Rock Grey      #535456
	lt Grey        #c4c6ca
	Dk Grey  	   #181819
*/

/* GENERAL & UTILITY*/
body {color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:100;}
	strong, b {font-family:Arial black, Helvetica, sans-serif;}
	.rockify {text-transform:uppercase;}
	
/* BODY COPY */
p, ul, ol, blockquote, table {font-size:.825em;}
	
p {margin:5px 0;}
	#joinussm p {text-align:right:}
	#rockinfo p {font-size:1.1em; line-height:1.2em;}
	#joinus .inner p {font-size:2.5em; line-height:1.75em;}
ul, ol {margin:5px 0;}
	ul {list-style-type:none;}
li {margin-left:3em;}
	#header ul li {margin-left:3px;}
	#traildiv ul li {margin-left:3px; text-align:left;}
	.sbsection ul li {font-size:1.25em; line-height:1.25em; margin-left:0; text-indent:20px;}
		.sbsection ul li ul li {font-size:0.825em; line-height:1em; text-indent:3px;}
blockquote {padding:10px;}

table {text-align:left;}
	.calendar-month {text-align:left;}

/* LINKS */
a {}
	a:link {color:#b7d432;}
		#header a:link, p.feedtitle a:link, #sidebar a:link {color:#fff;}
		#rockinfo a:link {text-decoration:underline;}
		h1 a:link, h2 a:link, h3 a:link {color:#fff;}
		.seriesimghack h3 a:link {color:#535456; text-decoration:none;}
	a:visited,  #rockinfo a:visited {color:#b7d432;}
		#header a:visited, p.feedtitle a:visited,
		h1 a:visited, h2 a:visited, h3 a:visited, #sidebar a:visited  {color:#fff}
		.seriesimghack h3 a:visited {color:#535456; text-decoration:none;}
	a:hover,
		#header a:hover, #rockinfo a:hover, p.feedtitle a:hover,
		h1 a:hover, h2 a:hover, h3 a:hover, #sidebar a:hover,
		.seriesimghack h3 a:hover {color:#ff0000;}
	a:active,
		#header a:active, #rockinfo a:active, p.feedtitle a:active,
		h1 a:active, h2 a:active, h3 a:active, #sidebar a:active,
		.seriesimghack h3 a:active {color:#ff0000;}
	
/* HEADINGS */
/* Page/Postpage Title */
	h1 {font-size:2em; line-height:2em; border-bottom:dotted 1px #c4c6ca;}
		#header h1 {border-bottom:none;}
/* Section Titles */
	h2 {font-size:1.75em; letter-spacing:-1px; line-height:1.5em;}
		.landingsection h2 {color:#535456; text-align:right;}
		.landingsection + .landingsection + .landingsection +.landingsection h2 {color:#fff;}
/* List Preview/Sibebar Titles */
	h3 {font-size:1.25em; line-height:1.25em;}
/* Rock Info / Body Copy Titles */
	h4 {font-size:1em; line-height:1em;}
/* More Links Text */
	h5 {font-size:0.65em; line-height:1em; text-align:right;}
h6 {}
