/* @override 
	http://gurustudev.dev/wrestlinghof/wp/wp-content/themes/whof/style.css
*/

/*   
Theme Name: wrestling hall of fame
Theme URI: http://gurustugroup.com
Description: 
Author: GuRuStu Group
Author URI: http://gurustugroup.com
Version: 1
*/

/* @group HTML 5 boilerplate */

/*
  HTML5 ✰ Boilerplate

  style.css contains a reset, font normalization and some base styles.

  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; outline: 0}

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

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

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

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

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  there are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 Arial, sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% Arial, sans-serif; }

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/*
 * minimal base styles
 */


body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */

h1{font-size: 26px}
h2{font-size: 22px}
h3{font-size: 18px}
h4{font-size: 16px}
h5{font-size: 16px}
h6{font-style: oblique}

h1,h2,h3,h4,h5,h6{padding-bottom: .7em}

/* typography */

.entry-content p{padding-bottom: .7em}


/* always force a scrollbar in non-IE: */
html { overflow-y: scroll; }


/* accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { 
color: #00407E;
text-decoration: none;

}
a:hover { 
color: #31a8e4;
}



ol { list-style: decimal inside; margin-left: 20px}

/* remove margins for navigation lists */
nav ul, nav li { margin: 0; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* set sub, sup without affecting line-height: gist.github.com/413930*/
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  padding: 15px;

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #63a5c6; color:#fff; text-shadow: none; }
::selection { background: #63a5c6; color:#fff; text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #63a5c6; }

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*
 * Non-semantic helper classes
 */

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

/* 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
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden
   Updated to ensure no other style overrides the styles defined in this rule */
.visuallyHidden {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

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

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* @end */


/* additional styles KJ */
.single .main-inner{background: #fff !important}

.post-type-archive-whof_dg_class nav#big-blue-menu a#parent_root em,
.single-whof_dg_class nav#big-blue-menu a#parent_root em,
.post-type-archive-whof_greco_class nav#big-blue-menu a#parent_root em,
.single-whof_greco_class nav#big-blue-menu a#parent_root em,
.post-type-archive-whof_pro_class nav#big-blue-menu a#parent_root em,
.single-whof_pro_class nav#big-blue-menu a#parent_root em{top: 2px}

.post-type-archive-whof_dg_class nav#big-blue-menu a#parent_root,
.single-whof_dg_class nav#big-blue-menu a#parent_root,
.post-type-archive-whof_greco_class nav#big-blue-menu a#parent_root,
.single-whof_greco_class nav#big-blue-menu a#parent_root,
.post-type-archive-whof_pro_class nav#big-blue-menu a#parent_root,
.single-whof_pro_class nav#big-blue-menu a#parent_root{line-height: 1.2em; padding: 15px 10px 10px 12px}

.socialLinks h3{font-size: 14px; text-align:center}

 /* Primary Styles */

.screen-reader-text{
	display: none;
}
body,
html{
	min-width: 940px;
}

body{
	background: #adadad url(img/nav-grad.png) repeat-y center top;
}

.wrap{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

body > header{
	background: #000 url(img/header-grad.png) repeat-y center center;
	height: 180px;
	height: 190px;
}

#header-nav > ul {
	width: 860px;
    padding-left: 140px;
}

nav#header-nav ul.menu > li a {
	font-size: 12px;
}
nav#header-nav ul.menu > li {
	margin-right: 17px !important;
}

body > header .wrap{ 
	height: 160px; 
	height: 255px;
	overflow: hidden;
	background: url(/wp-content/uploads/2016/12/nwhof_header_2017-hi.png) no-repeat left bottom;
}
body > header h1 {	
	color: white !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 71px;
	text-transform: uppercase;
	letter-spacing: -3px;
	word-spacing: -1px;	
	text-indent: -999em;
}

body > header h1 a{
	display: block;
	/*background: url(img/header-logo.png) no-repeat center center; */
	height: 110px;
	/* text-indent: -9999px; */
	overflow: hidden;
	color: white !important;
	font-family: 'Open Sans Condensed', sans-serif;
	text-indent: -999em;
}
#search{
	background-color: #B9B9B9;
	height: 50px;
	width: 340px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
}

#search ul.color_sel{
	margin: 0;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 13px;
	float: left;
}

#search ul.color_sel li{
	width: 16px;
	height: 16px;
	background: url(img/color_sel.gif) no-repeat left top;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	list-style: none;
	margin-right: 5px;
	cursor: pointer;
}

#search ul.color_sel li:hover{
	opacity: 0.6;
}

#search ul.color_sel li:active{
	opacity: 1;
	position: relative;
	top: 1px;
}

#search ul.color_sel li.orange{
	background-position: left top;
}

#search ul.color_sel li.blue{
	background-position: -16px top;
}

#search ul.color_sel li.green{
	background-position: -32px top;
}

#search ul.color_sel li.yellow{
	background-position: -48px top;
}

#searchform {
	padding-top: 17px;
	float: right;
	padding-right: 5px;
}

#searchform #s{
	border: none;
	width: 146px;
	height: 17px;
	background: transparent url(img/search.png) no-repeat left top;
	padding: 6px 0 4px 10px;
}

#searchform #searchsubmit{
	/*background: transparent url(img/search.png) no-repeat right top;*/
	/*border: none;*/
	/*overflow: hidden;*/
	/*text-indent: -9999px;*/
	width: 70px;
	height: 25px;
	font-weight:normal;
	vertical-align:middle;
	font-size:12px;
	text-transform:uppercase;
}



nav#header-nav{
	/*border-bottom: 8px solid #00407E;*/
	height: 66px;
	text-transform: uppercase;
	font-size: 14px;
}

nav#header-nav ul.menu{
	overflow: hidden;
	padding-bottom: 9px;
	padding-top: 10px;
	background: url(img/nav-shad.png) repeat-x left bottom;
	text-align:center;
}

nav#header-nav ul.menu ul.sub-menu{
	display: none;
}

nav#header-nav ul.menu > li{
	display:inline-block;
	margin-right: 25px;
	zoom:1;
	*display:inline;
	_height:17px;
}
nav#header-nav ul.menu > li:last-child{
	margin-right: 0;
}

nav#header-nav ul.menu > li a{
	color: #333333;
	text-decoration: none;
	border-bottom: 7px solid transparent;
	display: block;
	padding-bottom: 3px;
	padding-top: 8px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #999999;
}

/*
nav#header-nav ul.menu > li a:hover,
nav#header-nav ul.menu > li.current_page_parent a,
nav#header-nav ul.menu > li.current-menu-item a{
	border-bottom-color: #00407E;
}
*/


/* @group Front Page */

/* @group Featured */

#featured{
	background: #2d2d2d url(img/featured-grad.gif) repeat-y center top;
	/*border-bottom: 8px solid #00407E;
	border-top: 8px solid #00407E;*/
}

#featured .wrap{
	height: 460px;
	position: relative;
	z-index: 100;
}
#featured .wrap:after,
#featured .wrap:before{
	content: '';
	position: absolute;
	width: 11px;
	height: 460px;
	background: url(img/featured-bend.png) left top;
	top: 0;
}
#featured .wrap:before{
	left: -11px;
}
#featured .wrap:after{
	background-position: right top;
	right: -11px;
}

#featured_items li{
	margin: 0;
	width: 720px;
	height: 460px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #222;
}
#featured_items li img {
	width: 100%;
	height: auto;
}



body.page-template-page-campaign-landing-php #featured_items {
	margin-top: 9px !important;
}
body.page-template-page-campaign-landing-php #featured_items h3 {
	margin-top: 0 !important;
}

body.page-template-page-campaign-landing-php #featured_items li {
	position: relative !important;  
 	width: 670px !important; 
 	height: 428px !important; 
}
body.page-template-page-campaign-landing-php #featured_items .content {
	width: 670px !important;
}
body.page-template-page-campaign-landing-php #featured_items .entry {
	width: 546px !important;
}
body.page-template-page-campaign-landing-php #featured_items li img{
	width: 720px;
	height: 460px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
}






