
/* ---------------------------------------------------------
Styles for Texas Tech University Gateway Page
Author: David Guillory, Sibley/Peteet Design - Austin
Created: August 2005
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}
.this-stylesheet-will-be-ignored-by-NN4 {
	\width: auto;
	}
html, body, div, p, form, input, textarea {
	font: 11px/15px Arial,Helvetica,Verdana,sans-serif;
	color: #333;
	}
body {
	background: #900 url(http://www.ttu.edu/images/gateway/background.gif) repeat-y 0 0;
	}
label,
#skip-links {
	display: none;
	}
a {
	color: #C00;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#sidebar-column li,
#two-column-wrapper li,
#activities-story li {
	list-style: none;
	padding-left: 10px;
	background: url(http://www.ttu.edu/images/gateway/bullet.gif) no-repeat 0 6px;
	}
.imgswap,
.learn-more {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
    _text-indent /**/:/**/0;
    _line-height /**/:/**/9999em;
	}
	/* hide from Mac IE 5 \*/
	.imgswap,
	.learn-more { overflow: hidden; }
	/* End Mac IE 5 hack */


/* BASIC STRUCTURE ------------------------------------------ */

#wrapper {
	width: 900px;
	}
#masthead {
	position: relative;
	z-index: 1000;
	border-bottom: 10px solid #fff;
	height: 100px !important;
	_height /**/:110px;
	background: #000 url(http://www.ttu.edu/images/gateway/masthead-1.jpg) no-repeat left top;
	}	
#nav-main {
	width: 170px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	background: #c00;
	}
#content-main {
	width: 460px;
	float: left;
	margin: 0 0 0 10px;
	background: #fff;
	}
#sidebar-column {
	width: 230px;
	float: left;	
	margin: 0 0 0 10px;
	background: #ccc;
	}
#footer {
	clear: both;
	background: #fff url(http://www.ttu.edu/images/gateway/footer.gif) no-repeat 10px 10px; /* value for Mac IE 5 */
	padding: 20px 10px 20px 60px;
	border-top: 10px solid #fff;
	_height: 1%;
	}
	/* hide from Mac IE 5 \*/
	#footer { background-position: 10px 0; }
	/* End Mac IE 5 hack */
	

/* MASTHEAD ------------------------------------------ */

#logo {
	position: absolute;
	left: 19px;
	top: 19px;
	width: 285px;
	height: 62px;
    background: url(http://www.ttu.edu/images/gateway/logo.gif) no-repeat left top;
	}
#search-box {
	position: absolute;
	left: 670px;
	top: 41px;
	}
#q {
	color: #666;
	padding: 2px 0 0 3px;
	_padding: 0 0 0 3px;
	width: 167px;
	height: 13px !important;
	_height:15px;
	background: #fff;
	border: none;
	}
#search-box input.button {
	position: absolute;
	top: 2px;
	_top: 3px;
	left: 180px;
	}
#search-options {
	position: absolute;
	top: 25px;
	left: 0;
	}
#search-options h3 {
	width: 126px;
    height: 20px;
    background: url(http://www.ttu.edu/images/gateway/more-search-options.gif) no-repeat left top;
	}
#search-options:hover h3,
#search-options.sfhover h3 {
	background-position: 0 -35px;
	}
#search-options ul {
	position: absolute;
	left: -9999px;
	padding: 10px;
	list-style: none;
	background: #fff;
	border: 1px solid #000;
	width: 150px !important;
	_width /**/: 170px;
	}
#search-options:hover ul,
#search-options.sfhover ul {
	left: -1px;
	}
#search-options ul li {
	line-height: 20px;
	color: #c00;
	_float /**/: left;
	_width /**/: 100%;
	}
#search-options ul li input {
	margin-right: 4px;
	}
	

/* NAVIGATION ------------------------------------------ */

#nav-main a {
	text-decoration: none;
	}
#nav-main h3 {
	height: 32px;
	background-color: #900;
	}
#info-for {
	background: url(http://www.ttu.edu/images/gateway/information-for.gif) no-repeat left top;
	}
#university-info {
	background: url(http://www.ttu.edu/images/gateway/university-information.gif) no-repeat left top;
	}
ul.nav-list a {
	color: #fff;
	}
ul.nav-list,
ul.nav-list ul {
	_float/**/: left;
	list-style: none;
	}
ul.nav-list li {
	position: relative;
	z-index: 1000;
	_float/**/: left;
	width: 170px;
	}
