/*	color swatches:
	27313D		background blue
	B02024		dark red
	ED1C24		bright red
*/
	
h1, h2, h3, p, ul, ol {
	border: 0px solid purple; /* use this to troubleshoot layout - set to 1px */
	}

div, li {
	border: 0px solid green; /* use this to troubleshoot layout - set to 1px */
	}
	
/* ######## */
/* elements */
/* ######## */

body { 
	font-size: 12px;
	line-height: 14px;
	font-family: "Alte Haas Grotesk", Helvetica, sans-serif;	/* ???MyriadPro, Myriad, Trebuchet MS, */
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #27313D;
	}


h1, h2, h3, h4, h5 {
	font-weight: bold;
	}

h1 {}

img {
	border: none;
	/* border: 2px white solid; */
	}

a {
	color: #fff;
	border: none;
	text-decoration: none;
}

a:link, a:visited {
	outline: none;
}

a:hover, a:active {
	color: #ED1C24;
	outline: none;
	}


	
/* ######## */
/* classes 	*/
/* ######## */

.cat_name {
	text-transform: uppercase;
	}

.note {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 2px;
	}
	
.note_l {
	float: left;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 2px;
	}	

.note_r {
	float: right;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 2px;
	}

.imagelink {
	text-decoration: none;
	outline: none;
	border: none;
	}

.minilink {
	text-decoration: none;
	}

h3, .texty {
	color: #ED1C24;
	margin-top: 30px;
	}

.texty_top {
	color: #ED1C24;
	margin-top: 10px;
	}
	
.twitter_news a {
	color: #ED1C24;
	font-size: 16px;
	font-weight: bold;
	}

.twitter_date {
	font-style: italic;
	}

/* ######## */
/* ids 		*/
/* ######## */

#container {
	position: relative;	/* necessary for contained elements to position relative to container */
	width: 625px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#header {
	position: relative;
	width: 625px;
	height: 128px;
	background-image: url(/images/header.gif);
	}
	
#header h1 { display: none ;}	/* hide text header in css-styled layout */

#header .transparent_button {
	width: 625px;
	height: 100px;
	border: none;
	}

#nav {
	width: 200px;
	position: absolute;
	/* left: 424px; */
	left: 212px;
	/* top: 62px; */
	top: 70px;	
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	}

#nav a {text-decoration: none;}

#nav ul li {
	margin-left: 15px;
	list-style-type: none;
	display: inline;
	}
	
#nav ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	}
	
#nav ul {
	padding-left: 0;
	margin-left: 0;
	}

#main_txt {
	margin: 0 101px 0 170px;
	width: 354px;
	text-align: justify;
	}

#main_img .feature {clear: both; }

#main_tn div {
	float: left;
	margin-left: 35px;
	width: 96px;
	}

#main_tn div a {text-decoration: none;}

#main_tn div h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	}

#main_tn div.figure_first {
	float: left;
	margin-left: 0px;
	clear: left;
	}


#main_tn > div:first-child {
	margin-left: 0px;	/* make first thumbail flush left*/
	}


#main_tn ul {
/*
	padding-left: 0;
	margin-left: 0;
*/
	}

#main_tn ul li {
/*
	margin-left: 15px;
	list-style-type: none;
	display: inline;
*/
	}


#item_description {
	margin-top: 10px;
}

#item_description p, #item_description form {
	clear: left;
	float: left;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 0;
	}

#footer {
	clear: both;
	margin: 25px auto 12px;
	}

#banner {
	position: fixed;
	bottom: 0px;
	width: 625px;
	}

#banner object {
	text-align: center;
	}

#twitterfeed {}