/* $Id: text.css,v 1.6.2.4 2010/03/27 23:10:17 himerus Exp $ */
/**
 * Omega, for Drupal 6.x
 * Jake Strawn - http://himerus.com
 * Project Page - http://drupal.org/project/omega
 * 
 * The text.css file should not contain any styles other than basic
 * font manipulation. 
 */
 
/** ################# Custom CSS Styles ####################### */
body {
  font: 13px/1.5 Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
  color: #202124;
  text-decoration: underline;
}

a:hover {
  color: #0062A0;
  text-decoration: none;
}

a:active, a.active {
  color: #202124;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

h1, h2, h3, h4, h5, h6 {
  /*letter-spacing: -0.05em;*/
  font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	line-height:120%;
	margin-bottom:0;
	
}

h1 {
  font-size: 30px;

}

h2 {
  font-size: 28px;
}

/* make it a bit smaller for block headers */
.block h2 {
  font-size: 18px;
  margin: 0;	
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
	list-style:disc;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  /*margin-bottom: 20px;*/
}

dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}

dl {
  
}

ul.nice-menu {
	height:40px;
}

ul.nice-menu li {
	padding-left:0;
	padding-right:0;
	
}

ul.nice-menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em; /* 1.33 */
	display:inline-block;
	height:33px;
	padding:7px 10px 0 10px;
	vertical-align:middle;
}

ul.nice-menu li:hover {
	
	background-color:#306;
	background-image:url(../images/main-menu-bg.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
}

ul.nice-menu li ul li a {
	height:auto;
	padding-bottom:5px;
	font-size:1em;
	font-weight:normal;
	padding-right:0px;
}



a:link, a:visited {
	color:#441582;
	text-decoration:none;
}
a:active, a:hover {
	color:#795CAB;
	text-decoration:none;
}


/* READ MORE > LINKS ON HOMEPAGE */

a.readmore {
	color:#441582;
	text-decoration:none;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
}



/* Pager */

.front .item-list ul.pager {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	margin-top:10px;
	background:url(../images/pager-homepage-bg.gif) repeat-y top left;
	color:#FFF;
}

.not-front .item-list ul.pager {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	margin-top:10px;
	background:url(../images/pager-bg.gif) repeat-y top left;
	color:#FFF;
	margin-left:0px;
}

.item-list ul.pager a:link, .item-list ul.pager a:visited {
	color:#FFF;
}

/*making sure the pager doesn't show up on admin lists */








/* "Submitted" info at the top of posts */

.submitted {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	color:#333;
	margin-bottom:5px;
}


.rtecenter {
	text-align:center;
}




#footer-last {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	
}

#footer-last a:link, #footer-last a:visited {
	color:#FFF;
	font-size:1.1em;
}

#footer-last a:hover, #footer-last a:active {
	color:#FFF;
	font-size:1.1em;
	text-decoration:underline;
}




/* Footer styles */

tr.footer-sub {
	
}

#footer-table td {
	padding:0 0.5em;
}


#footer-sub p {
	padding-top:7px;
	color:#8f74b4;
	line-height:130%;
}

#footer-sub a:link, #footer-sub a:visited {
	color:#8f74b4;
	text-decoration:none;
}


#footer-sub a:hover, #footer-sub a:active {
	color:#8f74b4;
	text-decoration:underline;
}


/*MAIN BLOG PAGE */

.view-id-blog .views-field-title {
	
}




/* Media Center Press Releases text */
.view-mediacenter-releases, .view-mediacenter-inthenews {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}




/* Latest updates on Issues pages */

.view-issues-latest-hbcu, .view-issues-latest-marriage-equality, .view-issues-latest-dadt, .view-issues-latest-hiv-aids, .view-issues-latest-enda, .view-issues-latest-bullying {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}


/* Remove extraneous date marker for Newsletter pages */

.newsletter .submitted {
	display:none;
}