/* 

Theme Name: KCLU
Theme URI: http://www.kclu.org
Author: CLU Creative Media Center
Version: 0.2

*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
}

#masthead { margin: 0 0 3px 0; }


.box_shadow_soft {
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);	
}

h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 15px;
		color: #333;
		margin: 0 0 .5em 0;
	}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#content a, #sidebar a, #sidebar-thin a {
	color: #5a29cd;	
}

div.npr_wrap {
	margin: 25px 15px 0 15px;
	padding: 0 0 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #BBB;
}



a.readmore {
	margin: 0 0 0 10px;
	font-weight: bold;	
}

a img {
	border: 0;	
}

a span {
	display: none;	
}

a[href$=".mp3"] {
	display: block;
	margin: 20px 0;
	height: 24px;
	background: url(images/mp3.gif) no-repeat;
	padding: 0 0 0 30px;
}

a.download_link {
	display: block;	
}

a:hover {
	text-decoration: underline;	
}

	.head_wrap {
		width: 940px;
		margin: auto;
		padding: 0 10px;
		overflow: hidden;	
	}

#clu_id {
	background: #ffcf01;
	border-top: 7px solid #250868;
	height: 34px;
	text-align: center;
}
	#clu_id_title {
		height: 34px;
		width: 960px;
		margin: auto;
		background: url(images/clu_id_bg.png) no-repeat 10px;	
	}

#kclu_header {
	height: 71px;
	background: #250868 url(images/kclu_header_bg.png) repeat-x;	
	text-align: center;
}
	
	#kclu_header h1 {
		background: url(images/KCLU_title.png) no-repeat center;
		height: 71px;
		width: 406px;	
		margin: 0;
		padding: 0;
		float: left;
	}
		
#navbar {
	height: 45px;
	background: #ceccdb url(images/navbar_bg.png) repeat-x;
	text-align: center;
}
	#navbar ul {
		padding: 0;
		margin: 0;
		list-style: none;
		overflow: hidden;	
		float: left;
	}
		#navbar ul li {
			padding: 0;
			margin: 0;
			float: left;
			
		}
		
		#navbar ul li a {
			display: block;
			height: 45px;
			background: url(images/nav_sprite.png) no-repeat;
		}
		#navbar ul li a:hover {
			opacity: 0.8;	
		}
			
			#navbar ul li a.news { background-position: 0px -45px; width: 76px; }
			#navbar ul li a.programs { background-position: -77px -45px; width: 119px; text-indent:-20000px; }
			#navbar ul li a.events { background-position: -196px -45px; width: 119px; text-indent:-20000px; }
			#navbar ul li a.about { background-position: -315px -45px; width: 86px; text-indent:-20000px; }
			#navbar ul li a.support { background-position: -401px -45px; width: 151px; text-indent:-20000px; }
			
			body#News #navbar ul li a.news { background-position: 0px 0px; width: 76px; }
			body#Programs #navbar ul li a.programs { background-position: -77px 0px; width: 119px; }
			body#Events #navbar ul li a.events { background-position: -196px 0px; width: 119px; }
			body#About_KCLU #navbar ul li a.about { background-position: -315px 0px; width: 86px; }
			body#Support_KCLU #navbar ul li a.support { background-position: -401px 0px; width: 151px; }
			
			#navbar ul li ul {
				position:absolute;
				float:none;
				display:none;
				background:#E9E8EF;
				border-top:0 none;
				border-bottom:1px solid #919193;
				border-left:1px solid #919193;
				border-right:1px solid #919193;
				margin:0;
				padding:0;
				z-index:1500;
				list-style:none;
				-webkit-box-shadow:0px 1px 10px rgba(0,0,0,0.6);
				box-shadow:0px 1px 10px rgba(0,0,0,0.6);
				-moz-box-shadow:0px 1px 10px rgba(0,0,0,0.6);
			}
			
			#navbar ul li ul li {
				float:none;	
				text-align: left;
				
			}
			#navbar ul li ul li a {
				height:auto;
				display:block;
				padding:5px 30px 5px 14px;
				color: #5a29cd;
				background: #E9E8EF;
			}
			#navbar ul li ul li a:hover {
				text-decoration:none;
				background:#CDCBED;
				color:#000;
			}
			
			#navbar ul li:hover ul {
				display:block;
			}
			
			#navbar ul li ul li.page_item a {
				width:auto;
				background-image:none;
				text-indent:0;
			}
			
		#navbar_side {
			float: right;
			padding: 8px 0 0 0;
			
		}
		
		.donate, .submit-button {
			display: block;
			color:#5a29cd;
			float: left;
			padding:6px 15px;
			margin:1px 15px 0 0;
			background-color:#FFA200;
			background-image: -moz-linear-gradient(100% 100% 90deg, #FFA200, #FDD11A);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDD11A), to(#FFA200));
			filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#FDD11A,endColorstr=#FFA200,GradientType=0);
			border-radius:6px;
			box-shadow:0 0 5px rgba(0,0,0,0.3);
			text-transform:uppercase;
			
			-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
			-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
			box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
		}
		
		.donate:hover, .submit-button:hover {
			background-image: -moz-linear-gradient(100% 100% 90deg, #ffb83c, #ffdd4f);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdd4f), to(#ffb83c));
			filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffdd4f,endColorstr=#ffb83c,GradientType=0);
			text-decoration:none;
			
			-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.7);
			-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.7);
			box-shadow: 0px 1px 6px rgba(0,0,0,0.7);
		}
		
		.donate:active, .submit-button:active {
			background-image: -moz-linear-gradient(100% 100% 90deg, #e7bf18, #de8d00);
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#de8d00), to(#e7bf18));
			filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#de8d00,endColorstr=#e7bf18,GradientType=0);
			color:#000;
		
			-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
			-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
			box-shadow: inset 0px 1px 3px rgba(0,0,0,0.7);
		
		}
		
		
		
		
	#listen_now {
		text-align: right;
		float: right;	
	}
		#listen_now p { 
			margin: 0;
			padding: 0;
			position: relative;
			top: 25px;
			color: white;
		}
		#listen_now a { color: #fc0 }
		#listen_now a.listen { 
			background: url(images/sound.png) no-repeat;
			padding: 3px 0 5px 25px;
			margin: 0 25px 0 0;
			text-decoration: none;
			color: #fc0;
			font-weight: normal;
			text-transform: uppercase;
		}

#content {
	margin: auto;
	width: 960px;
	text-align: left;
	padding: 30px 0 0 0;
	overflow: hidden;
}

#main {
	width: 620px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;	
}

h5.breaking {
	text-transform:uppercase;
	font:bold 20px/20px Arial;
	background:#F00;
	margin:0;
	color:#FFF;
	padding:10px 13px;
	background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#990000',GradientType=0 );
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	letter-spacing: 1px;	
}

#content h2, .blog-info h2 {
	font-weight: normal;
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 24px;	
}

#content h2.box_title {
	background: #2a155a;
	background: -moz-linear-gradient(top, #442E79 0%, #281751 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442E79), color-stop(100%,#281751)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442E79', endColorstr='#281751',GradientType=0 ); /* ie */
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	color: white;
	height: 36px;
	padding: 5px 15px 0 15px;
	margin: 0;
	
	text-shadow: 0px -1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);
}

