/*
Theme Name: AGEHR Affiliate
Theme URI: http://www.omnistudio.com/
Description: Theme for American Guild of English Handbell Ringers Affiliate Template
Version: 1.0
Author: Vincent Barranco
Author URI: http://www.omnistudio.com
Template: 
Tags: 
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	background: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'GillSansStdCondensed';
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td{ padding: 5px;
}
a img {
	border: none;
}
.alignright{ float: right;
}
.alignleft{ float: left;
}
.clearboth{ clear: both; 
}
form.nobr br{display:none}
form.lines label{width:200px; float:left; clear:both; margin:5px;}
form.lines input, form.lines select{float:left; width:400px;}
form.lines div{clear:both}
form.lines input[type="radio"]{clear:none; float:left; width: 15px;}
form.lines .widelabel{width:500px;}
form.lines .select{float:left ; clear:none; }
form.lines .submit{clear:both; margin:10px; width:75px;}

/****
		GENERAL STYLES
									****/
.skip-link{ float: left;
	text-indent: -9999em;
}
h1{
	width:778px;
	height:65px;
	margin:0;
	text-align:center;
	background:url(images/header_bg_plain.png) no-repeat 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 42px;

}
h2{ 

}
h3{ 

}
h4{ 

}
h5{ font-size: 1.4em;
}
h6{ font-size: 1.2em;
}

.section-title {
	width:778px;
	height:65px;
	margin:0;
	text-align:center;
	background:url(images/header_bg_plain.png) no-repeat 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 42px;


}

.edit-link{ background-color: yellow;
	border-top: 1px dotted #162328;
	border-bottom: 1px dotted #162328;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding: 4px 10px;
}
.edit-link a{ color: #162328;
}
/****
		MAIN STRUCTURAL STYLES
									****/
body{ background: #162328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#wrapper{ background-image: url('/wp-content/themes/AGEHR/img/background-glow.jpg');
	margin: 0px auto;
	min-height: 500px;
	overflow: hidden;
	width: 1000px;
}
#footer{ margin: 0px auto;
}

/****
		MAIN NAVIGATION STYLES
									****/
