/*@group HTML ELEMENTS*/
a, img {
	border: none;
	outline: none;
}

a {
	color: #782d17;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	background:transparent url(./images/line-break.png) no-repeat scroll center bottom;
	border: none;
	color: #fff;
	height: 1px;
}

/*@end*/

/*@group LAYOUT*/
body {
	background: transparent url('./images/background.png') scroll repeat top left;
	color: #2e1c01;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;
}

#header, #outline-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#outline-wrapper {
	background: transparent url('./images/outline-repeat.jpg') scroll repeat top left;
	padding: 10px;
	position: relative;
}

span.outline-wrapper-header {
	background: transparent url('./images/outline-header.jpg') scroll no-repeat top left;
	height: 81px;
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	z-index: 2;
}

span.outline-wrapper-footer {
	background: transparent url('./images/outline-footer.jpg') scroll no-repeat top left;
	height: 104px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 980px;
	z-index: 2;
}
#wrapper, #footer {
	background: #fff;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index: 5;
}
#container {
	float: left;
	padding-left: 15px;
	width: 651px;
}

#container {
	float:left;
	margin-right:20px;
	padding-left:15px;
	width:615px;
}

#sidebar-right {
	background:transparent url(./images/sidebar-border.png) repeat-y scroll left top;
	float:left;
	padding-left:25px;
	position:relative;
	width:259px;
}

.twtr-doc {
	margin: 0 auto 1.5em;
}

#sidebar-right h1 {
	position: relative;
	z-index: 200;
}
a.show, 
a.hide {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 2px;
	text-decoration: none;
}
/*@end*/

/*@group HEADER */
h1#blog-title a {
	background: transparent url('./images/logo.png') scroll no-repeat top left;
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 443px;
}

div#header {
	position: relative;
	height: 57px;
	padding-top: 50px;
}

ul#nav {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 81px;
}

ul#nav li{
	display: block;
	float: left;
	list-style: none;
}

ul#nav li a{
	background: transparent url('./images/nav-sprite.png') scroll no-repeat top left;
	display: block;
	height: 16px;
	float: left;
	margin: 0 8px;
	text-indent: -9999px;
	width: 38px;
}

ul#nav li.first a{
	margin-left: 0;
}

ul#nav li.last a{
	margin-right: 0;
}

ul#nav li#connect a{
	background-position: -63px 0;
	width: 96px;
}

ul#nav li#meet a{
	background-position:-177px 0;
	width:52px;
}

ul#nav li#listen a{
	background-position:-250px 0;
	width:63px;
}

ul#nav li#tour a{
	background-position:-332px 0;
	width:54px;
}

ul#nav li#contact a{
	background-position:-411px 0;
	width:90px;
}

/*hover states*/
ul#nav li#buy a:hover{
	background-position: 0px -20px;
}

ul#nav li#connect a:hover{
	background-position: -63px -20px;
}

ul#nav li#meet a:hover{
	background-position:-177px -20px;
}

ul#nav li#listen a:hover{
	background-position:-250px -20px;
}

ul#nav li#tour a:hover{
	background-position:-332px -20px;
}

ul#nav li#contact a:hover{
	background-position:-411px -20px;
}

div.header_img {
        height: 242px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 940px;
}

.category-features div.header_img {
	height: 399px;
}
/*-- slideshow --*/
ul#slideshow {
	height: 399px;
	overflow: hidden;
	width: 942px;
}
ul#slideshow-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 150;
}
ul#slideshow a {
	display: block;
	height: 399px;
	width: 942px;

}
ul#slideshow-nav li {
	display: block;
	float: left;
	margin: 0 4px;
}

ul#slideshow-nav li a {
	background: transparent url('./images/slideshow-nav-bg.png') scroll repeat-x top left;
	display: inline;
	padding: 5px 10px;
	text-transform: uppercase;
}

ul#slideshow-nav li a.activeSlide {
	background: transparent url('./images/slideshow-nav-active.png') scroll repeat-x top left;
	color: #fff;
	display: inline;
	padding: 5px 10px;
}

/*@end*/

/*@group GLOBAL CONTENT STYLES*/
h3.entry-title {
	font-size: 18px;
	margin: 0 0 1em 0;
}

div.post {
	background: transparent url('./images/line-break.png') scroll no-repeat center bottom;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
div.entry-date {
	color: #782d17;
	font-size: 13px;
	font-weight: bold;
}
h3.entry-title a {
	color: #3d2916;
}

h2.entry-title,
#content-area .shopify h1, 
#content-area .shopify h2 {
	background: transparent url('./images/line-break.png') scroll no-repeat right bottom;
	color: #2e1c01;
	display: inline-block;
	font-size: 28px;
	line-height: 1.3em;
	margin: 0;
	padding: 0 110px 10px 0;
	text-transform: uppercase;
}
/*@end*/

/*@group INDIVIDUAL CONTENT PAGE*/
.entry-meta {
	font-size:0.9em;
	margin-bottom:1.5em;
}
/*@group Update*/
li#communications-subscribe {
	list-style: none;
	margin: 0;
	padding: 0;
}
#communications-subscribe h2 {
	display: none !important;
}
/*@end*/