#featured_items li h3 img{
	width:auto;
	height:auto;
	position:static;
	display:inline-block;
	vertical-align:text-top;
}

#featured_items li div.content{
	position: absolute;
	z-index: 120;
	bottom: 0;
	left: 0;
	width: 720px;
	overflow: hidden;
	color: #fff;
	height:100%;
}

#featured_items li div.content h3{
	padding: 14px 20px 14px 50px;
	margin: 0px 0 0;
	font-size: 24px;
	background-color: rgba(0,0,0,0.80);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */	
	background-image:url('img/featured-badge_30x30.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	float: left;
	display:inline-block;
	line-height: 1.1em;
	width: 90%;
}

#featured_items li div.content .entry{
	clear: both;
	position:absolute;
	bottom:0;
	left:0;
	padding: 2px 114px 2px 10px;
	font-size: 14px;
	width:596px;
	display:block;
	margin:0;
	
	background-color: rgba(0,0,0,0.80);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
}
#featured_items li div.content .entry a.learn-more{
	position:absolute;
	bottom:35%;
	right:10px;	
	margin:0;
}

/*
#featured_items li div.content .entry .featured-entry-content{
	max-height:266px;
	overflow:hidden;
}
*/
#featured_items li div.content p{
	margin: 10px 0;
}

#featured_items{
	margin: 0;
	list-style: none;
}


#featured_nav{
	float: right;
	width: 220px;
	height: 460px;
	position: relative;
	border-left: 3px solid #c7c7c7;
	z-index: 1000;
	background-color: #c7c7c7;
}

#featured_nav ul.nav{
	list-style: none;
	margin: 0;
}

/* @group Item Style */

#featured_nav ul.nav li{
	height: 142px;
	margin-bottom: 1px;
	/*background-color: #002854;*/
	color: #fff;
	overflow: hidden;
	/*border: 1px solid #002854;*/
}


#featured_nav ul.nav li.current{
	/*background-color: #00407E;*/
}

#featured_nav ul li{
	cursor: pointer;
}
#featured_nav ul li.current{
	cursor: default;
}

#featured_nav ul.nav li .content{
	padding: 11px;
}
#featured_nav ul.nav li .content section.entry{
	margin-top:2px;
	font-size:12px;
	line-height:16px;
}

#featured_nav ul.nav li .content h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height:16px;
}

/* @end */

#featured_nav ul.switcher{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 212px;
	list-style: none;
	margin: 0;
	/*background-color: #00407E;*/
	padding-top: 11px;
	padding-bottom: 4px;
	padding-left: 8px;
	height:11px;
}

#featured_nav ul.switcher li{
	float: left;
	width: 11px;
	height: 11px;
	background: url(img/featured-state-indi.png) no-repeat right top;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 7px;
	display:inline-block;
}
#featured_nav ul.switcher li.switcher-more{
	width:auto;
	background:none;
	overflow: show;
	text-indent:0;
	margin-right:7px;
	margin-left:0;
	float:right;
	height:11px;
	font-size:11px;
}
#featured_nav ul.switcher li.switcher-more a{
	text-decoration:none;
	color:#ffffff;
}
#featured_nav ul.switcher li.switcher-more a:hover{
	color:#c7c7c7;
}

#featured_nav ul.switcher li.current{
	background-position: left top;
}

#featured_video{
	margin: 20px auto;
}

#featured_video nav{
	/*float: left;
	width: 340px;*/
}

/*
nav#big-blue-menu li a:hover{
	background-position: left 30px;
	background-color: #00407e;
}
*/

/* @end */

/* @end */

section#main{
	background: #333;
	min-height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #B0B0B0;
	border-right:none;
	border-left:none;
	-webkit-box-shadow: 0px 8px 3px #999;
	-moz-box-shadow: 0px 8px 3px #999;
	padding: 10px 10px 0;
}

.home section#main > div {
	vertical-align:top;
}

#homeLeft{
	display:inline-block;
	width:220px;
	margin:6px 7px;
	float:left;
}

#homeRight{
	display:inline-block;
	width:675px;
	vertical-align:top;
	margin:8px 7px 0 -3px;
	float:right;
}

section#main article{
	padding: 10px;
	/*background-color: #fff;
	margin-bottom: 10px;*/
}
.page-template-page-stillwater-landing-php section#main .main-inner article,
.page-template-page-waterloo-landing-page-php section#main .main-inner article,
.home.page section#main .main-inner article,
section#main .main-inner .threecol-article article{
	/*background-color: #fff;*/
	margin-bottom: 10px;
	padding:10px;
	width:auto;
	
	border: 1px solid #F4F4F4;
}

.home section#main article.page{
	display:inline-block;
	margin-top:0 !important;
}
.home.page section#main .main-inner article.page{
	width:671px;
}
section#main article .entry-title{
	/*background: url(img/article-header-grad.png);*/
	background-color:#f4f4f4;
	margin: 0 0 10px;
	padding: 14px 10px 13px;
	/*color: #fff;*/
	font-weight: bold;
	line-height: 16px;
	font-size: 16px;
}

section#main article .entry-title-lined{
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}

section#main article .entry-title-lined a{
	text-decoration: none;
	color: #333333;
}

.threecol-article{
	margin-right: -10px;
}

.threecol-article > article{
	/*float: left !important;*/
	width: 310px !important;
	margin-right: 3px !important;
	vertical-align:top;
}

.threecol-article > article .entry-title{
	text-align: center;
}

section#main article.connect-with-us{
	padding:10px 0 0 10px !important;
	margin-top:10px;
}
section#main article.connect-with-us .entry-title{
    margin:-10px 0 10px -10px;
}
article.connect-with-us .content{
	/*min-height: 250px;*/
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 200px;
	/*float: right;*/
	margin-left: 5px;
	margin-bottom:20px;
	/*width: 270px;*/
	display:block;
	font-size:12px;
	line-height:24px;
	vertical-align:middle;
}

article.connect-with-us .content p{
	margin:6px 0 18px;
}

article.connect-with-us .social_news{
	/*float: left;*/
	display:inline-block;
	/*vertical-align:middle;
	width:325px;*/
}

button.blue_gradient, .blue_gradient.button{
	display:inline-block;
	border:none;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	height:27px;
	line-height:27px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input::-webkit-input-placeholder{
	color:#999;
}
input:-moz-placeholder{
	color:#999;
}

.social_news .newsletter label{
	font-size:20px;
	display:block;
	margin-bottom:11px;
	font-weight: bold;
}
.social_news .newsletter input{
	font-size:13px;
	font-style:italic;
	line-height:20px;
	height:20px;
	display:inline-block;
	vertical-align:bottom;
	width:186px;
	margin-bottom:6px;
}
.social_news .newsletter button{
	/*margin-left:106px;*/
	float:right;
	display:block;
	height:32px;
}
.social_news .newsletter .checkboxes{
	display:block;
	float:left;
	width:100px;
}
.social_news .newsletter .checkboxes input{
	vertical-align: sub;
    width: auto;
	height: auto;
	margin-bottom:0;
	margin-right:6px;
}
.social_news .newsletter .checkboxes label{
	font-size:12px;
    line-height: 12px;
    width: auto;
	margin-bottom:6px;
	font-style:italic;
}
.mcError{
	display: block;
	background-color: #F44;
	padding: 3px 0 3px 6px;
	text-align: center;
	margin-top: -6px;
	margin-bottom: 6px;
}
.mcError.success{
	background-color: #44ff44;
}
.social_news .social{
	background: url(img/social-band.gif) no-repeat;
	background-position: center center;
	/*width: 290px;*/
	height: 75px;
	/*margin: 0 0 0 8px;*/
	margin:0 0 20px;
	text-align:center;
}

.social_news .social li{
	list-style: none;
	/*float: left;*/
	display:inline-block;
	*display: inline;
	margin-right: 10px;
	margin-top: 20px;
	margin-left:10px;
}

.social_news .social li a{
	display: block;
	width: 32px;
	height: 32px;

	overflow: hidden;
	text-indent: -9999px;
}

.social_news .social li.fb a{
	/*margin-left: 78px;*/
	background: url(img/icons/facebook-32x32.png) no-repeat left top;
}

.social_news .social li.tw a{
	background-image: url(img/icons/twitter-32x32.png);
}

.social_news .social li.rss a{
	background-image: url(img/icons/feed-32x32.png);
	margin-right:0px;
}

a.basic-button.left{
    float:left;
}
a.basic-button.none{
    float:none;
}
a.basic-button{
    float: right;
}

a.basic-button,
a.basic-button:hover,
a.basic-button:active,
a.basic-button:visited{
	display: block;
	padding: 3px 10px 2px;
	margin: 10px 0;
	/*border: 1px solid #002854;
	background-color: #00407E;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(0,41,84)),
	    color-stop(1, rgb(0,63,126))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(0,41,84) 0%,
	    rgb(0,63,126) 100%
	);*/
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	text-shadow: #000000 0 1px 0;
	cursor: pointer;
	line-height: 1.6em;
	/*-webkit-box-shadow: inset 0 0 10px #003f7f;*/
}

a.basic-button:hover{
	/*background-color: #002850;*/
	background-image: none;
	/*-webkit-box-shadow: inset 0 0 2px #003f7f;*/
}


/* @group Footer */

#sponsor-banner .slider{

	height:150px;
	width:100%;
	display:inline-block;
	padding:0;
	position:relative;
}