.menu-header{ overflow: hidden;
}
#access{ margin-top: 14px;
	display: block;
	overflow: hidden;
}
#access ul#menu-primary-navigation>li{ background-image: url('/wp-content/themes/AGEHR/img/tab-background-right.png');
	background-position: top right;
	display: inline-block;
	height: 26px;
	margin-right: -30px;
	padding-right: 27px;
}
#ie7 #access ul#menu-primary-navigation>li{ *display: inline;
	zoom: 1;
}
#ie8 #access ul#menu-primary-navigation>li{ margin-right: -26px;
}
#access ul li:last-child{ margin-right: 0px;
}
#access li a{ color:#bd7328;
}
#access .menu{ float: right;
	margin-right: 30px;
}
#access ul#menu-primary-navigation>li>a{ background-image: url('/wp-content/themes/AGEHR/img/tab-background.png');
	display: block;
	font-family: 'GillSansStdCondensed';
	font-size: 1.2em;
	height: 20px;
	padding-top: 6px;
	padding-left: 22px;
	text-decoration: none;
	text-transform: uppercase;
}
#access ul#menu-primary-navigation>li>a:hover{ color: #b02102;
}
#access ul ul { background-color: #dcd9a6;
	background-image: url('/wp-content/themes/AGEHR/img/drop-down-background.png');
	background-repeat: repeat-y;
	border-top: 1px solid #3e3e3c;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #b6b7b9;
	border-bottom: 1px solid #fffffd;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	font-size: 0.9em;
	position: absolute;
	/*top: 39px;*/
	float: left;
	width: 160px;
	z-index: 99999;
}
#access ul ul li {
}
#access ul ul ul { font-size: 12px;
	left: 100%;
	margin-top: -30px;
}
#access ul ul a { /* border: 0px 1px solid #900; */
	color: #8b4e11; 	font-size:.85rem;	font-family:Arial, Helvetica, sans-serif;	display: block;	height: auto;	line-height: 1em;	padding: 3px 3px 3px 25px;	text-decoration: none;	/*text-shadow: -1px -1px #fff;*/
}
#access ul ul>li:first-child{ background-image: url('/wp-content/themes/AGEHR/img/drop-down-bg-top.png');
	padding-top: 7px;
}
#access ul ul>li:last-child{ background-image: url('/wp-content/themes/AGEHR/img/drop-down-bg-bottom.png');
	background-position: bottom left;
	padding-bottom: 7px;
}
#access ul ul a:hover{ background-image: url('/wp-content/themes/AGEHR/img/red-note.png');
	background-position: 10px 1px;
	color: #b12202;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul li:hover > ul { clear: both;
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #b02102;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/*
	FOR A HIGHLIGHTED TAB (ACTUALLY, FOR THE TAB THAT COMES NEXT
background-image: url("/wp-content/themes/AGEHR/img/tab-background-highlight-neighbor.png");
background-position: 3px 0px;
																	*/
																	

/****		SIDEBAR
									****/
div#sidebar{ color: #59573e; /* Color Edit: Pete Larson */
	float: left;
	font-family: 'GillSansStdLight';
	margin-top: -30px;
	padding-left: 14px;
	width: 186px;
}
div#sidebar em{ font-family: 'GillSansStdLightItalic';
}
div#sidebar strong{ font-family: 'GillSansStdRegular';
}
#site-logo{ margin-bottom: 40px;
}
.home #site-logo{ margin-bottom: 20px;
}
.neon-signin{ display: none;
	margin-bottom: 10px;
}
.home .neon-signin{ display: block;
}
.neon-signin input{ float: right;
}
.neon-signin input[type=text],
.neon-signin input[type=password]{ margin-left: 9px;
	width: 106px;
}
.neon-signin  input[type=submit]{ clear: both;
	float: right;
}
.neon-signin .login-button{ margin: 8px 0px;
}
.neon-signin form table td{ border: 0;
	display: table-cell;
	margin: 0;
	padding: 0px 0px 3px 0px;
	vertical-align: middle;
}
.sidebar-component{ background-color: #dfce6b;
	color: #fcf9b7;
	padding: 16px 16px;
	text-shadow: 1px 1px #8a592e;
	width: 154px;
	font-size: 1em;
}
.sidebar-component a{ color: #fbf6b5;
	text-decoration: none;
}
.sidebar-component h4{ color:#fff;
	text-shadow: 1px 1px #8a592e;
	text-transform: uppercase;
	font-size: 1.7em;
}
.hear-our-music{ background-image: url('/wp-content/themes/AGEHR/img/hear-our-music-bg.jpg');
	height: 92px;
}
.hear-our-music h4{ background-image: url('/wp-content/themes/AGEHR/img/hear-our-music-icon.png');
	min-height: 24px;
	padding-left: 29px;
	padding-top: 4px;
}
.hear-our-music p{ font-size: 0.8em;
	margin-bottom: 5px;
}
.regional-portals{ background-image: url('/wp-content/themes/AGEHR/img/network-background.jpg');
	height: 72px;
	padding-left: 67px;
	width: 103px;
}
.regional-portals h4{ padding-top: 1px;
}
.regional-portals p{ font-size: 0.9em;
	margin-top: 5px;
}


/****
		Homepage Slideshow
									****/
