/*********************
Sun King Brewing Company
CSS v1.0

Authors:
Ryan Shrum, ryan@ryanshrum.com
Jason Cordial, jpcordial@gmail.com

colors:
#2f2f2f: #231f20
grey: #8b8888
lt. grey: #efeeee
********************/
body{
	/*background: #444 url('../img/body-bg.jpg') repeat-x;*/
	background: #2f2f2f;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: .85em;
	margin:0;
   	padding:0;
   	height:100%;
	color: #231f20;
	overflow-x: hidden;
}
html {
	overflow-x:hidden;
}

.box-shadow {
	-moz-box-shadow: 0px 4px 6px black; /* for Firefox 3.5+ */
	-webkit-box-shadow: 0px 4px 6px black; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=90, Strength=6);
}
#container {
   min-height:100%;
   position:relative;
}
.retainer{
	width:960px;
	margin: 0 auto;
	position: relative;
}
.left-col {
	width: 400px;
	float: left;
}
.right-col {
	width: 400px;
	float: right;
}
#innerfade {
	width: 960px;
}
#innerfade li {
	width: 100%;
}
#innerfade h1 {
	font-size: 3em;
}
#innerfade h2 {
	font-size: 2em;
}
#innerfade h4 {
	width: 700px;
	line-height: 1.8em;
	font-size: 1.3em;
}
h1 {
	font-size:2.5em;
	color: #8b8888;
	margin-bottom:10px;
}
h2 {
	color:#231f20;
	font-size: 1.6em;
	line-height:1.2em;
	margin-bottom:5px;
}
h3 {
	color:#efeeee;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: .02em;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	max-width: 650px;
}
td {
	padding: 5px;
}	
a{
	color:#231f20;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #666;
}
.button {
	cursor: pointer;
}
p a {
	text-decoration: underline;
}

li a {
	text-decoration: none;
}

/*********************
top-bar
*********************/
#header {
	position: relative;
	z-index: 999;
}
#header #top-bar {
	height:10px;
	width:100%;
	background: #ededed;
	z-index: 999;
	position: relative;
}
#header #top-bar .retainer #tab{
	background: url('../img/top-bar-tab.png');
	width:156px;
	height:28px;
	float:right;
	margin-top:10px;
	padding:10px 0 0 13px;
}

#header #top-bar .retainer #tab img{
	float:left;
}
#header #top-bar .retainer #tab #logo-space{
	width:2px;
	height:14px;
	margin:0 5px;
	background: #2f2f2f;
	float:left;
	
}
/*********************
nav bar and logo
*********************/
#header #logo {
	margin-bottom: 10px;
}
#header #main-nav {
	margin-bottom: 10px;
	height:20px;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 300;
}
#topmenu li a{
	color: #333333;
	display: block;
	padding: 0 10px;
}
#topmenu li a:hover,
#topmenu li.active a{
	color: #ff7800;
	text-decoration: none;
}
#header #main-nav li{
	float:left;
	font-size:1.1em;
	position:relative;	
}
#header #main-nav li.last{
	margin:0;
}
#header #main-nav li a{
	color:#f0f0f0;
	text-decoration: none;
	display: block;
	text-decoration: none;
	text-shadow: 3px 3px 3px black;
	height: 45px;
	width: 93px;
	text-align: center;
	line-height: 45px;
	position: relative;
}
.box > h3, .box-last > h3 {
	text-shadow: 3px 3px 3px black;
}
#header #main-nav li a:hover {
	color: #cdcdcd;
}
#header #main-nav li #current{
	background: #8b8888;
}
#main-nav > li:hover {
	background: url('../img/nav-hov-bg.jpg') no-repeat top left;
}
#header #main-nav li .sub-nav {
	position: absolute;
	display: none;
	top:41px;
	left: 0;
}
#header #main-nav li:hover .sub-nav{ 
	display: block; 
	z-index: 999 !important;
}
#header #main-nav li .sub-nav li{
	width: 107px;
}
#header #main-nav li .sub-nav li a{
	padding:0;
	cursor: pointer;
	display: block;
	font-size:.65em !important;
	letter-spacing: 1px;
	width: 97px;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	background: url('../img/sub-nav-bg.jpg') no-repeat top left;
	text-align: left;
}
#header #main-nav li .sub-nav li:last-child a {
	background-image: none;
	background: url('../img/sub-nav-ul-bg.jpg') no-repeat top left;
}
#header #main-nav li .sub-nav li:first-child a {
	background-image: none;
	background: url('../img/sub-nav-first.jpg') no-repeat top left;
}
/*********************
content
*********************/
#content {
	padding-bottom:5px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#main{
	clear:both;
	background: #d8d6d6 url('../img/home-content-bg.jpg') repeat-x;
	height:255px;
	margin-bottom:25px;
}
#main p{
	line-height: 1.5em;
}
#main h1 {
	padding-top:15px;
}
#main p,#main h1,#main h2{
	width: 700px;
}

