/* CSS for seiu.org Fall 2008 theme - codename MORNEAU
   *
   * additionally called from Action pages on action.seiu.org
   *
   * referenced images should be at /design/morneau/ 
   * 
   * Author: Erik Moe
*/

/* Load external test CSS */
@import "http://www.seiu.org/design/bsd-temp/mainsite-test.css";

body {
	font-size: 62.5%; /* Resets 1em to 10px */
       *font-size: 10px; /* modify for IE */
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", sans-serif;
	text-align: center;
	}
	
#container {
	width: 960px;
	background: url('/design/morneau/body1200-sidebar.jpg') repeat-y -30px 0px;
	margin: 0px auto;
	padding: 0px 20px;
	text-align: left;
	}

#container.nosidebar {
	background: url('/design/morneau/body1200.jpg') repeat-y -30px 0px;
	}

img, a img {
	border: 0px transparent;
	}

/* HEADER */

#header {
	width: 960px;
	margin: 0px;
	padding: 0px 0px;
	background: url('/design/morneau/header-signup.jpg') no-repeat -50px 0px;
	text-align: left;
	height: 87px;
	}

#header.no-signup {
	margin: 0px;
	padding: 0px 0px;
	background: url('/design/morneau/header-blank.jpg') no-repeat -50px 0px;
	text-align: left;
	height: 87px;
	}

#header h1 {
	display: block;
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px;
	}

#header-signup {
	float: right;
	width: 270px;
	text-align: left;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	}
		
.headformtext {
	background: #fff;
	border: 1px solid #ccc;
	color: #7e7e7e;
	}

#header-signup #head-email {
	width: 236px;
	font-size: 1.1em;
	padding: 4px;
	}
		
#header-signup #head-zipcode {
	width: 128px;
	position: relative;
	top: -2px;
	font-size: 1.1em;
	padding: 4px;
	}

#header-signup #head-submit {
	position: relative;
	top: 5px;
	left: 8px;
	}

/* NAVIGATION BARS and GENERIC SUBHEADERS */

#navbar {
	text-align: left;
	text-transform: uppercase;
	list-style: none;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	width: 960px;
	height: 36px;
	background: url('/design/morneau/header-blank.jpg') no-repeat -50px -87px;
	}

#navbar ul {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	}
	
#navbar li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#navbar li a {
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #431163;
	border-left: 1px solid #e2e2e2;
	height: 36px;
	}

#navbar li a.first {
	border: none;
	}

#navbar li a.last {
	}

#navbar li a.navitemEspanol {
	margin: 0px 0px 0px 70px;
	border: none;
	position: relative;
	top: -4px;
	}

#navbar li a.navitemEspanol img {
	
	}

#navbar li a.navitemEspanol:hover {
	position: relative;
	top: -3px;
	background: none;
	}

#navbar li a.active {
	}

#navbar li a:hover {
	background: #fff;
	}

#subheader {
	background: url('/design/morneau/subheader-blank.jpg') no-repeat;
	text-align: right;
	padding: 4px 0 20px 0;
	height: 32px;
	border-bottom: 1px solid #ccc;
	}

#subheader.redbar {
	background: url('/images/subheader-blank-red.jpg') no-repeat;
	padding: 4px 0 10px 0;
	border-bottom: 0px solid #fff;
	}

#subheader a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 2.0em;
	margin-right: 10px;
	}

#subnavbar {
	display: inline;
	position: relative;
	top: -20px;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.85em;
	}

#subnavbar {
	}

#subnavbar li {
	display: inline;
	padding: 4px 5px 4px 10px;
	text-align: left;
	}

#subnavbar li a {
	color: #666;
	text-decoration: none;
	}

#subnavbar li a:hover {
	text-decoration: underline;
	}

/* END navigation bars and generic subheaders */


#alpha .blogHead  {
	background: url(/design/morneau/subheader-blog.jpg) no-repeat !important;
	padding: 0px 0px 0px 0px;
        border: none;
        height: 100px;
	}

#subheader.pressHead  {
	background: url('http://www.seiu.org/design/morneau/subheader-press.jpg') no-repeat;
	padding: 0px 0px 0px 0px;
    border: none;
    height: 110px;
	}

#subheader.pressHead a {
        }

#subheader.pressHead img {
    width: 580px;
    height: 100px;
    border: 0px;
    }

/* alpha content pane (600 wide) */

#alpha {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.3em;
	width: 600px;
	float: left;
	}

#alpha-inner {
	margin: 10px 10px 10px 10px;
	font-size: 1.15em;
	line-height: 1.5em;
	}

#alpha-inner strong, #alpha b {
	font-weight: bold;
	}

#alpha-inner a {
	text-decoration: none;
	color: #663399;
	}

#alpha-inner a:hover {
	text-decoration: underline;
	}