#content h2.cat_title {
	border-bottom: 1px solid #dddddd;
	background: #E3E2EB;
	padding: 5px 15px 5px 15px;
	margin: 0;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


#content a.title {
	color: #333;
}

#content a.title:hover {
	text-decoration: none;
	color: #515151;
}

#flash_player {
	margin: 20px 0;	
}


.post_img {
	border: 1px solid gray;
	margin: 0px 0px 10px 0px;	
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;	
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;	
}

#content p {
	line-height: 1.4em;	
	margin:0 0 1em 0;
}
	#content p small { color: #999; }
	
	#content blockquote {
		font-size: 18px;
		font-style: italic;
		color: #666;	
	}
	
	#content a.audio-story {
		display:inline-block;
		-moz-box-shadow:1px 1px 3px #AAA;
		-webkit-box-shadow:1px 1px 3px #AAA;
		box-shadow:1px 1px 3px #AAA;
		width:auto;
		padding:8px 15px 6px 15px;
		margin:0 0 15px 0;
		font-size:13px; 
		font:bold 13px/15px "Gill Sans Std", "Gill Sans", Verdana, Arial, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
		color:#333; 
		background-color:#FFA200;
		background-image: -moz-linear-gradient(100% 100% 90deg, #FFA200, #FDD11A);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDD11A), to(#FFA200));
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#FDD11A,endColorstr=#FFA200,GradientType=0);
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		border:1px solid #888;
	}
	
	
	#content a.audio-story:hover {
		background-image: -moz-linear-gradient(100% 100% 90deg, #ffb83c, #ffdd4f);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdd4f), to(#ffb83c));
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffdd4f,endColorstr=#ffb83c,GradientType=0);
		
	}
	
	#content a.audio-story:active {
		background-image: -moz-linear-gradient(100% 100% 90deg, #e7bf18, #de8d00);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#de8d00), to(#e7bf18));
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#de8d00,endColorstr=#e7bf18,GradientType=0);
		margin:1px 0 14px 1px;
		-moz-box-shadow:0px -1px 3px #AAA;
		-webkit-box-shadow:0px -1px 3px #AAA;
		box-shadow:0px -1px 3px #AAA;
	}
	
	
	.wp-caption {
		border: 1px solid gray;
	}
	
	.wp-caption a {
		display: block;
		padding: 0;
		margin: 0;
		line-height: 1em;	
	}
	
	p.wp-caption-text {
		margin: 0 !Important;
		padding: 5px;
		font-size: 10px;
		background: gray;
		color: white;	
	}

	#content img.alignleft {
		float:left;
		margin:0 15px 0 0;
		border:1px solid #888;
		
	}
	
	h5.datetime {
		font-size: 12px;
		font-weight: normal;
		color: #555;
		margin: 0 0 1em 0;
	}
	
	h5.datetime img { display: inline; margin: 0 10px 0 0; }
	
	hr {
		border: none;
		height: 1px;
		background: #e7e6ee;
		margin: 0 0 20px 0;
	}
	
	.blog-content {
		margin-bottom: 60px;	
	}
	
	.blog-content h4, #main h4 {
		font:18px/20px Verdana;
		margin:30px 0 10px 0;
	}
	
	.blog-post h3 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 18px;
		color: #333;
		margin: 30px 0 10px 0;
	}
	
	#categories h3 {
		text-transform:uppercase;	
		font-size:13px;
	}
	
	
	.search_wrap {
		overflow: hidden;	
		width: 217px;
		float: left;
	}
	
	.search {
		width: 165px;
		margin: 4px 5px 0 10px;
		padding:2px 2px 2px 7px;
		float: left;	
		border-radius:10px;
		border:1px solid #AAA;
	}
	
	
	#searchsubmit {
		display: block;
		width: 21px;
		height: 21px;
		background: url(images/search.png) no-repeat;
		border: 0;
		cursor: pointer;
		float: right;
		margin: 4px 0 0 0;
	}
	
	

	/* Filter bar */
	
	#content .filter-bar {
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
			text-transform: capitalize;
		}
		
		
		#content .filter-bar>li {
			float: left;
			padding: 0;
			margin: 0 4px 0 0;
			padding: 0;
			display: block;
			color: #281751;
			background: #E9E8EF;
			background: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 );
			
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			
		}

		#content li.filter_title {
			display: block;
		}
		
		#content .filter-bar a:hover { text-decoration: none; opacity: 0.9; }
		
		#content .filter-bar>li.filter_on, #content .filter-bar>li.ui-tabs-selected {
			background: #281751;
			background: -moz-linear-gradient(top, #442E79 0%, #281751 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442E79), color-stop(100%,#281751));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442E79', endColorstr='#281751',GradientType=0 );
			color: white;
		}
		#content .filter-bar a {display:block; padding: 8px 20px; font-size:15px; font-weight:bold;}
		#content .filter-bar>li.filter_on a, #content .filter-bar>li.ui-tabs-selected a {color:#FC0; outline:0;}


	ul.section_links {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: square;	
	}
		ul.section_links li {
			margin: 0 0 5px 0;
			padding: 0;	
		}

