@charset "UTF-8";
/* First comes reset code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,legend,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th,legend {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
/* ### GENERAL STYLES ### */
body {
	color: #fff;
	font-size:0.75em;
  font-family:Arial,Helvetica,sans-serif;
  background: #090909 url(/images/bbg-top.jpg) top left repeat-x;
  line-height:1.5em;
	color:#999;
}

a:link {
	color: #ddd;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	/* color: #d0d0d0; */
	color:#ff3300;
	text-decoration:none;
}
a:active {
	
}
a img {
  border:none;
  margin:2px 2px 2px 0;
}

hr {
	height: 0;
	visibility: hidden;
	clear: both;
}
a:active {
	color: #eee;
}
a {
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
  color:#fff;
  line-height: 1.5em;
	font-family: Trebuchet MS;
	font-weight: normal;
}

h1 { 
	font-size: 2em; 
	margin: 1em 0 1em 0;
}
h2 { 
	font-size: 1.8em; 
	margin: 0.3em 0 1em 0;
}
h2 span { color:#ff3300; }
h3 { 
	font-size: 1.5em; 
	margin: 0.8em 0 0.8em 0; 
	color: #36c4c6;
}
.activity h3 a {
	text-decoration: underline;
	color: #fff;
}
.activity h3 a:hover {
	color: #fff;
	text-decoration: none;
}
h4 { 
	font-size: 1.2em; 
	color:#999;
}
h5 { font-size: 1.1em;}

blockquote {
  margin:0;
  padding:0 0 0 30px;
  color:#111;
}


/*All ID container here: */
.container {
  position:relative;
  width:940px;
  margin:0 auto;
}

#header {
  position:relative;
	height: 106px; 
  /*height:385px; */
	/* background: #fff url(/images/bg-top.jpg) bottom left repeat-x; */
}

#logo {
  position:absolute;
  left:20px;
  top:20px;
}

#main {
  position:relative;
  /* float:left; */
	background: #101010 url(/images/background.jpg) top left repeat-x; */
	padding: 10px 0;
}

#main .container {
	background: #0e0e0e;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	width: 910px;
	/* border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333; */
}

/* Menu */
.container #menu {
  position:absolute;
  top:81px;
  z-index:10;
  right:-10px;
}

#menu, #menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:absolute;
  line-height:25px; /*this defines the height of each element*/
}
 
#menu a {
 display:block;
 padding:0px 10px;
}
 
#menu li {
 float:left;
 position:relative;/*  opera + ie 6 need */
}
 
#menu li ul a{
	width:140px;
	height:auto;
	float:left;
}
 
#menu ul {
  position:absolute;
  display:none;
	width:160px;
	top:25px;
}
	
#menu li ul ul {
  left:160px;
	top:0;
	position:absolute;
}
 
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
  display:none;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
  display:block;
}

#menu a {
  color:#888;
  text-decoration:none;
	font-size: 1.1em;
	font-weight: normal;
}

#menu ul a {
  background-color:#f3f3f3;
  color:#666;
}

.container #menu a:hover, .container #menu a:visited:hover, .container #menu li.current a {
  background-image:none;
  background-color:#fff;
  color:#666;
}

#content {
  position:relative;
  width:540px;
  float:left;
  margin-right:10px;
	font-size: 1.1em;
}

#content p {
	
}

#sidebar {
  position:relative;
  width:320px;
  float:left;
	padding: 10px 0 10px 30px;
	
}

#sidebar .content{
	width: 275px;
	padding: 0 5px 5px 5px;
	margin: 0 auto;
}
#sidebar .accent{
	background: url('/images/theme/sideBarAccentBG.jpg') repeat;
	margin: 15px 0 20px 0;
	border: 1px solid #383838;
}
#sidebar .module{
	background: url('/images/theme/rightColBG.jpg') repeat;
	margin: 15px 0 20px 0;
	border: 1px solid #333232;
}
#sidebar a{
	color:#a8c545;
}

