/* ...................................................................................... */
/* VERTIGO STYLESHEET ................................................................... */
/* ...................................................................................... */
/* This style sheet was written by Daniel R. Sanderman <http://danielrsanderman.com>. 
   It was written for Vertigo Brewing. */
/* ...................................................................................... */

/* ............................................................................. */
/* SPLASH PAGE                                                                   */
/* ............................................................................. */

#authorizationcontainer {
  /* The "meta" wrapper for the splash page */
	margin: 50px auto;
	position: relative;
	width: 800px;	
}

#logowrapper {
	/* Used to position the logo on the splash page */
	margin: auto;
	width:  400px;
}

#authorization {
	/* Wrapper for the "yes" and "no" links on the splash page */
	text-align: center;
	width: 300px;
	margin: 40px auto;
}

#splashcontainer {
  /*  Wrapper used on the splash page for the main text.*/
  margin: 40px 0px;
  text-align: center;
}

#authorization .kwicks li{
  /* Used for the list items on the "index.html" page in the jQuery slider. */
	display: block;
	cursor: pointer;
  float: left;
	height: 150px;
	overflow: hidden;	
	width: 150px;
}

#splashfooter, #exitfooter {
  /* This is the footer wrapper seen on every page */
	display: block;
	float: left;
	margin: 80px 0px 0px 60px;
	font-size: 0.8em;
	width: 680px;
}

#exitfooter {
	margin: 270px 0px 0px 60px;
}

/* ............................................................................. */
/* ABOUT PAGE                                                                    */
/* ............................................................................. */

#jellomold {
  /* The "meta" wrapper that controls the main form and fit of the entire website */
	/*Add background image to header*/
	background: url(../media/images/backgrounds/BG_header.png) no-repeat left top;
	margin: auto;
	position: relative;
	width: 800px;	
}


#pageHeader {
  /* The page header wrapper that contains the site logo on the top of each page */
	display: block;
	height: 160px;
}

#sitelogo {
  /* The wrapper that controls and contains the site logo in the page header of each page */
	position: absolute;
	right: 90px;
	top: 75px; 
}

#contentContainer {
  /* Main wrapper for the content area of the page */
  /*White background for main content area*/
  background: url(../media/images/backgrounds/BG_page.png) repeat-y left top;	
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	width: 780px;
}

#content {
  /* A nearly identical container with the one that follows, meant to house the background image. */
  /*Background image that extends down from the mid-point line in the header*/
  background: url(../media/images/backgrounds/BG_startContent.png) no-repeat left top;
	float: left;
	padding: 50px 10px 0px 20px;
	width: 760px;
}





table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../media/images/backgrounds/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../media/images/backgrounds/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}


.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../media/images/backgrounds/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}


.slideshow { 
  height: 450px; 
  width: 298px; 
}

.slideshow img { 
  /*padding: 15px; 
  border: 1px solid #ccc; background-color: #eee; */
}




/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 700px;
	height:500px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:700px;
	position:absolute;
	margin: 0px 0px 0px 60px;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}






















#navcontainer {
  /* Navigation bar wrapper*/
  position: absolute;	
  width: 780px; 	
	margin: 0px 0px 0px 10px;
	top: -2px; left: 0px;
}



#contentholder {
  /* Used for defining the limits of the actual content on each page. */
  float: left;
	width: 740px;
	padding: 60px 0px 20px 0px;
}

#footer {
  /* This is the footer wrapper seen on every page */
	display: block;
	float: left;
	width: 800px;
	/* Image that comes just before the footer information, seamlessly transitioning the main content into the background */
	background: url(../media/images/backgrounds/BG_footer_end.png) no-repeat;
}

#footer p {display: block; padding-top: 5px; margin: 0px 40px 50px 20px;}

#sidebarContainer {
	position: absolute;
	top: 290px;
	left: 440px;
	margin-top: 40px;
	padding-bottom: 30px;
	width: 310px;
	background: url(../media/images/backgrounds/sidebar_cap.png) no-repeat left bottom;
}