.sponsorTrick{
	display:inline-block;
	position:absolute;
	height:100%;
	/*background-color:#ff0000;*/
	width:50px;
	top:0;
	z-index:30;
}
#trickRight{
	right:-10px;
	
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, rgba(197,197,197,1.0)),
		color-stop(1, rgba(205,205,205,0.0))
	);
	background-image: -moz-linear-gradient(
		right center,
		rgba(197,197,197,1.0) 0%,
		rgba(205,205,205,0.0) 100%
	);
}
#trickLeft{
	left:0;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(197,197,197,1.0)),
		color-stop(1, rgba(205,205,205,0.0))
	);
	background-image: -moz-linear-gradient(
		left center,
		rgba(197,197,197,1.0) 0%,
		rgba(205,205,205,0.0) 100%
	);
}

footer.wrap{clear: both
	
}

footer.wrap section{
	padding: 20px;
	border-top: 1px solid #a2a2a2;
	overflow: hidden;
}

footer.wrap section:first-child{
	border-top: none;
}

footer.wrap section nav{
	width: 150px;
	float: left;
}

footer.wrap section nav ul li{
	margin: 5px 0;
}

footer.wrap section nav ul li a{
	display: block;
	color: #333333;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

footer.wrap section nav ul li a:hover{
	text-decoration: underline;
}

nav#footer-first-nav{

}

nav#footer-second-nav{

}

div#login-wrap{
	display:inline-block;
	width:260px;
	float:right;
}
#LoginWithAjax{}
#LoginWithAjax form > div {
	text-align:left;
}
#LoginWithAjax input{
	width:184px;
	height:22px;
	margin-bottom:8px;
}
#LoginWithAjax_Links input{
	width:auto;
	margin:0 5px;
	vertical-align:middle;
}
#LoginWithAjax_Links a{
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
}
#LoginWithAjax_SubmitButton{
	display:inline-block;
	float:right;
}

footer.wrap section p.credit{
	float: right;
}
p.credit a{color: #444; padding: 4px; text-decoration: none}
p.credit a:hover{color: #fff; background: #008cd1}

footer.wrap section p.copy{
	float: left;
}

/* @end */



/*
 * media queries for responsive design
 * these follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {

  /* uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}

/*
 * 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
 
 
/*
 *
 *	page-template css
 *
 */
 
 
nav#page-menu{
	margin-top:10px;
	margin-bottom:-15px;
	background-color:#ffffff;

}
nav#page-menu ul{
	display:block;
	/*width:100%;*/
	height:43px;
	/*overflow:hidden;*/
	position:relative;
}

nav#page-menu ul li{
	display:inline-block;
	float:left;
	/*width:188px;*/
	width:20%;
	height:17px;
	padding:13px 0;
	text-align:center;
	z-index:1;
	position:relative;
}
nav#page-menu ul li a{
	font-size:17px;
	text-decoration:none;
	color:#999999;
}

nav#page-menu ul li:hover{

}
nav#page-menu ul li.current-menu-item{
	position:relative;
	z-index:2;
	
	-moz-box-shadow: 1px -1px 3px 0px #333333;	
	-webkit-box-shadow: 1px -1px 3px 0px #333333;	
	box-shadow: 1px -1px 3px 0px #333333;
}



nav#big-blue-menu{
	display:block;
	width:100%;
}
nav#big-blue-menu > ul > li.current_page_parent > a,
nav#big-blue-menu > ul > li.current_page_ancestor > a,
nav#big-blue-menu > ul > li.current_page_item > a{
	background-color:#333333;
	background-image:none;
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
div.navArrow{
	display:block;
	font-size:12px;
	text-align:center;
	line-height:16px;
	width:16px;
	height:16px;
	background:#ff0000;
	float:right;
	margin-right:6px;
	
	color:#ffffff;
	border:1px solid #707070;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.navArrow:hover{
}
div.navArrow:active{
}
nav#big-blue-menu > ul > li > ul{
	display:block;
}
nav#big-blue-menu > ul > li > ul > li a{
	background-image:none;
	background-color:#cccccc;
	color:#505050;	
	font-size:14px;
	padding-top:3px;
	padding-bottom:2px;
	border-color:transparent;
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	
}
nav#big-blue-menu > ul > li > ul > li.current_page_item > a,
nav#big-blue-menu > ul > li > ul > li > a:hover{
	background-color:#555555;
	color:#ffffff;
}
nav#big-blue-menu > ul > li > ul > li > ul > li a{
	background-color:#eeeeee;
	padding-left:24px;
}
nav#big-blue-menu > ul > li > ul > li > ul > li.current_page_item a,
nav#big-blue-menu > ul > li > ul > li > ul > li a:hover{
	background-image:url(img/pointer.gif);
	background-repeat:no-repeat;
	background-position: 12px center;
}
nav#big-blue-menu > ul > li > ul > li > ul > li > ul > li a,
nav#big-blue-menu > ul > li > ul > li > ul > li > ul > li a:hover{
	padding-left:36px;
	background-position:24px center;
}
nav#big-blue-menu li{
	margin-top: 2px;
}

nav#big-blue-menu li a{
	border: 1px solid #B0B0B0;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	/*background-image: url(img/vid-nav-grad.png);*/
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px 6px 6px 12px;
}

nav#big-blue-menu a#parent_root{
	display:block;
	line-height:30px;
	*height:30px;
	margin-bottom:5px;
	background-image:none;
	position:relative;
}

nav#big-blue-menu a#parent_root em{
	position:absolute;
	top:-4px;
	left:11px;
	font-size:10px;
	font-style:normal;
}
nav#big-blue-menu a#parent_root span{
	line-height:16px;
	vertical-align:bottom;
	font-weight:bold;
	text-transform:uppercase;
	*position:absolute;
	*top:20px;
	*left:11px;
}

.main-inner{
	background-color: #ffffff;
	margin-bottom: 10px;
	border:1px solid #b0b0b0;
	background-image:url(img/page-right-bg.png);
	background-repeat:repeat-y;
	background-position:411px top;
	
	min-height:700px;
}

