/* *************************** */
/*  shamelessrecordscanada.com */
/* *************************** */


/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

#nav ul {
	margin-top: 65px;
}
/* Menu item hover */
#main-menu li a {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
	padding:  0;
	background: transparent;
	margin-right: 10px;
	border-bottom: 5px solid #000;
}

/* Current Main item */
#main-menu li a.current {
	color: #666;
	border-bottom: 5px solid #666;
}

/* Menu item hover */
#main-menu li a:hover {
	color: #666;
	border-bottom: 5px solid #666;
}

/* Submenu item */
#main-menu li li a {
	background: #def;
}

/* Current Submenu item */
#main-menu li li a.current {
	background: #cc0000;
}

/* Submenu item hover */
#main-menu li li a:hover {
	background: #cde;
}


/* General styles */

body{
	background: #000 url(../img/white.gif) repeat-x 0 -10px;
}
/* white.gif is 300px H » affects black line position in bg */

#header {
	background: transparent url(../img/top_pattern.jpg) no-repeat top right;
	height:290px;
}

#header h1 a{
	display: block;
	text-indent: -9999px;
	width: 322px;
	height: 120px;
	background: transparent url(../img/logo.gif) no-repeat;
}

#content {
	margin-top: -150px;
	background: transparent url(../img/bg_content.gif) no-repeat right 150px;
}
/* this overlaps the content (main-content) over the header bg */
/* need to compensate appropriately to send the side-content down */

#footer {
	clear:both;
	margin-top: 25px;
	padding-bottom: 25px;
	border-top: 1px dashed #444;
}

/* end */



/* typography styles */

body, p {
	font-family: arial, helvetica, sans-serif;
	color:#eaeaea;
}

#main-content p {
	color:#ccc;
	font-weight: 100;
	font-size: 1.1555em;
}

a, a:visited, a:active {
	font-family: arial, sans-serif;
	color: #ffc209;
	text-decoration:none;
}

a:hover {
	color:#999;
}

em {
	background: #333;
}

h2, h3, h4, h5 {
	clear:both;
}

#main-content h2 {
	font: bold 3.25em "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: -3px;
	text-transform: uppercase;
	color:black;
	margin:0;
	padding:0;
}

#main-content h3 {
	color:#f1f1f1;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.main_photo {
	border:8px solid #dfdfdf;
	width: 494px;
	height: 285px;
	background: transparent;
	overflow:hidden;
	margin-bottom: 20px;
}

.main_photo_2 {
	border:8px solid #dfdfdf;
	width: 494px;
	height: 150px;
	background: transparent;
	overflow:hidden;
	margin-bottom: 20px;
}

#main-content p img {
	border:2px solid #dfdfdf;
	margin-top:0;
}

/* end */


/*** sub content styles ***/

#sub-content {
	margin-top:120px;
}

#sub-content h2 {
	background: transparent url(../img/h2_bg.gif) no-repeat top left;
	padding: 5px 0 0 30px;
	font: bold 2.25em "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: black;
}

#sub-content h3 {
	background: transparent url(../img/h3_bg.gif) no-repeat top left;
	padding: 5px 0 0 30px;
	margin: 20px 0 10px 0;
	font: bold 2.15em "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: white;
}

#sub-content h4 {
	font: bold 2em "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: white;
}

.sub-content-p p {
	margin-bottom: 5px;
}

.websites {
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	padding: 4px;
	clear:both;
}

.websites p {
	margin-bottom: 0;
}

a.view-all {
	margin-left: 15px;
	padding:2px 5px;
	background:#ffc209;
	color:black;
	font-weight:bold;
}
a.view-all:hover {
	background:#dfdfdf;
}
img.socialsize {
	width:50px;
	border:none;
	margin-left:8px;
}


/* end */



/*** Discography Styles ***/

.disco_home {
	margin-top:-10px;
}

.disco img {
	width:50px;
	border: 2px solid #f3f3f3;
	float:left;
	margin: 0 8px 10px 0;
}

.disco_home img {
	width:50px;
	border: 2px solid #f3f3f3;
	float:left;
	margin: 10px 8px 10px 0;
}

.disco strong, .disco_home strong {
	text-transform:uppercase;
	color:white;
	font-size: 1em;
}

.disco p, .disco_home p {
	font-size: .9em;
	line-height: 1.1em;
	color:#999;
}

.disco a, .disco_home a {
	padding-top:3px;
	/*display:block;*/
}

/* end */



/*** Merch block Styles ***/

.merch {
	clear:both;
	margin:12px 0;
}

