@charset "utf-8";
/*---------------------------------------------------------------------
VER 1.0 R1
AUTHOR: CHRIS CHIPPS - Media Services UTHSCSA
DATE:	08/23/2011
NOTES:	NOTHING YET
---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
HIDDEN INFO FOR NON CSS OR HTML READERS
---------------------------------------------------------------------*/
#hidden {
	position:absolute;
	left:-9999px; 
	color:#FFF;
}

noscript {
	color:#FFF;
}

/*---------------------------------------------------------------------
PRINT STYLE
---------------------------------------------------------------------*/
@media print	{
#navigation, #hidden	{
	display:none;
}
}

/*---------------------------------------------------------------------
FONT
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
LAYOUT
---------------------------------------------------------------------*/
html	{
	margin:0px;
	padding:0px;
}

body	{
	font-size:smaller;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	background:#6B7C8E;
	color:#3D4A59;
	margin:0px;
	padding:0px;
}

img {
	padding: 0px;
	margin: 0px;
	border:none;
}

/*---------------------------------------------------------------------
TEXT
---------------------------------------------------------------------*/
h1 	{font-size:200%;}					/*26px*/
h2 	{font-size:183.3%;} 				/*22px*/
h3 	{font-size:166.6%;} 				/*20px*/
h4 	{font-size:150%;} 					/*18px*/
h5 	{font-size:133.3%;} 				/*16px*/
h6 	{font-size:116.6%;} 				/*14px*/
p 	{font-size:100%;}					/*100% - 12px*/

h1, h2, h3, h4, h5, h6	{
	margin: 0px;
	padding:5px;
	letter-spacing:normal;
	line-height:normal;
	font-weight:normal;	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{
	text-decoration: none;
	color:#3D4A59;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited   {
	color:#3D4A59;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#1299B7;
	text-decoration: none;	
}

p, li, td, th, dt, dd, pre, code  {	
	line-height: normal;
	font-weight:normal;
	letter-spacing:normal;
}

p	{
	margin:0px;
	padding:5px;
	font-size:1em;
	line-height:2em;
}

a {
	color:#3D4A59;/*#666*/
	text-decoration: underline;
}

a:visited {
	color:#3D4A59;
}

a:hover {
	color:#1299B7;
}

ul{
	list-style-type: square;
	padding-left:76px;
}

li {
	margin-left:10px;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: square;
}

hr	{

	color:#e8e5d0;
	width:919px;

}

/*---------------------------------------------------------------------
FORMS
---------------------------------------------------------------------*/
form	{
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin:0px;
	padding:10px;
	border:1px solid #CECAA8;
}

legend	{
	margin:0;
	padding:10px;
	letter-spacing: normal;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 1.166;	
	color: #333;
}

button	{
	border: 1px solid #999;
	text-decoration: none;
	color: #FFF;
	padding:5px 25px 5px 25px;
	margin:.3em;
	font-weight:600;
	font-size:14px;
	background:#CC0B09;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button:hover	{
	border: 1px solid #CECAA8;
	color: #333;
	background:#F8F8F8;
	cursor: pointer;
}

input	{
	border:1px solid #CECAA8;
	font-size: 16px;
	font-weight:100;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	margin:5px;
	background:#fff;
}

textarea	{
	border:1px solid #CECAA8;
	font-size:16px;
	font-weight:100;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	margin:5px;
	background:#fff;
}

/*---------------------------------------------------------------------
TABLES
---------------------------------------------------------------------*/
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

/*---------------------------------------------------------------------
BREADCRUMS ERRORS AND MESSAGES
---------------------------------------------------------------------*/
.breadcrumb {
  padding:10px;
  padding-left:23px;
  margin:0px 23px;
  margin-bottom:10px;
  background: url(../images/breadcrumbs_bkg.png) top left repeat-x;
  font-weight:bold;
  text-decoration:none;
}

.breadcrumb a {
  font-weight:bold;
  text-decoration:none;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
  display:none;
}

.error {
  border-color: red;
}

/*---------------------------------------------------------------------
NAVIGATION - LOGO - SEARCH - MISSION
---------------------------------------------------------------------*/
/*

Navigation handled through nice menus, default hecsa menu is 
nice_menus_hecsa.css

*/

#logo {
  vertical-align: middle;
  border: 0;
}

#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}

#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}

#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}

#navlist a {
  font-weight: bold;
  color: #fff;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}

#subnavlist a {
  font-weight: bold;
  color: #9cf;
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}

#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

/*---------------------------------------------------------------------
CUSTOM MEMBERSHIP LOGIN
---------------------------------------------------------------------*/
#login	{
	position:absolute;
	right:26px;
	top:0px;
	color:#fff;
	background:#AFA87D url(../images/membership_login_bullet.png) center right no-repeat;
	font-weight:bold;
	padding:5px 10px;
	padding-right:25px;
	margin:0px;
}

#login a {	
	color:#fff;
	text-decoration:none;	
}

#login a:visited {	
	color:#fff;
	text-decoration:none;	
}

#login a:hover {
	color:#3D4A59;
	text-decoration:none;	
}