#page-sidebar{
	display:block;
	vertical-align:top;
	width:223px;
	margin:7px 10px 5px 7px;
	float:left;
}
#page-sidebar nav#big-blue-menu{
	margin-bottom:10px;
}
/*
#page-sidebar nav#big-blue-menu li a{
	font-size:16px;
}
*/
#page-sidebar .social_news,
#homeLeft .social_news{
	margin-top:30px;
}
#homeLeft .entry-title{background: #eee; line-height: 30px; text-align: center; margin-top: 10px;}
#page-sidebar .social_news .newsletter,
#homeLeft .social_news .newsletter{
	width:190px;
	margin:0 auto;
	padding-bottom: 20px;
}
#page-sidebar .social_news .socialLinks,
#homeLeft .social_news .socialLinks{
	margin-top:50px;
}

#page-sidebar article{
	width:90% !important;
	padding:10px !important;
	margin-top: 2px;
	border: 1px solid #F4F4F4;
}
#page-sidebar article .entry-title{ 
	text-align:center;
}
#stateChapterDirector{
	text-align:center;
}
#stateChapterDirector p{
	margin:0.75em 0;
}

/*
single-whofproclass
single-whofproawards
*/

.post-type-archive .main-inner,
.single-whofproawards .main-inner,
.single-whofproclass .main-inner,
.single-whofawards .main-inner,
.single-whofinductees .main-inner,
.single-whofclass .main-inner,
.single-whofdgawards .main-inner,
.single-whofdginductees .main-inner,
.single-whofdgclass .main-inner,
.page .main-inner{
	background-image:none;
}
.post-type-archive section#main .main-inner article.hentry,
.single-whofproawards section#main .main-inner article.hentry,
.single-whofproclass section#main .main-inner article.hentry,
.single-whofawards section#main .main-inner article.hentry,
.single-whofinductees section#main .main-inner article.hentry,
.single-whofclass section#main .main-inner article.hentry,
.single-whofdgawards section#main .main-inner article.hentry,
.single-whofdginductees section#main .main-inner article.hentry,
.single-whofdgclass section#main .main-inner article.hentry,
.page section#main .main-inner article.page{
	width:670px;
	padding:0;
	margin:9px 7px 9px 0;
	float: right;
}

.page.page-template-page-waterloo-landing-page-php section#main .main-inner article.page{
	width: 669px;
	margin-right: 0;
}

.post-type-archive section#main .main-inner article.hentry section.entry,
.single-whofproawards section#main .main-inner article.hentry section.entry,
.single-whofproclass section#main .main-inner article.hentry section.entry,
.single-whofawards section#main .main-inner article.hentry section.entry,
.single-whofinductees section#main .main-inner article.hentry section.entry,
.single-whofclass section#main .main-inner article.hentry section.entry,
.single-whofdgawards section#main .main-inner article.hentry section.entry,
.single-whofdginductees section#main .main-inner article.hentry section.entry,
.single-whofdgclass section#main .main-inner article.hentry section.entry,
.page section#main .main-inner article.page section.entry{
	background-color:#ededed;
	padding:10px 15px 10px 15px;
	margin-top:0px;
}
.home section#main .main-inner article.hentry section.entry{
	padding-bottom:1px;
}

.post-type-archive section#main .main-inner article.hentry header,
.single-whofproawards section#main .main-inner article.hentry header,
.single-whofproclass section#main .main-inner article.hentry header,
.single-whofawards section#main .main-inner article.hentry header,
.single-whofinductees section#main .main-inner article.hentry header,
.single-whofclass section#main .main-inner article.hentry header,
.single-whofdgawards section#main .main-inner article.hentry header,
.single-whofdginductees section#main .main-inner article.hentry header,
.single-whofdgclass section#main .main-inner article.hentry header,
.page section#main .main-inner article.page header{
	background-color:#f4f4f4;
	border:1px solid transparent;
}
.post-type-archive section#main .main-inner article.hentry header h2,
.single-whofproawards section#main .main-inner article.hentry header h2,
.single-whofproclass section#main .main-inner article.hentry header h2,
.single-whofawards section#main .main-inner article.hentry header h2,
.single-whofinductees section#main .main-inner article.hentry header h2,
.single-whofclass section#main .main-inner article.hentry header h2,
.single-whofdgawards section#main .main-inner article.hentry header h2,
.single-whofdginductees section#main .main-inner article.hentry header h2,
.single-whofdgclass section#main .main-inner article.hentry header h2,
.page section#main .main-inner article.page header h2{
	margin-bottom:6px;
	height:43px;
	background-position:15px 11px;
}
.post-type-archive section.post-featured-image,
.single-whofproawards section.post-featured-image,
.single-whofproclass section.post-featured-image,
.single-whofawards section.post-featured-image,
.single-whofinductees section.post-featured-image,
.single-whofclass section.post-featured-image,
.single-whofdgawards section.post-featured-image,
.single-whofdginductees section.post-featured-image,
.single-whofdgclass section.post-featured-image,
.page section.post-featured-image {
	padding:0;
	border:none;
	max-height:406px;
	width:670px;
	margin-bottom:10px;
	position:relative;
}
.post-type-archive section#main .main-inner article.hentry header h2 a,
.single-whofproawards section#main .main-inner article.hentry header h2 a,
.single-whofproclass section#main .main-inner article.hentry header h2 a,
.single-whofawards section#main .main-inner article.hentry header h2 a,
.single-whofinductees section#main .main-inner article.hentry header h2 a,
.single-whofclass section#main .main-inner article.hentry header h2 a,
.single-whofdgawards section#main .main-inner article.hentry header h2 a,
.single-whofdginductees section#main .main-inner article.hentry header h2 a,
.single-whofdgclass section#main .main-inner article.hentry header h2 a,
.page section#main .main-inner article.page header h2 a{
	vertical-align:bottom;
}
.post-featured-thumbnail, .archive.custom-post-type-archive .post-featured-thumbnail{
	float: right;
	margin-left: 12px;
	margin-top: 3px;
	display:block;
}
.archive .post-featured-thumbnail{
	float:left;
	margin-left:0;
	margin-right:12px;
}
.archive-right{
	display:inline-block;
	width:670px;
}

.hofAwardsLoop{border-top: 1px solid #ccc;margin-top: 30px; padding-top:10px}
.loopAward a{font-size: 16px; line-height: 30px;padding-left: 10px}
.loopAward section.entry a{font-size: 14px; line-height: 16px}
.loopAward section.entry{margin-top: 0 !important}

.featured-caption{
	background-color:rgba(0,0,0,0.43);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6D000000,endColorstr=#6D000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6D000000,endColorstr=#6D000000);   /* IE6 & 7 */
	/*height:50px;*/
	display:none;
	text-align:left;
	width:100%;
	position:absolute;
	bottom:0;
	
	visibility:hidden;
}
.featured-caption span{
	background-image:url(img/icons/whof-logo-41-trans.png);
	background-repeat:no-repeat;
	background-position:left center;
	min-height:41px;
	margin:10px;
	padding-left:50px;
	display:block;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
}
.single section.post-featured-image img,
.page section.post-featured-image img {
	/*height:366px;
	width:578px;*/
	border:1px solid #b0b0b0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#post-sidebar{
	display:inline-block;
	width:410px;
	vertical-align:top;
}
#sidebar{
	padding:10px;
}
section#main .main-inner #sidebar article {
	width:auto;
	padding:0;
}
#sidebar header{
	border:none !important;
}
#sidebar header h2{
	margin-top:2px;
}
#sidebar header h2 a{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
#sidebar .side-entry{
	border-top:2px dotted #cccccc;
	padding:20px 0;
	width:390px;
}
#sidebar .side-entry h2{
	background-color:#f3f3f3;
	padding:10px 20px;
}
#sidebar .side-entry h2 a{
	font-weight:normal !important;
	font-size:15px !important;
}
#sidebar .side-content{
	background-color:#ececec;
	padding:15px 20px;
	font-size:13px;
	line-height:19px;
}
#sidebar a.basic-button{
	margin:0;
}

section#main .main-inner article{
	display:inline-block;
	padding:10px 20px 10px 30px;
	width:454px;
}

