@charset "UTF-8";

#header {
	background-image: url(/images/bg.png);
	background-repeat:repeat-x;
	height: 80px;
	width: 100%;
	min-width:1030px;
}

.header-login{
  font-family: Optima, sans-serif, Verdana;
  font-size:10px;
  color:#FFF;
  text-align:right;
  width:100%;
  height:20px;
}
.header-login a{
  position:relative;
}

#headerpadding{
  height:60px;
}

#logo-header{
  margin-top:-7px;
}

.header-login a{
  color:#FFF;
  padding:0 3px;  
}
#rexburgspacer{
  float:right;
  width:273px;
}

.searchbar{
  width:200px;
  float:right;
  margin-top:28px;
}

.searchbar input{
  width:173px;
  float:left;
  position:relative;
  padding-right:19px;
}
#searchsubmit{
  background-image:url(/images/search.png);
  height:18px;
  width:10px;
  margin-left:-24px;
  margin-top:2px;
  border:none;
  background-repeat:none;
  cursor:pointer;
  background-repeat:no-repeat;
  background-color:transparent;
}

#center{
	height:100%;;
	width:1002px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	background-image: url(/images/nav.png);
	background-repeat:repeat-x;
	height: 30px;
	width: 100%;;
}

#weather{
	border:0;
  margin-top:-32px;
  margin-right:-147px;
  float:right;
  overflow:hidden;
  height:91px;
  width:331px;
}
#wea_image{
  width:175px;
  float:right;
}
#wea_text{
  margin: -100px 0 0 33px;
  text-align:left;
  color: #FFF;
  width:200px;
  font-family:optima, sans-sarif, verdana;
  font-size:35px;
  float:left;
}

#menu{
	width:100%;
	height:30px;
	min-width:1017px;
}
.menu{
	margin:0 auto;
	padding:0;
	height:30px;
	width:100%;
	display:block;
	background:url(/images/topMenuImages.png) repeat-x;
	vertical-align: middle;
}
.menu li{
	padding:0; 
	margin:0; 
	list-style:none; 
	display:inline;
}
.menu li a{
	float:left;
	padding-left:15px;
	display:block;
	color:#000;
	text-decoration:none;
	font:12px Optima, Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	background-image: url(/images/topMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	width: 152px;
	font-weight:bold;
}
.menu li a span{
	line-height:29px; 
	float:left; 
	display:block; 
	background:url(/images/topMenuImages.png) 100% 1px no-repeat;
	width:136px;
	text-align:center
	
}
.menu li a:hover{
	background-position:0px -60px; color:rgb(255,255,255);
}
.menu li a:hover span{
	background-position:100% -60px;
}
.menu li a.active, .menu li a.active:hover{
	line-height:30px; 
	font:12px Optima, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(/images/topMenuImages.png) 0px -91px no-repeat; 
	color:#FFFFFF;
}
.menu li a.active span, .menu li a.active:hover span{
	background:url(/images/topMenuImages.png) 100% -91px no-repeat;
}


#categorymenubar{
  height:25px;
  padding-top:5px;
}
.categorymenuitem{
  margin-right:1px;
  text-align:center;
  width:164px;
  font-size:12px;
  display:inline-block;
}
#campusmenu a{
  color:#F2C600;
}
#newsmenu a{
  color:#0070CB;
}
#lifestylemenu a{
  color:#2DA701;
}
#artsmenu a{
  color:#C0006A;
}
#sportsmenu a{
  color:#E64100;
}
#opinionmenu a{
  color:#464646;
}

#campusmenu{
  border-bottom:5px solid #F2C600;
}
#newsmenu{
  border-bottom:5px solid #0070CB;
}
#lifestylemenu{
  border-bottom:5px solid #2DA701;
}
#artsmenu{
  border-bottom:5px solid #C0006A;
}
#sportsmenu{
  border-bottom:5px solid #E64100;
}
#opinionmenu{
  border-bottom:5px solid #464646;
}