body{
	color: #a89d92;
	font-family: Georgia, Times, "Times new roman", trebuchet ms, "trebuchet ms", tahoma, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(/images/skinnybg.jpg) top repeat-y #000;
}
  
a, a:link { color: #e5933a;  text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }

.body{ font-size: 1.1em;}

strong, b { color: #d9cdbb; }

p { font-size: 1.25em; margin-bottom: 10px; }

h1, h2, h3 { color: #c0aa92; }

/* @group ADMIN TOOLBAR */

#admin_bar{
  line-height: 35px;
  height: 35px;
  width: auto;
  padding: 0;
  margin: 0;
  background-color: #000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

ul#admin_toolbar{
  width: auto;
  height: 35px;
  line-height: 35px;  
  padding-left: 10px;
  border: 1px solid #777;
  background-color: #000;
  	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

/* @end */

/* @group ACCOUNT TOOLBAR */

ul#account_toolbar{
	width: auto;
	height: 25px;
	line-height: inherit;
	background-color: #784204;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 1px 0 0 0;
	padding: 0;
	position: static!important;
	float: right;
}

	ul#account_toolbar li{
		height: 19px;
		line-height: 19px;
		float: left;
		display: block;
		margin: 0;
		padding: 3px 9px;
		border-right: 1px solid #ccbfab;
		text-transform: uppercase;
		font-size: 1em;
	}
	
		ul#account_toolbar li:hover { background-color: #473720; }
	
	ul#account_toolbar li a { color: #fff; }
	ul#account_toolbar li a:hover { color: #e8e6ca; opacity: .8; }
	
.account_toolbar_loggedin {
	position: relative;
	width: 950px;
	height: 40px;
	clear: both;
}

	.account_toolbar_loggedin ul#account_toolbar {
	
	}
	
#wrapper { 
	clear: both;
	width: 990px;
	height: auto;
	margin: 0 auto;
}

 #ph_html_header {
	width: 990px;
	height: 310px;
	padding: 0;
	margin: 0;
	background: url("images/skinny-molly-header.jpg") no-repeat top;
	clear: both;
	position: relative;
}
	
#ph_html_nav { 
	width: 890px;
	height: 209px;
	margin: 0;
	position: absolute;
	top: 52px;
	left: 50px;
}

.home_link a {
	display: block;
	width: 550px;
	height: 300px;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 10	;
}

/* @end */

