@charset "utf-8";
/* CSS Document */

#social-networks {
	position: absolute;
	top: 16px;
	left: 570px;
	padding: 9px 20px 20px 11px;
	background-repeat: no-repeat;
	/* background-image defined in /inc/css/color-{section}.css */
}
	#social-networks .socnet-btn {
		float: left;
		padding: 0 1px 0 0;
	}
	#social-networks img {
		border: none;
	}
	
	#search {
		height: 83px;
		border-bottom: solid 1px #666;
	}
		#srch_bar {
			height: 25px;
		}
			#srch_bar img {
				float: left;
			}
			#srch_bar input {
				float: left;
				width: 102px;
				height: 21px;
				padding: 0px 2px;
				margin: 0px;
			}
			#srch_bar-arrow {
				cursor: pointer;
			}
		
		#srch_radios {
			margin: 3px 0px 3px 46px;
		}
			#srch_radios label {
				text-transform: uppercase;
				font-size: 10px;
			}
		
		#srch_adv {
			text-align: center;
		}
			#srch_adv a {
				font-size: 10px;
			}
	
	#donate_btn {
		padding: 5px 0px;
		text-align: center;
	}
	
	
		.widget {
			padding: 5px 10px;
			margin-bottom: 10px;
			border-top: solid 1px #666;
		}
			.widget * {
				line-height: 1.2em;
			}
			.widget h3 {
				margin: -5px -10px 10px -10px;
				padding: 3px 10px;
				background: #ccc;
			}
				.widget h3, .widget h3 * {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 17px;
					text-transform: uppercase;
					color: #666;
				}
			.widget h4 {
				margin-bottom: 1.0em;
			}
			.widget p {
				margin: 0px;
				margin-bottom: 1em;
			}
			p.widget-hilight {
				padding-bottom: 5px;
				font-weight: bold;
				color: #666;
				border-bottom: solid 1px #666;
			}
			p.widget-multi {
				padding-top: 10px;
			}
		#glance {
			margin-bottom: 0px;
			background: #ccc;
			border-bottom: solid 1px #666;
		}
			#glance p {
				color: #666;
			}
			#glance p, #glance a {
				margin: 0px;
				font-weight: bold;
			}
		
		#shop-icon {
			height: 21px;
			text-align: right;
		}
		
		#widget-childnav p, 
		#widget-shop_memberships p, 
		#widget-divrei p {
			margin: 5px 0px;
		}
		#widget-divrei h3 {
			padding: 5px 10px;
			color: #333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
			p.widget-divrei-shab {
				float: left;
				width: 44%;
				margin: 0px 3% 2px 0px !important;
			}
		
		#widget-images img {
			margin-bottom: 5px;
		}
		
		li.cnav-parent {
			list-style: none;
		}

