@charset "UTF-8";
/* CSS Document */
a{
	text-decoration:underline;
	color:gold; /* #FFCC33 */
}
a:hover{
	color:#ca1;
}
body{
/*	background-color:#66502d;
	background-image:url(/images/adams_bg_4.gif);
	background-position:top;
	background-repeat:repeat-x;

	background-color:#66502d;
	background-image:url(/images/adams_walk-in_humidor.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	*/

	background-color:#2B1C15; /* 472A1B      */
/*	background-image:url(/images/background.gif); */
	background-repeat:repeat;
	
	
	margin:0;
	padding:0 0 0 0;
	font:.8em / 1.25em, Arial, Helvetica, Verdana, sans-serif;
}
h1{
	color:#000;
	margin-bottom: 5px;
}
img{
	border:0;
}

#linkbar{
	width:740px;
	margin:0 auto;
}	
/*
	#linkbar ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	#linkbar ul li{
		display:block;
		width:185px;
		padding:10px 0;
		text-align:center;
		background-color:#653;
		float:left;
	}
	#linkbar ul li a{
		color:gold;
		font-family:Georgia, Times New Roman;
		font-size:1.5em;
	}
		#linkbar ul li a:hover{
			color:#ff0;
		}
*/
#main{
	width:740px;
	margin:0px auto;
	background-color:#472A1B;
	border: 3px gold solid; /* #FFCC33 */
	color:#C5C6C6;
}
	#main div.sect{
		padding:0 0 0px 0;
	}
	#main .pics{
		width:400px;
		float:left;
	}
	#main .description{
		float:left;
		width:300px;
		padding:0px 8px 0px 16px;
		color:#000;
	}
	#main .description a{
		/*color:gold;*/
		color:#0033FF;
	}

	#gallery img{
		border-top: 3px gold solid;
	}
	#gallery img.first{
		border:none;
	}

#cigar-bar{
	margin:10px 0 2px -12px;
}
.text{
	padding:0 18px;
/*	font: 1.5em / 1.2em Georgia, Times New Roman; */
	font: 18px / 20px Georgia, Times New Roman;
	width:384px;
	float:left;
}
.pic{
	width:300px;
	padding:20px 20px 0 0;
	float:left;
}
.pic img{
	padding:0 0 20px 0;
}
#hometop{
	background-image:url(/images/adams_cigars_store_front.jpg);
	width:740px;
	height:537px;
}
#location{
	background-image:url(/images/town_center_blvd.jpg);
	width:740px;
	height:562px;
}
#vcard{
	position:relative;
	left:500px;
	top:340px;
	display:block;
	font:1.25em / 1em, Arial, Helvetica, Verdana, sans-serif;
	width:240px;
}
#location #vcard{
	top:370px;
}
	
	.vcard .fn{
		font-weight:800;
	}
	
	.vcard .adr .type, .vcard .url, .vcard .adr .country-name, .vcard .tel .type, .vcard .tel .value{
		display:none;
	}


	
	.op {
/*		position: absolute;
		right: 100px;
		top: 300px;
		*/
	}
	#op-white {
		opacity:.8;filter:alpha(opacity=80);-moz-opacity:.8;khtml-opacity:.8;
	}
	#op-white-content {
		color: silver;
	}
	#op-content {
	}
	#op-shadow {
		/*opacity:.25;filter:alpha(opacity=25);-moz-opacity:.25;khtml-opacity:.25;
		margin-top: 10;
		margin-left: 10; */
		visibility:hidden;
	}
	#op-shadow-content {
		color: #000000;
	}
	
.acc-text{
	padding:0 40px;
	font: 1.5em / 1.2em Georgia, Times New Roman;
}