section#main .main-inner header{
	border-bottom:2px dotted #cccccc;
}
section#main .main-inner header h2{
	background-image:url(img/icons/post-title.png);
	background-repeat:no-repeat;
	background-position:15px 7px;
	padding:0 10px 0px 50px;
	border:none;
}
section#main .main-inner h2 a{
	font-size:16px;
	/*color:#00407E;*/
	vertical-align:middle;
	text-transform:none;
	font-weight:bold;
	text-decoration:none;
}
section.post-featured-image{
	text-align:center;
	padding:20px 0 25px;
	border-bottom:2px dotted #cccccc;	
}
section.post-featured-image img{
	border:10px solid #ffffff;
	
	-moz-box-shadow: 0 0 7px 0 #b0b0b0;
	-webkit-box-shadow: 0 0 7px 0 #b0b0b0;
	box-shadow: 0 0 7px 0 #b0b0b0;
}
section.entry{
	margin-top:20px;
	padding:0 10px;
	font-size:14px;
	line-height:19px;
}
section.entry p,
section.entry ul,
section.entry h2,
.side-entry p,
.side-entry ul
{
	margin-bottom:19px;
}

a.ajaxNavLink{
	display:block !important;
	margin-bottom:10px !important;
}
a.ajaxNavLink.next{
	float:right !important;
}
a.ajaxNavLink.prev{
	float:left !important;
}

.ajaxPaged{
	display:block;
	clear:both;
	text-align:center;
}
a.ajaxPagedLink, a.ajaxPagedLink:visited{
	margin:0 1px;
	padding:2px 5px 2px 6px;
	text-decoration:none;
	color:#333;
}
a.ajaxPagedLink:hover{
	color:#999;
}
a.ajaxPagedLink.current{
	background:#333;
	color:#fff;
}

.featured-famer-wrap{}
.featured-famer-wrap h5 a{
	display:block;
	font-size: 15px;
    line-height: 16px;
    margin-bottom: 6px;
	text-decoration:none;
	color:#333333;
}
.featured-famer-wrap h5 a:hover{
	color:#555555;
}
.inductee-thumb{
	display:inline-block;
	float:left;
	margin: 0 12px 0 0;
}
img.attachment-whof-inductee-thumbnail, img.attachment-whof-inductee-special-thumb{
	padding:3px;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 1px 1px 2px -1px #707070;
	-webkit-box-shadow: 1px 1px 2px -1px #707070;
	box-shadow: 1px 1px 2px -1px #707070;
}
.featured-famer-wrap p{
	display:inline;
}
.famer-awards{
	display:block;
	margin:6px 0;
	float:left;
}
.famer-awards p{
	display:block;
}
.famer-awards h6{
	margin-bottom:3px;
}
.famer-awards a{}

.inductee-awards{
	display:block;
	margin:6px 6px 6px 0;
	float:none;
	width:70%;
}
.inductee-awards p{
/*	background-color: #f0f0f0;
*/	border-top: 1px dotted #AAAAAA;
	display: block;
	font-style: italic;
	margin: 0 !important;
	padding: 10px 24px;
}
.inductee-awards h6{
	font-size: 16px;
	margin-bottom: 3px;
	text-indent: 12px;
}
.inductee-awards p a.classLink{
	float:right;
	display:block;
	
	color:#333;
/*	margin-top:0px;
*/	font-size:26px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.inductee-awards p a.classLink:hover{
	color:#666;
}
.inductee-awards a,.inductee-awards a:visited{
	font-family:baskerville, georgia, serif;
	text-decoration:none;
	font-style:normal;
	color:#666;
	line-height:20px;
}
.inductee-awards a:hover{
	color:#999;
}

a.basic-button.widget-more{
	font-size:13px;
	line-height:16px;
	margin:6px auto;
	width:20%;
}

.paypal-widget{
	text-align:center;
}
.paypal-widget a.basic-button,
.paypal-widget button.blue_gradient{
	display:inline-block;
	float:none;
	line-height:1.6em;
	padding:3px 10px 2px;
	font-weight:normal;
	height:auto;
}
.paypal-widget span{
	font-size: 14px;
	margin: 6px;
	font-style: italic;
}

.alignleft, .alignright, .alignnone{
	display:block;
}
.alignleft{
	float:left;
}
img.alignleft{
    margin:10px 10px 10px 0;
}
.alignright{
	float:right;
}
img.alignright{
    margin:10px 0 10px 10px;
}
.alignnone{
    margin:0 auto;
}
.newsThumb{
	border:3px solid #fff;
	-moz-box-shadow: 0 0 4px 0 #B0B0B0;
	-webkit-box-shadow: 0 0 4px 0 #B0B0B0;
	box-shadow: 0 0 4px 0 #B0B0B0;
}

/*
 *
 *	facebook SFC plugin css!!
 *
 *
 */
 
.fbLike p.fb-like{
	display:block;
}
.fbLike p.fb-like iframe{
	height:67px !important
}
.fbShare{
	float:right;
	display:inline-block;
	margin-right:5px;
}
.fbShare .FBConnectButton_Text{
	font-size:10px;
}
section#main article.widget_sfc-fanbox .entry-title{
margin:0;
}
.home.page section#main .main-inner article.widget_sfc-fanbox,
.widget_sfc-fanbox{
	padding:0;
	width:331px !important;
}


/*
 *	Google Calender Events plugin
 */
.gce-widget-list .gce-list li {
	list-style:none;
}
.gce-widget-grid .gce-calendar td {
	padding:10px 0;
}
.gce-widget-grid .gce-calendar .gce-next, .gce-widget-grid .gce-calendar .gce-prev {
	font-size:12px;
}
.gce-today span {
	color: #000 !important;
}
.gce-has-events {
	background-color: #E2F5FF;
}
/*
 *  extra grid layouts
 */  
section#main .main-inner.noSidebar{
	min-height:0;
	display:block;
}
section#main .main-inner.noSidebar article.hentry{
	width:100%;
	margin: 0;
}

.home-sub-footer, .threecol-article{
	line-height:16px;
	font-size:12px;
}
.home-sub-footer{
	margin-right:-8px;
}
.home-sub-footer > article{
	background-color:#ffffff;
	margin-bottom:10px;
	border:1px solid #B0B0B0;

	display:inline-block;
	width:434px;
	vertical-align:top;
	
	margin-right:8px;
}
.threecol-article .entry-title a,
.home-sub-footer .entry-title a{
	color:inherit;
	text-decoration:none;
}
article.location{
	text-align:center;
}
article.location p{
	margin:0.75em 0;
}

/*
 *	hall of fame
 */
.hall-of-fame-years{
	padding:8px 0 0 8px;
	font-size:10px;
	text-align:center;
	
	display:none !important;
}
.hall-of-fame-years a, .hall-of-fame-years a:visited{
	margin-right:8px;
	margin-bottom:8px;
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted;
	display:inline-block;
}
.hall-of-fame-years a:hover{
	color:#666666;
}

.allInductees{
	padding:8px 0 0 8px;
	font-size:12px;
}
.allInductees a, .allInductees a:visited{
	color:#666666;
	display:block;
	float:left;
/*	margin-right:8px;
*/	width:20%;
	margin-bottom:8px;
	text-decoration:none;
	text-align:center;
}
.allInductees a:hover{
	color:#999999;
	text-decoration:underline;
}

section#main .main-inner.hallOfFame article.hentry{
	width:670px;
	padding:8px 0 0;
	margin:0 8px 8px 0;
}
section#main .main-inner.hallOfFame article.hentry header{
	border-bottom:none;
	margin-top:1px;
}
section#main .main-inner.hallOfFame article.hentry header h2{
	text-transform:none;
	padding:2px 10px;
	background-image:none;
	margin-bottom:0;
	/*height:34px;*/
	background-color:#f4f4f4;
	font-family: baskerville, georgia, serif;
	font-style:italic;
	height:auto;
	min-height:43px;
}
section#main .main-inner.hallOfFame article.hentry header h2 a{
	font-size:38px;
	font-style:normal;
	margin-left:8px;
	vertical-align:baseline;
}
section#main .main-inner.hallOfFame article.hentry section.entry{
	background-color:transparent;
}
.contentConstrict{
	width:540px;
	float:left;
	display:block;
}
section#main .main-inner.hallOfFame article.hentry a.learn-more{

}
section#main .main-inner.hallOfFame article.classInductee{
	padding: 10px;
	/*width: 309px;*/
	width:45%;
	margin-right: 8px;
	border: 1px solid #f4f4f4;
	vertical-align:top;
	margin-bottom:8px;
}
.page-template-page-dan-gable-hall-of-fame-php section#main .main-inner.hallOfFame article.classInductee{
    width:90%;
}