ul.nav-list li a {
	display: block;
	padding: 5px 10px;
	background: url(http://www.ttu.edu/images/gateway/more-border-arrow.gif) no-repeat left bottom;
	text-decoration: none;
	width: 150px !important;
	_width /**/:170px;
	}

ul.nav-list li a.external,
ul.nav-list li a.external:hover { 
	background: url(http://www.ttu.edu/images/gateway/external-border-arrow.gif) no-repeat right bottom;
}
	
ul.nav-list li:hover,
ul.nav-list li.sfhover {
	background-color: #900;
	}
ul.nav-list li:hover a,
ul.nav-list li.sfhover a {
	color: #fff;
	background-image: url(http://www.ttu.edu/images/gateway/more-border-arrow-on.gif);
	}
ul.nav-list li a.more {
	background-position: right bottom;
	}
		/* 2nd nav level */
		ul.nav-list ul {
			margin-left: 170px;
			position: absolute;
			background-color: #ccc;
			border: 1px solid #c00;
			border-left-width: 0;
			top: 0;
			left: -9999px;
			width: 172px !important;
			}
		ul.nav-list li:hover ul,
		ul.nav-list li.sfhover ul {
			left: auto;
			}
		ul.nav-list li li,
		ul.nav-list li li:hover,
		ul.nav-list li li.sfhover {
			background-color: #ccc;
			}
		ul.nav-list li li a,
		ul.nav-list li:hover li a,
		ul.nav-list li.sfhover li a {
			margin: 3px 5px;
			padding: 2px 10px 2px 5px;
			color: #333;
			background-image: none;
			}
		ul.nav-list li li:hover a,
		ul.nav-list li li.sfhover a {
			color: #fff;
			background-color: #c00;
			}
		ul.nav-list li li a.external,
		ul.nav-list li:hover li a.external,
		ul.nav-list li.sfhover li a.external,
		ul.nav-list li li:hover a.external:hover,
		ul.nav-list li li.sfhover a.external:hover {
			background: url(http://www.ttu.edu/images/gateway/extlink.gif) no-repeat 98% 50%;
			}
		ul.nav-list li li:hover a.external:hover,
		ul.nav-list li li.sfhover a.external:hover {
			color: #fff;
			background-color: #c00;	
			}
				/* 3rd nav level */
				ul.nav-list li:hover li ul,
				ul.nav-list li.sfhover li ul {
					left: -9999px;
					}
				ul.nav-list li li:hover ul,
				ul.nav-list li li.sfhover ul {
					left: auto !important;
					_left /**/:10px;
					top: -4px;
					_top: -1px;
					border-width: 1px;
					}
				ul.nav-list li li:hover li a,
				ul.nav-list li li.sfhover li a {
					color: #333;
					background-color: #ccc;
					}
				ul.nav-list li li li:hover a,
				ul.nav-list li li li.sfhover a {
					color: #fff;
					background-color: #c00;
					}
.merch-links {
	list-style: none;
	}
.merch-links a {
	background-color: #900;
	margin: 10px;
	width: 150px;
	height: 28px;
	}
#merch-chancellor-search {
	background: url(http://www.ttu.edu/images/gateway/merch-chancellor-search.gif) no-repeat left top;
	}
#merch-visit-texas-tech {
	background: url(http://www.ttu.edu/images/gateway/merch-visit-texas-tech2.gif) no-repeat left top;
	}
#merch-give-to-texas-tech {
	background: url(http://www.ttu.edu/images/gateway/merch-give-to-texas-tech2.gif) no-repeat left top;
	}
#merch-ttu-system {
	background: url(http://www.ttu.edu/images/gateway/merch-ttu-system2.gif) no-repeat left top;
	}
#merch-ttu-hsc {
	background: url(http://www.ttu.edu/images/gateway/merch-ttu-hsc.gif) no-repeat left top;
	height: 41px;
	}
#merch-ttu-hsc-short {
	background: url(http://www.ttu.edu/images/gateway/merch-ttu-hsc-short2.gif) no-repeat left top;
	}

/* CONTENT ------------------------------------------ */

#content-main h1 {
    background: url(http://www.ttu.edu/images/gateway/gateway-intro-1.jpg) no-repeat left top;
    height: 204px;
	_width: 100%;
	_float: left;
	}
#intro-links {
	list-style: none;
	height: 31px;
	margin-bottom: 10px;
	}
#intro-links li {
	display: inline;
	float: left;
	}
#intro-presidents-welcome {
	width: 139px;
	background: url(http://www.ttu.edu/images/gateway/intro-presidents-welcome.gif) no-repeat left top;
	}
#intro-tech-facts {
	width: 75px;
	background: url(http://www.ttu.edu/images/gateway/intro-tech-facts.gif) no-repeat left top;
	}
#intro-history-and-traditions {
	width: 133px;
	background: url(http://www.ttu.edu/images/gateway/intro-history-and-traditions.gif) no-repeat left top;
	}
#intro-sights-and-sounds {
	width: 113px;
	background: url(http://www.ttu.edu/images/gateway/intro-sights-and-sounds.gif) no-repeat left top;
	}
#intro-links li a {
	float: left;
	height: 31px;
	background-color: #c00;
	}
#intro-links li a:hover {
	background-position: 0 -31px;
	}
