@charset "utf-8";

/* /////////////// GENERAL ////////////// */

* {
	margin: 0;
	padding: 0;	
} /* set all padding and margin defaults to zero */

html, body {
	height: 100%;
	}

html {
	background-color:#000;
}

body {
    font-size:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.25em; /* 16×1.5=24px */
	width: 100%;
	display: table;
	color: #fff;
	text-align: left;
/* 	background-color: aqua; */
}


#header_container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #222;
	background: #000 url('images/header_container_bgtile1.jpg') repeat-x;
	height: 100px;
}

	#header {
		margin: 0 auto 0;
		width: 950px;
		padding: 0 25px 0 25px;
		height: 100px;
	}
	
#content_container {
	float: left;
	width: 100%;
	background: #000 url('images/content_container_bgtile.jpg');
}
	#content_center {
		position: relative;
		margin: 0 auto 0;
		width: 950px;
		background-color: #000;
	}
	
	#content {
		float: left;
		background-color: #000;
		width: 950px;	
	}

#footer_container {
	float: left;
	width: 100%;
	border-top: 1px solid #222;
	background: #000 url('images/footer_container_bgtile.jpg') repeat-x;
}

	#footer {
		margin: 0 auto 0;
		width: 950px;
		height: 200px
	}

/* //////////////// TYPOGRAPHY //////////////////*/

p {
	margin-bottom: 1.25em;
	font-size:0.75em; /* 16×0.75=12px */
	color: #454545;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.125em; /* 16×1.125=18px */
	font-weight: bold;
	padding: 15px 0 15px 0;
	color: #666;
}

h2 {
	font-size: 1em;  /* 16×1=16px */
	font-weight: bold;
}

h3 {
	font-size:0.875em; /* 16×0.875=14px */
	font-weight: bold;
}

h4 {
	font-size:0.75em; /* 16×0.75=12px */
	font-weight: bold;
}

h1 a:link, h1 a:visited, h1 a:active,
h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active,
h4 a:link, h4 a:visited, h4 a:active {
	color: #333;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #ec1f5e;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: none;
}
a:link, a:visited, { 
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ec1f5e;
}

/* ////////////// ADDITIONAL LINK FORMATTING ///////////// */



/* ////////////// NAVIGATION //////////////// */

#navigation_container {
	position: relative;
	float: right;
	height: 100px;
	width: 698px;
	text-align: right;
}

#navigation {
	list-style: none;
	margin: 80px 0px 0px 0px;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: right;
	
}

#navigation li {
	float: right;
	list-style-type: square;
	margin-left: 1.5em;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ec1f5e;
}

#navigation li a, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover {
	color: #ec1f5e;
	text-decoration: none;
}

/* ////////////// LEFT CONTENT //////////// */

#left_content {
	float: left;
	width: 600px;
}

/* ////////////// SIDEBAR /////////////// */


#sidebar {
	float: left;
	width: 250px;
	padding: 10px;
	margin-left:40px;
}

#sidebar2 {
	float: right;
	width: 250px;
	padding: 30px;
}

#sidebar_navigation {
	list-style: none;
	text-align: left;
}

#sidebar_navigation li {
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.875em; /* 16×0.875=14px */
	color: #ec1f5e;
}

#sidebar_navigation li a {
	color: #ccc;
	text-decoration: none;
}
#sidebar_navigation li a:hover {
	color: #ec1f5e;
	text-decoration: none;
}

/* /////////////////////// CONTENT //////////////////// */

ul, ol {
	list-style:none;
	}
	

/* //////////////// FOOTER /////////////// */

#footernavigation_container {
	position: relative;
	float: right;
	width: 628px;
	text-align: right;
}

#footernavigation {
	float: right;
	list-style: none;
	margin-top: 10px;
	right: 0;
	text-align: right;
}

#footernavigation li {
	float: right;
	list-style-type: square;
	margin-left: 1.5em;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #7e1837;
}

#footernavigation li a, #footernavigation li a:visited {
	color: #888;
	text-decoration: none;
}
#footernavigation li a:hover {
	color: #fff;
	text-decoration: none;
}

/* /////////////////////// IMAGES ////////////////// */

#thumb_grid {
	width: 600px;
	float: left;
}
#thumb_grid img.collection_thumb  {
	margin: 0px 1px 1px 0px;
	padding: 0px;
	float: left;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 15px;
	display: inline;
	}

img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* //////////////// FLASH ////////////////// */

#lookingglass_container {
	width: 600px;
	height: 300px;
	float: left;
}

/* //////////////// FORMS ////////////////// */



/* /////////////// MISC ////////////////// */

.break {
	clear:both;
	font-size:0px;
	height:0px;
	overflow:hidden;
}

/* to remove dotted borders in FireFox */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

	