img.join-the-guild{ margin-top: -51px;
	position:absolute;
	z-index: 2000;
}
img.slideshow-bell{ position: absolute;
	margin-left: -5px;
	top: 221px;
	z-index: 2001;
}
#slideshow{ height: 268px;
	overflow: hidden;
	width: 778px;
}
.homepageslide{ display: none;
	height: 268px;
	position: absolute;
	width: 778px;
}
#slide1{ display: block;
}
.slide-text{ /*background-image: url('/wp-content/themes/AGEHR/img/slideshow-handbell.png');*/
	border-top: 1px dotted #eee;
	color:#fff;
	float: left;
	margin-top: 31px;
	height: 58px;
	padding-left: 86px;
	padding-top: 8px;
	position: relative;
	top: -100px;
	width: 690px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";

}
.slide-text h3{ position: relative;
	width: 450px;
	z-index: 7999;
	font-size: 1.4em;
}
.slide-text p{ position: relative;
	width: 450px;
	z-index: 7999;
	font-size: 0.7em;
}
ul#slideshow-nav{
	margin-left: 630px;
	overflow: hidden;
	position: absolute;
	top: 295px;
	z-index: 500;
}
ul#slideshow-nav li{ color: #fff;
	cursor: pointer;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	float:left;
	margin: 0px 2px;
	padding: 2px 2px;
}
ul#slideshow-nav li.active{ border: 1px solid #fff;
	cursor: default;
}

/****
		HOMEPAGE CONTENT AREA
									****/
.home #content{ background-color: #23516e;
	background-image: url("/wp-content/themes/AGEHR/img/homepage-blue.png");
	background-repeat: repeat-y;
	overflow: hidden;
}
.home-columns{ background-image: url('/wp-content/themes/AGEHR/img/homepage-columns-bg-top.png');
	background-position: top left;
	overflow: hidden;
	padding: 17px;
}
.home-column{ float: left;
	min-height: 40px;
	padding-left: 50px;
	padding-right: 14px;
	width: 308px;
}
.home-column.news{ background-image: url('/wp-content/themes/AGEHR/img/news-icon.png');
}
.home-column.events{ background-image: url('/wp-content/themes/AGEHR/img/events-icon.png');
}
.home-column .column-header{ border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	overflow: hidden;
}
.home-column .column-header a{ text-decoration: none;
}

.home-column li{ margin-bottom: 12px;
}
.home-column li a{ color: #59573e;
		font-size:1.2em; font-family: "Times New Roman", Times, serif;/* style added by Pete Larson */
}

.home-column li ul li ul{ margin-top: 12px; margin-left: 10px;
}

.home-column h2{ color: #fff;
	float: left;
	text-shadow: 1px 1px #3ca8c2;
	text-transform: uppercase;
	font-size: 2.6em;
}
.home-column .see-more{ display:block;
	float: right;
	font-family: 'GillSansStdCondensed';
	font-size: 1.2em;
	margin-top: 15px;
	text-align: right;
	vertical-align: baseline;
}
.home-column .see-more,
.home-column h3{ color: #59573e; /*Color Edit: Pete Larson */
	margin-bottom: 5px; /*value change 3->5: pete larson */
	font-size: 1.7em;


}
.home-column .see-more a,
.home-column h3 a{ color: #fcf4c4;
	text-decoration: none;
	font-size: 1em;
}
.home-column p{ color: #fff;
	font-size: 0.85em;
	line-height: 1.3em;
}
.home-column p a{ color: #fbf6b5;
}
.news-events-footer{ background-image: url('/wp-content/themes/AGEHR/img/home-blue-bottom.png');
	background-position: bottom left;
	height: 60px;
	margin-top: -58px;
}


.sticky {border: 1px solid black;} /* sticky styles added by Pete Larson */

/****
		Content Container
									****/
