
/******************************************************************************************************* 
   index layout
********************************************************************************************************/

/******************************************************************************************************* top elements */

body {
    text-align: justify;
    font-size: 85%;
    font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
    background-image: url(../img/paper_texture03.jpg);
    background-color:#000000;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center top;
}

.header {
    width:786px;
    height: 282px;
    text-align:center;
    vertical-align:top;
    margin-left:auto;
    margin-right:auto;
    background-color:#000000;
    border-right:solid #000000 3px;
    border-left:solid #000000 3px;
}

.gradient {
    width:786px;
    text-align:center;
    vertical-align:top;
    margin-left:auto;
    margin-right:auto;
    background-image: url(../img/b_generic_mid.jpg);
    background-repeat: repeat-y;
    background-color:#000000;
    border-right:solid #000000 3px;
    border-left:solid #000000 3px;
}

.footer {
    width:786px;
    background-image: url(../img/b_generic_mid.jpg);
    background-repeat: repeat-y;
    text-align:center;
    background-color:#000000;
    margin-left:auto;
    margin-right:auto;
    border-right:solid #000000 3px;
    border-left:solid #000000 3px;
}
.footerTwo {
    width:786px;
    background-image: url(../img/b_generic_mid.jpg);
    background-repeat: repeat-y;
    text-align:center;
    background-color:#000000;
    margin-left:auto;
    margin-right:auto;
    border-right:solid #000000 3px;
    border-left:solid #000000 3px;
}

.footerConatiner {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:30px;
    padding-left:30px;
    padding-right:30px;
    width:726px;
}

#page {
    width:726px;
    height: 100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
}

.headerContainer {
    padding:7px;
    border-bottom:solid #66665A 1px;
    border-top:solid #66665A 1px;
}

.featureContainer {
    padding-left:7px;
    padding-right:7px;
    padding-top:18px;
    padding-bottom:18px;
    text-align:justify;
}

.featureContainerTwo {
    padding-left:7px;
    padding-right:7px;
    padding-top:18px;
    padding-bottom:18px;
    text-align:justify;
    border-bottom:solid #66665A 1px;
}

.featureContainerThree {
    padding-top:18px;
    padding-bottom:18px;
    text-align:justify;
    border-bottom:solid #66665A 1px;
}

.featureContainerFour {
    padding-top:18px;
    text-align:center;
}

#content {
    float: right;
    width: 540px;
}

#contentTwo {
    float: left;
    width: 376px;
}

#fullContent {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width: 726px;
}

#music {
	text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-left:30px;
    padding-right:30px;
    width:726px;
    padding-top:14px;
    padding-bottom:2px;
}

/******************************************************************************************************* tags */


h1 {
    font-size: 167%;
    font-weight: bold;
    color: #4E4E45;
    text-align:left;
}

h2 {
    font-size: 131%;
    font-weight:bold;
    color: #66665A;
    text-align:left;
    padding-bottom:6px;
}

h3 {
    font-size: 123.1%;
    color: #4E4E45;
    text-align:justify;
}

h4 {
    font-size: 108%;
    font-weight:bold;
    color: #66665A;
    text-align:left;
    padding-bottom:6px;
}

h5 {
    font-size: 108%;
    font-weight:bold;
    color: #5F4D2C;
    text-align:left;
    padding-bottom:6px;
    padding-left:14px;
    padding-right:14px;
    text-align:justify;
}

#newsHeadline {
    font-size: 131%;
    font-weight:bold;
    color: #5F4D2C;
    display:block;
    text-align:left;
    padding-bottom:6px;
}

a:link {
    color: #5F4D2C;
    text-decoration: none;
    font-weight:bold;
}

a:visited {
    text-decoration: none;
    color: #5F4D2C;
    font-weight:bold;
}

a:hover {
    color: #9D9D91;
    font-weight:bold;
}

a:active {
    color: #9D9D91;
    font-weight:bold;
}

.myTerms ul {
    list-style-position:outside;
    margin:0;
    padding:0;
}