/*---------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------*/
#wrapper	{
	width:968px;
	margin:0px auto 30px auto;
}

#header-wrapper	{
	background:url(../images/bkg_top.png) top center no-repeat; 
	padding:0px;
	margin:0px;
	overflow:hidden;
	height:384px;
	position:relative;	
}

#content-wrapper	{
	background:url(../images/bkg_center_big.png) bottom center repeat-y;
}

#content {
	padding: 0px 23px;
	margin-top:20px;
	min-height:570px;
	position:relative;
	/*background:url(../images/bkg_center_big.png) top center repeat-y;*/
}

/*#header, #content {
  width: 100%;
}


#header {
 	
}*/
#header p {
	line-height: 20px;		
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  /*width set on the template, conditional used based on 1,2,3 column template */
  padding:0px;
  padding-top:0px;
  float:left;
 }

#main h1 {
	padding-bottom:8px;
	/*background:url(../images/h1_stripe.png) bottom left no-repeat;*/
	border-bottom:1px solid #e8e5d0;
}

#main h2 {
	padding-bottom:8px;
	/*background:url(../images/h1_stripe.png) bottom left no-repeat;*/
	border-bottom:1px solid #e8e5d0;
}

/*---------------------------------------------------------------------
SIDE BARS
---------------------------------------------------------------------*/
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
 padding:10px;
 vertical-align:top;
}

#sidebar-left {	
	float:left;
	margin-right:10px;
	background:url(../images/rightSide_bkgrnd_slice.png) top center repeat-y;
}

#sidebar-right-container	{
	padding: 0px;
	margin: 0px;
	background: #d7d3be url(../images/rightSide_bkgrnd.png) no-repeat center bottom;
	float: right;
	clear: right;
	width: 292px;
	overflow: hidden;
}

#sidebar-right {
	padding:10px 20px;
	margin:0px;
	background:transparent;
	width:252px;	
}

#sidebar-right h1, #sidebar-right h2	{
	border-bottom:1px solid #AFA87D;
	margin-bottom:7px;
}

#sidebar-right p	{
	font-weight:bold;
	margin:0px;
	padding:5px;
	font-size:13px;/*115%133 ff 116 ie*/

}


/*---------------------------------------------------------------------
CUSTOM BANNER LAYERS
---------------------------------------------------------------------*/
/* FIX: Drupal 6.22 scrubs out inline styles so, will post here,
classes and ids are ok*/
#home-banner	{
	background:url(../images/home_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#about-banner	{
	background:url(../images/about_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#history-banner	{
	background:url(../images/history_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#institutions-banner	{
	background:url(../images/institutions_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#partnerships-banner	{
	background:url(../images/partnership_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#financial-aid-banner	{
	background:url(../images/financialAid_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#helpful-links-banner	{
	background:url(../images/helpfulLinks_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#membership-banner	{
	background:url(../images/membership_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

#contact-banner	{
	background:url(../images/contact_banner.png) top center no-repeat;
	height:191px;
	margin:0px;
	padding:170px 500px 10px 55px;
}

/*---------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------*/
#footer {
  padding:1em 24px;
  padding-top:5em;
  font-size: 0.8em;
  min-height:23px;
  background:url(../images/bkg_footer_b.png) bottom center no-repeat;
}

/*---------------------------------------------------------------------
DEFAULT OLD DRUPAL TEMPLATE STYLES
---------------------------------------------------------------------*/
.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

.links {
  margin-bottom: 0;
  margin-left:5px;
}
.comment .links {
  margin-bottom: 0;
}

ul.links li {
  border-left: 1px solid #9cf; /* LTR */
  padding-left:0px;
  margin-left:0px;
}

ul.links li.first {
  border: none;
}

.site-name {
  font-size:2.3em;
  color: #fff;
  font-weight:normal;
}

.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  color: #369;
  text-decoration: none;
}

.site-slogan {
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
}

#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  /*font-size: 1.3em;
  color: #777;*/
  margin: 0px auto;  /* decrease default margins for h<x>.title */
 
}
.submitted {
  color: #999;
  font-size: 0.8em;
  padding:5px;
}
.links {
  color:#1299B7;
}
.links a {
  color:#1299B7;
  font-weight: bold;
  text-decoration:none;
  padding-left:0px;
}

.links a:hover {
  color:#3D4A59;
  font-weight: bold;
  text-decoration:none;
}

.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}

.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}

.block {
  margin-bottom: .25em;
}
.box  {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
/*   padding: .5em;
 background-color: #eee;
  border: solid 1px #ddd;*/
}
.node .content, .comment .content {
/*  margin: .5em 0 .5em;*/
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

/*---------------------------------------------------------------------
ADMIN PANEL
---------------------------------------------------------------------*/
.compact-link	{
	padding:5px;
	font-weight:bold;
}

div.admin-panel .description {
  color:#666;
}

div.admin-panel ul {
  padding-left:10px;
}

div.admin-panel dt 	{
  	font-weight:bold;
	padding:5px;
}

div.admin-panel .body {
  border:1px solid #CECAA8;
  color: #666;
}
div.admin-panel h3 {
  background-color: #AFA87D;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
