/* $Id: custom.css,v 1.1.2.3 2010/04/02 15:39:15 himerus Exp $ */
/**
 * Omega, for Drupal 6.x
 * Jake Strawn - http://himerus.com
 * Project Page - http://drupal.org/project/omega
 * 
 * The custom.css provides overrides for module based CSS for various items.
 * This is the last CSS to be included in the Omega base theme, unless using additional
 * CSS in the sub theme level. 
 *
 * I prefer to keep this file light and ONLY module related, but in your sub theme, it could
 * be a decent place for those final overrides you may need to do on any elements
 *
 * Omega CSS Table of Contents for custom.css
 *
 * 1.) Geshi Code Filter CSS
 * 2.) Vertical Tabs CSS
 * 3.) Block Layouts
 * 4.) 
 * 5.) 
 * 6.) 
 * 7.) 
 */
 
/** ################# Geshi Code Filter CSS ####################### */
/**
 * The main purpose for the Geshi Filter styles are for my personal use, and use in the demo version
 * of the Omega theme to style up code snippets a bit more pretty.
 */
 
.geshifilter {
	font-size: 9px;
	margin: 0;
  padding: 10px;
  line-height: 1.2em;
  border: 1px solid #CCC;
  background: #EEE;
}

.block code, .block .geshifilter {
  margin: 0;  
}

/** ################# Vertical Tabs CSS ####################### */
/**
 * I found during development that the default vertical tabs positioning was breaking, so some overrides
 * were in order in case the Omega theme, or a sub-theme is used for administrative tasks & content editing
 * rather than using something like the admin module/slate theme.
 */
.vertical-tabs {
	border:1px solid #CCCCCC;
	margin:1em 0;
	background: #FFF;
}

.vertical-tabs-list {
	border-top:0;
	float:left;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:0;
	position:relative;
	width:18em;
}

.vertical-tabs-panes {
  padding: 0 !important;	
}

fieldset.vertical-tabs-pane {
	background: #FFF;
  padding: 0;
  font-size: 0.9em;
}

.vertical-tabs-list li {
	background:#EEEEEE none repeat scroll 0 0;
	border-color:-moz-use-text-color #CCCCCC #CCCCCC;
	border-style:none solid solid none;
	border-width:0 1px 1px;
	height:1%;
	margin:0;
	padding:0;
}

.vertical-tabs-list li.last { 
  border-style: none solid none none;
}

.vertical-tabs-list li:hover { 
  background: #D9FFF2;
}



#main-wrapper  {
	font-family: Georgia, 'Times New Roman', serif;
}

#main-wrapper p {
	margin-bottom:10px;
	font-size:1.1em;
	line-height:1.5em;
}



/* HOMEPAGE CSS */


/* Item <p> styles */

#block-views-Homepage_stream-block_1 p {
	margin-top:10px;
	font-size:1.1em;
	line-height:1.5em;	
	margin-bottom:0px;
}


.postinfo {
	width:75px;
	float:left;
	margin-right:10px;
	color:#694628;
	text-align:center;
}

.postinfo .month {
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif;
	text-transform:uppercase;
	font-size:1.75em;
	line-height:70%;
	padding-left:10px;
	
}

.postinfo .day {
	font-family:'Ubuntu', Arial, sans-serif;
	font-weight:bold;
	font-size:2.5em;
	line-height:70%;
	padding-left:10px;
	margin-bottom:4px;
}

.postinfo .comments {
	padding-left:10px;
}

.postinfo .comments a {
background-image: url(../images/comment-bubble.png);
background-repeat: no-repeat;
background-position: 1px 2px;
font-family:Arial, sans-serif;
font-size:.9em;
padding-left: 15px;

}

/* EACH HOMEPAGE FEED ITEM DIV */
.view-Homepage-stream .view-content .views-row {
	padding-top:25px;
	padding-right:10px;
}

.view-Homepage-stream .view-content .views-row h1 {
	font-size:1.75em;
	line-height:100%;
}

/*FIRST HOMEPAGE ITEM ONLY*/
.view-Homepage-stream .view-content .views-row-first {
	
}

/*DIV FOR TITLE AND TEASER OF ITEM */

.view-Homepage-stream .views-field-field-teaser-value {
	padding-left:85px;
}


/* SOCIAL NETWORK BUTTONS ON HOMEPAGE */

.twitter-share-button {
	margin-left:10px;
}

.fb-like {
	margin-left:20px;
	margin-top:4px;
}



/* MEDIA CENTER - removing bottom margin  */

