@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #7F7FAA;
	font-size: 11px;
	height: 50px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	border: 0;
}
a img {
	border: none;
}

a:link {
	color: #fff;
	text-decoration: underline; 
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: underline;
	background-color: #669;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	text-decoration: none;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding-bottom:20px;/* Spacing before next section */
}
.clearfloatblank {
	clear:both;
}
/* CONTAINER */
.container {
	width: 750px;
	margin: 0 auto; 
	background-color: #669;
}
/* HEADER */
.container .header {
	height: 169px;
	background-color: #336;
	position: relative;
}
.container .header #collage {
	position: absolute;
	top: 47px;
	left: 196px;
}
.container .header #topnav {
	text-align: center;
	position: relative;
	color: #FFF;
	width: 541px;
	left: 196px;
	top: 134px;
}
.container .header #topnav1 {
	position: absolute;
	left: 0px;
	width: 100px;
}
.container .header #topnav2 {
	position: absolute;
	left: 175px;
	width: 200px;
}
.container .header #topnav3 {
	position: absolute;
	left: 425px;
	width: 100px;
}
.container .header #BlixStreetGifthorseLogo {
	margin: 0px;
	padding: 0px;
	position: absolute;
}
/* SIDEBAR1 */
.container .sidebar1 {
	float: left;
	width: 175px;
	color: #FFF;
	padding: 10px 0;
}
.container .sidebar1 .nav li a {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 6px;
}
.container .sidebar1 li.separator {
	padding-bottom:1em;
}

.container .sidebar1 li.shaded {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px;
	color: #CCC;
}

.container .sidebar1 .recordLabel {
	font-weight: bold;
}
/* CONTENT */
.container .content {
	width: 575px;
	float: left;
	background-color: #FFF;
}
.container .content div.separator {
	height: 20px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/hr1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 265px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.container .content div.separator hr {
	display:none;
}
.container #ordernav {
	width: 565px;
	position: relative;
	padding: 5px 10px 5px 0px;
	background-color: #FFF;
	text-align: right;
}
.container #ordernav a:link, .container #ordernav a:visited {
	color: #000;
}
.container .content p {

}
.container .content a {
	color:#000;
}
.container .content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.container .content .album .orderForm {
	float:left;
	text-align:center;
	width: 265px;
	padding-bottom:20px;
}
.container .content .album .orderForm h3 {
	font-size:14px;
}
.container .content .album .orderForm p {
	font-weight:bold;
}
.container .content .album .orderForm .orderItems, .container .content .article .orderForm .orderItems {
	border:thin solid #666;
	padding: 10px 0;
	background-color: lightskyblue;
}
.container .content .album .orderForm .orderItems .outOfStock {
	font-weight: bold;
	color: #F63;
	padding:6px;
}

.container .content #artistTitle {
	width: 575px;
	text-align: center;
	padding-top: 10px;
}
.container .content .newAlbum {/*home page*/
	position:relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.container .content .newAlbum h1 {
	font-size:16px;
}
.container .content .newAlbumHome h1 {
	position:relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:24px;
	font-stretch:semi-expanded;
}
.container .content .newAlbum h2 {
	font-size:14px;
}
.container .content .newAlbum .sticker {
	position: absolute;
	height: 90px;
	width: 150px;
	right: 10px;
	top: 238px;
	border: 0;
}

/* ARTIST NEWS, PRESS */

.container .content blockquote {
	margin: 1em;
	padding: .5em;
	border-left: 15px solid #7F7FAA;
	background-color: #f6ebcc; }
.container .content blockquote p {
	margin: 0; 
}

/* SIDEBAR2 */
.container .content .album .sidebar2 {
	display: block;
	float: left;
	width: 250px;
	padding: 10px 20px 20px 20px;
}
.container .content .article .sidebar2 {
	display: block;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}
.container .content .album .sidebar2 .tracks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	border: thin solid #999999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top:12px;
	width: 250px;
}
.container .content#compilations .album .tracks { /* For Compilations Page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	border: thin solid #999999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-bottom:30px;	
	margin-left: 40px;
	width: 400px;
}
.container .content#compilations .album .tracks i { /* For Compilations Page */
	padding-left: 40px;
}

.container .content .album .tracks .rowEven {
	background-color: #EFEFEF;
}
.container .content .album .tracks i {
	padding-left: 50px;
}
.container .content .album .sidebar2 .sideStory {
	background-color: #DE9453;
	padding:12px 0;
	margin: 15px 0 8px 0;
	text-align: center;
}
.container .content .album .sidebar2 .sideStory p {
	padding:0 10px;
}
.container .content .album .sidebar2 .sideBlurb {
	background-color: #DE9453;
	padding:12px 0;
	margin: 15px 0 8px 0;
	text-align: left;
}
.container .content .album .sidebar2 .sideBlurb p {
	padding:0 10px;
}
.container .content p.author {
	text-align: right;
	font-style: italic;
}
/* PRESS RELEASE AND ALBUM NOTES */
.container .content .pressRelease h1 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #666;
	color: #FFC;
	font-style: italic;
	text-transform: uppercase;
}
.container .content .albumNotes h1 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #666;
	color: #FFC;
	font-style: italic;
	text-transform: uppercase;
}
.container .content .pressRelease .caption {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 7px;
}

