* {
	margin:0;
	padding:0;
	}

body {
	font-size:small;
	text-align:center;
	background:#000;
	line-height:1.25em;
	color:#fff;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	}

/* for Opera */
html>body {
	font-size:small;
	}

img {
	border:0;
	}

h1, h2, h3 {
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	}

h1 {
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	color: #fff;
	}

h2 {
	padding-top:3em;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:1em;
	padding-bottom:0em;
	text-transform: uppercase;
	letter-spacing: .35em;
	color: #f3f3f3;
	}

ul {
	list-style-position: inside;
	}

ul li {
	margin: 0;
	padding:0;
	}

p {
	padding-top:.25em;
	padding-bottom:1em;
	}

small {
	color:#999999;
	font-weight:normal;
	text-transform:none;
	letter-spacing:normal;
	}

blockquote {
	font-style:italic;
	}

a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#c18d0d;
	}

a:hover {
	color:#fff;
	}
	
ul.files {
	text-align:left;
	background:#efefef;
	margin-bottom:1em;
	}

ul.files li {
	margin:0 1em;
	}

.pdf, .xls, .doc, .default {
	padding-left:20px;
	padding-top:.3em;
	padding-bottom:.3em;
	background-position:left .3em;
	background-repeat:no-repeat;
	}

.pdf {
	background-image:url(../pix/icon_PDF.gif);
	}

.xls {
	background-image:url(../pix/icon_Excel.gif);
	}

.doc {
	background-image:url(../pix/icon_Word.gif);
	}

.default {
	background-image:url(../pix/icon_default.gif);
	}

/****************************************************

Header

****************************************************/

#header {
	padding:22px 0 20px 0;
	position: relative;
}

#header .right {
	width:740px;
	text-align: right;
	float:right;
	position:absolute;
	bottom:16px;
	right:0;
	cursor: pointer;
}

#logo {
	float:left;
}

#logo a {
   position:relative;
   display:inline-block;
   width:188px;
   height:72px;
   }

#logo a span {
   display:inline-block;
   position:absolute;
   width:100%;
   height:100%;
   background:#000 url(../pix/amber_logo.gif) no-repeat left top;
   z-index:100; /* Places <span> on top of <a> text */
   }

/****************************************************

Content Layout

****************************************************/

.pad {
	padding:20px;
	}

.pageContainer {
	width:956px;
	margin:0 auto;
	text-align:left;
	font-size: 95%;
	}	

.grad {
	background: transparent url(../pix/blackGrad.png) top left repeat-x;
}

#contentWrapper {
	background:#000 url(../pix/background2.jpg) top center repeat;
	min-height:381px;
	height: auto !important;
	height: 381px;
	clear:both;
	border-top:1px solid #663300;
	border-bottom: 1px solid #663300;
}

.contentContainer {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	min-height:380px;
	height: auto !important;
	height: 380px;
}

.mainContent {
	float:right;
	width:590px;
	margin-bottom:110px; /* amount of negative top positioning on photos at bottom of page */
	}

.mainContent .left {
	float:left;
	width: 250px;
	padding-bottom: 20px;
	margin-bottom:-120px;
}

/****************************************************

Side Bar

****************************************************/

#sideBar {
	background: url(../pix/sideBar_bg.png) bottom center no-repeat;
	width:296px;
	float:right;
	margin-bottom:-120px;
	color:#f5e5d0;
	}

#sideBar_narrow {
	background: url(../pix/sideBar_narrow_bg.png) bottom center no-repeat;
	width:238px;
	float:right;
	margin-bottom:-120px;
	color:#f5e5d0;
	}

#sideBar_narrow .pad {
	}

#sideBar .pad {
}

#sideBar ul,
#sideBar_narrow ul {
	list-style: none;
	list-style-position: outside;
	}

#sideBar li,
#sideBar_narrow li {
	margin-bottom: 2em;
}

#sideBar_narrow h3 {
	text-transform: capitalize;
	letter-spacing: normal;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	color:inherit;
}

/****************************************************

Miscellaneous styles

****************************************************/

.vevent {
	width:46%;
	margin-right:2%;
	float: left;
	margin-bottom: 2em;
}

.vevent a:link,
.vevent a:active,
.vevent a:visited {
	text-transform: uppercase;
}

.vevent .summary {
	display: block;
	font-size: 115%;
	font-weight: bold;
	text-transform: capitalize;
}

.vevent .description {
	display: block;
	color: #ccc;
}

.newRow {
	clear:both;
}


/****************************************************

Footer

****************************************************/
#footer {
	margin-top:15px;
	font-size:90%;
	}

#footer a:link, 
#footer a:active, 
#footer a:visited {

	}

#homeFooterPhotos {
	float:right;
	margin-right:-80px;
	margin-left:-40px;
	position: relative;
	top:-175px;
	margin-bottom: -175px;
}

#homeFooterPhotos .photo2,
#homeFooterPhotos .photo3 {
	position:relative; 
	left:-110px; 
	margin-right:-110px;
}

#homeFooterPhotos .photo1 {
	position:relative; 
	z-index:300;
}

#homeFooterPhotos .photo2 {
	z-index: 200;
}

#homeFooterPhotos .photo3 {
	z-index: 100;
	top:-5px;
	}

#subFooterPhotos {
	float:left;
	position: relative;
	top:-50px;
	margin-bottom:-50px;
}

#subFooterPhotos .photo1,
#subFooterPhotos .photo2 {
	position: relative;
}

#subFooterPhotos .photo1 {
	top:-20px;
	margin-right:-50px;
}

#subFooterPhoto .photo2 {
	z-index:-100;
}

ul#socMediaLinks {
	list-style:none;
	padding:1em 0;
	}

#socMediaLinks li {
	display: inline;
	float: left;
	padding-right: 20px;
	}

.clm_logo {
	position: absolute;
	top: 0px;
	right:-275px;
}

.clm_logo_home {
	position: relative;
	top:-20px;
	right:-65px;
	display: none;
}

/****************************************************

Modal Window Styles

****************************************************/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:260px;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
  color:#fff
}

#giftCardBox {
  width:80%; 
  height:auto;
  padding:10px;
  background-color:#000;
  border: 1px solid #663300;
  margin: 25px auto;
}


/****************************************************

BLOG OVERRIDE STYLES

****************************************************/

#blogBody .mainContent {
	width:100%;
}

#blogBody .mainContent .left {
	width:650px;
}

#blogBody #sideBar_narrow li {
	margin-bottom:1em;
}

#blogBody #sideBar_narrow h2 {
	padding-top:2em;
	}

#blogBody #respond {
	padding-bottom: 100px;
}

#blogBody .left #searchform {
	padding:10px;
	background: #000;
	border: 1px solid #663300;
	margin:1em 0;
}

#blogBody .body {
	padding-bottom:100px;
}

#blogBody .mainContent {
	padding-bottom:30px;
	}

/****************************************************

Hacks

****************************************************/

/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
