@import url('PTSans/stylesheet.css');
body { margin: 0; line-height: 1.4em; 
 font-family: "PTSansRegular", Helvetica, Arial, sans-serif; background: black;
 color: white;
}
a { outline: none; color: #D7AA55; }

#wrap { width: 996px; margin: 0 auto}

header {
	background: url(../images/jorma-kaukonen.jpg);
	height: 165px;
	position: relative;
}
header h1 a {
	display: block;
	width: 790px;
	height: 75px;
	position: absolute;
	left: 25px;
	top: 50px;
	text-indent: -99999px;
}
header h2 a {
	display: block;
	width: 115px;
	height: 110px;
	position: absolute;
	right: 32px;
	top: 35px;
	text-indent: -99999px;
}
#main-menu {
	padding: 2px 5px;
	background: rgb(242,58,2); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyM2EwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDIwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,58,2,1) 0%, rgba(132,32,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,58,2,1)), color-stop(100%,rgba(132,32,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,58,2,1) 0%,rgba(132,32,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,58,2,1) 0%,rgba(132,32,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,58,2,1) 0%,rgba(132,32,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,58,2,1) 0%,rgba(132,32,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23a02', endColorstr='#842001',GradientType=0 ); /* IE6-8 */
}
#main-menu a {
	padding: 3px 28px 4px 28px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#mainwrap {
	background: url(../images/body-background.png) no-repeat center -10px;
	padding: 30px 10px;
	min-height: 700px;
}
article#main-content {
 float: left;
 width: 648px;
 min-height: 700px;
}

.more-button {
	display: inline-block;
	width: 71px;
	height: 21px;
	background: url(../images/more-button.png) no-repeat;
	text-indent: -9999px;
}

.shadow-entry {
	background: url(../images/shadow-arrow.png) no-repeat;
	width: 619px;
	height: 103px;
	position: relative;
	margin-bottom: 15px;
}
.shadow-entry img { 
	float: left;
	margin-right: 10px;
}
.shadow-entry span {
	color: white;
	display: block;
	float: left;
	width: 260px;
	font-size: 20px;
	line-height: 1.4em;
	padding-top: 7px;	
}
.shadow-entry a.more-button {
	position: absolute;
	bottom: 15px;
	right: 35px;
}

#latest-news h2 { margin-bottom: 7px; clear: left; padding-top: 50px;}
div.latest-news {
	margin: 0 0 5px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #49220B;
}
div.latest-news a { text-decoration: none;}
div.latest-news a:hover {color:#B7AA51}
#sidebar {
	width: 297px;
	background: white;
	float: right;
	padding: 10px;
	color: #646464;
}
#sidebar section { 
 position: relative;
 padding-bottom: 10px;
 margin-bottom: 10px;
 background: url(../images/hr-dots.png) repeat-x bottom left;
}
#sidebar section h3 {
 font-weight: bold;
 margin: 2px 0;
}
#sidebar section a.more-button {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

div.pressthumb { float: left; width: 32%; margin-right: 8px; margin-bottom: 15px; text-align: center;}
div.pressthumb img { float: left; width: 99%;}
div.pressthumb a { font-size: 0.75em; text-decoration: none; }

table#gearTable td { vertical-align: top; padding: 5px 0}
table#gearTable tr td:first-child { padding-right: 10px }
table#gearTable td p { margin: 0 0 5px 0}
table#gearTable tr td { border-bottom: 1px dashed tan }

div.inlineBlock {
	float: left;
	width: 45%;
	margin-left: 10px;
}
div.inlineBlock:nth-child(2n+3) {
 clear: left;
}








footer {
  display: block;
  clear:both;
  margin-bottom: 80px;
}
footer section {
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}
footer section#social a {
	background: url(../images/community-logos.png) no-repeat;
	width: 32px; height: 32px;
	display: block;
	float: left;
	margin-right: 7px;
	margin-top: 24px;
	text-indent: -9999px;
}
footer section#social a#social-twit {
	background-position: -38px 0;
}
footer section#social a#social-space {
	background-position: -76px 0;
}
footer section#social a#social-tube {
	background-position: -114px 0;
}