#container{ background-color:#fdfbef;
	border: 1px solid #fff;
	float: right;
	min-height: 500px;
	padding: 10px;
	width: 778px;
}
h1.entry-title,
h1.page-title,
.search-no-results h2.entry-title,
.search h1.page-title{ background-image: url('/wp-content/themes/AGEHR/img/header_bg.png');
  background-color: #f0eed6;
	background-image: url('images/h2_underline.gif');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	text-align:center;
	color: #59573e;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	text-transform: none;
	margin:0 0 0;
	padding:0 0 14px;
	height: 28px;
	line-height: normal;
}
h2.entry-classification +.title .entry-title,
.title .page-title,
.search .title h2.entry-title{ 
  background-color: #f0eed6;
	background-image: url('images/h2_underline.gif');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	text-align:center;
	color: #59573e;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	text-transform: none;
	margin:0 0 0;
	padding:0 0 14px;
	height: 28px;
	line-height: normal;

}
.single .entry-content,
.page .entry-content,
.error404 .entry-content,
.search .entry-content,
.list-content{ background-image: url('/wp-content/themes/AGEHR/img/checkered_border.gif');
	background-repeat: repeat-y;
	color: #59573e;
	font-family: trebuchet, "Trebuchet MS", Arial, sans-serif;
	margin-top: -2px;
	overflow: hidden;
	padding: 0px 37px;
}
.entry-content h1,
.entry-content h5,
.entry-content h6{ border-bottom: 1px solid #59573e;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 40px;
	padding-bottom: 3px;
}
.entry-content p{ line-height: 1.4em;
	margin-bottom: 17px;
}
.entry-content ul{ margin: 20px;
}
.entry-content li{  list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 11px;
    margin-left: 10px;
}
.entry-content a{ color: #59573e;
}
.entry-content a:hover{ text-decoration: none;
}
blockquote{ background-color: #fff;
	background-image: url('/wp-content/themes/AGEHR/img/blockquote-bottom.gif');
	background-position: bottom center;
	border: 1px solid #f2efd9;
	margin: 15px 0px;
	padding: 10px 10px 19px 10px;
}


/****

		Category Listing Page
									****/
.date-time{ color: #8c8b7a;
	font-size: 0.8em;
	margin-bottom: 8px;
}
.entry-list h2,
.list-content h2.entry-title{ margin-bottom: 8px;
	text-decoration: none;
}
.list-content h2 a{ color: #59573e;
	text-decoration: none;
}
.entry-list h2 a:hover,
.list-content h2.entry-title a:hover{ color:#8c8b7a;
}
.entry-list li,
.list-content div.post,
.list-content div.page{ border-bottom: 1px solid #59573e;
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.list-content div.post p,
.list-content div.page p{ line-height: 1.4em;
}
.list-content .entry-summary{ margin-bottom: 10px;
}
span.cat-links,
span.meta-sep,
span.comments-link{ display: none;
}
.list-content .entry-utility{ display: none;
}
.navigation{ clear:both;
	display: block;
	font-family: 'GillSansStdRegular';
	font-size: 1.1em;
	padding-bottom: 10px;
	overflow: hidden;
}
.navigation a{ color: #59573e;
	text-decoration: none;
}
.navigation a:hover{ color: #8c8b7a;
	text-decoration: underline;
}
.navigation .nav-previous{ float: left;
	margin-left: 20px;
	overflow: visible;
}
.navigation .nav-next{ float: right;
	margin-right: 20px;
	overflow: visible;
}



/****
		Table for text layout
									****/
table.layout td{ padding-right: 25px;
}
table.layout.two-column td,
table.layout.two-columns td,
table.layout.twocolumn td,
table.layout.twocolumns td{ width: 45%;
}
table.layout.three-column td,
table.layout.three-columns td,
table.layout.threecolumn td,
table.layout.threecolumns td{ width: 30%;
}
table.layout tr td:last-child{ padding-right: 0px;
}




/****
		Comments
									*****/
#comments{ display: none;
}

/****
		Page Footer
									****/
footer{ color: #fff;
	display: block;
	font-size: 0.8em;
	margin: 10px auto;
	padding-left: 200px;
	padding-bottom: 30px;
	text-align: center;
	width: 800px;
}