/* ............................................................................. */
/* SECONDARY ID WRAPPERS                                                         */
/* ............................................................................. */

#navcontainer ul {
  /*All of the links in the header are contained within an unordered list. This group styles that list*/
  list-style: none; margin: 0px 0px 0px 60px
} 

#navcontainer li {
  /*Further styling of each navigation link within the navigation bar*/
	height: 34px;
	float: left;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px -16px;
	/*Left half (green) of navigation image (extending to the left of the text)*/
	background: url(../media/images/buttons/NAV_left.png) no-repeat left top;
}

#navcontainer li:hover {background-position: 0 -42px} /* Shove the "left" navigation image off the top of the page, revealing what's beneath */
#navcontainer li:hover a {background-position: right -42px} /* Shove the "right" navigation image off the top of the page, revealing what's beneath */

#sidebarContainer .sideHeader {
	background: url(../media/images/backgrounds/sidebar-header.png) no-repeat left top;
	height: 100px;
	width: 310px;
	float: left;
}

#sidebarContainer #sidebar {
	width: 270px;
	float: left;
	padding: 0px 20px 0px 20px;	
	background: url(../media/images/backgrounds/sidebar_y.png) repeat-y left;
}

#sidebarTitle {width: 235px; margin: 45px 0px 10px 45px;}

#aboutleftcolumn, #aboutmiddlecolumn, #aboutrightcolumn {
  /* The wrapper to contain the content in the left-column on the "about" page */
  float: left;
  width: 250px;
}

#aboutmiddlecolumn, #aboutrightcolumn {margin-left: 20px;} /*Add left margin to middle & right column */

#aboutrightcolumn {width: 200px;}

#facebook, #blogger, #statcounter {
	/*Used for the facebook & twitter counter images on the "about" page */
	width: 128px;
	margin: 0px auto 20px auto;
}

#twittercounter {
	width: 155px;
	margin: 0px auto 20px auto;	
}

#taplister {
	width: 160px;
	margin: 0px auto 20px auto;
}

#beeradvocate {
	width: 175px;
	margin: 0px auto 20px auto;
}

#ratebeer {
	width: 169px;
	margin: 0px auto 20px auto;
}

#twittercounter {width: 152px;} /*Modify width to accommodate image */
#statcounter {width: 110px;} /*Modify width to accommodate image */
#taplister {width: 160px;} /*Modify width to accommodate image */

#imagemikes {
	/* Used for styling the image on the about page */
	float: left;
	width: 450px;
	margin: -260px 0px -80px 35px;
}

#image_kegs {float: left; width: 340px; margin: 32px 0px 30px 5px;}

#image_goldenbrew {float: left; width: 225px; padding: 0px; margin: 30px 0px 20px 75px;}



#archive_navwrapper {
	width: 450px;
	height: 275px;
	margin: auto;
}

/* ............................................................................. */
/* ACCORDION (ALE & COMMON) STYLES                                               */
/* ............................................................................. */

#accordion_wrapper {
	/* The meta wrapper for the accordion/sliding object */
	width: 760px; 
	float: left; 
	overflow: hidden; 
	border: 0px; 
	margin: 0px;
	padding: 0px;
}

/*#acToggler_vertigoale_0, #acToggler_vertigoale_1, #acToggler_vertigoale_2, #acToggler_vertigoale_3, #acToggler_vertigoale_4, #acToggler_vertigoale_5, #acToggler_vertigoale_6, #acToggler_vertigoale_7, #acToggler_vertigoale_8 */ .acToggle {
	width: 300px; height: 15px; 
	padding: 8px 5px 8px 5px;
	margin: 0px 0px 0px 30px;
	border-style: solid; border-color: #d9d9d9; 
	background-color: #f2f2f2;   
	cursor: pointer;
}

#acContentWrapper {
  width: 310px; 
  float: right; 
  border: 0px; 
  margin: -423px 10px 30px 0px; 
  padding: 0px; 
  overflow: hidden;
}

#acContentWrapper_tap {
  width: 490px; 
  float: right; 
  border: 0px; 
  margin: 0px 0px 0px 0px; 
  padding: 0px; 
  overflow: hidden;
}

#acContentWrapper .ac_alename {
	/* Used for styling the names of the ales in the accordion pull-out. */
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

#acContentWrapper .ac_aleinfo {
	/* Used for styling the IBU & alcohol information in the "pop up" section of the accordion */
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

/* Used for styling the ale labels that appear in the "pop up" section of the accordion */
#acContentWrapper .ac_alelabel {margin: 15px 25px 25px 25px} 
#acContentWrapper .ac_alelabelalt {margin: 0px 25px 0px 5px;}
#acContentWrapper .ac_alelabelalt2 {margin: 0px 35px 15px 30px;}

#acContentWrapper .ac_ontap {
	/* Used for styling the "Currently On Tap" heading in the accordion pull-out. */
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;	
}

#acContentWrapper .ac_publisting {
  /* On the handcrafted ales page, this style controls the formatting for the breweries that are currently featuring each brew. */
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.acAlignment {position:relative; border:0px; padding:0px; margin: 0px auto 0px 0px; width:724px;}

.acStretch, .acStretch_tap {
	width:250px; 
	margin: 0px 10px 0px 0px;
	padding: 10px 15px 10px 15px;
	border-style:solid; border-color:#999999; 
	background-color:#cccccc;
}

#mapnav {
  float: left;
  width: 200px;
  border-top: 1px solid black;
}

#mapnav h2 {font-size: 1.2em}

#mapnav a {
  display: block;
  padding: 5px;
  color: #000;
  background-color: #B1D66B;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#mapnav a:hover {
  background-color: #3DB1C9;
  color: #FFF;
}

#mapnav a.active {
  background-color: #3DB1C9;
  color: #FFF;
  
}


#map_canvas, #googlemap {
  float: left;
  width: 502px;
  border: 1px solid black;
  padding: 2px;
  margin: 0px 0px 0px 20px;
}


/* ............................................................................. */
/* CLASS WRAPPERS                                                                */
/* ............................................................................. */

.newswrapper, .merchandisewrapper {
	/*Used for styling the wrapping container for each news item */
	float: left;
	width: 740px;
	margin: 0px 0px 20px 10px;
}

.newsitem, .newsitemfinal, .newsimage, .merchimage, .newsquote, .merchitem, .merchitemfinal {float: left; width: 500px;} /* Used for wrappers in "news" section */
.newsitem, .merchitem {border-bottom: 1px dotted black; padding-bottom: 30px;}
.newsitemfinal, .merchitemfinal {border-bottom: 0px; padding-bottom: 30px}
.newsimage, .merchimage, .newsquote {width: 200px; margin-left: 20px}
.newsdate {font-weight: bold; margin: 0px 0px 5px -10px;} /*Used for each date heading*/

.merchlocation {float: left; width: 300px}
.merchprice {float: left; width: 250px}

.footerdesign {margin-top: 5px; float: right}
.footerTXT {margin-top: 5px; display: block; float: left}

.fielddata {
	/* Used for styling each field on the contact form, except for the text message area */
	font-weight: bold;
	width: 100px;
	background-color: green;
	margin-right: 20px;
	margin-bottom: 20px;
}

.captcha {
	/* Used for styling the captcha image on the contact form */
	margin-top: 10px;
	margin-bottom: 10px;
}

.leftcolumncontent {
	/* This style is used for the container that floats text to the left, while leaving room on the right for an image */
	clear: left;
	float: left;
	width: 480px;
}

.rightcolumncontent {
  /* This style is used for the container that floats text to the right, while leaving room on the left for an image */
	float: right;
	width: 500px;	
}

