/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
	3.1. Main Navigation
	3.2. Sub Navigation
4.PAGES/SECTIONS SPECIFIC
	4.1. Buttons and Image Replacement
	4.2. Member Index/Public Homepage (Styles Apply to both, specific styles per sections see 4.3. and 4.4.)
		4.2.1. Modules
			4.2.1.1. Module 2
			4.2.1.2. Module 3
	4.3. Members (Private)
	4.4. Homepage (Public)
		4.4.1. Welcome Message
		4.4.2. Modules
			4.4.2.1. Module 2
			4.4.2.2. Module 3
	4.5. News
5.SPECIALS
	5.1. Image replacement
	5.2. Clear fix
*/

/* -- 1.GLOBAL -- */
* {margin: 0; padding: 0;}
body {
	background: #003d6d url(//www.texpac.org/images/layout/header-bg-repeat.jpg) top center repeat-x;
}

.no-screen {
	display: none;
}					

/* -- 2.LAYOUT -- */
#container {
	background: #003d6d url(//www.texpac.org/images/layout/fade-blocks.jpg) center 300px no-repeat;
}

#content {
	background: transparent url(//www.texpac.org/images/layout/container-bg.png) center center repeat-y;
	margin: 0 auto;
	padding: 20px 30px 30px 30px;
	width: 920px;
}

#footer {
	background: transparent url(//www.texpac.org/images/layout/content-bottom-cap.png) top center no-repeat;
	color: #849fb9;
	font-size: .8em;
	margin: 0 auto;
	min-height: 50px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 980px;
			
}
#footer .inner {
	background: transparent url(//www.texpac.org/images/layout/footer-bg.jpg) top center no-repeat;
	padding: 2.5em 0 .5em 0;
}

#header {
	background: transparent url(//www.texpac.org/images/layout/header-bg.jpg) top center no-repeat;
	position: relative;
	width: 100%;			
}
#header .inner {
	margin: 0 auto;
	min-height: 171px;
	position: relative;
	width: 960px;
}

#main-content {
	background-color: #fff;
	float: left;
	margin-right: 30px;
	padding: 20px;
	position: relative;
	width: 560px;
}
#main-content.full-width {
	width: 880px;
}
#sidebar {
	float: left;
	width: 285px;
}
#sidebar-modules {
	background: transparent url(//www.texpac.org/images/layout/sidebar-module-divider.png) top center no-repeat;
	margin: 2em 0 0 0;
	padding: 2em 0 0 0;
}
.sidebar-module {
	background: transparent url(//www.texpac.org/images/layout/sidebar-promo-bg.png) center center repeat-y;
}
.sidebar-module .sidebar-module-promo-header {
	background: transparent url(//www.texpac.org/images/layout/sidebar-promo-top-cap.png) top center no-repeat;
	padding: 20px 25px 0 25px;
}
.sidebar-module .sidebar-module-promo-content {
	background: transparent url(//www.texpac.org/images/layout/sidebar-promo-bottom-cap.png) bottom center no-repeat;
	padding: 0 25px 20px 25px;
}
#user-status 
{
	display: block;
	min-height: 25px;
	color: #751010;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 1em auto;
}

#utility-nav {
	float: right;
	margin-top: 5px;
}		

/* -- 3.NAVIGATION -- */
/* 3.1. Main Navigation */
div#main-nav {
	background: #740000 url(//www.texpac.org/images/navigation/main-nav-bg.png) top center repeat-x;
	font-size: 1em;
	font-weight: bold;
	min-height: 48px;
}
div#main-nav ul {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
div#main-nav ul li {
	display: block;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
}
div#main-nav ul li:first-child {
	margin-left: 0;
}
div#main-nav ul li a {
	color: #fff;
	display: block;
	margin: 0;
	text-decoration: none;
}
div#main-nav ul li a span {
	background: transparent url(//www.texpac.org/images/navigation/main-nav-divider.png) right 1px no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	margin: 2px 0 0 4px;
	padding: 12px 12px 10px 8px;
}
div#main-nav ul li a span.news {
	background: none;
	cursor: pointer;
	display: block;
	height: 24px;
	margin: 2px 0 0 4px;
	padding: 12px 12px 10px 8px;
}
div#main-nav ul li#main-nav-action-center a span {
	padding-right: 13px;
}
div#main-nav ul li#main-nav-alliance a span {
	padding-left: 9px;
	padding-right: 13px;
}
div#main-nav ul li#main-nav-students a span {
	padding-left: 9px;
	padding-right: 13px;
}
div#main-nav ul li#main-nav-events a span {
	padding-left: 9px;
	padding-right: 13px;
}
div#main-nav ul li#main-nav-news a span 
{
	/*background-image: none;*/
	padding-left: 9px;
	padding-right: 13px;
}
div#main-nav ul li.active a,
div#main-nav ul li a:hover,
div#main-nav ul li a:focus {
	background: transparent url(//www.texpac.org/images/navigation/main-nav-tab-left-cap.png) left top no-repeat;
}
div#main-nav ul li.active a span,
div#main-nav ul li a:hover span,
div#main-nav ul li a:focus span,
div#main-nav ul li#main-nav-news:hover a span {
	background: transparent url(//www.texpac.org/images/navigation/main-nav-tab-right-cap.png) right top no-repeat;
	color: #193D69;
}
			