/* END alpha content pane (600 wide) */

/* generic html elements */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
	}

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

a {
	text-decoration: none;
	color: #6B398E;
	}

a:hover {
	text-decoration: underline;
	}

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

ul>li {
	margin: 0px 10px 4px 0px;
	}

/* END generic html elements */

/* common metadata */

.asset-meta {
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #666;
	}

.release-status {
	text-transform: uppercase;
	}

.asset-meta address {
	display: inline;
	font-style: normal;
	}

.asset-meta abbr {
	border-bottom: none;
	}

.byline {
	text-transform: uppercase;
	}

.asset-meta a {
	color: #666;
	text-decoration: none;
	}

.asset-meta a:hover {
	color: #666;
	text-decoration: underline;
	}

.asset-header {
	margin-bottom: 10px;
	}

.asset-footer {
	margin-top: 16px;
	margin-bottom: 10px;
	}

.meta-header {
	text-transform: uppercase;
	font-size: 0.9em;
	}

/* END common metadata */

/* sidebar */

#beta, #gamma {
	font-family: Helvetica, sans-serif; 
	}

#beta {
	background-color: #e9e9e9;
	float:left;
	width: 360px;
	display: inline; /* prevents IE 6 repeat char bug */
	}

#beta-inner {
	text-align: center;
	margin: 10px;
	background-color: #fff;
	background: url(/design/actionBG.gif) 0px 12px repeat-x;
	}

.takeAction>a>img, .actionButton>a>img {
	margin: 0px 0px;
	padding: 0px 0px;
	}

.takeAction a {
	display: block;
	padding: 0px 0px 2px 0px;
	margin: 0px 10px 2px 10px;
	}


.takeAction>a:hover, .actionButton>a:hover {
	background: #fefefe;
	}



#gamma {
	background: none;
	float:left;
	width: 360px;
	display: inline; /* prevents IE 6 repeat char bug */
	}

#gamma-inner {
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	background: #e9e9e9 url('/design/videoBG.gif') 0px 12px repeat-x;
	}

#videoImage {
	margin: 5px;
	}

.sidebarVideoObject {
    height: 200px;
    width: 320px;
    padding: 0px 10px;
    }

#moreVideo {
	color: #666;
	text-align: left;
	margin: 5px 10px;
	background-color: #fff;
	padding: 5px 5px;
	text-transform: uppercase;
	}

#buttons {
	background: none;
	float:right;
	width: 340px;
	display: inline; /* prevents IE 6 repeat char bug */
	}

#buttons a img { 
	margin: 10px 0px;
	}

#buttons a:hover img { /* not valid declaration in IE */        
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
       	margin: 9px 0px;
       &nbsp;}

/* END sidebar */

#footer {
	color: #fff;
	background: #562078 url('/design/morneau/footer.jpg') no-repeat;
	border: 3px 0px 3px 0px;
	border-color: #fff;
	font-size: 1.2em;
	clear: both;
	}

.footer-links {
	margin: 10px 10px 10px 10px;
	}

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

#footer .linkTitle {
	font-weight: bold;
	text-decoration: underline;
	}

#copeDisclaimer {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	float: right;
	border: 1px solid #ab90bc;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 5px 10px 330px;
	padding: 4px 8px;
	}

#copyright {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	text-align: right;
	margin: 5px 10px 0px 350px;
	}

.entryNav a {
	color: #431163;
	}

.jobRow a {
	display: block;
	} 

.jobRow a:hover {
	color: #431163;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	
/* comments */

h2.comments-header {
        margin: 10px 0px 20px 0px !important;
        }

.comment.odd, .comment.even {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333;
	margin-bottom: 20px;
	margin-left: 10px;
	}

.comments-open {
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #666;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	}

.comment .author {
        font-size: 1.7em;
        text-transform: none;
        margin: 0px 6px;
        }

.comments-open h3 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1.5em;
	}

.comments-open a {
	color: #666;
	text-decoration: none;
	}

.comments-open a:hover {
	color: #666;
	text-decoration: underline;
	}

.comments-open label {
	display: block;
	float: left;
	clear: both;
	width: 150px;
	}

#comments-open-data input {
	margin-bottom: 6px;
	}

#comments-open-data #comment-bake-cookie {
	position: relative;
	top: -3px;
	left: -6px;
	}

#comments-open-footer {
	margin: 3px 0 0 150px;
	}

/* END comments */




/* ********** BEGIN page-specific elements */




/* front-page elements */

.FPalpha-inner {
	margin: 0px !important;
	padding: 0px;
	}

#FPfeature {
	text-align: left;
	background: url('/design/morneau/gradient-700.jpg') repeat-x;
	padding: 14px 10px 10px 10px;
	}

#FPfeature h2 {
	text-align: center;
	margin-bottom: 20px;
	}

