/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #ffffff;
color: #111;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	width: 1000px;	
	margin: auto;
	padding-top: 10px;
}

	#head{
		position: relative;
		height: 98px;	
	}
	
		#logo{
			float: left;
			width: 435px;
			height: 89px;
			text-indent: -9999em;
			background: url(img/UMFCU_logo.jpg) top left no-repeat;
		}
		
		#login{
			float: right;
			width: 191px;	
			text-align: left;
			
		}
		
			#login h1{
				height: 28px;
				text-indent: -9999em;
				background: url(img/title-login.gif) top left no-repeat;
			}
			
			#login p{
				padding: 8px 8px 14px 8px;
				background: #EBEBEB;
				font-size: 11px;
				border: 1px solid #000;
				-moz-border-radius: 0 0 8px 8px;
				-webkit-border-bottom-right-radius: 8px;
				-webkit-border-bottom-left-radius: 8px;
			}
			
			#login a{
				color: #000;
				text-decoration: underline;
			}
			
			#login .submit{
				float: right;
				border: 0;
				height: 26px;
				width: 44px;
				margin-top: -35px;
				text-indent: -9999em;
				background: url(img/btn-login.gif) top left no-repeat;
			}
		
		#head-links{
			float: none;
			padding: 10px 15px 0 0;	
			position: absolute;
			margin: 0px 0 0 400px;
		}
		
			#head-links a{
				color: #000;
			}
	
	
			#head-links2{
			float: none;
			padding: 10px 10px 10px 10px;	
			position: absolute;
			margin: 30px 0 0 415px;
			color: #000;
			font-size: 16px;
			background-color: #F00;
		}
		
			#head-links2 a{
				color: #660000;
			}
	
	.mainlinks{
		color: #000000
	}
	
	.mainlinks a:hover{
		color: #990000
	}
	
	
	#nav{
		position: relative;
		height: 31px;
		background: #AF1414;
		margin-bottom: 9px;	
		z-index: 10;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	
		#nav li{
			float: left;
			padding: 0 5px 0 5px;	
			position: relative;
			text-align: left;
		}
		
		#nav li a{
			float: left;
			font-size: 1.1em;
			color: #fff;
			padding: 7px 8px 0 8px;
			height: 24px;
		}
		
		#nav li a:hover{
			text-decoration: none;
			background: #FF0000;
		}
		
		#nav li ul{
			position: absolute;
			display: none;
			top: 31px;
			left: 5px;
			width: 180px;			
			background: #FF0000;
		}
		
		#nav li:hover ul{
			display: block;
		}
		
		#nav li ul li a:hover{
			background: #AF1414;
		}
		
		#nav li ul li{
			float: none;
			height: auto;	
			padding: 0;
		}
		
		#nav li ul li a{
			float: none;
			display: block;
			padding; 5px 0 5px 8px;
			color: #fff;
		}
	
	
	
	#page{
		padding: 0 17px 17px 17px;
		overflow: hidden;
		position: relative;
	}
	
	
	
		#sidebar{
			float: left;
			width: 185px;
			padding: 6px;
			background: #ECEEED;
			border: 1px solid #111;
			text-align: left;
			margin-top: 0px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		
			#sidebar h3{
				position: relative;
				font-size: 1.5em;
				font-weight: bold;
			}
			
			.widget{
				padding-bottom: 12px;
				margin-bottom: 10px;
				background: url(img/li-bg.gif) bottom left repeat-x;
			}
			
				.widget p{
					position: relative;
					overflow: hidden;
				}
				
				.widget .text{
					float: left;
					width: 120px;
					padding: 6px 10px 0 10px;
					height: 20px;
					font-size: 11px;
					background: url(img/input-bg.gif) top left no-repeat;
					border: 0;
				}
				
				.widget .button{
					float: right;
					width: 32px;
					height: 26px;
					border: 0;
					margin-top: 0px;
					background: url(img/btn-go.gif) top left;
				}
					
				.widget .go{
					float: right;
					width: 32px;
					height: 26px;
					border: 0;
					background: url(img/btn-go.gif) top left;
				}
				
				.widget .join{
					float: right;
					width: 80px;
					height: 26px;
					border: 0;
					background: url(img/btn-join.gif) top left;
				}
				
				.widget select{
					float: left;
					width: 140px;
					padding: 2px 4px 3px 2px;
					height: 26px;
					font-size: 12px;
					background: url(img/input-bg.gif) top left no-repeat;
					border: 0;
				}
				
				.widget label{
					display: block;
					padding-bottom: 7px;
				}
				
				.widget ul{
					padding-bottom: 6px;
				}
				
				.widget li{
					line-height: 1.7em;
					padding: 0 0 2px 6px;				
					background: url(img/li-bg.gif) bottom left repeat-x;
				}
				
				.widget li span{
					float: right;
					padding-right: 8px;
				}
				
				.widget strong{
					font-weight: bold;	
				}
				
				.wdget li a{
					color: #3125AD;
					text-decoration: underline;
				}
		
		
		
		#content{
			float: right;
			width: 758px;
		}
		
			#splash{
				position: relative;
				padding-bottom: 10px;	
			}
			
				#splash img{
					display: block;
				}
			
			
			.entry{
				position: relative;
				text-align: left;
				padding-bottom: 35px;
			}
			
				.entry h1{
					font-size: 1.8em;
					
				}
				
				.entry h2{
					font-size: 1.6em;	
				}
				
				.entry h3{
					font-size: 1.3em;	
				}
				
				.entry strong{
					font-weight: bold;
				}
				
				.entry a{
					color: #AF1414;
					text-decoration: underline;	
				}
				
				.entry em{
					font-style: italic;
				}
				
				.entry ul{
					padding-bottom: 1em;
					line-height: 1.5em;	
					list-style: inside disc;
				}
				
				.entry ol{
					padding-bottom: 1em;
					line-height: 1.5em;	
					list-style: inside decimal;
				}
				
				.entry p{
					padding-bottom: 1em;
					line-height: 1.5em;	
				}
				
				.entry blockquote{
					padding: 12px;
					border: 1px solid #000;
					background: #ECEEED;
					margin-left: 25px;
					-moz-border-radius: 8px;
					font-size: 14px;
					font-style: italic;
				}
			
				
			#scroll{
				position: relative;
				padding: 6px 0 6px 0;
				border: 2px solid #888;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			
				#scroll ul{
					position: relative;
					height: 173px;
					padding-left: 28px;
				}
				
					#scroll li{
						float: left;
						width: 170px;
						height: 173px;
						padding-right: 6px;
					}
					
					#scroll li a{
						float: left;
						width: 170px;
						height: 173px;
					}
					
					#scroll li a img{
						float: left;
					}
					
					#scroll-left{
						position: absolute;
						top: 6px;
						left: 6px;
						width: 18px;
						height: 173px;
						background: url(img/go-left.gif) top left no-repeat;
					}
					
					#scroll-right{
						position: absolute;
						top: 6px;
						right: 6px;
						width: 18px;
						height: 173px;
						background: url(img/go-right.gif) top left no-repeat;
					}
			
			#info{
				position: relative;
				overflow: hidden;
				padding: 15px 0 15px 0;	
				text-align: left;
			}
			
				#info1{
					float: left;
					padding: 0 20px 0 110px;
					width: 280px;	
					background: url(img/fl1.gif) left center no-repeat;
					height: 58px;
					line-height: 1.2em;	
					font-size: 11px;
					line-height: 14px;
					text-decoration: none;

				}
				
				#info2{
					float: left;
					padding: 0 20px 0 55px;
					width: 210px;	
					background: url(img/fl2.gif) left center no-repeat;
					height: 58px;
					line-height: 1.2em;	
					font-size: 11px;
					line-height: 14px;
					text-decoration: none;
				}
				
				#coop{
					float: right;
					height: 58px;
					width: 55px;
					background: url(img/fl3.gif) top left;
				}
			
			#foot-links{
				text-align: right;
			}
			
				#foot-links a{
					font-size: 11px;
					margin: 0 5px 0 5px;
					color: #000;
				}
			
