/*ad styling*/
#sidebar .ads{}
#sidebar .ads li{width:125px;height:125px;float:left;margin-bottom:20px;margin-right:25px;}
#sidebar .ads li.right{margin-right:0;}

/* Search Box */
#search {
	background-color: #191919;
	width: 100%;
	height: 45px;
	position: relative;
}

input#searchbox {
	background:transparent none repeat scroll 0 0;
	width: 220px;
	font-size: 14px;
	padding: 12px;
	border:medium none;
	color: #ccc;
}
input#searchIcon {
	background:transparent url(/images/search.jpg) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:25px;
	top:6px;
	width:31px;
}

.links {
	text-align: center;
}

#footer {
  position:relative;
  clear:both;
  color:#666;
}

#footer .container {
	background-color: #222;
	width: 950px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}

/*main*/
#main p {
  padding-bottom:1em;
}

.small {
  float:left;
  width:150px;
  margin-right:35px;
}

#main .smalllast {
  margin-right:0;
}

.clearboth, .clear {
  clear:both;
}

/* List Elements */

#main ul, #main ol {
  list-style-position:inside;
  margin-bottom:20px;
}

#main li {
  border-top:1px solid #dedede;
  line-height:22px;
}

/*form elements*/
#main form {
  margin-bottom:10px;
}
/*input styling*/
label{padding-bottom:5px;display:block;color:#fff;}
input{border:none;padding:0;margin:0;}
.field input, .field select{padding:6px;background:#000;color:#999;margin-bottom:15px;border:1px solid #222;}
.submit{padding:10px;background:#000;color:#fff;margin-top:10px;cursor:pointer;border:1px solid #222;}
.field textarea{background:#000;color:#fff;border:none;padding:7px;width:590px;border:1px solid #222;}
fieldset{border:none;padding:0;margin:0;}
input.inputError{border: 1px solid #FF3300;}	/*for form validation*/
label.inputError{float:none;margin:0;padding:0;border:none;}

#notifications {
	border: 1px solid #333;
	text-align: center;
	background-color: #f5f5f5;
}

#notifications .error, #notifications .notice {
	margin-top: 10px;
}

#notifications .error {
	color: #ff0000;
}

#notifications .notice {
	color: #88ee55;
}

/*table*/
table a:link, table a:visited {
	color: #333;
}
.entry_content table {
	width: 520px;
	padding: 0 0 20px 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 520px;	 
	font: italic 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #999;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #fefefe url(../images/tablehead.gif) no-repeat;
}

th.nobg {
	border: 1px solid #999;
	background: none;
}

td {
	border: 1px solid #999;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border: 1px solid #999;
	font: bold 10px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border: 1px solid #999;
	font: bold 10px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.odd td {
  background-color:#f8f8f8;
}


/* ### Posts ### */

/* General */
.activity h3 {
	clear: none;
}

.publishedDate {
	font-family: Verdana;
	display: block;
	margin-top: -15px;
	color: #ff3300;
}

.picturesList {
	margin: 0 auto;
	text-align: center;
	border: 0;
	background-color: #fff;
	padding: 10px 0;
}
.picturesList li {
	border: 0 !important;
	margin: 10px 0;
}

.buyLinks {
	background-color: #fff;
	padding: 5px 20px 0 20px;
	overflow: auto;
	float: left;
	border: 3px solid grey;
}
.buyLinks a {
	text-align: center;
	color: #ff3300;
}

.buyLinks a img {
	height: 130px;
}

.buyLinks div {
	float: left;
	margin: 10px;
}

/* Podcasts */
.activity .activityImage {
	width: auto;
	margin-right: 20px;
	float: left;
}

.podcast .actionBox {
	float: left;
	clear: left;
}

.podcast .actionBox .downloadLink {
	margin-left: 5px;
	margin-top: -10px;
}

/* Latest Podcast */
#latestPodcast {
	position: relative;
}

#latestPodcast img.podcastImage {
	position: absolute;
	top: 20px; right: 20px;
}
#latestPodcast h4 {
	width: 65%;
	margin: -5px 0 7px 0;
}
#latestPodcast .downloadLink {
	text-decoration: underline;
}