#main .retainer #main-img{
	float:right;
	margin-left:30px;
	margin-top:-225px;

}
#main .retainer #home-btn{
	background: url('../img/home-btn.jpg') no-repeat;
	height: 45px;
	width: 210px;
	display: block;
	color: #efeeee;
	line-height: 3.4em;
	text-decoration: none;
	margin-top:15px;
	font-size: .95em;
	padding-left:12px;
	letter-spacing: 1px;
}
#content #home-box-holder {
	margin: 0 auto;
	width:960px;
	clear:both;
}
#content #home-box-holder .box,
#content #home-box-holder .box-last{
	width: 306px;
	margin: 0 21px 25px 0;
	float:left;
}
#content #home-box-holder .box-double{
	width:633px;
	float:left;
	margin-right:0;
}
#content #home-box-holder .inner-box {
	background: #efefef url('../img/home-box-bg.png') repeat-x;
	/*background: #efeeee;*/
	padding:11px 11px 0 11px;
	font-size:.8em;
	line-height: 1.5em;
	margin-top:15px;
	height:215px;
	border: 1px solid black;
	position: relative;
}
#content #home-box-holder .inner-box img {
	border: 3px #cdcdcd solid;
}
#content #home-box-holder .inner-box .box-link {
	position: absolute;
	bottom: 8px;
	left:12px;
	width: 266px;
	border-top: 1px dotted #2f2f2f;
	padding-top: 7px;
	background: url('../img/box-link.gif') no-repeat 0 10px;
	padding-left: 13px;
	text-decoration: none;
}
#content #home-box-holder .inner-box ul,
#content #home-box-holder .inner-box p,
#content #home-box-holder .inner-box dl{
	height:70px;
	width:280px;
}
#content #home-box-holder .box-last{
	margin-right:0;
}
#content #home-box-holder .inner-box dt{
	float:left;
	width:55px;
}
#content #home-box-holder .inner-box dd{
	margin-left:55px;
	display: block;
	
}
/*********************
	BREWS
*********************/
#int-content {
	position: relative;
	min-height: 400px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
/*	border:3px solid #222;*/
	z-index: 0;
}
#int-content div.left {
	border-right: #231f20 1px solid;
}

#int-content #brew-list {
	float: left;
	height: 100%;
	line-height: 2em;
	padding: 0 30px 0 0;
}

#int-content #brew-table {
	border-left: #231f20 1px solid;
	margin-left: -1px;	
	float: left;
	width: 600px;
	padding: 0 10px 0px 30px;
}
#int-content #brew-table p { 
	clear: both;
	margin: 0 30px 0 0;

}
#int-content .brew-list {
	margin-bottom: 20px;
}
#int-content .brew-listing {
	padding: 30px 15px 30px 15px;
	float: left;
}

#int-content .brew-listing li a{
	text-decoration: none;
}
#int-content .brew-listing li{
	width: 120px;
	float: left;
	text-align: center;
	padding: 5px;
	line-height: 1.3em;
	height: 200px;
	margin-bottom: 25px;
}
#int-content .brew-listing li img {
	margin: 0 0 5px 0;
	max-width: 100px;
}

#int-content #brew-list {
	border-right: #231f20 1px solid;

}

#int-content #brew-view{
	float: left;
	width: 645px;
	height: 100%;
	padding: 0 10px 0px 20px;
	border-left: #231f20 1px solid;
	margin-left: -1px;
}

#int-content #brew-view img{
	float:left;
	max-width: 160px;
	margin: 7px 0 30px; 0;
}
#int-content #brew-view #brew-info{
	margin: 0 0 40px 190px;
}

#int-content #brew-view #brew-info p {
	line-height: 1.3em;
}

#int-content #brew-view #brew-info .numbers {
	margin: 10px 0 0 0;
}
#int-content #brew-view #brew-info .numbers li {
	float: left;
	margin: 0 20px 0 0;
}

#int-content fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
	padding: 0 10px;
}
#int-content fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
	border: 1px solid #231f20;
}

