/********************************* MASTER 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/********************************* GLOBAL *********************************/

body {
	font-size: 62.5%;
	font-family: "Courier New", Courier, mono;
	color: #000;
	background: #fff;
	text-align: center;     
}

h1 {
	font-family: "Lucida Grande", Verdana;
	display: block;
	width: 700px;
	height: 106px;
	text-indent: -3000px;
	background: transparent url(/_images/beatrix_logo.jpg) left top no-repeat;
	float: left;
}

h2 {
	
}

h3 {
	background: #000;
	color: #fff;
	display: inline;
}

strong {
	font-weight: bold;
}

p {
	padding: 4px 0;
}

/********************************* SPLASH *********************************/

html, body#splash {
	height: 100%; 
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

#splash-distance { 
	margin-bottom: -100px; /* (-) half of movie height */ 
	width: 1px;         
	height: 50%;          
	float: left;          
}

#splash-container {
	position: relative; 
	text-align: left; 
	font-size: 1.3em;
	width: 700px;
	height: 200px;
	margin: 0 auto ;
	clear: left;       
}

.bloglinks {
	margin: 0 0 0 185px;
	text-align: center;
}

.bloglinks a:link, .bloglinks a:visited {
	color: #000;
	text-decoration: underline;
}

.bloglinks a:hover {
	color: #999;
	text-decoration: none;
}

#enterblog {
	margin: 20px 30px 0 0;
	display: block;
	float: left;
}

#enterclothing {
	float: left;
	margin: 20px 30px 0 0;
	display: block;	
	
}

#enterstore {
	float: left;
	margin: 20px 30px 0 0;
	display: block;	
	
}

/********************************* BLOG *********************************/

#blog-container {
	font-size: 1.3em;
	width: 700px;       
	margin: 44px auto 0;     
}

#blog-column1 {
	width: 413px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 16px 10px 0 10px;
}

.entry {
	padding: 0 0 30px 0;
}

#title {
	text-transform: uppercase;
	font-weight: bold;
}

.post {
	margin: 14px 0 10px 0;
}

#date {
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	letter-spacing: 1px;
}

#blog-column2 {
	width: 264px;
	float: left;
	text-align: left;
	padding: 8px 0 0 0;
	margin: 12px 0 0 0;
	line-height: 17px;
}

#viewall {
	font-size: 1.2em;
	text-align: center;
	width: 262px;
	margin: 2px 0 17px 0;
	padding: 9px 0;
	border: 1px solid #000;
}

:hover#viewall {
	border: 1px solid #000;
	background-color: #ededed;
}

#viewall a:link, a:hover, a:visited {
	text-decoration: none;
	color: #000;
}
a:link#collink, a:visited#collink  {
	color: #000;	
}

a:hover#collink {
	color: #999;	
}

#blog-container p {
	margin: 7px 0;
}

#viewlink {
	margin: 25px 0 0 0;
	width: 262px;
	text-align: center;
	
}

a:link#storeslink, a:visited#storeslink {
	text-decoration: none;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

a:hover#storeslink {
	color: #000;
}


/********************************* CLOTHING *********************************/

#clothing-container {
	font-size: 1.3em;
	width: 700px;       
	margin: 44px auto 0;     
	border-style: none;
}

#gallery {
	overflow: hidden;
	margin: 45px 0 0 0;
	float: right;
	width: 700px; 
	border-style: none;      	
}

#gallery_prev {
	float: left;
}

#gallery_next {
	float: right;
}

#clothingnav {
	margin: 30px 0 0 0;
}

.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
}

table.isg_table {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

a.isg_button {
	padding: 5px;
	color: #fff;
 	background: #000;  
	text-decoration: none;
}

a.isg_button:hover { text-decoration: underline; }

#bottomlink {
	margin: 35px 0 0 0;
	font-size: 0.9em;
	display: inline;
	padding: 11px;
	border: 1px solid #000;
}

#bottomlink a:link,#bottomlink  a:visited {
	color: #000;
	text-decoration: underline;
}


#bottomlink a:hover {
	color: #999;
	text-decoration: none;
}