.page-media-center .node {
	margin-bottom:0px;
}


/* LATEST BLOG POSTS block formatting */

.view-latest-blogposts .view-header p {
	background-color:#8f74b4; 
	color:#FFF; 
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif; 
	padding-left:5px; 
	margin-bottom:0px; 
	font-size:2em;
}

.view-latest-blogposts .view-content {
	background-color:#ddcbf6;
	padding:5px;
	font-family:'Ubuntu', Arial Narrow, sans-serif;
	font-weight:bold;
}

.view-latest-blogposts .views-field-created {
	font-size:.8em;
	color:#764db0;
}

.view-latest-blogposts .views-field-title {
	font-size:1em;
}


/* LATEST PRESS RELEASES block formatting */

.view-latest-releases .view-header p {
	background-color:#8f74b4; 
	color:#FFF; 
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif; 
	padding-left:5px; 
	margin-bottom:0px; 
	font-size:2em;
}

.view-latest-releases .view-content {
	background-color:#ddcbf6;
	padding:5px;
	font-family:'Ubuntu', Arial Narrow, sans-serif;
	font-weight:bold;
}

.view-latest-releases .views-field-created {
	font-size:.8em;
	color:#764db0;
}

.view-latest-releases .views-field-title {
	font-size:1em;
}


/* IN THE NEWS block formatting */

.view-latest-inthenews .view-header p {
	background-color:#8f74b4; 
	color:#FFF; 
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif; 
	padding-left:5px; 
	margin-bottom:0px; 
	font-size:2em;
}

.view-latest-inthenews .view-content {
	background-color:#ddcbf6;
	padding:5px;
	font-family:'Ubuntu', Arial Narrow, sans-serif;
	font-weight:bold;
}

.view-latest-inthenews .views-field-created {
	font-size:.8em;
	color:#764db0;
}

.view-latest-releases .views-field-title {
	font-size:1em;
}



/* NEWSLETTERS block formatting */

#sidebar-last .view-newsletters-page .view-header p {
	background-color:#8f74b4; 
	color:#FFF; 
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif; 
	padding-left:5px; 
	margin-bottom:0px; 
	font-size:2em;
}

#sidebar-last .view-newsletters-page .view-content {
	background-color:#ddcbf6;
	padding:5px;
	font-family:'Ubuntu', Arial Narrow, sans-serif;
	font-weight:bold;
}

#sidebar-last .view-newsletters-page .views-field-created {
	font-size:.8em;
	color:#764db0;
}

#sidebar-last .view-newsletters-page .views-field-title {
	font-size:1em;
}

#main-content .view-newsletters-page p {
	margin-bottom:0px;
}

#main-content .view-newsletters-page .readmore {
	margin-bottom:10px;
}




/* ENDA issue block formatting */

#sidebar-last .view-issues-latest-enda .view-header p {
	background-color:#8f74b4; 
	color:#FFF; 
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif; 
	padding-left:5px; 
	margin-bottom:0px; 
	font-size:2em;
}

#sidebar-last .view-issues-latest-enda .view-content {
	background-color:#ddcbf6;
	padding:5px;
	font-family:'Ubuntu', Arial Narrow, sans-serif;
	font-weight:bold;
}

#sidebar-last .view-issues-latest-enda .views-field-created {
	font-size:.8em;
	color:#764db0;
}

#sidebar-last .view-issues-latest-enda .views-field-title {
	font-size:1em;
}

#main-content .view-newsletters-page p {
	margin-bottom:0px;
}

#main-content .view-newsletters-page .readmore {
	margin-bottom:10px;
}






/* NBJC Network block*/

#block-block-8 {
	background-color:#FFF;
}

#block-block-8 .title {
	font-family:Ubuntu, Arial; 
	color:#1e0046; 
	font-size:1.1em;
	padding: 0 15px 10px 15px;
}

#block-block-8 .date-source {
	font-family:Ubuntu, Arial; 
	font-size:.9em;
	color:#694628; 
	font-weight:bold;
	padding:0 15px;
}

#block-block-8 .date-source a {
	color:#8f74b4;
	text-transform:uppercase;
}


/* Take Action block */

.take-action-header {
	background-color:#990000; 
	color:#FFF; 
	font-family:'Ubuntu Condensed', Arial Narrow, sans-serif; 
	padding-left:5px; 
	margin-bottom:0px; 
	font-size:2em;
}


#main-content ul,
#main-content ol {
  margin-left: 1em;
}


/* removing the left-margin for brown pager */

.not-front #main-content .item-list ul.pager {
	margin-left:0px;
}