@charset "UTF-8";
/* CSS Document */



/*
    ____  ___    ____  __________________    ______
   / __ \/   |  / __ \/_  __/  _/ ____/ /   / ____/
  / /_/ / /| | / /_/ / / /  / // /   / /   / __/   
 / ____/ ___ |/ _, _/ / / _/ // /___/ /___/ /___   
/_/   /_/  |_/_/ |_| /_/ /___/\____/_____/_____/

author: cole rise
created: twenty-second day of october, two-thousand & eight.

*/


/* global styles ---------------------------------------------------------------- */

* { behavior: url(/images/pngfix/iepngfix.htc); }

body {
	background: url(bg.jpg) no-repeat;
	background-size: 100%;
    background-color: #000;
	background-position: top center; 
	background-repeat: no-repeat;
	background-attachment: fixed; 
	color: #000;
    font: normal 12px helvetica neue, helvetica, arial, sans-serif;
    margin:0;
    padding:0;
    text-align: center;
}


/* Background image */
img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
			display: block; 
} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
}
	
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}




a {
    color: #000;
    margin:0;
    padding:0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0 0 0 0;
	padding:0;
}
img {
	border:0px;
	margin:0;
	padding:0;
}
p {
	margin:0 0 20px 0;
	padding:0;
	width: 385px;
}


/* global typographic styles ---------------------------------------------------------------- */

.bold {
	font-weight: bold;
}
.italic {
	font-style: normal;
}
.skinny {
	font-weight: 200;padding-bottom:30px;
}
.line-through {
	text-decoration: line-through;
}

/* global sizes ---------------------------------------------------------------- */

.large{
	font-size: 30px;
}
.medium{
	font-size:16px;
	line-height: 22px;
}
.standard{
	font-size:12px;
}
.small {
	font-size: 11px;
}
.tiny {
	font-size: 10px;
}



/* global colors ---------------------------------------------------------------- */

.grey-dark {
	color: #121616;
}
.grey-mid {
	color: #6E6E6A;
}
.grey-light {
	color: #9F9D97;
}
.white {
	color: #000;
}
