/* Just Shirts CSS */
/* Coded by Christopher Lobay @ Our Empire */
/* Tweaked by Elbert Bakker @ Our Empire */

/* Global */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, img { 
margin: 0; padding: 0; border: 0;
}

body, html { background: #ffffff;
font-family: sans-serif;
}

a {
text-decoration: underline;
color: #004770;
}
a:hover {
color: #FFBE0F;
}
li a:hover {
color: #FFBE0F;
}
img {
   behavior: url("css/png.htc");
}


/*------ Wrapper ------*/
#wrapper {
position: relative;
top: 30px;
left: 30px;
margin: 0 auto;
max-width: 900px;
}

/*------ Logo ------*/
#logo {
position: absolute;
top: 0; left: 0;
z-index: 1;
}
#logo h1 {
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
font-size: 2.5em;
letter-spacing: -.08em;
margin: 0 0 0 -4px;
color: #3f3f3f;
background: #ffffff url(../images/justshirts/logo.gif) top right no-repeat;
text-indent:-32697px;
width: 459px;
height: 114px;
} 


#logo h2 {
display: none;
}

/*------ Star Burst ------*/
#sweatshopwatchburst {
position: absolute;
z-index: 2;
left: 429px;
top: -60px;
}
#sweatshopwatchburst span{
display: none;
}

/*------ Main Image ------*/
#headerimg {
position: absolute;
top: 129px;
}
#buttonholder {
z-index: 3;
position: absolute;
left: 429px;
top: 130px;
}
.button {}




/*---------- Menu ----------*/
#column {
position: absolute;
top: 7px;
left: 570px;
max-width: 200px;
}
#column .box {
offborder-top: 2px dotted #FFCC00;
margin-bottom: 1em;
}
#column h3 {}
#column ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
/* Noted : #column ul li:before { content: "\00BB \0020"; } */
#column ul li a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
font-size: 1 em;
color: #004770;
margin-bottom: 10px;
letter-spacing: -.01em;
text-transform: capitalize;
text-decoration: none;
line-height: 1.5em;
}

#column ul li a:hover {
color: #FFBE0F;
}

.handcrafted {
clear: both;
margin-top: 50px;
border-top: 1px solid #FFBE0F;
padding-top: 10px;
height: auto;
text-transform: uppercase;
text-decoration: none;
text-align: center;
font-size: 0.6em;
color: #cacaca;
}
.handcrafted a { color: #cccccc; text-decoration: none; }
.handcrafted a:hover { color: #FFBE0F; cursor: pointer; }



/*---------- MAIN CONTENT ----------*/
.content {
position: absolute;
top: 120px; left: 0px;
width: 550px;
padding-bottom: 100px;
line-height: 1.4em;
}
.contenthome {
position: absolute;
top: 297px; left: 0px;
width: 550px;
padding-bottom: 100px;
line-height: 1.4em;
}



.merch {
margin-bottom: 15px;
line-height: 1.0em;
}
.merch img {
float: left;
margin-right: 15px;
margin-bottom: 7px;
}
.storeimage {
position: relative;
width: 158px;
float: left;
}
.storeimage p{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: .75em;
float: left;
width: 135px;
margin-bottom: 10px;
letter-spacing: -.01em;
}
.storeimage .priceburst {
position: absolute;
bottom: 10px;
right: -10px;
z-index: 4;
}
.thickstore {
width: 400px;
height: 500px;
}



#storebasict,
#storedesignert,
#storewholesale {
margin: 10px 0;
clear: both; float: left;
}



/*-------- GENERAL ---------*/
.chart {
width:100%;
border-collapse: collapse;
}
.chart th, .chart td { 
border: 1px solid #555555;
padding: 3px;
}
.noborder { 
width:100%;
border-collapse: collapse;
margin: 5px 0 10px 0;
}
.noborder td { 
padding: 3px;
}





h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
text-transform: lowercase;
}
h2 {
font-size: 2.3em;
color: #FFBE0F;
margin: 10px 0px 7px 0px;
padding: 0 0 7px 0;
border-bottom: 1px solid #FFBE0F;
letter-spacing: -.05em;
}
h3 {
font-size: 2.3em;
color: #004770;
margin:3px 0 15px 0;
letter-spacing: -.05em;
}
h4 {
font-size: 1.6em;
color: #FFBE0F;
margin: 15px 0 5px 0;
}
h5 {
font-size: 1.4em;
color: #004770;
margin: 3px 0 5px 0;
}


.quote {
margin: 10px 0 10px 5px;
border-left: 1px solid #FFBE0F;;
padding-left: 15px;
}
.center { margin: 0 auto; text-align: center; }
.right {
float: right;
margin: 0px 0px 15px 15px;
}
.break {
clear: both;
padding: 10px 0;
height: 0;
}
.breakline {
clear: both;
margin: 5px 0 10px;
border-bottom: 1px solid #FFBE0F;
height: 0;
}
.clickable { cursor: pointer; }


.highyel { font-weight: bolder; font-size: 1.3em; color: #FFBE0F; }
.highblue { font-weight: bolder; font-size: 1.1em; color: #004770; }


