/* --- GLOBAL STYLES FOR CHAPMAN BLOGS --- */
body {
	font-family: sans-serif;
	font-size: 100%/1.4em;
	}
/* global nav, global footer */	
#cu_global_blogs_nav, #cu_global_blogs_footer {
	background: #000;
	height: 40px;
	width: 100%;
	font-family: "myriad-pro", sans-serif !important;
	font-weight: 400;
	font-size: 100% !important;
	}
	#cu_global_blogs_footer { position: relative; z-index: 20000; }
	#cu_global_blogs_footer p {
		text-align: left;
		float: left;
		line-height: 40px;
		color: #fff !important;
		text-transform: uppercase;
		}
	#cu_global_blogs_nav ul, #cu_global_blogs_footer ul { 
		margin: 0 !important;
		padding: 0 !important;
		text-align: left;
		}
		#cu_global_blogs_nav ul { margin-left: -8px; }
		#cu_global_blogs_footer ul {
			display: inline;
			width: auto;
			float: right;
			}
	#cu_global_blogs_nav li, #cu_global_blogs_footer li { 
		display: inline; 
		line-height: 40px;
		margin: 0 5px 0 0; 
		padding: 0 !important;
		text-transform: uppercase;
		font-size: 10px !important;
		font-family: "myriad-pro", sans-serif !important;
		font-weight: 400 !important;
		}
		#cu_global_blogs_nav li.first { margin-left: -8px; }
		#cu_global_blogs_nav li { }
		#cu_global_blogs_footer li { margin: 0 0 0 10px; }
		#cu_global_blogs_footer a {
			color: #fff !important;
			}
		#cu_global_blogs_nav li a { 
			padding: 0; 
			color: #e4e3e0;
			padding: 6px 8px; 
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			}
			#cu_global_blogs_nav li a:hover { 
				background: #363636; 
				border-bottom: 1px solid #4a4a4a; 
				padding-bottom: 3px; 
				text-shadow: 0 1px #000;
				}
			#cu_global_blogs_nav li a span {
				color: #ababab;
				font-size: 14px;
				}
	#cu_global_blogs_nav form, div.search form {
		position: absolute;
		right: 0;
		top: 0;
		margin: 8px 0 0 0;
		}
		#cu_global_blogs_nav form input, div.search form input {
			background: #f2f2f2;
			line-height: auto;
			padding: 4px 5px !important;
			color: #a6a29c;
			text-shadow: 0 1px #fff;
			font-size: 12px !important;
			border: none;
			border-bottom: 1px solid #ffffff;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			float: right;
			width: 200px;
			margin: 0 !important;
			font-family: "myriad-pro", sans-serif !important;
			}
			#cu_global_blogs_nav form input.submit, div.search form input.submit {
				width: 17px;
				height: 17px;
				margin: 0;
				padding: 4px 0 0 7px !important;
				position: absolute;
				top: 0;
				right: 4px;
				background: transparent;
				margin: -2px 0 0 0 !important;
				border: none;
				}
			#cu_global_blogs_nav #mobile_search {
				position: absolute;
				top: 7px;
				right: 7px;
				width: 24px;
				height: 23px;
				background: #363636;
				display: none; 
				border-bottom: 1px solid #4a4a4a; 
				text-shadow: 0 1px #000;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				border-radius: 2px; 
				}
				#cu_global_blogs_nav #mobile_search #icon {
					position: absolute;
					background: #363636 url(/wp-content/chapman_shared_images/search_icon_mobile.png) 0 0;
					width: 17px;
					height: 17px;
					top: 2px;
					right: 3px;
					}
					#cu_global_blogs_nav #mobile_search.close #icon {
						background: url(/wp-content/chapman_shared_images/mobile_search_close.png) no-repeat;
						top: 4px;
						right: 2px;
						}
/* end global nav */

/* global footer */
#address {
	float: left;
	font-size: 68%;
	font-family: myriad-pro, sans-serif !important;
	font-weight: 400;	
	}
#links li { 
	font-size: 80%;
	font-family: myriad-pro, sans-serif !important;
	font-weight: 400;
	display: inline;
	text-transform: uppercase;
	font-size: 75%;
	line-height: 40px;
	margin: 0 0 0 10px; 
	padding: 0;
	}
		
#weather{
    float: right;
    height:80px;
    width:140px;
	}
    
#weather .weather img{
    float: right;
	}
    
#weather .weather .temp{  
    float: right;
    display: inline;
    color:#4A4949;
    line-height:50px;
	color: #4a4949;
	font-size: 80%;
	font-family: helvetica, sans-serif;
	text-shadow: 0 1px 0 #fffcf7;
	}
#copyright {
	font-size: 80%;
	text-align: left !important;
	color: #4a4949;
	text-shadow: 0 1px 0 #fffcf7;
	width: 300px !important;
	position: absolute;
	margin: 13px 0 0 0;
	left: 0;
	}
	footer #copyright p {
		text-align: left !important;
		}
/* end global footer */

/* --- END GLOBAL STYLES FOR CHAPMAN BLOGS --- */