.entry-content h2 {
	overflow:hidden;
	font:24px "Times New Roman", Times, serif;
	color:#af2102;
	background-image:url(images/h2_underline_crm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*zoom property fixes display issues in ie6*/
	zoom:1;
	margin:0;
	padding:0 0 18px;
	text-align:center;
	font-variant: small-caps;

}

.entry-content h3 {
	font:20px "Times New Roman", Times, serif;
		/*	float:left;*/
	overflow:hidden;
	color:#2d465f;
	font-variant: small-caps;
	height:51px;
	padding: 8px 0 0 58px;
	background-image:url(images/h4-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin:0 0 0;
	/*zoom property fixes display issues in ie6*/
	zoom:1;

}

.entry-content h4 {	
	font:18px "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#59573E;	padding:7px 0 ;
}
.entry-content h4 a{	
	color:#af2102;
}
.entry-content h4 a:hover{	
	text-decoration:none;
}

.sub-menu +#menu-item-239 {
	margin-top: 20px;
}






























/****
		Main site structure
								****/
#wrapper{ width: 863px;
}
#container{ padding: 0px;
}

/****
		Header Area
								****/
#site-logo{ margin-left: 72px;
	margin-bottom: 0px;
}


/****
		Site Navigation
								****/
#access{ margin-top: 20px;
}
.home #access{ margin-top: 14px;
}
#access ul ul{ top: 160px;
}
#access ul ul ul{ top: 30px;
}
.chrome.windows #access ul ul{ top: 159px;
}
#access ul ul { border: none;
}

/****
		Homepage Styles
								****/
#container{ background-color: #f0eed6; /* f6f6f6 */
	background-image: url('/wp-content/themes/affiliates/img/content-top-checkers.gif');
	background-position: top-left;
	background-repeat: repeat-x;
	padding-top: 19px;
}

.home #content{ background-color: #f0eed6;
	background-image: url('/wp-content/themes/affiliates/img/checkered-content-top.gif');
	background-repeat: repeat-x;
	padding-top: 30px;
}

.home #sidebar{ margin-top: 0px;
}
.home-column.widgets{ background-color: #F0EED6; /*color edit: Pete Larson */
	border: 2px solid #E4E0C7; /*color edit, width edit*/
	margin: 3px;
	padding: 0px;
	width: 205px;
}
.home-column.posts{ color: #333;
	padding: 10px 10px 10px 20px;
	width: 490px;
}

.home-column h2,
.home-column h3 a,
.home-column p { color: #59573e;
}
.home-column h2{ text-shadow: 1px 1px #D0C6B2;
}
.home-column .column-header{ border-bottom: 1px solid #D0C6B2;
}
.home-column .see-more{ color: #D0C6B2;
}

/****
		Homepage Slideshow
								****/
ul#slideshow-nav{ top: 418px;
}
.slide-text{ 
	/*
	background-image: url('/wp-content/themes/AGEHR/img/slideshow-handbell.png');
	background-repeat: no-repeat;
	*/
	font-size: 1.4em;
	padding-left: 20px;
	width: 760px;
	
}
.slide-text p{ font-size: 0.7em;
	margin-top: 4px;
}
.slide-text h3, .slide-text p{ width: 568px;
}
/****
		General Page Layout & Styles
								****/
img.join-the-guild{ display: none;
}
.border{ overflow: hidden;
}
.border1{ border: 6px solid #e4e0c7;
	margin: 10px;
}
.home .border1{ margin: 0px;
}
.border2{ border: 1px solid #f4f3e9;
}
.border3{ border: 1px solid #d0c6b2;
}
.border4{ border: 1px solid #e4dece;
}
.border5{ background-color: #f8f7eb;
	border: 1px solid #f1efe2;
}

#content img{margin: 7px;}

.single #container,
.page #container{ background-color: #f0eed6;
	background-image: url('/wp-content/themes/affiliates/img/checkered-content-top.gif');
}

.single .entry-content,
.page .entry-content,
.error404 .entry-content,
.search .entry-content,
.list-content{ background: none;
	margin: 15px 0px;
	padding: 0px 15px;
}



/****
		Footer Area
							****/
footer{ padding-left: 100px;
}

.orangebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fa9a25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fa9a25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fa9a25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 35px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.orangebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa9a25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fa9a25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9a25', endColorstr='#ffc477');
	background-color:#fa9a25;
}.orangebutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */