/*
Theme Name: AHA Conference 2012
Theme URI: http://ahaconference.org
Description: American Homebrewers Association National Homebrewers Conference 2012
Author: Nathan Zander | Design by Luke Trautwein
Author URI: 
version: 1.0
*/

/*
 * HTML5 Boilerplate RESET
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

.page-id-51 .entry ul{list-style: none;}
.page-id-51 .entry ul li{display: inline-block;
margin:  0px;
line-height: auto;
text-align: center;
width: 30%;
vertical-align: middle;}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */








/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
/*@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}*/

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.skip-link a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
.skip-link a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

/*Begin Custom Styles*/
/* basics */

@font-face {
    font-family: 'ArvoRegular';
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Regular-webfont.eot');
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('css/Arvo-Regular-webfont.woff') format('woff'),
         url('css/Arvo-Regular-webfont.ttf') format('truetype'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Italic-webfont.eot');
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Italic-webfont.woff') format('woff'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Italic-webfont.ttf') format('truetype'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBold';
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Bold-webfont.eot');
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('css/Arvo-Bold-webfont.woff') format('woff'),
         url('css/Arvo-Bold-webfont.ttf') format('truetype'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBoldItalic';
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-BoldItalic-webfont.eot');
    src: url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-BoldItalic-webfont.woff') format('woff'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('http://www.ahaconference.org/wp-content/themes/HBC2012/css/Arvo-BoldItalic-webfont.svg#ArvoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{margin:0; padding:0;}

html{
  background: #022504 url(images/design/bg_repeat.jpg) repeat;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	overflow: auto;
	overflow-x: hidden;
	
}


body {
	 background: #022504 url(images/design/bg_large.jpg) no-repeat 50% -28px scroll;
	 background-size: auto;
	 height: 100%;
		max-height: 100%;
		max-width: 1600px;
		margin: 0 auto;
	}
	
@media (max-width: 768px){
  #cloud-container,  biggy_hype_container,  #trees,  #left-trees,  #birdyfly_hype_container{display:none;}
	html{overflow: visible; background: #022504 none;}
	body{width: 1025px; background: #022504 url(images/design/bg_large.jpg) no-repeat 50% 0px stretch; background-size:cover;}	
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}
/* Links */

a, a:visited{
	color:#EA9821;
	text-decoration:underline;
}

a:hover{text-decoration: underline; color:#352910;}

a.more-link{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-family: 'ArvoBold', Arial, Helvetics, sans-serif;
}

a.more-link:hover{
	color:#000;
	text-decoration: underline;
}

p a[rel="tag"]{color: #000; text-decoration: none; margin-top: -10px;}

h1, h1 a{font-family: ArvoBold, Arial, Helvetics, sans-serif; font-size: 26px; color:#000000 !important; text-decoration: none;}

h2{font-family: Arial, Helvetics, sans-serif; font-size: 18px;color:#000; margin: 3px 0px;}
hgroup h2{font-family: ArvoRegular, Arial, Helvetics, sans-serif; }
article h2 a, h2 a{ color: #000000 !important; text-decoration: none;}

h2.banner, div.entry h2{font-family:ArvoRegular; background-image: url(images/design/accordian500.png); width: 510px; height: 46px; line-height: 46px; text-align: center; font-size: 19px; cursor:pointer; display: block; margin-bottom: 17px; background-repeat: no-repeat; background-position: -6px 0px;}
h3{font-family: 'ArvoNormal', Arial, Helvetics, sans-serif; font-size: 16px;color:#000; margin: 22px 0px 2px 0px;}
p{font-size: 13px; line-height: 18px; font-family: Verdana, Geneva, sans-serif; color: #000; margin: 10px 0px;}
ul li, ol li{font-size: 13px; line-height: 18px; font-family: Verdana, Geneva, sans-serif; color: #000;}

input:focus, a:focus, h3:focus {
    outline: none;
}


/* container */


#container {
	width:980px;
	margin: 0 auto;
	padding:0;
	min-height: 940px;
	/*background: url(http://www.ahaconference.org/images/design/fg_trees.png) no-repeat;*/
	background: url(images/design/bg_nav.png) 0px 198px no-repeat;
	}

#container-inner {
	background-image: url(http://www.ahaconference.org/wp-content/themes/HBC2012/images/theme_images/bgred.jpg);
	background-repeat: repeat-x repeat-y;
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
}	
/* header */

header {
	width: 102%;
margin-left: -15px;
position: relative;
z-index:1003; }

header h1{
	font:bold 42px "arial", georgia, times;
	padding:0 0 0 5px;
	margin:0;	
	}
	
header h1 a{color: #000; text-decoration: none;}
header h1 a:hover{color: #666; text-decoration: none;}


header h2{
	font:normal 12px Arial, Helvetica, sans-serif;;
	color:#333;
	padding: 0 0 20px 5px;
	margin:0;	
	}
	

	
/*Content*/
#content{position: relative;}	

#main{position: relative; background: url(images/design/contentbg.jpg); width: 500px; padding: 20px 20px 350px 20px; margin:0px 200px -200px 0px; float: right; min-height: 737px; z-index:102;box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);}
#main article{margin: 0px 0px 20px 0; padding: 0px 0px 19px 0px; background: url(images/design/hr.png) 50% 100% no-repeat; }
.home #main article{min-height: 150px;}


.search #main article{clear: both; background: none; margin: 0px; padding-bottom: 10px;}
.search #main article h2{margin-bottom: -7px;}

#main article h1{margin-bottom: 10px;}
#main article h1 + cite{margin-top: -10px; display: block;}
#main article img{float: right; margin: 0px 0px 10px 15px;}

.page #main{}
.page #main figure{width: 100%;}
.page #main img{float: none; margin:0px 0px 10px 0px; max-width: 100%;}
.page #main article{background: none;}

.page-template-page-wide-php #main, .page-template-page-speaker-bios-php #main, #main.wide {width: 690px;margin-right: 10px;}
	
/*Home Page*/
#biggy_hype_container{position: fixed; z-index:1002; top: 86px; left: 67%}
#trees{position: fixed; z-index:1004; top: 325px; right: -150px;}
#left-trees{position: fixed; z-index:0; top: 450px; left: -50px;}


/*sidebars*/
aside#primary{float: left; margin-bottom: -50px; position: relative; z-index:1000;margin-left: 17px;}
aside#secondary{position: absolute; top: -1px; left: 784px; z-index:0; }
.home aside#secondary{z-index:1005;}

aside div.adslot{margin: 8px 0px;}
aside div.adslot a{display: block; height: 200px;}

aside ul, aside li{list-style: none;}
aside#secondary li{margin-left: -7px;}

/* secondary menu */
#utilities {
	width: 46%;
	float:right;
	margin:0px 10px 10px 0px;}

/* search */
#searchform{
	padding:6px 0px;
	margin:0;
	float:right;
	}

#searchform input#s{
	margin:0;
	border:1px solid #ddd;
	padding:4px 8px;
	width:140px;
	color:#828282;
	height: 12px;
	margin-top: 3px;
	}
	
#searchform input#s:focus{color:#333;}
	
.social-media {
	float: right;
	margin-right: 6px;
	padding-top: 10px;
}

.social-media a{
	margin-left: 8px;
	dislpay: block;
	float: left;
}		


/* main menu */

/* Suckerfish */
nav#access{height: 37px; display: block;width: 102%; height: 26px; position: relative; z-index:90; margin: 10px auto 22px auto; }
nav, nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	z-index:10;
}
nav li:hover ul, nav li.sfhover ul { left: auto;}/* lists nested under hovered list items */
	
nav li {float: left; } /* all list items */
nav a {display: inline-block;}
nav li ul { 
	position: absolute;
	width: inherit;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
nav li ul li{	width: inherit;}
nav li:hover ul ul, nav li.sfhover ul ul  {left: -999em;}
nav li li:hover ul, nav li li.sfhover ul {left: auto;}


/*First Level [main nav]*/
nav#access ul{margin-left: 50px;}
nav#access li{float: left; text-align: left; line-height: 26px; cursor: pointer; height: 26px; }
nav#access li a{ font-family: 'ArvoBold'; font-size: 15px; color: #FFF; padding: 0px 16px; height: 100%; line-height: 26px; text-decoration: none; display: block; cursor:pointer;}
nav#access li a:hover, nav#access li:hover a{ cursor: pointer;	background-image: url(images/design/nav_texture.jpg); background-repeat: repeat;}

/* second-level lists [main nav] */
nav#access ul ul{ margin: 0px auto; min-width: 178px; box-shadow: 0px 4px 5px rgba(0,0,0,.2); background-image: url(images/design/nav_texture.jpg); 	/*margin: -24px 0 0 245px;*/}
nav#access ul ul li{
	float: none; 
	cursor: pointer;
	min-width: 133px;
	color: #FFF;
}
nav#access ul ul li a{font-size: 15px; font-family: Helvetica, Arial; color: #FFF;}
nav#access ul ul li:hover, nav#access li ul.sub-menu li a:hover{color: #2b2109;}
nav#access ul ul li:last-child{padding-bottom: 3px;}

/*Third Level*/
nav#access ul ul ul{margin:-26px 0px 0px 0px;}
nav#access ul ul li:hover ul{left: 100%;}
nav#access ul ul ul li{width: 109%;}


/*Menu Supp*/
nav#supp{
	position: absolute;
	top: 36px;
	right: 0px;
}
	
nav#supp ul li{
	list-style-type: none;
	float: left;
	height: 18px;
	line-height: 18px;
}

nav#supp ul ul{
	min-width: 212px;
}

nav#supp ul li a{	
	color: #000;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 5px;
}

nav#supp ul li a:hover{	color: #465a20;}

nav#supp ul ul{}
nav#supp ul ul li{float: none; display: block;margin: 0px; background-image: url(images/design/bg_navsupp2.jpg); padding: 2px;}

/* footer */
footer {
	clear: both;
	width: auto;
	background: url(images/design/bg_footer.png) 50% 0 repeat-x;
	margin:0px auto;
	position: relative;
	z-index:10000;
	height: 421px;
	padding-top: 128px;
	text-align:center;
	margin: 0px auto -17px auto;
	}

footer section{width: 960px; margin: 0 auto; padding-top: 84px;}
	
footer p{margin: 0px auto; color: #FFF; text-align:center; font-size:10px; line-height: 14px; font-family:Arial, Helvetica, sans-serif;width: 50%; }

footer a{
	color:#FFF;
	text-decoration:underline;
}

footer a:hover, footer a:visited {
	color:#FFF;
	}

/* Special styling for sponsors page*/
#post-51 #sponsors{margin: 22px 0px 0px 56px;}
#post-51 #sponsors li{ list-style: none; height: 100%; line-height: 100%; margin:0px 34px 20px 0px; width: 25%;}

footer #sponsors{width: 700px; overflow:hidden; height: 214px;margin: 0 auto; }
#sponsors ul{height: inherit; width: inherit; margin: 0px 0px 0px 12px; padding: 0px; }
#sponsors li{text-align: center; list-style: none;  display: inline-block; height: 102px; line-height: 102px; margin: 0px 5px 5px 0px; vertical-align: middle; position: relative;  }
#sponsors li img, #post-51 footer#sponsors li img{ margin: 0 24px 2px 0;  vertical-align: middle;}

nav#footer {	text-align: center; margin: 10px auto 23px auto; padding-bottom: 2px; height: 19px; }
nav#footer ul li{float: none; display: inline-block;}
nav#footer ul li a{text-decoration: none; padding: 0px 10px; color: #FFF; font-weight: bold;}

/* content */
.content {
	overflow: hidden;
	margin:10px 0 20px 0;
	background-image: url(http://www.ahaconference.org/wp-content/themes/HBC2012/images/theme_images/bgtan.jpg);
	background-repeat: repeat-x repeat-y;
	}
	
article.post ul {}
article.post li {list-style-type:disc; font-size: 13px; line-height: 18px;}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}


/* Sidebars */

/*Birdy Animations*/
.birdy{position: absolute !important; right: -275px; z-index:101;}

.birdy.fly{top: -520px; right: -50px;}

.birdy.jump{bottom: 465px; right: 0px;z-index: 1010;}

aside .twitter-widget{background: url(images/headers/header-tweets.png) 0 0 no-repeat; width: 212px;  padding-top: 29px;  margin-top: 57px;overflow-y: hidden !important; overflow-x: auto !important;}
.home aside .twitter-widget{margin-top: 250px;}
aside .twitter-widget .twtr-widget{padding-left: 20px;}
aside .twitter-widget .twtr-widget .twtr-doc{background-color: none; width: 180px !important; border-radius:0px; border: 0px; }
aside .twitter-widget .twtr-hd{display: none;}
aside #twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p{font-size: 12px;}
aside #twtr-widget-1 .twtr-tweet-text{margin-left: 0px;}
aside #twtr-widget-1 .twtr-avatar{float: left;}

aside .twitter-widget #twtr-widget-1 .twtr-doc, aside .twitter-widget #twtr-widget-1 .twtr-hd a, aside .twitter-widget #twtr-widget-1 h3, aside .twitter-widget #twtr-widget-1 h4{background-color: transparent !important;}

aside#secondary figure{padding:0px 13px 0 12px;}

/* misc */

.page #main img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.page #main img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

.page #main img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}
	
	#main article img.aligncenter {
	padding: 4px;
	margin: 0 auto;
	display: block;
	float: none;
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.alignleft{
	margin: 0px 16px 10px 0px;
}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* contact form 7 */

.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}

.hide, .hideme {	display: none;}
.show {	display: block;}	
	
.section-nav {
	background:#ff9900;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 10px 0;
	}
/*.section-nav li{list-style-type:none;
border-bottom:1px solid #FFFF00;
	color:#FFFF00;
	font:bold 16px "arial",Helvetica,sans-serif;
	margin:0 0 8px;
	padding:0 0 8px;}
	
.section-nav li.current_page_ancestor a{
	border-bottom:1px solid #FFFF00;
	color:#FFFF00;
	font:bold 16px "arial",Helvetica,sans-serif;
	margin:0 0 8px;
	padding:0 0 8px;
	}	

.section-nav li.current_page_ancestor ul.children li{
	line-height: 18px;
	margin-bottom: 12px;
	}

.section-nav li.current_page_ancestor ul.children li.current_page_item a{color: #000;}
.section-nav li.current_page_ancestor ul.children li a{color: #fff;	border:0; 
	font: bold 14px; }		
*/.archive-nav {
	background:#ff9900;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 10px 0;
	}	
.archive-nav ul li, .section-nav ul li{
	line-height: 18px;
	margin-bottom: 12px;
}	
	
.section-nav .current_page_item a{
	color: #000;
}
.archive-nav a, .section-nav a{	
	color: #fff;
	text-decoration: none;
	}

.archive-nav a:hover, .section-nav a:hover{
	color: #000;
}		
.section-nav ul li.current_page_item ul.children li.page_item a{
	color: #fff;}
.section-nav ul li.current_page_item ul.children li.page_item a:hover{
	color: #000;}	
.section-nav ul li ul.children li{
	font-size: 12px;
	margin-left: 10px;
	line-height: 14px;
	}
.savorlogo {
	border: 0 none;
    height: 26px;
    width: 80px;	
		bottom: 20px;
	position: absolute;
	left: 10%;
}
	
.balogo {
	border: 0;
	width: 73px;
	height: 76px;
		right: 10%;
	bottom: 6px;
	position: absolute;
}	
	
.small-text {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	}

table td{vertical-align: top;}

table.custom{position: relative; z-index:10;}
img.bg-tablehead{position: absolute;
margin-top: 91px;
left: 0px;
z-index: 0;}


table.custom thead{text-align:center; }
table.custom th{font-weight: bold; color: #FFF;}
table.custom td{padding: 5px 3px; font-size: 12px; vertical-align: middle;}
table.custom thead th{font-size: 13px; padding: 2px;}
table.custom tr:nth-child(2n){background-color:#ecf2e8; color: #000; }
table.custom td h2{font-size:14px;} 

table.custom.extra thead th, table.custom.extra td{padding: 10px; font-size: 12px;}
table.custom.extra tr:nth-child(2n){border: 2px #becab6 solid; border-width: 2px 0px;}

table.custom.extra td p{margin: -2px 0px 6px 0px;}

table.reg{margin-top: -14px; border-bottom: 2px #becab6 solid;}
.page-id-36 table.reg{margin-top: -7px; border-top:  2px #becab6 solid;}
table.reg ul{margin-left: -24px;}
table.reg thead{border-bottom: 2px #becab6 solid;}
table.reg th{color: #000;}
table.reg h3,#accordion .accordion-content table.reg h3{font-size: 35px; font-family: ArvoBold; text-align: center; margin: 0px;}

/* Lists*/
ul.three.cols{width: 120%;
margin: -6px;
padding: 0px;}
ul.three.cols li{float: left;
width: 26%;
list-style: none;
padding: 7px;
margin: 0px 5px 10px 0px;
height: 121px;
font-size: 12px;
line-height: 17px;}
ul.three.cols li:nth-child(2n){background-color: #ecf2e8;}



.ad_slot {
	margin: 0 0 10px 0;
	padding:0;
	width: 200px;}
	
#marilyn {
	position: absolute; 
	width: 343px; 
	z-index:2; 
	top:-10px; 
	left: 681px;
	}

.home-right-sidebar iframe {
	margin-bottom: 10px;
	background-color: #fff;}
.home-left-sidebar .twitter-widget {
	margin-bottom: 10px;}	
	
.pdf-icon {
	background: url('http://www.ahaconference.org/wp-content/themes/HBC2012/images/theme_images/pdf.png') center right no-repeat;
	padding:0 39px 0 0;
	white-space:wrap;
}

.audio-icon {
	background: url('http://www.ahaconference.org/wp-content/themes/HBC2012/images/theme_images/audio.png') center right no-repeat;
	padding:0 20px 0 0;
	white-space:wrap;
}

.video-icon {
	background: url('http://www.ahaconference.org/wp-content/themes/HBC2012/images/theme_images/video.png') center right no-repeat;
	padding:0 20px 0 0;
	white-space:wrap;
}

.sold-out {
	background: url('http://www.ahaconference.org/wp-content/themes/HBC2012/images/theme_images/soldout2.png') center right no-repeat;
	padding:6px 0 6px 0;
	white-space:wrap;
}

.ngg-imagebrowser img {
border:1px solid #993300;
display:block !important;
margin-bottom:10px;
margin-top:10px;
padding:5px;
width:80%;
}

.ngg-imagebrowser h3 {display:none;}

.ngg-imagebrowser-nav .back {
border:none;
float:left;
margin-right:3px;
padding:3px 7px;
}

hr.rule {
	display: block;
	background: url(images/design/hr.png) 50% top no-repeat;
	color:transparent;
	margin: 0 0 1em 0;
	border:none;
	height: 5px;
	}
	
hr.rule2 {
	border-bottom: 1px dashed #666;
	background:none;
	color:transparent;
	margin: 0 10px 1em 10px;
	}	
br.clear {
	clear: both;
	margin:0;
	padding:0;
	height: 1px;
	}
	
p.tags {
	margin-top: 0;
	padding: 0;
	clear: both;
	}

ul#menu-terms-navigation {
	margin-top: 6px;
	font-size: 16px;
	}

ul#menu-terms-navigation li {
	background-color: #ffe400;
	color: #000;
	font-weight:bold;
	text-align: center;
	padding: 4px;
	margin-bottom: 6px;
}

ul#menu-terms-navigation li a{
	color: #000;
	text-decoration: none;
}

ul#menu-terms-navigation li a:hover {
	color: #993300;
	}
	
.schedule-taxonomies ul#menu-primary-navigation li#menu-item-65 a{
	color:#993300;
	}	
	
	.FB_like{clear: both;}
	
/*phark*/
.phark, .phark a{display: block; overflow: hidden; text-indent: -5000px; margin: 0px; padding: 0px;}
h2#logo{float: left; width: 501px;}
h2#logo a{background-image:url(images/theme_images/logo.png); height: 57px; }
h2#date{margin: 0 auto;clear: both;width: 535px; position: relative;z-index: -2;  }
h2#date a{background-image:url(images/design/date-banner.png);height: 65px;  }
h1#branding{margin: 0 auto;width: 776px;}
h1#branding a{background-image: url(images/headers/brewing-with-bigfoot.png); height: 66px;  }
h3#sold-out{background-image:url(images/design/soldout.png); width: 109px; height: 108px; position: absolute; top: 66px; right: 14px;}

a#register-now{ width: 206px; height: 95px; display: block; margin-bottom: 10px; background-image:url(images/ads/register-now.png);}
a#register-now:hover{background-image:url(http://www.ahaconference.org/wp-content/themes/HBC2012/images/ads/register-now_hover.png);}

/*Accordion*/
#accordion h3.head{font-family:ArvoRegular; background-image: url(images/design/accordian500.png); width: 510px; height: 42px; line-height: 46px; text-align: center; font-size: 19px; cursor:pointer; display: block; margin-bottom: 17px; background-repeat: no-repeat; background-position: -6px 0px;}

#accordion .accordion-content h3{font-family:ArvoRegular; background: none; text-align: left; font-size: 14px; margin-bottom: -12px;}

#accordion article{margin: 0px; padding: 10px 10px 1px 10px;}
#accordion article:nth-child(2n){background-color: #ecf2e8; border: 2px #becab6 solid; border-width: 2px 0px;}
#accordion article h1{font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin: 0px;}
#accordion article h2{font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
#accordion article p{font-size: 11px;}
#accordion div h4{text-align: center; font-size: 17px;}


/*NGG Gallery*/
#main .ngg-galleryoverview{width: 110%;}
#main .ngg-gallery-thumbnail-box {margin: 0px 12px 7px 0px;}

/*Animation*/
#cloud-container{position: absolute; top: 0px; left: 0px; height: 150px; width: 100%; z-index:0; overflow: hidden;}
#cloud1{position: absolute; top: 10px; }
#cloud2{position: absolute; top: 27px; }

#cloud-container figure img{
	-webkit-animation-timing-function: linear;	
	-webkit-animation-iteration-count: 1;		
	-webkit-animation-direction: normal;	
	-webkit-animation-delay: 0;	
	-webkit-animation-play-state: running;	
	-webkit-animation-fill-mode: forwards; 
	
	-moz-animation-timing-function: linear;	
	-moz-animation-iteration-count: 1;		
	-moz-animation-direction: normal;	
	-moz-animation-delay: 0;	
	-moz-animation-play-state: running;	
	-moz-animation-fill-mode: forwards; 
	}

#cloud1 {
	-webkit-animation-name: cloud1;
	-webkit-animation-duration: 180s;
	
	-moz-animation-name: cloud1;
	-moz-animation-duration: 180s;
}

@-webkit-keyframes cloud1{

	0% {
		opacity: .25;
		left: -10%;
	}
	
	25% {
		opacity: .5;
		left: 10%;
	}
	
	50% {
		opacity: 1;
		left: 40%;
	}
	
	75% {
		opacity: .75;
		left: 60%;
	}
	
	100% {
		opacity: .25;
		left: 100%;
	}

}

@-moz-keyframes cloud1{

	0% {
		opacity: .25;
		left: -10%;
	}
	
	25% {
		opacity: .5;
		left: 10%;
	}
	
	50% {
		opacity: 1;
		left: 40%;
	}
	
	75% {
		opacity: .75;
		left: 60%;
	}
	
	100% {
		opacity: .25;
		left: 100%;
	}

}

#cloud2 {
	-webkit-animation-name: cloud2;
	-webkit-animation-duration: 180s;
	
	-moz-animation-name: cloud2;
	-moz-animation-duration: 180s;
	
}

@-webkit-keyframes cloud2{

	0% {
		opacity: .25;
		left: 100%;
	}
	
	25% {
		opacity: 1;
		left: 90%;
	}
	
	50% {
		opacity: .5;
		left: 55%;
	}
	
	75% {
		opacity: .75;
		left: 40%;
	}
	
	100% {
		opacity: 0;
		left: -10%;
	}

}

@-moz-keyframes cloud2{

	0% {
		opacity: .25;
		left: 100%;
	}
	
	25% {
		opacity: 1;
		left: 90%;
	}
	
	50% {
		opacity: .5;
		left: 55%;
	}
	
	75% {
		opacity: .75;
		left: 40%;
	}
	
	100% {
		opacity: 0;
		left: -10%;
	}

}


/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */


/*NGG Gallery*/
body div#shShutter{z-index:1015;}
body div#shDisplay{z-index: 1020;}

/*Map Page (Local Breweries) */
#map_canvas{width: 100%; height: 400px;}
.bubble_content{min-height: 100px; overflow: hidden;}

#content #map_canvas img{max-width: 10000px;}
ul.legend{margin: 0px 0px 0px -42px; width: 110%;}
ul.legend li{display: inline-block; margin-right: 12px; list-style: none; line-height: 29px; padding-right: 17px; position: relative; }
ul.legend li img{display: inline-block; vertical-align:middle;}
ul.legend li input{margin: -25px 0px 0px 0px;position: absolute;float: right;right: 0px;
}
img.pdp-icon{border: 0px; box-shadow: none; position:absolute; bottom:0px; right:0px;}

input#txtSearch{width: 100%; display: block;}
#results{margin: 10px 0px 0px 0px;}
#results li a{color: #7e3928;}