#int-content fieldset input,
#int-content fieldset textarea,
#int-content fieldset select{
	display: block;
	border: 1px solid #231f20;
	padding: 5px;
	font-family: Verdana;
	font-size:0.85em;
	
}
#int-content fieldset label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	margin: 10px 0 5px; 0;
}

#int-content #avail-brews .brew-check {
	margin: 0 0 15px 0;
}

#int-content #avail-brews input {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;

}
#int-content #avail-brews label {
	padding: 0;
	margin: 0;
}
#int-content fieldset img {
	margin: 5px 0 0 0;
}

#int-content #admin-index td {
	padding: 5px 10px;
}
#int-content #admin-index th {
	padding: 0 0 10px 0;
}
#int-content #admin-index .altrow {
	background: #cdcdcd;
}

#int-content .actions {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #e32;

}
#int-content .actions li {
	display: inline;
	margin: 0 5px;
}
#int-content .actions li{
	line-height: 1.4em;
}
#int-content table .actions {
	position: relative;
}
#int-content table.locations th{
	padding: 5px 5px 5px 5px;
}

#int-content table.locations .checked-beers{
	padding: 0 20px;
	text-align: center !important;
}
#int-content table.locations td {
	padding: 5px 10px 5px 5px;
}
#int-content table.locations .altcol{
	background-color: #b1b1b1;
}
#int-content table.locations .altrow{
	background-color: #b1b1b1;
	background-color: #cdcdcd;
}

#int-content table.locations .altrow .altcol{
	background:#999;
}

.submit input {
	background:#999;
	width: 80px;
	height: 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	border: none;
}

ol.locations .brews {
	margin-bottom: 10px;
}
ol.locations .brews li {
	line-height: 1.4em;
}

/*********************
	LOCATIONS
*********************/
#int-content {
	background: #efeeee;
	width: 900px;
	margin: 0 auto 30px;
	padding: 30px;
	color: #231F20;
}

ul#locations li{
	line-height: 1.4em;
}

.location-col {
	width: 50%;
	float: left;
}

.two {
	clear: right;
}

#tasteroom tr > td {
	padding: 15px 50px;
}
/*********************
	MANAGED PAGES
*********************/
.managedPages td{
	padding: 5px;
}

/*********************
	EMPLOYEEES
*********************/
#int-content #employee-view{
	float: left;
	width: 600px;
	height: 100%;
	padding: 0 10px 0px 30px;
	margin: 0 0 30px;

}
#int-content #employee-view .employee-info {
	display: block;
	margin: 0 0 30px 0;
	width: 600px;
}
#int-content #employee-view .employee-info p{
	width: 600px;
}
#int-content #employee-view .employee-info img {
	float:left;
	max-width: 160px;
	margin: 7px 30px 0 0;
}
/*********************
	CONTACT
*********************/
.contact .left-col #check {
	float: left;
	margin-right: 10px;
}
.contact .left-col .subscribe{
	margin: 15px 0;
	line-height: 1.5em;
}
.contact .right-col ul {
	margin-bottom: 8px;
}
.contact .right-col li {
	line-height: 1.2em;
}
.contact .right-col p {
	width: 350px;
}

/*********************
	FOOTER
*********************/
#footer {
	width:100%;
	height:70px;
	background:#efeeee;
	border-top: #2f2f2f 2px solid;
	font-size:10px;
}
#footer ul{
	padding-top:15px;
}
#footer ul li{
	margin-bottom: 5px;
}
#footer .left {
	float: left;
	width: 500px;
}
#footer .right {
	float: right;
	text-align: right;
	padding-right: 0;
}
#footer .left {
	padding-left: 0;

}
/*********************
clearing
*********************/
.clear{clear:both;padding:0;margin:0;height: 0px !important;}
/*********************
find us
*********************/
ul.sidebar.locations h3 {
	color:#000;
	margin-top:10px;
}
div.left a {
	text-decoration:none;
}
div.left {
	width:200px;
}
div.left address {
	font-weight:100;
	font-style:italic;
	padding:5px 0;
	font-size:10px;
}

div.left > ul > li {
	padding:10px 5px;
	overflow:hidden;
}
div.left > ul > li li {
	display:inline;
	font-size:8px;

}
div.left p {
	margin:0;
}
div.left > ul > li li:after {
	content:", ";
}
div.left > ul > li li:last-child:after {
	content:"";
	content:none;
} 
div.left > ul > li.active {
	background:#FFFFFF;
}
#map_steps {
	overflow-y:scroll;
	overflow-x:hidden;
	padding:0px;
}
.listedimg {
	width:400px;
}