.archives_wrap {
	float:left;
	width:270px;
	height:130px;
	padding:15px;
	margin:20px 15px 0 0;
	border:1px solid #AAA;
	border-radius:8px;
	background:#E9E8EF;
}


#sidebar {
	width: 560px;
	margin: 0 10px 0 10px;
	float: left;
}

#sidebar-thin {
	width: 300px;
	margin-right: 10px;
	float: left;
}

ul.clean_list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
	ul.clean_list li {
		padding: 0;
		margin: 0 0 5px 0;	
	}
	
	ul.lower {
		margin-top: 50px;
	}

.post_col {
	width: 360px;
	float: left;
	margin: 0 10px 0 10px;
}

.wide_col {
	width: 560px;
	float: left;	
}

.qtr_col {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.fifth_col {
	width: 300px;
	float: left;
}

.fifth_col_2 {
	width: 245px;
	float: left;
}

.tiny_col {
	float: left;
	width: 150px;
}

#footer .tiny_col {
	float: left;
	width: 130px;	
}

.head_col {
	
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

.col_wrap {
	overflow: hidden;
}

.micro_col {
	padding: 0 0 10px 5px;	
	float: left;
	text-align: left;
	line-height: 1em;
}
	.micro_col span {
		font-size: 10px;
		text-transform: uppercase;
		color: #999;
	}
	
	.micro_col strong {
		line-height: 1.25em;
		font-size: 21px;
		color: #444;
		font-weight: normal;	
	}
	
	.micro_col em {
		color: #888;
		font-size: 9px;
		font-style: normal;
	}
	
		
		
	.ui-tabs .ui-tabs-hide {
    	display: none;
	}
	
	.side_box {
		padding: 10px;
		margin: 0 0 10px 0;
	}
	
	.widget {
		border: 1px solid #b9b9b9;
		background: #e9e8ef;	
	}
	
		#sidebar .widget ul, #sidebar-thin .widget ul {
			margin: 0 0 0 20px;
			padding: 0;
			list-style: square;	
		}
			#sidebar .widget ul li, #sidebar-thin .widget ul li {
				margin: 0 0 5px 0;
				padding: 0;	
			}
			
		#sidebar .widget_datebook ul, #sidebar-thin .widget_datebook ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 11px;
	}
	
		#sidebar .widget_datebook ul li, #sidebar-thin .widget_datebook ul li {
			border-top: 1px solid #d9cba7;
			padding: 10px 5px;	
		}
	
	.widget_datebook {
		border: 1px solid #b7b7b7;
		padding: 0 10px 10px 10px;	
		overflow: hidden;
		background: #ffeec4;
	}
	
		.widget_datebook h3 a {
			display:block;
			width: 275px;
			height: 55px;
			margin-left:-8px;
			background: #ffeec4 url(images/date-book.png) no-repeat 10px 10px;
			text-indent:-20000px;
		}
	
	.widget_openxwpwidget {
		border: 0 none;
		background: white;
		padding: 0;	
	}
	
		.widget_openxwpwidget h3 {
			margin: 0;
			padding: 0;
			font-size: 9px;
			color: gray;
			font-weight: normal;
			text-align: center;	
			text-transform: uppercase;
		}
	
	.widget_categoryposts h3 {
		background: #2a155a;
		background: -moz-linear-gradient(top, #442E79 0%, #281751 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442E79), color-stop(100%,#281751)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442E79', endColorstr='#281751',GradientType=0 ); /* ie */
		color: white;
		padding: 5px 10px;
		margin: -11px -11px 10px -11px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;	
	}
	
	#content #sidebar-thin .widget_categoryposts h3 a {
		color:#FFF;
	}
	
	.widget_cat_widget {
		padding: 0;
		border: 0 none;
		background: inherit;
	}
	
	.widget_cat_widget h3 {
		background: #FFC800;
		background: -moz-linear-gradient(top, #FFC800 0%, #C39800 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC800), color-stop(100%,#C39800)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC800', endColorstr='#C39800',GradientType=0 ); /* ie */
		
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;

		color: #503D00;
		padding: 5px 5px 5px 10px;	
		margin: 0;
		font-size: 18px;
		
		border-bottom: 1px solid #E3E2EB;
		
		
		
		text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
		filter: dropshadow(color=#ffffff, offx=0, offy=1);	

	}
		#sidebar .widget_cat_widget ul {
			background: #F9F6FF;
			padding: 0;
			margin: 0;
			color: white;
			list-style: none;
			border:1px solid #BBB;
		}

			#sidebar .widget_cat_widget ul li {
				padding: 5px;
				margin: 0;
			}
				#sidebar .widget_cat_widget ul li a {
					
				}
				
				
			.widget_cat_widget div.excerpt_small {
				padding: 5px;
				font-size: 11px;	
			}
			#sidebar .widget_cat_widget div.excerpt_small a {
				
			}
			
			#content .widget_cat_widget div.excerpt_small p {
				margin: 0;
				color: #1D064A;
			}
	
				#content .widget_cat_widget a.small_title {
					font-weight: bold;
					margin: 0 0 0 5px;
					font-size: 13px;
				}