.blog-sidebar header h2 a{
	cursor:default;
}
.blog-sidebar header{
	position:relative;
}
.blog-sidebar header .catLinks{
	position:absolute;
	top:12px;
	right:0px;
}
a.catLink, a.catLink:visited{
	color: #333;
    margin: 0 0 0 4px;
    padding: 2px 3px;
	border: 1px solid #777;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
a.catLink:hover{
	color: #aaa;
}
a.catLink.active{
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.dgBlock{
	display:block;
	float:left;
	width:298px;
	padding:8px;
	border:1px solid #f4f4f4;
}
.dgBlock.odd{
	margin-right:8px;
}
.dgBlock h3{
	font-size:16px;
	margin-bottom:0.25em;
}
.dgBlock h3 a,
.dgBlock h3 a:visited,
.dgBlock h3 a:active{
	color:#333333;
	text-decoration:none;
}
.dgBlock h3 a:hover{
	color:#666666;
}
.dgBlock .inductee-thumb{
	float:right;
	display:block;
}
section.entry .dgBlock p{
	margin-bottom:0.75em;
}

.calender{
	padding:8px 48px;
	margin-bottom:1em;
}
.calender.list{
	
}
.gce-list{
	margin-left:0;
}
.gce-list > li{
	list-style:inside none;
	margin-bottom:1em;
}
.gce-list > li > ul{
}
.gce-list > li > ul > li{
	margin: 0.5em 1em;
}
.gce-list-title{

}
.gce-list-event{
	background-color:transparent !important;
}
.gce-list-link{
}

.calender.grid{
}
.calender.grid .gce-caption{
	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
}

/*
 *	Add to Any button
 */
a.share-this{
	background-image:url('img/shareMe.png');
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left:18px;
	min-height:16px;

	
	color:#333333 !important;
	font-size:12px !important;
	
	display:block;
	max-width:50px;
	float:right;
}
#post-preview a.share-this{
	margin-top:11px;
}
.hentry a.share-this{
	margin-top:16px;
}



button.donateButton,
a.basic-button.donateButton{
	width: 148px;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	margin: 0 auto;
}
button.onlyDonate.donateButton{
    width:180px;
    height:63px;
}
a.basic-button.donateButton.donateForm{
	font-size:24px;
	line-height:28px;
	margin-right:6px;
}
#donateBlock{

}
#donateBlock h2{
	font-size:18px;
	font-style:italic;
	margin-top:24px;
	margin-bottom:12px;
	text-align:center;
}
.donateChild{
	width:400px;
	margin:0 auto;
	display:block;
}
.donateChild span{
	width: 180px;
	/*text-align:justify;*/
}
.donateChild .left{
	display:block;
	float:left;
}
.donateChild .left:hover{
	float:left;
}
.donateChild .right{
	display:block;
	float:right;
}
.donateChild .address{
	margin-top:24px;
	text-align:center;
	display:block;
	width:100%;
}
.donateChild span.phone{
    text-align:center;
}

#virtualTour{
	background-image:url('img/loading.gif');
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	width:400px;
	height:270px;
	position:relative;
	background-color:#f4f4f4;
	overflow:hidden;
	margin:0 auto;
	border:6px solid #333;
	-moz-border-radius:6px;
	-webkitborder-radius:6px;
	border-radius:6px;
}
#virtualTourLinks{
	display:block;
	margin-top:25px;
	width: 100%;
}
#virtualTourLinks a{
    border-bottom: 1px dashed #999999;
    display: inline-block;
    margin: 6px 1%;
    padding: 6px 0;
    text-align: center;
    width: 30%;
}
#virtualTour .roomWrap{
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	width:10000px;
}
#virtualTour .roomWrap img{
	display:inline;
}
#virtualTour .roomWrap.active{
	z-index:10;
}
.vtButtons{
	display:block;
	width:400px;
	margin:0 auto 25px;
}
.vtNav{
	display:block;
	height:35px;
	width:70px;
	margin: 20px;
}
.vtNav:active, .vtNav.active{
	background-color:#ff4444 !important;
	background-image:none !important;
}
.vtNav.left{
	float:left;
}
.vtNav.right{
	float:right;
}
.vtNav.stop{
	margin-left:57px;
}

.page-template-page-virtual-tour-php section.entry p{
	text-align:center;
}

.page-template-page-state-chapters-php #page-sidebar{
	float:left;
	margin-right:9px;
}

#stateMap{
	margin-bottom:0 !important;
}

#chapterList{
	width:100%;
	display:block;
	margin:0;
}
#chapterList li{
	display:block;
	float:left;
	width:25%;
	text-align:center;
}
#NYstate{
    position:relative;
    height:231px;
    display:block;
}
#NYstate img{
    position:absolute;
    top:0;
    left:50px;
    z-index:1;
}
#NYstate a{
    display:block;
    color:#333333;
    font-size:36px;
    font-weight:bold;
    text-decoration:none;
    margin-top:36px;
    margin-left:325px;
    position:relative;
    z-index:2;
}
#NYstate a .arrow{
    border: 10px solid transparent;
    height:0;
    width:0;
    position:absolute;
    display:none;
}
#NYstate a:hover .arrow{
    display:block;
}
#NYstate a .arrow.up{
    border-right:10px solid #333;
    left:-40px;
    top:10px;
}
#NYstate a .arrow.down{
    border-top:10px solid #333;
    left:-30px;
    top:20px;
}

.widget-featured-class{
	text-align:center;
}
.widget-featured-class h3{
	font-size:15px;
	margin-top:4px;
}
.widget-featured-class div a, .widget-featured-class div a:visited, .widget-featured-class div a:active{
	color:#333333;
	text-decoration:none;
}
.widget-featured-class div a:hover{
	color:#666666;
	text-decoration:underline;
}

.page-template-page-waterloo-landing-page-php #featured_items,
.page-template-page-stillwater-landing-php #featured_items
{
	margin-top:9px;
}
.page-template-page-waterloo-landing-page-php #featured_items li,
.page-template-page-stillwater-landing-php #featured_items li
{
	position:relative;
	width:670px;
	height:428px;
}
.page-template-page-waterloo-landing-page-php #featured_items li > img,
.page-template-page-stillwater-landing-php #featured_items li > img
{
	width:670px;
	height:428px;
}
.page-template-page-waterloo-landing-page-php #featured_items li div.content,
.page-template-page-stillwater-landing-php #featured_items li div.content
{
	width: 670px;
	top:0;
}
.page-template-page-waterloo-landing-page-php #featured_items li div.content h3,
.page-template-page-stillwater-landing-php #featured_items li div.content h3
{
    font-size:26px;
}
.page-template-page-waterloo-landing-page-php #featured_items li div.content h3 img,
.page-template-page-stillwater-landing-php #featured_items li div.content h3 img
{
    margin-right:6px;
}
.page-template-page-waterloo-landing-page-php #featured_items li div.content .entry,
.page-template-page-stillwater-landing-php #featured_items li div.content .entry
{
    width:546px;
}

.dgBanner h2 a{
    text-align:center;
    font-size:40px !important;
    font-family: baskerville, georgia, serif;
    width:100%;
    display:block;
    line-height:40px;
}

#inducteeObject{
    display:none;
}

.indCont{
    display:block;
}

.indCont h2{
    font-size:16px;
    margin-bottom:8px;
}

.indCont button{
    height: 26px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    color: #666;
}