/* Podcasts Show */
.fullPodcastPicture {
	float: right;
	margin-top: 30px;
	margin-left: 20px;
}

.downloadLink {
	margin-top: 10px;
	text-decoration: none;
}

.actionBox {
	float: right;
	clear: right;
	text-align: right;
	margin-top: 10px;
}

.actionBox .downloadLink {
	margin-right: 20px;
	margin-top: 10px;
}

/* CONTACT PAGE */

#contactInfo {
	overflow: hidden;
	padding-bottom: 10px;
}
/* ### Social links ### */
#contactInfo li {
	/* padding-left: 40px; */
	clear: both;
	padding-top: 5px;
}
#contactInfo li img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
#contactInfo li div {
	float: left;
	clear: none;
}
#contactInfo li h4 {
	margin-bottom: -5px;
}


/* Flash Player */

.flashPodcastPlayer {
	margin: 15px 0 5px;
}

/*content dividers*/
.darkDivider{
	display: block;
	height: 2px;
	background: url('/images/divider.jpg') repeat-x;
	margin: 30px 0;
}
.darkDivider.smallMargin{
	margin:15px 0;
}
.darkDivider.tinyMargin{
	margin:0 0 15px 0;
}

/* ### Ads ### */
#sidebar div.moneymaker { 
	text-align: center;
	padding-top: 10px;
	background: #222021 none;
}

/* ### Errors ### */
div.errorExplanation {
	background: #222021;
	padding: 0 10px 5px 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
	color: #dd2222;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxTopLeft{width:14px; height:14px; background:url(/images/colorbox/controls.png) top left no-repeat;}
	#cboxTopCenter{height:14px; background:url(/images/colorbox/borderHorizontal.png) top left repeat-x;}
	#cboxTopRight{width:14px; height:14px; background:url(/images/colorbox/controls.png) top right no-repeat;}
	#cboxBottomLeft{width:14px; height:43px; background:url(/images/colorbox/controls.png) bottom left no-repeat;}
	#cboxBottomCenter{height:43px; background:url(/images/colorbox/borderHorizontal.png) bottom left repeat-x;}
	#cboxBottomRight{width:14px; height:43px; background:url(/images/colorbox/controls.png) bottom right no-repeat;}
	#cboxMiddleLeft{width:14px; background:url(/images/colorbox/borderVertical.png) top left repeat-y;}
	#cboxMiddleRight{width:14px; background:url(/images/colorbox/borderVertical.png) top right repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
                #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#949494;}
                #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#949494;}
                
                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/images/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
                #cboxPrevious{left:0px; background-position: -14px -23px;}
                #cboxPrevious.hover{background-position:-14px 0px;}
                #cboxNext{left:27px; background-position:-37px -23px;}
                #cboxNext.hover{background-position:-37px 0px;}
		#cboxClose{right:0; background-position:-60px -23px;}
		#cboxClose.hover{background-position:-60px 0px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-83px -0px; right:27px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-106px -0px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-106px -23px; right:27px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-83px -0px;}

/*
	Soundcloud
*/
a.soundcloud-dropbox {
	display: block; 
	margin: 10px auto; 
	background: transparent url(http://a1.soundcloud.com/images/dropbox_small_dark.png?115748) top left no-repeat; 
	color: #D9D9D9; 
	font-size: 10px; 
	height: 30px; 
	padding: 26px 60px 0 12px; 
	width: 127px; 
	text-decoration: none; 
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif; 
	line-height: 1.3em
}
a.soundcloud-dropbox:hover {color: white !important; background-color: transparent !important; background-position: -250px 0 !important;}
*html a.soundcloud-dropbox {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_dark.png?115748)', sizingMethod='crop') !important;}