#footer {
	width: 960px;
	/*height: 150px;*/
	overflow: hidden;
	background: #1D0B47 url(/wp-content/themes/kclu/images/foot_bg.gif) repeat-x;
	clear: both;
	margin: 40px auto 0 auto;
	padding: 0 0 20px 0;
	font-size: 11px;
	color: white;
	text-align: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#footer h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 1em 0;
	color: white	
}

	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;	
	}
		#footer ul li {
			margin: 0 0 5px 0;
			padding: 0;	
		}
		
	#footer .footer_title {
		padding: 20px 0 0 20px;	
		margin: 0;
		width: 180px;
	}
	
	#footer .foot_end {
		margin: 0;
		text-align: right;
		padding: 20px 20px 0 0;
		width: 180px;
	}
	
	#footer a {
		color: white;
	}
	
	#footer_credits {
		width: 940px;
		margin: auto;
		text-align: left;
		padding: 5px 10px 40px 10px;	
	}
	
	#footer_credits p {
		margin: 0;
		padding: 0;	
		color: #555;
		font-size: 10px;
	}
	
	#footer_credits p small.left {
		float: left;
		font-size: inherit;
	}
	
		#footer_credits p small.right {
			float: right;
			font-size: inherit;
				
		}

#campaign {
	text-align:left;
	width:930px;
	height:103px;
	padding:15px;
	margin:20px auto -25px auto;
	background:#FED839;
	background: -moz-linear-gradient(top, #FFE479 0%, #FFCC01 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE479), color-stop(100%,#FFCC01)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE479', endColorstr='#FFCC01',GradientType=0 ); /* ie */
		
	border-radius:4px;
	box-shadow:0 0 7px rgba(0,0,0,0.4);
}
#campaign #broadcast_center {
	border:1px solid #777;
	float:left;
	margin:0 20px 0 0;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