/* FOOTER */
.container .footer {
	padding: 0;
	background: #669;
	position: relative;
	clear: both; 
}
.container .footer #cornerStone {
	background-color: #336;
	width: 175px;
	float: left;
	height: 130px;
}
.container .footer .recordLabel {
	font-size: 14px;
	font-weight: bold;
}
.container .footer #contactInfo {
	width: 575px;
	color: #FFF;
	float: left;
	background-color: #669;
	height: 130px;
}
.container .footer #contactInfo p {
	padding: 32px;
}
.container .footer #credits {
	font-size: 10px;
	color: #CCC;
	text-align: center;
	width: 750px;
	background-color: #336;
	height: 43px;
	float: left;
}
.container .footer #credits p {
	padding: 12px;
}
.container .content .album ul li {
	list-style-position: inside;
	list-style-type: disc;
}
.container .content .album ul {
	text-align: left;

}
.container .content .album .orderForm ul {
	margin: 0px;
	padding: 15px 0px;
}
.container .content .album .sidebar2 .tracks tr td i {
	padding-left: 40px;
}
.container .content .pressRelease blockquote cite {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 30px;
	font-size: 14px;
}
.container .content .album .sidebar2 .tracks .videoLink td {
	padding-left: 2.2em;
	height:2.2em;
}
.container .content .album .sidebar2 .tracks .videoLink td a{
	text-decoration:none;
}
.container .content .album .orderForm .videoLink2, .container .content .videoLink2 {
	font-size: 16px;
}
.container .content .nameArtist {
	font-weight: bold;
}
.container .content .nameAlbum {
	font-style: italic;
	font-weight: bold;
}
.container .content .nameTrack, .container .content .nameSong {
	font-weight: bold;
}
.container .content .section {
	padding: 0 20px 20px 20px;
}
.container .content .section_long {
	padding: 160px 20px 380px 20px;
}

.container .content .section h1 {
	padding-top: 20px;
}
.container .content .section ul {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;	
	font-weight: bold;
	font-size: 12px;
	list-style-position: inside;
}
.container .content .section ul .genre {
	font-weight: bold;
	font-size: 14px;
}
.container .content .section ul ul li {
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: #FF0000;
}

.container .content #siteMap li a {
	color: #336;
}
.container .content #articles, .container .content .article, .container .content #articles h1 {
	border: 1px solid #000;
	margin: 10px 10px;
	padding: 10px 10px;
}
.container .content .biography {
	padding: 30px 10px;
}
.container .content .article {

}
.container .content #articles h1 {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.container .content #articles .article .orderForm {
	float:right;
}
.container .content #articles .article .orderForm .orderItems  {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	background-color: #99F;
}
.newAlbum .orderItems {
	font-size: 14px;

}
.container .content #articles .article h2 {
	font-size: 14px;
	font-weight: bold;
	color: #036;
}
.container .content #articles .article h3 {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	padding-top: 2px;
	padding-bottom: 8px;
}
.container .content .pressRelease h4 {
	text-transform: uppercase;
	font-size: 12px;
}
.container .content .album p .recordLabel {
	font-weight: bold;
}
.container .content .pad {
	height: 190px;

}
.container .content #davy_knowles_logo {
	background-image: url(../images/davy_knowles_logo1tb.jpg);
	background-position: center 100px;
	background-repeat: no-repeat;
	text-align: justify;
}
.container .content .pressRelease p #imageContainer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.container .content .newAlbum .headline, .container .content .newAlbumHome .headline {
	font-family: Calibri;
	font-size: 36px;
	font-weight: bold;
	color: #C90;
	text-align: center;
	font-style: italic;
}
.container .content .newAlbumHome .headline {
	color: #369;
}
.container .content .albumCoverFramed {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.container .content .album .orderForm h2 {
	background-color: #FFC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9;
	border-right-color: #FF9;
	border-bottom-color: #FF9;
	border-left-color: #FF9;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#video_block{
	text-align:center;
}
#video_block p {
	text-align:left;
	font-size:12px;
	padding:10px;
}
.amazon, .iTunes { 
	font-size:14px;
}
.discontinued {
	background-color:#F60;
	font-family:"Times New Roman", Times, serif	;
	font-size:16px;
	padding: 12px;
}