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



/* ============================================================
   Basic Layout Styles
   ============================================================ */

* {
  text-shadow: #000000 0 0 0px;
}
body {
 background-image: url(../imgs/boozelysBG2.jpg);
	background-repeat: repeat-x;
	line-height: 1.5em;
  font-size: .8em;
  color: black;
  font-family: "Verdana, Helvetica", Arial, serif;
 color: #8dcf0a;
  text-shadow: 0 1px 1px #000000;
}
p {
	line-height: 1.7em;
    color: #98d454;
	text-indent: 15px;
}
dt, dd {
  line-height: 1.33em;
}

ul {
  font-family: "Verdana, Helvetica", Arial, serif;
  font-size:12px;
	color: #fff;
	  font-weight: 100;
	text-decoration: none;
}
ul a {
	color: #ddfed8;
	  font-weight: lighter;
	text-decoration: none;
}
ul a:hover {
	color: #95e788;
	font-weight: lighter;
	text-decoration: underline;
}

a {
	color: #8dcf0a;
	  font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	text-shadow: 0 0 0 #373737;
}
h1 {
  font-size: 2.2em;
  font-weight: normal;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #000;
}
h2 {
  font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 1px #222;
}
h3 {
	padding: 20px 0 0;
	text-align: center;
}
.subtitle {
  display: block;
  width: 100%;
  text-align: right;
  color: #111;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flash-replaced {
  background-color: #373737;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

/* ============================================================
   Flash Styles
   ============================================================ */

.flash {
  margin: 5px;
  padding: 5px 10px;
/*  font-weight: bold;*/
  font-size: 1.1em;
}
.flash-notice {
  background-color: #222;
/*  border: 1px solid #ddd;*/
}
.flash-error {
  background-color: #aa5;
/*  border: 2px solid #cc7;*/
  color: #111;
}
.store-notice {
  background-color: #445044;
  border: 2px solid #bfb;
  color: #111;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
.store-notice p,
.store-notice h4 {
  color: #dfd;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.store-notice h4 {
  color: #fff;
}

/* ============================================================
   Logo, Shopping Cart, and Navigation
   ============================================================ */

#logo {
  float: left;
  left: 0px;
  top: 0px;
  width: 650px;
  height: 80px;
}

#cart {
  float: left;
  width: 310px;
  height: 90px;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 1em;
  color: #666;
}
#cart p {
  text-align: right;
  margin: 4px 0 0 0;
  font-size: 0.9em;
  color: #666;
}
#cart p a {
  color: #666;
  text-decoration: underline;
}
#cart p a.contents {
  text-decoration: none;
  font-weight: bold;
}
#cart p a:hover {
  color: #999;
}
#twitter_div{
background:url(../imgs/tweet2.png) left top no-repeat;
padding-left:25px;
border:none;
font-family: Times New Roman, Times;
font-style: italic;
font-size: 1.1em;
width:530px;
}

#twitface{
position: relative;
float:right;
margin-right:95px;

border:none;
position:relative;
width:180px;
}



/* ============================================================
   Footer
   ============================================================ */

.footer {
	margin-top: 1em;
	font-family: Verdana, Helvetica, Times sans-serif;
	  padding: 0 0 0 15px;
	  text-align: left;
	font-size: 11px;
	color: 92df37;
}
.footer p {
  margin: 0;
  line-height: 2em;
  text-align: left;
  letter-spacing: 1px;
  color: #92df37;
}
.footer p a {
  color: #555;
  text-decoration: none;
}
.footer p a:hover {
  color: #999;
}
