/* styles for seventh son */

* {
padding:0;
margin:0;
border:0;
}

body {
background: #000 url(../_img/pattern1.gif);
font:normal 10px "Lucida Grande", helvetica, arial, verdana, sans-serif;
color:#d7ac5d;
}

/* kill outline on links */
:active {
border: 0;
}
:focus {
outline: none;
}


/* links and forms */
a:link {
color:#d7ac5d;
text-decoration:none;
}
a:hover {
color:#b0d75d;
text-decoration: underline;
}
a:visited {
color:#d7ac5d;
text-decoration: none;
}
a:visited:hover {
color:#b0d75d;
text-decoration: underline;
}

/* visited color change here only */
#pubsLinks a:visited {
color:#8c6d34;
}
#pubsLinks a:visited:hover {
color:#b0d75d;
}


/* fonts and lists */
p {
padding-bottom:10px;
line-height:12px;
}
h1 {
font-size: 59px;
}
h4 {
font-size: 12px;
font-weight:normal;
}
h5 {
font-size: 12px;
color:#c5c5c5;
}
/* home page only */
h6 {
font-size: 11px;
padding-bottom:2px;
}

ul li {
list-style:none;
padding-top:8px;
}


/* top page elements */
#holder {
width:935px;
margin:20px auto;
}

#header {
height:125px;
margin:0px 15px 10px 15px;
}
#header h1 {
font-stretch: extra-condensed;
}
#info {
float:left;
}
a.mastHead {
display:inline-block;
height:45px;
width:516px;
overflow:hidden;
position:relative;
margin: 18px 0 5px 0;
background: transparent url(../_img/mast_title.gif) no-repeat;
}
a.mastHead:hover {
background: transparent url(../_img/mast_title.gif) 0 -45px no-repeat;
}
#logo {
float:right;
}
#logo a.logoImg {
display:inline-block;
height:117px;
width:115px;
overflow:hidden;
position:relative;
background: transparent url(../_img/logo.gif) no-repeat;
}
#logo a.logoImg:hover {
background: transparent url(../_img/logo.gif) -115px 0 no-repeat;
}



/* so jquery hover works */
a.logoImg img {
position:relative;
}

a.map {
display:inline-block;
position:relative;
top:2px;
left:3px;
width:29px;
height:13px;
overflow:hidden;
background: transparent url(../_img/map-link.gif) no-repeat;
}
a.map:hover {
background: transparent url(../_img/map-link.gif) -29px 0 no-repeat;
}

/* google map */
#mapHolder {
width:935px;
height:637px;
position:absolute;
top: 157px;
background:#111 url(../_img/map_bg.jpg) no-repeat;
}
a.closeMapLink {
position:absolute;
top:552px;
left:718px;
}


/* content home */
#page {
height:638px;
width:935px;
overflow:hidden;
clear:both;
z-index:10;
border-top:1px solid #474747;
border-bottom:1px solid #474747;
}
#page {
background:#000;
}
#pageHome {
padding-top: 30px;
width:935px;
height:885px;
clear:both;
z-index:10;
border-top:1px solid #474747;
border-bottom:1px solid #474747;
}


#breadCrumbs {
padding:10px 0 0 15px;
position:absolute;
top:150px;
z-index:11;
}

/* content artist pages */

#subNav {
position:absolute;
top:175px;
margin-left:90px;
z-index:11;
}


/* home page */
.homeModule {
position: relative;
width:216px;
height:280px;
overflow:hidden;
float:left;
margin:5px 0 5px 14px;
}
/* so jquery hover works */
.homeModule img {
position:relative;
}
.moduleText {
position:relative;
top: -31px;
margin-left:5px;
}


/* STAND ALONE STORE/MERCH PAGE */
#storeHolder {
clear:both;
padding:40px 0 0 20px;
border-top: 1px solid #474747;
border-bottom: 1px solid #474747;
}

.merchItem {
padding:2px 0 20px 0;
clear:both;
margin-bottom:20px;
}
.merchImg {
float:left;
width:470px;
overflow: hidden;
}
.merchTxt {
float:left;
padding-left:25px;
}


/* merch sections */
form {
margin: 0;
padding: 0;
} 
input {
/* border:1px solid #333; */
margin-top:5px;
}
input.noBorder {
border:none;
}
select {
color:#fff;
background:#000;
border:1px solid #333;
width:70px;
float:right;
}
select.price {
width:100px;
margin-right:10px;
float:left;
}

table.paypal {
padding-top:5px;
width:100%;
}
#merch {
width:935px;
position:absolute;
top: 178px;
}
#merchInfo {
width:205px;
float:left;
margin:180px 15px 0 15px;
}
.merchModule {
width:216px;
height:280px;
float:left;
margin:5px;
background: transparent url(../_img/merch_mod_bg.gif) no-repeat;
overflow:hidden;
}

.itemImg {
position:relative;
margin:4px 0 6px 4px;
}
.merchText {
position:relative;
padding:0 10px 0 10px;
z-index: 666;
}
.merchText h5 a {
font-size:10px;
}
.merchText p {
padding-bottom:2px;
}



/* information section */
#pubsLinks {
padding:10px 15px 0px 15px;
}
#pubsLinks h5 {
margin-bottom:5px;
}
#information, #news {
width:300px;
float:left;
padding-right:25px;
}
#news {
width:265px;
}
#news a:link, #news a:visited {
text-decoration: underline;
}
.links {
width:120px;
float:left;
padding-right:25px;
}



/* footer */
#footer {
padding:5px 15px 0 15px;
color:#838383;
border-top:1px solid #474747;
}
#footer a:link {
color:#838383;
}
#footer a:visited {
color:#838383;
}
#footer a:hover {
color:#b0d75d;
}
#footer a:visited:hover {
color:#b0d75d;
}



/* misc */
.email {
margin-left:5px;
}
.hr {
height:1px;
border-top:1px solid #474747;
clear:both;
/* ie6 hack */
font-size:1px;
line-height:1px;
}
.clear {
clear:both;
height:20px;
}
.hide {
display:none;
}
.white {
color:#c5c5c5;
}
.error {
color:red;
}
.old {
text-decoration: line-through;
}


/* moving splash page */
#splash {
padding:10px 40px;
}

.col1 {
float:left;
width:375px;
height:375px;
overflow:hidden;
border:1px solid #222;
}
.col2 {
float:right;
width:375px;
height:375px;
overflow:hidden;
border:1px solid #222;
-o-background-size: 375px auto;
-webkit-background-size: 375px auto;
-khtml-background-size: 375px auto;
-moz-background-size: 375px auto;
background-size: 375px auto;
background: #000 url(../_img/fp-tumblr.jpg) no-repeat;
background-position: left center;
}

.col3, .col4 {
width:375px;
float:left;
text-align: center;
padding-top:15px;
}
.col4 {
float:right;
}