.merch img {
	width:100px;
	border: 2px solid #e3e3e3;
	float:left;
	margin: 0 8px 5px 0;
}

/* end */



/*** table styles ***/

#sub-content .row {
	/*background-color:#111;
		background: transparent url(../img/gradient.gif) repeat-y top left;*/
	display:block;
	margin:0;
	padding:2px 0;
	color: #ffc209;
	border-bottom:1px dashed #333;
}

.row strong {
	color:#f3f3f3;
}

#sub-content table {
	width:100%;
	border: 3px solid #555;
	padding: 9px;
	/*margin-left:7px;*/
}

#sub-content td {
	padding: 1px 8px;
	border: none;
}

#sub-content tr.row_one {
	background: #6e6e6e;
}

#sub-content tr.row_two {
	background: #4a4a4a;
}

#main-content table {
	border: none;
}
#main-content th {
	background: transparent url(../img/th_bg.gif) no-repeat top left;
	padding:0;
	border-right: 5px solid #000;
	border-bottom: 0px solid #000;
}
#main-content th strong{
	padding-left:4px;
}
#main-content td {
	border: none;
	padding: 8px 5px 0 4px;
	vertical-align:top;
}
#main-content td img {
	border: 1px solid #333;
	margin:0;
	padding:0;
	float:left;
	vertical-align:top;
}

/* end */



/*** news rules ***/

.news_item {
	background: #5e615b;
	border-right: 1px solid black;
	float:left;
	width:240px;
	padding-bottom: 10px;
}

.news_item img {
	margin:0 0 0 -10px;
}

#main-content .news_item p {
	margin:0;
	padding:0 10px;
	font-size: .95em;
	line-height: 1.35em;
}

#main-content .news_item strong {
	display: block;
	clear:both;
	width:225px;
	/* subtract 15px of padding from width */
	padding: 3px 5px 3px 10px;
	margin-left: -10px;
	background: #363636;
	font-weight:bold;
	font-size: 1em;
}

#main-content .feed-link, #sub-content .feed-link  {
	background: transparent url(../img/gradient.gif) no-repeat top left;
	padding: 2px 10px;
	margin:0;
}

#newz h2 {
	margin-top: 50px;
	margin-bottom:7px;
}

#newz h3 {
	margin:20px 0 0 0;
}

#newz h3.posted {
	margin: 0 0 10px 2px;
	padding: 8px 0 4px 0;
	display:inline;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	color:#555;
	font-size:1.25em;
}

#newz img {
	border:5px solid #dfdfdf;
	background: transparent;
	overflow:hidden;
	margin-top: -10px;
}

#newz em {
	background: transparent;
	font-style:oblique;
}

#newz p {
	margin-top:15px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size:1.15em;
	font-weight:100;
}

#newz ul {
	margin-top:20px;
}

#newz a.newzlink {
	font-size:12px;
	margin-top:10px;
	margin-bottom: 30px;
	padding-left: 25px;
	display:block;
	background: transparent url(../img/icon_rss.jpg) no-repeat 0 -2px;
}

.newz_list {
	margin-left:12px;
}

.newz_list a {
	border-bottom: 1px dashed #999;
	padding-bottom:1px;
	margin-bottom: 4px;
	display:block;
}

.news-list-style img {
	width:240px;
	border:5px solid #5f5f5f;
}
/* end */


/*** Artists Styles ***/

.artist_list a {
	padding-top:3px;
	padding-left: 22px;
	margin-left:10px;
	background: transparent url(../img/bud.gif) no-repeat top left;
	font-weight: bold;
	font-size: 1.5em;
	text-transform:uppercase;
	letter-spacing: -1px;
}

/* end */



/*** Archives Styles ***/

.archives {
	border-top: 1px dashed #444;
	padding-top: 10px;
}

.archives a {
	padding-top:6px;
	background: transparent;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

/* end */



/*** footer Styles ***/

#footer p {
	color: #666;
}

#footer ul {
	margin:0;
	margin-top: 5px;
}

#footer li {
	float: left;
	list-style-type: none;
}

#footer li a {
	margin-right: 10px;
	color: #666;
}

#footer li a:hover {
	color: #444;
}

#copyright {
	margin-left: 5px;
	padding: 0;
	float:right;
}

/* end */



/*** horizontal line rules ***/

hr.line {
	clear:both;
	margin:0;
	background: transparent;
	border:0;
	border-top:1px solid #acc6dc;
}

hr.breaker {
	clear:both;
	margin:0;
	background: transparent;
	border:1px solid transparent;
}

/* end */