/*@group Meet*/
h2.subtitle {
	color: #792e1b;
	font-size: 16px;
	margin: 2em 0 0;
}
ul.member-list {
	margin: 0;
	padding: 0;
}

ul.member-list li {
	list-style: none;
	overflow: hidden;
	margin: 1em 0 0;
	padding: 0 0 0 185px;
	position: relative;
}

ul.member-list li p {
	margin: 0 0 1em 0;
}
ul.member-list li img {
	border: 5px solid #e4dace;
	position: absolute;
	top: 0;
	left: 0;
}

ul.member-list li h3 {
	margin:  0 0 4px;
}
/*@end*/
/*@end*/

/*@group SIDEBAR-LEFT*/
/*@end*/

/*@group SIDEBAR-RIGHT*/
#sidebar-right  .sidebar-container h1,
#sidebar-right h3.widgettitle {
	background: transparent url('./images/sidebar-header-bg.png') scroll no-repeat top left;
	color: #fff;
	height: 33px;
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
	padding: 0 0 0 9px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 259px;
}

#sidebar-right h3.widgettitle a {
	color: #fff;
}
/*flash player*/
div#flashcontent {
	-moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;
	display: block;
	position:absolute;
	left: 0px !important;
	top: 0px !important;
	width: 198px;
	z-index:150;
}

div.audio-container {
	position: relative;
}
div#flashcontent .close {
	background: transparent url('./images/close.png') scroll no-repeat top left;
	height: 36px;
	position:absolute;
	right:-16px;
	top: -16px;
	width: 36px;
}
.sidebar-container {
	background: transparent url('./images/twitter-bg-repeat.jpg') scroll repeat-y top left;
	margin-bottom: .5em;
	padding:50px 18px 2.25em;
	position: relative;
}

.sidebar-container span.sidebar-gradient-header,
.sidebar-container span.sidebar-gradient-footer {
	position: absolute;
	left: 1px;
	width: 258px;
	z-index: 10;
}
.sidebar-container span.sidebar-gradient-header {
	background: transparent url('./images/twitter-bg-top.jpg') scroll no-repeat top left;
	height: 45px;
	top: 33px;
}

.sidebar-container span.sidebar-gradient-footer {
	background: transparent url('./images/twitter-bg-footer.jpg') scroll no-repeat top left;
	bottom:0;
	height:24px;
	left:0;
	width:259px;
}

.sidebar-container .sidebar-container-wrapper,
.sidebar-container .tweets,
.sidebar-container div, 
.sidebar-container p {
	position: relative;
	z-index: 15;
}
	
ul.tweets {
	padding: 0;
}

ul.xoxo {
	margin: 0;
	padding: 0;
}

ul.xoxo li {
	list-style: none;
	position: relative;
	
}

ul.xoxo ul li {
	margin-bottom: 1em;
}
.sidebar-event {
	margin-bottom: .75em;
}
/*Sidebar callout style*/
a.sidebar-callout {
	background: transparent url('./images/sidebar-callout-sprite.jpg') scroll no-repeat center top;
	display: block;
	text-indent: -9999px;
	width: 275px;
}

a#signup-callout {
	height: 67px;
}

a#audio-player-callout {
	background-position: center -61px;
	height: 67px;
	margin-bottom: 1em;
}
a#signup-callout,
a#audio-player-callout {
	position: relative;
	left: -11px;
}

a#publishing-callout, 
a#fa-summeracademey-callout {
	position: relative;
	left: 2px;
	width: 260px;
}
a#publishing-callout {
	background-position: center -145px;
	height: 286px;
	margin-bottom: 1em;
}

a#fa-summeracademey-callout {
	background-position: center -431px;
	height: 235px;
}

a.twitter-follow {
	margin-bottom: 1em;
}
/*@end*/

/*@group FOOTER*/
#footer {
	background:transparent url(./images/footer-top.png) repeat-x scroll center 2em;
	clear: both;
	margin: 1em auto 0;
	padding: 42px 0px 20px;
	position: relative;
	width: 898px;
}

img#wpstats {
	display: none;
}

p.copyright,
p.cs-tagline{
	font-size: 10px;
}

ul#social-links {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 45px;
	right: 10px;
}

ul#social-links li {
	display: inline;
	float: left;
	margin: 0 7px;
}

ul#social-links li.first {
	margin-left: 0;
}

ul#social-links li.last {
	margin-right: 0;
}

ul#social-links li a {
	background: transparent url('./images/social-media-sprite.png') scroll no-repeat top left;
	display: block;
	float: left;
	height: 30px;
	text-indent: -9999px;
	width: 91px;
}

ul#social-links li#twitter a {
	background-position:-105px 0;
	width:85px;
}

ul#social-links li#youtube a {
	background-position:-202px 0;
	width:74px;
}

ul#social-links li#itunes a {
	background-position:-291px 0;
	width:93px;
}
/*@end*/

#email-signup tr td {
	border-bottom: 15px #fff solid;
	text-align: right;
	width: 175px;
}
