/*
 * Phoenix Page CSS
 * @author Keegan Watkins
 * 
 * Styles for new pages on the 16 column, centered layout
 */

/* Page wrappers */
.pnx-body {
	background: #ccc;
}

.pnx-page-wrap {
	background:#fff;
	width:980px;
	margin:0 auto 12px auto;
	padding:12px;
	box-shadow: 0 0 10px #888;-moz-box-shadow: 0 0 10px #888;-webkit-box-shadow: 0 0 10px #888;
}

/* Global header */
.global-header {
	margin-bottom:24px;
    position:static;
}
.global-header-masthead {
	position:relative;
}

.global-header-masthead .global-header-masthead-locale {
	position:absolute;
	bottom:8px;
	right:0;
}

.global-header-masthead .global-header-masthead-locale a {
	font-size:11px;
}

.global-header-masthead .global-gateway {
	padding:2px 0 2px 20px;
	background:transparent url('/images/icons/neutral/ggateway_icon.gif') no-repeat;
}

.global-header-nav {
	margin-top:12px;
	position:relative;
}

.global-header-nav-primary {
	height:25px;
	background:transparent url('/images/pnx/page/global-header-nav.png') repeat-x;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position:relative;
	z-index:2;
}

.global-header-nav-primary ul {
	margin:0 6px;
}

.global-header-nav-primary li {
	list-style-type:none;
	line-height:25px;
	float:left;
	margin-bottom:0;
}

.global-header-nav-primary li a {
	padding:0 6px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}

.global-header-nav-primary li.active a, .global-header-nav-primary li.active a:hover {
	background: url('/images/pnx/page/global-header-nav.png') repeat-x 0 -75px;
}

.global-header-nav-primary li a:hover {
	background: url('/images/pnx/page/global-header-nav.png') repeat-x 0 -50px;
}

.global-header-nav-primary li a:active {
	background: url('/images/pnx/page/global-header-nav.png') repeat-x 0 -25px;
}

.global-header-nav-primary li.global-header-search {
	float:right;
	margin-right:6px;
	margin-bottom:0;
}

.global-header-nav-secondary {
	position:relative;
	top:-5px;
	z-index:1;
	height:30px;
	_height:25px;
	background:#F2F2F2;
	border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;
}

.global-header-nav-secondary ul {
	margin:0 12px;
	position:relative;
	top:10px;
	_top:6px; /* IE6 */
	margin-bottom:0;
}

.global-header-nav-secondary li {
	list-style-type:none;
	float:left;
	margin-right:12px;
	margin-bottom:0;
}

.global-header-nav-secondary li a {
	color:#000;
}

.global-header-nav-secondary .global-header-nav-up {
	margin-right:0;
	float:right;
}

.global-header-nav-secondary .global-header-nav-up-wrap a {
	color:#044123;
}

.global-header-breadcrumb {
	font-size:10px;
	color:#000;
	padding-left:12px;
}

.global-header-search p {
	line-height:1;
	margin-bottom:0;
}

.global-header-search .search-txt {
	border:1px solid #999999;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	height:16px;
	padding:0 4px;
	color:#999999;
	position:relative\9; /* IE6-8 */
	top:1px\9; /* IE6-8 */
}

.global-header-search .search-txt-active {
	color:#000;
}

.global-header-search .search-btn {
	position:relative;
	top:4px;
}

/* Global footer */
.global-footer {
	color:#666;
}

.global-footer-section ul {
	margin-top:20px;
}

.global-footer-section li {
	list-style-type:none;
}

.global-footer-phone {
	height:44px;
	line-height:44px;
	background:transparent url(/images/pnx/page/global-footer-phone-number.png) repeat-x 0 0;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding-left:20px;
}

.global-footer-phone p {
	line-height:44px;
}

.global-footer-social {
	position:relative;
}

.global-footer-social ul {
	margin-top:0;
}

.global-footer-social li {
	border-bottom:1px solid #ccc;
	padding:2px 0 6px 24px;
	background:transparent url(/images/pnx/page/social-icons.png) no-repeat 0 0;
}

.global-footer-social li.facebook {
	background-position:0 0;
}

.global-footer-social li.twitter {
	background-position:0 -55px;
}

.global-footer-social li.feeds {
	background-position:0 -110px;
}

.global-footer-social li.youtube {
	background-position:0 -165px;
}

.global-footer-social li.community {
	background-position:0 -220px;
}

.global-footer-social li.linkedin {
	background-position:0 -275px;
}

.global-footer-social li.blogs {
	background-position:0 -330px;
}

.global-footer-social li.mylv {
	background-position:0 -385px;
}

.global-footer-social li.youku {
background-position: 0 -440px;
}

.global-footer-social li.weibo {
background-position: 0 -496px;
}

.global-footer-social li.last {
	border-bottom:none;
}

.global-footer-phone .cta {
	font-size:16px;
}

.global-footer-section {
	background:transparent url(/images/pnx/page/global-footer-section.png) repeat-x 0 0;
	padding:20px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}

.global-footer a, .global-footer a:visited {
	color:#666;
}

.global-footer-external {
	position:absolute;
	bottom:0;
	right:0
}

.global-footer-external img {
	margin-left:6px;
}

.global-legal p {
	margin-bottom:0;
	font-size:10px;
}
