/*RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

html {
       overflow-y: scroll;
      	}

body {
	font-size: 1.05em;
	margin:0px;
}

ul {
	list-style: none;
	padding-top:39px;
	margin:0px;
}

li {
float:left;
padding:5px;
	margin:0px;
}

.content a {
text-decoration:none;
font-family: 'Montserrat';
color: white;
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
     font-size:133%;
   }
   
  .content a:hover { 
    color: black;
    text-shadow:
    -0px -0px 0 #000,  
     0px -0px 0 #000,
    -0px 0px 0 #000,
     0px 0px 0 #000;
     font-size:133%;
}

#tab-1 {
display:none;
}

#tab-close {
display:none;
}

#about, #shop, #collections, #blog, #contact {
	margin-top:21px;
}

.content {
	float:right;
	}
	
.content	.current {

	color: black;
    text-shadow:
    -0px -0px 0 #000,  
     0px -0px 0 #000,
    -0px 0px 0 #000,
     0px 0px 0 #000;
}

#header {
	width:1024px;background:red;margin:0 auto;position:relative;
	}
	
	#logo{

	float: left;
	width: 320px;
	height: 99px;
	background: url(../images/rubymac_320.gif) no-repeat center;
	display: block;

}

#full-width-underline {
  	width:100%;
  	height:99px;
  	background-image: url("../images/rubymac_320-UNDERLINE.gif");
  	}
  	
.body_content {
  	width:700px;
  	margin:0 auto;
  	font-family: 'Raleway', sans-serif;font-size:133%;
  	padding-top: 26px;
  	text-align:center;
  	}
  	
#bio_pic{

	float: left;
	width: 200px;
	height: 267px;
	background: url(../images/ruby_bio_pic_200.jpg) no-repeat center;
	display: block;
	margin:0px 20px 0px 0px;

}

.body_content a {
font-family: 'Raleway', sans-serif;
color: #000;

   }
   
   .footer {
	display:none;
    }