#campaign #campaign_logo {
	float:right;
	margin:0 0 0 0;
	border:1px solid #999;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
#campaign h3 {
	font-size:26px;
	margin:0 0 0 0;
	padding-top:20px;
}
#campaign h4 {
	font-size:20px;
	font-weight:normal;
	margin:0 0 0 0;
}




#main ul.more-stories {
	margin-left:20px;
	padding:0;
}

#main ul.more-stories li {
	margin-bottom:10px;
}

#smart-archives-list ul li {
	margin-bottom:10px;
}
		
		
ul.rssfeed {
	list-style: none;
	margin: 0 0 20px 0;
	padding:0;
	width: 50%;
}

	ul.rssfeed li {
		height: 22px;
		padding: 0px 0 0 24px;
		margin: 0 0 1px 0;
		background: url(images/icons/feed.png) no-repeat #E3E2EB 3px 3px;
	}
		ul.rssfeed li:hover { background: url(images/icons/feed.png) no-repeat 3px 3px #E8E7F0; }
		
		ul.rssfeed li a {
			display: block;
			padding: 3px
		}
		
		
		.wpcf7-mail-sent-ok {
			border-radius: 3px;
			padding: 50px;
			background: #99db7a;
			color: #25570a;
			font-weight: bold;
			font-size: 24px;
			position: fixed;
			top: 30%;
			-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
			-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
			box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
		}
		
		body#Volunteering .qtr_col {
			height: 270px;
			width: 195px;
			overflow:visible;
		}
		
		.no-list {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.no-list>li {
				margin: 0 0 10px 0;	
			}
			
			.required { color: red; }