.indCont input{
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    width: 160px;
    margin-bottom: 6px;
}

.indCont select{
    width:160px;
}


.ui-autocomplete.ui-menu{
    background-color:#fff;
    border:1px solid #999;
    display:block;
    width:160px;
    z-index:10000 !important;
    max-height:400px;
    overflow:auto;
}
.ui-autocomplete.ui-menu li{
    width:148px;
    padding:2px 6px;
    display:block;
    cursor:default;
}

section#main .main-inner .hofBlock{
    display: block;
    width: 330px;
    margin: 0;
    float: left;
}
.hofBlock img{
    display:none;
}
.hofBlock .inductee-thumb img{
    display:inline-block;
}
.hofBlock a.basic-button{
    margin-bottom:12px;
}
.hofBlock p{
    display:block;
    margin-bottom:6px;
}

/**
 * 
 *  Hall of Fame/ CDB
 * 
 */



/* End Hall of Fame/ CDB */
#pageMaker{
	padding-bottom:10px;
}
.chapterLink{
	margin: 0 6px;
	display: inline-block;
}
#championsHall h2.entry-title-lined a{
}
.inductee-awards.classLink{
	width:85%;
	margin:24px 0;
}

.tabContent .inductee-awards.classLink{
	display:inline-block;
	width:46%;
	margin-right:2%;
	margin-left:2%;
}

.inductee-awards.classLink.dsheaLevel{
	margin-bottom:12px;
}
.dsheaHeader{
	margin:12px 0 36px;
}
.inductee-awards a.awardLink{
	float:right;
	display:block;
	color:#333;
/*	margin-top:0px;
	font-size:26px;
*/	font-weight:bold;
	font-style:normal;
	text-decoration:none;	
}
.inductee-awards h6 a{
	font-family:sans-serif;
	color:#333 !important;
}
.dsheaHeader > h6{
	font-size:16px;
	margin-bottom:12px;
}
.dsheaLevel h6{
	text-transform: capitalize;
	font-size:14px;
}

.cdbMeta{}

.block.teamTable{
}
.teamTable table{
	width:100%;
	text-align:left;
}
.block.third{
	display: inline-block;
	width:31%;
	margin:0 1%;
}
.tabContent .block.accord .inductee-awards{
	margin: 10px 20px;
}
.block.accord{
	width:100%;
	display:block;
	margin-bottom:3px;
}
.hofToggle{
	width: 96%;
	padding:0 2%;	
	font-size:16px;
	line-height:36px;
	
	background:#eee;
	border:1px solid #ccc;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hofToggle.loading{
	background:rgba(255,100,255,0.2);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF64FF,endColorstr=#33FF64FF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF64FF,endColorstr=#33FF64FF);   /* IE6 & 7 */
      zoom: 1;
}
.hofToggle.loading:hover{
	background:rgba(255,100,255,0.3);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFF64FF,endColorstr=#4CFF64FF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFF64FF,endColorstr=#4CFF64FF);   /* IE6 & 7 */
      zoom: 1;
}
.hofToggle:hover{
	background:#ddd;
}
.hofToggle.active{
	background:rgba(100,255,100,0.2);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3364FF64,endColorstr=#3364FF64)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3364FF64,endColorstr=#3364FF64);   /* IE6 & 7 */
      zoom: 1;
}
.hofToggle.active:hover{
	background:rgba(100,255,100,0.3);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C64FF64,endColorstr=#4C64FF64)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C64FF64,endColorstr=#4C64FF64);   /* IE6 & 7 */
      zoom: 1;
}
.hofTab{
	display:inline-block;
	cursor:pointer;
	cursor:hand;
	font-size:14px;
	line-height:24px;
	padding: 12px;
	border:1px solid #ccc;
	border-bottom:none;
	background:#efefef;
	margin-right:1px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.hofTab:hover{
	background:#ddd;
}
.hofTab.loading{}
.hofTab.loading:hover{}
.hofTab.active{
	background:#fff;
	line-height:25px;
	margin-bottom:-1px;
}
.hofTab.active:hover{
	background:#fff;
}
.tabNav{
	width:100%;
}
.thisTab{
	display:none;
}
.tabContent{
	border:1px solid #ccc;
	margin-right:10px;
	padding: 10px;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}

.paged{
	display:block;
	margin:12px 0;
	font-size:12px;
	color:#444;
	text-align:left;
}
.paged input{
	width:20px;
	padding: 0 2px;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
	display:inline-block;
	margin-left:6px;
}
.paged span{
	display:inline-block;
	vertical-align:middle;
}
.paged span.maxPages{
	font-style:italic;
	margin-right:12px;
	margin-left:6px;
}
.paged > div {
	display:inline-block;
	border: 1px solid #aaa;
	padding:0 12px;
	line-height:24px;
	margin-right:6px;
	cursor:pointer;
	cursor:hand;
	
	background:#dedede;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #CCCCCC),
	    color-stop(1, #EBEBEB)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #CCCCCC 0%,
	    #EBEBEB 100%
	);
	background-image: -linear-gradient(
	    center bottom,
	    #CCCCCC 0%,
	    #EBEBEB 100%
	);
	
	border-radius:6px;
}
.paged > div:hover{
	background:#d1d1d1;
}
.paged > div:active{
	background:#EBEBEB;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #EBEBEB),
	    color-stop(1, #CCCCCC)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #EBEBEB 0%,
	    #CCCCCC 100%
	);
	background-image: -linear-gradient(
	    center bottom,
	    #EBEBEB 0%,
	    #CCCCCC 100%
	);

}
#seasRank .inductee-awards{
	display:inline-block;
	width:31%;
	margin:24px 1%;
}
.teamTable{
	display:block;
	margin:12px 10px;	
}
.teamTable table{
	background-color:#fefefe;
	margin-bottom:12px;	
}
.teamTable thead{
	font-size:14px;
	line-height:20px;
	background-color: #ebebeb;
}
.teamTable tbody{}
.teamTable tr{
}
.teamTable th,td{
	border:1px solid #aaa;
	padding:3px 6px;
	
}
.teamTable th{}
.teamTable td{}

.cdbMeta{
	padding:6px 12px;
	line-height:18px;
	font-size:14px;
	margin-bottom:12px;
}
.cdbLoad{
	display: block;
	width:220px;
	padding-bottom:19px;
	margin:24px auto;
	background: url('img/ajax-loader.gif') no-repeat left bottom;
	text-align:center;
	line-height:36px;
}
#personCheck{
	display:inline-block;
	float:right;
	line-height: 16px;
	padding: 6px 12px 6px 22px;
	background: url('img/ajax-little-loader.gif') no-repeat left center;
}
#personCheck.found{
	background:none;
	padding:6px 12px;
}
.entry #personCheck{
	padding-top:0;
	text-align:right;
}
#personCheck a{
	display:block;
}
.classWidget{
	text-align:center;
}
/**
 *
 *  Merchandise, products-page, wpsc overrides
 *
 */

.wpsc_container{
    width:100%;
}
a.wpsc_edit_product{
    float:none !important;
    font-size:0.8em !important;
}
input.wpsc_buy_button{
    float:right !important;
}
.wpsc_checkout_table{
    width:100%;
    margin-top:12px;
}
.wpsc_checkout_table td{
    padding:3px 0;
}
input.make_purchase{
    float:right;
}
.wpsc_checkout_table{
    text-align:center;
}
table.productcart tr td{
    text-align:center;
}
table.productcart tr.firstrow td{
    background:none !important;
    border:none !important;
}

/* added styles for big blue categories */

#big-blue-categories{margin-top: 15px}

#big-blue-cat-title, {
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #B0B0B0;
    color: #FFF;
    display: block;
    font-size: 14px;
    padding: 4px 6px 4px 12px;
    }
    
#big-blue-cat-title span{
	font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    vertical-align: bottom;
}
#big-blue-cat-title em{
    font-size: 10px;
    font-style: normal;
    left: 11px;
    position: absolute;
    top: -4px;
}