#two-column-wrapper {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #fff url(http://www.ttu.edu/images/gateway/dotted-t-border.gif) no-repeat 0 bottom;
	}
	#two-column-wrapper:after {  /* For most non-IE browsers, this encloses the two floating columns completely in the wrapper */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility:hidden;
	}
	#two-column-wrapper {display: inline-block;}  /* Fix for IE Mac */
	/* Hides from IE Mac 5 \*/
	* html #two-column-wrapper {height: 1%;}
    /* End IE Mac 5 Hack */
	
#two-column-left,
#two-column-right {
	width: 230px;
	float: left;
	}
#two-column-wrapper h2 {
	height: 70px;
	background-color: #ccc;
	}
#two-column-left h2 {	
	background: url(http://www.ttu.edu/images/gateway/begin-your-journey.gif) no-repeat left top;
	}
#two-column-right h2 {
	background: url(http://www.ttu.edu/images/gateway/realize-your-potential.gif) no-repeat left top;
	}
#two-column-wrapper p,
#two-column-wrapper ul {
	margin: 15px 10px;
	}
#activities-story {
	margin: 20px 0;
	background: url(http://www.ttu.edu/images/gateway/photo-rock-climbing.jpg) no-repeat left top;
	}
#activities-story h2 {
	height: 43px;
	background: url(http://www.ttu.edu/images/gateway/imagine-a-place.gif) no-repeat left top;
	margin: 0 10px 15px 0px;
	}
#activities-story p,
#activities-story ul {
	margin: 15px 10px 15px 126px;
	}
	

/* SIDEBARS ------------------------------------------ */

.learn-more {
	height: 8px;
	margin: 7px 0 12px 0;
	background: url(http://www.ttu.edu/images/gateway/learn-more.gif) no-repeat left top;
	}
#sidebar-column h4 {
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#sidebar-column p,
#sidebar-column ul {
	margin: 10px;
	}
#research-story {
	position: relative;
	height: 235px;
	overflow: hidden;
	}
#research-story img {
	width: 230px;
	height: 70px;
	border-width: 0;
	}	
#research-story h4 {
	margin: 9px 10px 0 10px;
	_margin-top: 5px;
	font-size: 10px;
	line-height: 14px;
	color: #c00;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#research-story p {
	margin: 7px 10px;
	}
#research-story .learn-more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 71px;
	margin: 0 0 11px 10px;
	}
#red-raiders {
	padding: 10px 0;
	background: #fff url(http://www.ttu.edu/images/gateway/red-raiders.gif) no-repeat 0 10px;
	height: 70px !important;
	_height /**/:90px;
	}
.sidebar-news h4,
.sidebar-quote h4 {
	background-color: #c00;
	padding: 10px;
	}
.sidebar-quote p {
	font-weight: bold;
	}
.sidebar-quote i {
	font-weight: normal;
	}
.sidebar-story div {
	position: relative;
	background-color: #c00;
	height: 70px;
	}
	/* hide from Mac IE 5 \*/
	.sidebar-story div { overflow: hidden; }
	/* End MacIE 5 hack */
.sidebar-story div img {
	border-width: 0;
	height: 70px;
	width: 70px;
	}
.sidebar-story div h4 {
	position: absolute;
	left: 70px;
	bottom: 10px;
	margin: 0 10px;
	}
	

/* FOOTER ------------------------------------------ */

#footer ul,
#footer p,
#footer a {
	color: #999;
	}
#footer a:hover {
	color: #666;
	}
#footer ul {
	list-style: none;
	margin: 0 0 10px 0;
	}
#footer li {
	padding-left: 10px;
	background: url(http://www.ttu.edu/images/gateway/footer-bullet.gif) no-repeat 0 6px;
	}
#footer p {
	margin: 0 0 2px 0;
	}