.myTerms li {
    list-style-type:lower-roman;
    margin-left:45px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////// Sidebar */

#sidebar {
    float: left;
    padding-bottom:30px;
    width: 160px;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    text-align:left;
    border-top: 1px Solid #66665A;
}

#sidebar ul li {
    border-bottom: 1px Solid #66665A;
    padding-top:10px;
    padding-bottom:10px;
}

#sidebar ul li a {
    color: #4E4E45;
    font-size: 116%;
    font-weight:bold;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #66665A;
    text-decoration: none;
}

#sidebarTwo {
    float: right;
    padding-bottom:30px;
    width: 314px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////// Sidebar */

.copyright {
    font-size: 85%;
    text-align:right;
    padding-top:10px;
    width:726px;
    margin-left:auto;
    margin-right:auto;
}

.mainTitle {
    font-size: 238.5%;
    font-weight:bold;
    color: #4C2F3C;
    text-align:left;
    padding-top:2px;
}

.subTitle {
    font-size: 161.6%;
    font-weight:bold;
    color: #B36F8D;
    text-align:left;
    padding-bottom:24px;
}

.whiteText {
    color: #FFFFFF;
}

.whiteText a {
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
}

.whiteText a:hover {
    color: #D69FAF;
    text-decoration: none;
}

#listObject {
    list-style-type: none;
    height:100%;
}

#listObject li {
    margin-left:8px;
}

.itemPrice {
    font-size: 123.1%;
    color: #4E4E45;
    text-align:justify;
}

.leftAlign {
    text-align:left
}

/*////////////////////////////////////////////////////////////////////////////////////////////////// forms */

.border {
    border-style:none;
    background-color:#FFFFFF;
    color:#3A3A3A;
    margin:4px 0px 12px 0px;
    padding:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    border:solid #FFFFFF 1px;
    height:18px;
    width:100%;
}

input.border:focus {
    border:solid #4A4A4A 1px;
}

input.border:hover {
    border:solid #7A7A7A 1px;
}

.borders {
    border-style:none;
    background-color:#FFFFFF;
    color:#3A3A3A;
    margin:4px 0px 12px 0px;
    padding:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    border:solid #FFFFFF 1px;
    height:86px;
    width:100%;
}

textarea.borders:hover {
    border:solid #7A7A7A 1px;
}

textarea.borders:focus {
    border:solid #4A4A4A 1px;
}

textarea.bannerAds {
    border:solid #7A7A7A 1px;
    width:310px;
    margin-top:4px;
}

#my_banners {
	margin-top:6px;
    text-align:center;  
}

.dottedLine {
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #66665A 
}

.bioImage {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.artistText {
    text-align:justify;
}

.smallButton {
	border:none;
    font-size:77%;
    color:#544B4D;
    background-color:transparent;
    background-repeat:no-repeat;
    width:75px;
    height:32px;
    background-image:url(../img/button_sm.png);
    font-weight:bold;
    vertical-align:middle;
    padding-top:4px;
    padding-bottom:4px;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:6px;
    margin-right:6px;
}

.smallButton:hover {
    background-image:url(../img/button_sm_o.png);
}

#navcontainer {
	background-image:url(../img/navigation.jpg);
    background-color:#000000;
    width:786px;
    height:44px;
    padding-top:3px;
    vertical-align:middle;
}

#navcontainer ul {
    border: 0;
    margin: 0;
    padding: 0;
    margin-left:16px;
    list-style-type: none;
    text-align: center;
    vertical-align:middle;
}

#navcontainer ul li {
    display: block;
    height: 44px;
    float: left;
    text-align: center;
    padding-right:16px;
}

#navcontainer ul li a {
    font-size: 100%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#navcontainer ul li a:hover {
	color:#FFFF00;
}

.faqLink a {
	font-size:16px;
    line-height:26px;
}
.faqLink a:hover{
	font-size:16px;
    line-height:26px;
}

.orderBorder {
    border:solid #FFFFFF 1px;
    color:#A94223;
    margin:3px 0px 10px 0px;
    padding:3px;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11pt;
    height:20px;
    width:140px;
}