/* 3.2. Sub Navigation */
#sub-nav {
	background: transparent url(//www.texpac.org/images/navigation/sub-nav-bg.png) center center repeat-y;
}
#sub-nav .inner {
	background: transparent url(//www.texpac.org/images/navigation/sub-nav-top-cap.png) top center no-repeat;
}
#sub-nav ul {
	background: transparent url(//www.texpac.org/images/navigation/sub-nav-bottom-cap.png) bottom center no-repeat;
	list-style: none;
	margin: 0;
	padding: 20px;
}
#sub-nav ul li {
	background: transparent url(//www.texpac.org/images/navigation/sub-nav-divider.png) center bottom no-repeat;
	margin: 0;
	padding: 0;
}
#sub-nav ul li a {
	background: transparent url(//www.texpac.org/images/navigation/sub-nav-divider.png) center bottom no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
#sub-nav ul li.active,
#sub-nav ul li a:focus,
#sub-nav ul li a:hover {
	background: transparent url(//www.texpac.org/images/navigation/sub-nav-bg-hover.jpg) center bottom no-repeat;
}

/* -- 4.PAGES/SECTIONS SPECIFIC -- */
.full-width #user-status {
	text-align: center;
	position: absolute;
	top: 10px;
	right: 20px;
}
/* 4.1. Buttons and Image Replacement */
p.signature {
	float: right;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: right;
}
p.admin-button {
	margin: .5em 0 0 0;
	padding: 0;
}
p.admin-button a {
	background: transparent url(//www.texpac.org/images/buttons/admin-button-left-cap.png) left top no-repeat;
	color: #fff;
	display: block;
	height: 29px;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	width: 142px;
}
p.admin-button a span {
	background: transparent url(//www.texpac.org/images/buttons/admin-button-right-cap.png) right top no-repeat;
	display: block;
	height: 25px;
	font-weight: bold;
	padding: 4px 0 0 8px;
}
p.admin-button#update-your-info {
	float: right;
}
p.admin-button#go a {
	width: 43px;
}

/* 4.2. Member Index/Public Homepage */
body.homepage #footer {
	background-image: none;
}
body.homepage #sidebar {
	background-color: #fff;
	min-height: 320px;
	padding: 10px 20px;
	width: 245px;
}

/* 4.2.1. Modules */
body.homepage #homepage-modules {
	background: transparent url(//www.texpac.org/images/layout/content-bottom-cap.png) top center no-repeat;
	color: #fff;
	margin: 0 auto;
	width: 960px;
}
body.homepage #homepage-modules .homepage-module {
	background: transparent url(//www.texpac.org/images/layout/homepage-module-bg.jpg) top center no-repeat;
	float: left;
	font-size: .9em;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	width: 272px;
}

/* 4.2.1.1. Module 2 */
body.homepage #homepage-modules .homepage-module#homepage-module-2 {
	margin-left: 20px;
	margin-right: 20px;
}