#FPfeature h2 a {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	}

#FPfeature h2 a:hover {
	text-decoration: underline;
	}

#FPfeature h2.bigger a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #990000;
	font-size: 40px;
	line-height: 1.0em;
	text-transform: uppercase;
	font-weight: normal;
	}

#FPfeature h2.biggest a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #990000;
	font-size: 48px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	}

#FPfeature img {
	margin: 0px;
	padding: 0px;
	}

#FPblogSampler {
	padding-top: 35px;
	background: url('/design/morneau/SEIU-blog.jpg') no-repeat 0px -1px;
	}
	
#FPblogSampler h4 {
	padding: 0px;
	margin: 3px 0px;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #666;
	}

.FPblogFeatured h3 {
	font-size: 1.3em;
	margin: 5px 0px;
	}

.FPblogRecent h3 {
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	}

.FPblogFeatured h3 a, .FPblogRecent h3 a {
	color: #663399;
	}  

.FPblogFeatured h3 a:hover, .FPblogRecent h3 a:hover {
	text-decoration: underline;
	}  

.FPblogFeatured, .FPblogRecent {
	padding: 0px 10px 10px 10px;
	width: 278px;
	float: right;
	}
	
.FPblogRecent {
	background: #fff;
	min-height: 150px;
	}

.FPblogFeatured .entryExcerpt {
	line-height: 1.35em;
	} 


.sectionBlogFeatured h3 {
	font-size: 1.3em;
	margin: 5px 0px;
	}

.sectionBlogRecent h3 {
	font-size: 1.1em;
	margin: 5px 0px;
	}

.sectionBlogFeatured h3 a, .sectionBlogRecent h3 a {
	color: #663399;
	}  

.sectionBlogFeatured h3 a:hover, .sectionBlogRecent h3 a:hover {
	text-decoration: underline;
	}  

.sectionBlogFeatured, .sectionBlogRecent {
	padding: 0px 10px 10px 10px;
	width: 270px;
	float: right;
	}
	
.sectionBlogRecent {
	background: repeat-x url('/design/morneau/gradient-300rev.jpg');
	min-height: 150px;
	}


.FPalphaPromos {
	clear: both;
	border-top: 1px solid #999;
	padding: 5px 0px 10px 6px;
	}

.FPalphaPromos .entry {
	width: 283px;
	padding: 5px 5px 0px 5px;
	float: left;
	}

/* END front-page elements */

/* blog pages elements */

#alpha .listing-entry {
	border-bottom: 1px solid #ccc;
	margin: 10px;
	}

#alpha {
	padding-top: 0px;
        padding-bottom: 20px;
	}

#alpha .timestamp {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}

#alpha h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

h2.search-results-header {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ccc;
        font-size: 1.0em;
        }

#alpha .asset-footer {
	padding: 0 0 10px 0;
	}

a.comments-button, a.comments-button:visited, a.signin2c, a.signin2c:visited {
	display: block;
	float: left;
	width: 130px;
	border: 1px solid #ccc;
	text-align: left;
	padding: 6px 5px 4px 30px;
	margin-right: 10px;
	text-transform: uppercase;
        font-size: 11px;
        background: url(http://img.seiu.org/actionicons/bubble.gif) no-repeat 4px 3px;
	}

a.comments-button:hover, a.signin2c:hover {
	color: #666 !important;
	}

.tweetthis {
        float: left;
        clear: left;
        display:block;
        width: 130px;
        margin-top: 5px;
        }

.singleeentry .tweetthis {
        position: relative;
        margin-top: 10px;
        }

.tweetthis a.comments-button {
        background: url(http://img.seiu.org/actionicons/twitter.gif) no-repeat 6px 0px !important;
        }

.tweetthis a.comments-button:hover {
	color: #666 !important;
        }

.multipleentries .catsAndTags {
	display: block;
	float: right; 
	width: 380px;
        margin-top: 10px;
        }

.singleentry .catsAndTags {
	display: block;
	float: right; 
	width: 380px;
	}

.catsAndTags a, .catsAndTags a:visited {
        color: #666 !important;
        }

/* END blog-pages elements */

/* Category Detail Template page elements */

.catDetLeft {
	font-size: 1.0em;
	padding-bottom: 50px;
	padding-left: 10px;
	}

.catDetLeft h3 {
	margin: 5px 0 0 0;
	padding: 0px;
	}

.commalist {
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 5px 0px;
	margin: 0px;
	}

.commalist a {
	
	}

.catDetRight {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
	}

#CatDetfeature {
	text-align: left;
	background-image: none;
	background: #fff;
	padding: 4px 10px 10px 10px;
	}

#CatDetfeature h2 {
	text-align: center;
	margin-bottom: 4px;
	}

#CatDetfeature h2 a {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	}