.rightimagecontent {
	float: right;
	width: 200px;
	background-color: green;
	margin-top: 30px;
}

.newsitem2 {
	/* Used as a wrapper for news items that fall under the same date */
  margin-bottom: 20px;
	margin-left: 10px;
}

.newsitem h3 {margin-top: 10px;}
.newsitem2 h3 {margin-top: 10px;}

.imagerightcolumn {
	/* Used for styling the images in the right-hand column of the page */
  float: right;		
}

.leftcolumn {
	float: left;
	width: 327px;
	padding-right: 0px;
	/*border-right: 1px dotted black;*/
}

.rightcolumn {
	float: right;
	width: 330px;
}

.taplister_page {
  margin: 10px 0px 0px 5px;
}

hr {
	/* Style the default horizontal line */
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ............................................................................. */
/* JQUERY STYLES                                                                 */
/* ............................................................................. */

.kwicks {
  /* Common styles for the unordered lists used for the "kwicks" jQuery animation. */
	list-style: none;
	margin: 1px 0px;
	padding: 0px;
	position: relative;
}



#archive_navwrapper li {
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding: 0px;

	float: left;
	width: 150px;
	height: 125px;	
}




/* ............................................................................. */
/* FONT STYLES                                                                   */
/* ............................................................................. */

html, body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.92em;
	line-height: 1.4em;
}

em {font-style: italic;}
strong {font-weight: bold;}

#navcontainer {font-size: 0.95em;}

#contentholder h1 {font-size: 1.6em; margin-bottom: 10px}
#contentholder h3 {font-size: 1.1em;}
#contentholder p, #contentholder div {font-size: 10pt}

#sidebarTitle h2 {font-size: 2.0em}
#sidebarContainer #sidebar {font-size: 0.9em}

#footer p {font-size: 0.8em}
.footersitetitle {font-weight: bold}

.newsquote {font-style: italic; font-size: 1.2em}
.newsquote .quoteauthor {font-style: normal; text-align: right}

#acTitlesWrapper {text-align: center}

.ac_pubname {font-size: 0.9em; font-weight: bold} /* Style used for the names of the locations that have Vertigo beer on Tap in the accordion */

.ac_publocation {font-weight: normal; font-size: 0.9em} /* Style used for the short location of each pub in the accordion wrapper */

.stretch_pubname {font-size: 1.1em; font-weight: bold}
	
.stretch_puburl {font-weight: bold}


/* ............................................................................. */
/* LINK WRAPPERS                                                                 */
/* ............................................................................. */

/* Remove the underline from all link styles */
a:link, a:visited, a:hover, a:active {text-decoration: none;}

#navcontainer a {
	display: block;
	float: left;
	height: 33px;
	padding: 5px 20px 0px 0px;
	margin: 0;
	/*The remainder of the navigation image (extending from the left-margin of the text to the right)*/
	background: url(../media/images/buttons/NAV_right.png) no-repeat right top;
	white-space: nowrap;
	font-weight: normal;
}

#navcontainer li.aktiveNav:hover, #navcontainer li.aktiveNav {
	height: 42px;
	background-position: left bottom;
}

#navcontainer .aktiveNav:hover a, #navcontainer .aktiveNav a {
	height: 32px;
	padding-top: 10px;
	background-position: right bottom;
}


/* ............................................................................. */
/* COLOR STYLES                                                                  */
/* ............................................................................. */

body {background-color: #DBE0E2;} /* Set the background color around the content container */
  
a:link, a:visited {color: #0BAFBF;}
a:hover, a:active {color: #95C33B;}

#navcontainer li a:link, li a:visited {color: #000000;}
#navcontainer li a:hover {color: #FFFFFF;}
#navcontainer li.aktiveNav a:link, #navcontainer li.aktiveNav a:visited {color: #FFFFFF;}

.newswrapper a:link, a:visited {font-weight: bold;}



