@charset "utf-8";

@import  'file://///Server/e/Stock/Site template/reset.css'; 


/* CSS Document */

/*  Tribe2           Client Name  Project Name  |  Typo 
	 Author           Bryan Helfrich     bryan@tribe2studios.com |   Patrick Hildreth    patrick@tribe2studios.com 
	 Version         1.0 |  03/17/2010
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
	font-family:"Augustus";
	src: url('../type/Augustus.ttf');
	src: local('../type/Augustus.ttf') format("truetype");
}

body {
	font-family:"AvantGarde Bk BT", "AvantGarde Md BT", century gothic, sans serif;
	letter-spacing:2px;
	font-size:.70em;
	color:#CCC;
	line-height:1.5em;
	
}

h1 {
	font-family:Augustus;
	color:#D7C8AA;
	font-size:1.5em;
	letter-spacing:5px;
	text-transform:uppercase;
	}

h2 {
	font-family:Augustus;
	color:#D7C8AA;
	font-size:1.25em;
	letter-spacing:5px;
	padding-bottom:10px;
	text-transform:uppercase;
}

h3 {
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT";
	color:#D7C8AA;
	font-size:.75;
	letter-spacing:2px;
}


p {
	padding-bottom:20px;
	color:#D7C8AA;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid;
	border-color:#FFF; 
	}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	font-size:.85em;
	line-height:normal;
	letter-spacing:3px;
	text-align:center;
}

#footer a {
	color:#D7C8AA;
}

#footer a:hover {
	border-bottom:1px solid;
	border-color:#D7C8AA; 
}
	
	
.h2 {
	font-family:Augustus;
	color:#D7C8AA;
	font-size:1.25em;
	letter-spacing:5px;
	text-transform:uppercase;
}


.txtSmall {
	font-size:.95em;
	color:#D7C8AA;
	letter-spacing:1px;
}

.underscore {
	text-decoration:underline;
}

.h1Dark {
	font-family:Augustus;
	color:#230B0F;
	font-size:1.5em;
	letter-spacing:5px;
	text-transform:uppercase;
	}

.h2Dark {
	font-family:Augustus;
	color:#230B0F;
	font-size:1.25em;
	letter-spacing:5px;
	padding-bottom:10px;
	text-transform:uppercase;
}