#CatDetfeature h2 a:hover {
	text-decoration: underline;
	}

#CatDetfeature h2.bigger a {
	color: #990000;
	font-size: 30px;
	line-height: 1.0em;
	text-transform: uppercase;
	font-weight: normal;
	}

#CatDetfeature h2.biggest a {
	color: #990000;
	font-size: 35px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	}

#CatDetfeature img {
	margin: 0px;
	padding: 0px;
	}



/* END Category Detail Template page elements */

.FeaturedPRTable h3 {
	font-size: 16px;
	line-height: 20px;
	}

.FeaturedPRTable p, .secondaryPRlist p {
	font-size: 14px;
	line-height: 16px;
        margin-right: 10px;
	}

.FeaturedPRTable h3 a, .secondaryPRlist h3 a {
	}

.secondaryPRlist h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	}

.FeaturedPRTable {
	border-bottom: 1px solid #ccc;
        width: 350px;
	}

.PRlistEntry {
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 8px 0px;	
        width: 350px;
	}

.secondaryPRlist h3 {
	}

#mainstory {
        text-align: center;
	}

/* Legacy import quirk fixes */

h1#page-title.asset-name {
	line-height: 1.2em;
	}
 
/* END Legacy import quirk fixes */

/* Local pages */

table.recentStateStories {
	width: 50%;
	border-bottom: 1px solid #ccc;
	}

table.recentStateStories tr td {
	line-height: 1.25em;
	}

h3.stateLocalsHeadline {
	text-transform: capitalize;
	}

/* END Local pages */

/* Error pages */

.dynamicError {
	height: 800px;
	
	}

.errorform { 
        margin-left: 40px;
        }

.errorform #head-email {
	width: 236px;
	font-size: 1.2em;
	padding: 4px;
	}
		
.errorform #head-zipcode {
	width: 128px;
	position: relative;
	font-size: 1.2em;
	padding: 4px;
	}

.errorform #head-submit {
	position: relative;
	top: 12px;
        left: 254px;
	}

.errorform {
	margin: 30px;
	background: #FEF8D8;
	padding: 10px 30px;
	}

.errorform form {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #666;
	padding: 0px;
	margin: 0px;
	}

.errorform fieldset {
	display: none;
	}

.errorform .signupButton {
	position: relative;
	top: 14px;
	}

.errorform input.text {
	margin-top: 20px;
	height: 22px;
	color: #999;
	font-size: 16px;
	}

.errorform input.email {
	width: 200px;
	}

.errorform input.zip {
	width: 100px;
	}

#member {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 1px;
	font-size: 12px;
	}

.errorform select {
	padding: 0px;
	margin: 0px 20px 0px 3px;
	height: 24px;
	position: relative;
	top: 0px;
	font-size: 12px;
 	background-color: #fff;
 	color: #666;
	}

.errorform .formrow {
	text-align: left;
	padding: 10px 5px;
	margin-top: 4px;
	margin-right: 20px;
	border-top: 1px solid #ccc;
	font-size: 12px;
	}

.errorform .memberlabel {
	margin-right: 20px;
	}

.errorform p {
	}


/* END Error pages */

/* Press pages elements */

.pressCategories {
	float: right;
	margin: 0 0 10px 10px;
	font-size: 12px;
	width: 260px;
        
}

/* END Press pages elements */

/* Blogroll */

#blogroll {
	float: left;
	width: 300px;
	display: inline;
	padding: 0px 10px;
	margin: 10px 20px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	background: #fff url('http://seiu.org/design/morneau/gradient-700.jpg') repeat-x;
	background-position: 0px 1000px;
	}


#blogroll h3 {
	color: #663399;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	position: relative;
	top: -10px;
	background: #fff;
	padding: 10px 10px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	}

#blogroll h4, #blogroll ul {
	position: relative;
	top: -10px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 20px;
	}

#blogroll ul {
	padding: 0px 0px 0px 20px;
	}

/* END Blogroll */


/* ********** END page-specific elements */


/* BEGIN new syles for Event box in sidebar */

#sidebarEvents {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; 
	}

#sidebarEvents {
	background-color: #e9e9e9;
	float:left;
	width: 360px;
	display: inline; /* prevents IE 6 repeat char bug */
	}

#sidebarEvents-inner {
	text-align: center;
	margin: 10px;
	padding-bottom: 6px;
	background-color: #fff;
	background: url('http://www.seiu.org/design/actionBG.gif') 0px 12px repeat-x;
	}

.eventItem {
	text-align: left;
	font-size: 12px;
	padding: 4px 10px 4px 27px;
	margin: 2px 10px 2px 10px;
	background: #fff url('http://www.seiu.org/design/morneau/calendar-icon.jpg') no-repeat 10px 5px;
	}

.eventItem a {
	color: #333;
	}