/* 4.2.1.2. Module 3 */
body.homepage #homepage-modules .homepage-module#homepage-module-3 {
	background: #FAF9F2 url(//www.texpac.org/images/layout/module-corner-bg.jpg) bottom left no-repeat;
	color: #003D6D;
	font-size: .9em;
	margin: 0;
	min-height: 280px;
	padding: 0;
	width: 280px;
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 .inner-module {
	background: transparent url(//www.texpac.org/images/layout/module-corner-top.jpg) top left no-repeat;
	padding: 0 10px 0 105px;
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 .inner-module#alliance {
	padding-top: 5px;
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 .inner-module#students {
	background: transparent url(//www.texpac.org/images/layout/homepage-module-corner-divider.png) top center no-repeat;
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 h3 {
	color: #003D6D;
	font-weight: normal;
	font-size: 2.2em;
	height: 100px;
	margin: 0 0 -65px -90px;
	padding: 10px 0 0 90px;
	text-transform: none;
}

body.homepage #homepage-modules .homepage-module#homepage-module-3 h3 a {
	color: #003D6D;
	text-decoration: none;
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 p a {
	color: #003D6D;
	/*text-decoration: none;*/
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 .inner-module#alliance h3 {
	background: transparent url(//www.texpac.org/images/icons/hand-grouping.png) left 20px no-repeat;
	margin-top: 20px;
}
body.homepage #homepage-modules .homepage-module#homepage-module-3 .inner-module#students h3 {
	background: transparent url(//www.texpac.org/images/icons/book-stack.gif) left 25px no-repeat;
}


/* 4.3. Member (Private) */
body.homepage#private img#member-welcome-photo {
	border: solid 4px #ccc;
	float: left;
}
body.homepage#private #main-content {
	background: #fff url(//www.texpac.org/images/layout/homepage-message-bg.png) bottom right no-repeat;
	border: solid 5px #fff;
	height: 311px;
	margin: 0 15px 0 0;
	/*padding: 15px;*/
	padding: 10px 10px 0;
	width: 590px;
}
body.homepage#private #welcome-message {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	width: 390px;
}

/* 4.4. Homepage (Public) */
body.homepage#public .outer {
	background: transparent url(//www.texpac.org/images/navigation/main-nav-bg.png) top center repeat-x;
	padding-top: 20px;
}
body.homepage#public #content {
	padding: 20px 20px 30px 15px;
	position: relative;
	z-index: 10;
	width: 925px;
}
body.homepage#public #main-content {
	background: transparent url(//www.texpac.org/images/layout/welcome-message-fade-bg.png) center center no-repeat;
	border: none;
	height: 331px;
	margin-right: 15px;
	padding: 12px;
	width: 608px;
}
body.homepage#public #sidebar {
	background-color: transparent;
	min-height: 353px;
	padding: 0;
	position: relative;
	margin:0;
	width: 276px;
}
body.homepage#public #sidebar #login-container {
	background: transparent url(//www.texpac.org/images/layout/member-login-bg.jpg) bottom center no-repeat;
	margin: 10px 0 0 0;
	min-height: 150px;
	padding: 10px 20px;
}

body.homepage#public #sidebar #sidebar-news-section {
	padding: 0 20px;
	position: relative;
	bottom: 0;
	width: 236px;
}
body.homepage#public #sidebar #sidebar-news-section a.rss-feed-news {
	background: transparent url(//www.texpac.org/images/icons/rss-small-shadow.png) center center no-repeat;
	height: 32px;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	top: 0;
	width: 32px;
}

/* 4.4.1. Welcome Message */
body.homepage#public #welcome-message {
	float: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
body.homepage#public #welcome-message .welcome-message-description {
	background: transparent url(//www.texpac.org/images/layout/welcome-message-fade-bg.png) left center repeat-y;
	color: #000;
	font-size: 2em;
	left: 0;
	line-height: 1.2;
	padding: 10px 10px 10px 25px;
	position: absolute;
	top: 120px;
	width: 290px;
}
body.homepage#public #welcome-message .welcome-message-description p {
	margin: 0;
}

/* 4.4.2. Modules */
body.homepage#public #homepage-modules {
	background-image: none;
	width: 970px;
}
body.homepage#public #homepage-modules .homepage-module#homepage-module-1,
body.homepage#public #homepage-modules .homepage-module#homepage-module-2 {
	background: transparent url(//www.texpac.org/images/layout/homepage-public-module-bg.jpg) top center repeat-y;
	min-height: 241px;
	margin-top: 15px;
	padding: 10px 20px 20px 20px;
	position: relative;
	width: 282px;
}
body.homepage#public #homepage-modules .homepage-module#homepage-module-2 {
	margin-left: 10px;
	margin-right: 10px;
}

/* 4.4.2.1. Module 2 */
body.homepage#public #homepage-module-2.homepage-module ul#find-us-icons {
	bottom: 10px;
	margin: 0;
	padding: 0;
	position:absolute;
}

/* 4.4.2.2. Module 3 */
body.homepage#public #homepage-modules #homepage-module-3.homepage-module .inner-module {
	padding: 0 25px;
}

/* 4.5. News */
.news-block {
	margin-bottom: 40px;
}


/* 5.SPECIALS */
/* 5.1. Image replacement */
span.replace, #skip-nav {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;		
}
#skip-nav {
	background: #A6A49B url(//www.texpac.org/images/layout/masthead-bg-fade.jpg) top center repeat-y;
	height: 9px;
	text-indent: -9999em;
	width: 100%;
}
#skip-nav ul {
	list-style: none;
}
						
/* 5.2. Clear fix */
.clear:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear{
	display: block;
}
/*  \*/
.clear{
	min-height:1%;
}
* html .clear{
	height:1%;
}
/*  */			