@import 'http://www.utahbyair.com/photoshelter/photoshelter.css';
@import 'http://www.utahbyair.com/photoshelter/text-psc.css';

BODY {
	margin: 0px 0 0 0;
	color: #000;
	background: #ffffff;
}

H1, H2 { color: #555; }

A {
	color: #000;
	text-decoration: underline;
	outline: none;
}

A:hover {
	color: #666;
	text-decoration: none;
}

#nav {
	float: left;
	width: 100%;
	font-size: 11px;
	background-color: #000;
	clear: both;
}

#nav UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 101;
}

#nav A {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#nav #navMain LI {
	float: left;
	width: auto;
}

#nav #navMain LI:hover, #nav #navMain LI.ieHover {
	background-color: #3ebcf0 !important;
}

#nav #navMain LI.navOn {
	background-color: #00A0F0;
}

#nav #navMain LI A {
	float: left;
	text-transform: uppercase;
	padding: 5px 15px;
}

#nav #navRight LI {
	display: inline;	
}

#nav #navRight LI A, #nav #navRight LI SPAN {
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	line-height:22px;
	padding:5px 10px;
}

#nav #navRight LI A {
	color: #fff;
	text-transform: uppercase;
}
#nav #navRight LI A:hover {
	background-color: #666;
}

#nav #navRight LI A.navLogin {
	padding-right: 18px;
	padding-left: 18px;
	background: #666;
}

#searchNav { 
	clear: both;
	float: left;
	width:100%;
	background: #00A0F0;
}

#searchNav form {
	float: left; 
	position: relative;
	width: 932px;
	padding: 10px 14px;
	}
	
#searchNav INPUT#searchTerms {
	float: left;
	width: 551px;
	padding: 4px 3px 4px;
	margin: 0 0 0 5px;
	border: 0;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#searchNav LABEL {
	float: left;
	display: none;
}

/* ######## PSC-style base.css ######## */

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding: 14px 0 0;
	position: relative;
}

#header H1 {
	display: inline;
	float: left;
	width: 283px;
	height: 32px;
	margin: 0 0 10px 14px;
	
}

#header H1 A {
	display: block;
	width: 283px;
	height: 32px;
	background: url(/img/tpl/logo-ps.gif) no-repeat;
	text-indent: -9999px;	
}

#header UL#topNav {
	margin: 0 95px 0 0;
	padding: 18px 0 0 0;
}

#header UL#topNav LI {
	display: inline;
}

#header UL#topNav LI a {
	float: left;
	text-indent: -9999px;
	margin: 0 0 0 30px;
}

#header UL#topNav LI a#archive {
	width: 146px;
	height: 14px;
	background: url(/img/tpl/bg-link-pa.gif) 0 1px no-repeat;
	
}

#header UL#topNav LI a#archive:hover {
	background-position: 0 -14px 
}

#header UL#topNav LI a.current {
	background-position: 0 -14px !important 
}

div#psIcon {
	width: 50px;
	height: 45px;
	position: absolute;
	right: 14px;
	top: 0;
	background: url(/img/tpl/icon-ps.gif) no-repeat;
	}

#content {
	position: relative;
	padding: 14px 14px 14px;
	background: #fff;
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	height: 89px;
	background: url(/img/tpl/bg-footer-pub.gif) repeat-x 0 0;	
}

#footer UL {
	padding: 24px 14px 3px;
	margin: 0;
	text-align: right;	
}

#footer UL LI {
	display: inline;
}

#footer UL LI A {
	padding: 0 7px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer UL LI A:hover {
	text-decoration: underline;
}

#footer P {
	float: right;
	padding: 0 18px 0 0;
	color: #8C8C8C;
	font-size: 77%;
}

#footer SPAN {
	float: left;
	width: 339px;
}

/* ######## page-specific  styles ######## */

UL.homeLink {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

UL.homeLink LI {
	padding: 0;
	margin: 5px 0;
}

UL.homeLink A {
	text-decoration: none;
	font-size: 12px;
}
	
UL.homeLink A:hover {
	text-decoration: underline;
}

/* ######## legacy styles ######## */

.news {
	font-size: 11px;
	margin-bottom: 15px;
	padding: 0px;
}

.news .date {
	width: 80px;
	padding-right: 3px;
	float: left;
	color: #555;
}

.news .desc {
	float: left;
	padding-left: 5px;
	border-left: 1px solid #657F1F;
	width: 300px;
}