/* added styles for NCAA Guides pages */

.decade-guide{width: 270px; float: left; border: 1px solid #aaa; background: #fff; margin: 15px; padding: 8px}
.decade-guide.bracket{width: 600px;}
.decade-guide p{margin: 0; padding: 0}
.decade-guide a{display: inline-block; float: left; padding: 3px 3px 3px 30px; height: 20px; line-height: 20px; text-decoration: none; color: #333; margin: 3px 6px; background-repeat:no-repeat; background-position: 3px 3px;}
.decade-guide.bracket a{width: 250px}
.decade-guide a:hover{color: #000; background-color: #ddd}
.decade-guide a:visited{color: #333}

/* child page summaries */
#summary-box{margin: 20px 0}
.child-summary{clear: both; padding: 10px; width: 95%; margin: 0 auto}
.child-summary .entry-title{}


*html .hentry{float: right; clear: right}
#LoginWithAjax_Title h2{font-size: 12px}

/* child index on pages */

#child-index{clear: both; margin: 10px 8px 10px 0; padding:15px; background: #eee}
section#main article.entry-summary{margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #aaa}
.post-thumbnail{}

/* eshop extras */
.sgloptiondetails{display: block; margin-bottom: 10px}



/* African American Timeline */

#slide-controls{padding: 0px; width: 462px;  display: inline-block;}
#slide-window{padding: 0 5px; width: 452px;overflow: hidden; position: relative}
#slide{position: relative; overflow: hidden}
#slider{background: url(img/slidecontrol.png) no-repeat 0 2px !important;}
.ui-slider{height:27px !important; border: none !important; border-top: 1px solid #ccc !important; border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important}
.ui-slider-handle{width:53px !important; height: 25px !important;  top: 0 !important; margin-left: -26px !important; background-image: url(img/slider-handle.png) !important}

#timeline-display{}
.timeline-year{display: none; clear: both;  margin: 10px 0;padding: 15px;width: 432px;float: left;min-height: 300px}
.timeline-year#y-1949{display: block}
.timeline-year .aa_year{width: 100%; }
.timeline-event{display: inline-block;width: 442px;padding-bottom: 5px}
.timeline-event h4{color: #444 !important}
.timeline-thumb{padding:4px; margin-top: 0 !important}
article#timeline-panel{margin: 0 0 0 70px}

.timeline-year, #slide-controls,.timeline-thumb{border: solid 1px #ccc; -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}

.aa_year{float:left;vertical-align:middle;font-size: 32px;font-weight:bold;width:85px}
.aa_year.y0, .aa_year.y0 a{ color: #00407E; }
.aa_year.y1, .aa_year.y1 a{ color: #0A4631; }
.aa_year.y2, .aa_year.y2 a{ color: #663300; }


/* subpage index */

.sublist-item{border-bottom: 1px solid #aaa; margin-bottom: 15px;display: inline-block}
.sublist-item h3{line-height: 1.3em}
.sublist-item .excerpt{}
.sublist-item img{float: left; margin: 0 10px 10px 0}

/* hide the thumbnail */
#page-212 section.post-featured-image, #page-215 section.post-featured-image, #page-502 section.post-featured-image{display: none}

hr.horiz{clear: both;}



/*
 *
 *	video player css
 *
 */
#vimeo_player.videos{
	width: 673px;
	display:block;
	margin-bottom:10px;
	position: relative;	overflow: hidden;
}

#embed object{
}
#vimeo_player.videos #embed, #guruVideoPlayer{
	width:673px;
	height:459px;
	display:block;
}
#guruVideoPlayer{
	width:670px;
	height:420px;
}



#vimeo_player.videos .list div{
	color: #fff;
	padding: 10px 10px 10px 6px;
}

#vimeo_player.videos .list div span{
	display: block;
	border-left: 2px solid #fff;
	padding-left: 6px;
}

#vimeo_player.videos .list div.current{
	background: #546586;
	-webkit-box-shadow: 0 3px 10px #000;
	-webkit-box-shadow: 0 3px 10px #000;
	box-shadow: 0 3px 10px #000;
	font-size: 1.4em;
}

#vimeo_player.videos article{
	float: right;
	width: 489px;
	height: 300px;
	overflow: hidden;
	background: #000;
}

#vimeo_player.videos article header{
	display: none;
}

 
 .videos ul.list{
	padding:0;
	z-index:20;
	display:block;
	list-style:none;
	height: 100px; 
	width: auto; 
	padding-left: 31px; 
	overflow: hidden;
 }
 
 
 .left.pointer, .right.pointer{width: 31px; height: 98px; background: #fee; position: absolute;background-image: url(img/spritenav.gif); cursor: pointer; border: 1px solid white}
 .left.pointer:hover, .right.pointer:hover{border: 1px solid #aaa}
 .right.pointer{ top: 459px; left: 0px; background-position: 0px 0px}
 .left.pointer{top: 459px; right: 0px; background-position: -31px 0px}
 
 
 .videos ul.list li, .guruCont .guruThumbBlock{
	/*padding:4px 15px 5px;*/
	padding:3px;
	display:inline-block;
	*display: inline;
	vertical-align:top;
	background-color:#555555;
	margin:8px;
	float: left;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 }


#guruBlocksCont{
	position: relative;	
}

#guruPagin{}

#guruPagin span{
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#guruPagin .guruNav{
	position: absolute;
	top: 0;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999em;
 	width: 31px; 
 	height: 98px; 
 	background: #fee; 
 	background-image: url('img/spritenav.gif'); 
 	border: 1px solid white;
}
#guruPagin .guruNav:hover{
 	border: 1px solid #aaa;
}
#guruPagin .guruNav.next{
	right: 0;
 	background-position: -31px 0px;
}
#guruPagin .guruNav.prev{
	left: 0;
 	background-position: 0px 0px;
}

.guruVideos{
	position: relative;
	padding-left: 32px;
	height: 100px;
	overflow: hidden;
}
#guruLoadingMask{
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	background-image: url('img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;

}

.guruCont{
	background: none !important;
} 

.guruCont .guruThumbBlock{
	display: inline-block;
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:8px 7px 8px 8px;
}
a.guruImgLink{
	display: block;
	width: 100px;
	margin: 0;
	padding: 0;
}
.guruVideoThumb{
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.guruThumbTitle, .guruDesc, .guruPlay{
	display: none;
}

 .videos ul.list li a{
 	/*border-bottom: 3px solid #ffffff;
	padding:5px 0;
	display:block;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	line-height:13px;*/
	display:block;
	height:75px;
	width:100px;
 }
 .videos ul.list li:hover, .guruCont, .guruThumbBlock:hover{
	background-color:#444444;
	-moz-box-shadow:0 3px 6px -3px #000000;
	-webkit-box-shadow:0 3px 6px -3px #000000;
	box-shadow:0 3px 6px -3px #000000;
 }
 .videos ul.list li.active{
	background-color:#707070;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #707070),
		color-stop(1, #ADADAD)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#707070 0%,
		#ADADAD 100%
	);

	-moz-box-shadow:0 3px 6px -3px #000000;
	-webkit-box-shadow:0 3px 6px -3px #000000;
	box-shadow:0 3px 6px -3px #000000;
 }
 .videos ul.list li.active a{
	font-size:16px;
 }

#paypalDonateForm input[type="radio"]{margin: 0 20px 0 10px}
#paypalDonateForm input[type="text"]{margin: 10px 5px;}
#paypalDonateForm input[type="submit"]{border: 1px solid #aaa; color: #eee; background: #002B56; padding: 4px; margin-bottom: 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px}
#paypalDonateForm input[type="submit"]:hover{opacity: 0.8}
#paypalDonateForm select{margin: 8px 0px; border: 1px solid #aaa; background: #fff; padding: 4px}

 
.gce-event-info {
	font-size: 16px;
}
.gce-tooltip-event {
	background-color: #fff;
}
.donateChild{
	width: auto;
}
#donateBlock h2, .donateChild .address{
	text-align: left;
}