/*  
Theme Name: MEIC

/* Inherited Styles */

@import url('css/reset.css');


/* Colors 

Black       2B2B29
Brown       995023
Dark Blue   00355F
Light Blue  227AB8
Green       798F2D
Yellow      BC8A38
Purple      5B6381
Aqua        007C89
*/

/* HTML Elements */

body {
    color: #2B2B29;
    background: #fff url(images/bg.png) top center repeat-x;
font-family: 'Asap', sans-serif;
}

a, a:visited {
	color: #995023;
	text-decoration:none
	}

a:hover, a:active {
	color:#798F2D;
	text-decoration:underline;
	}

a:active {
  position: relative;
  top: 1px;
}

a img {
	border:none
	}
	
#wrapper {
 width: 968px;
 margin: 0 auto;

 }

#masthead {
    height: 100px;
    overflow: hidden;
}

#logo {
   padding: 10px;
   float: left; 
   width: 200px;
}

#description {
    width: 550px;
    float: left;
    color: #fff;
    font-size: 26px;
    margin-left: 50px;
    margin-top: 30px;
}

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

#description .tagline {
    color: #AFBC21;
    font-size: 20px;
    margin-top: 10px;
}

#socialHeader {
    width: 144px;
    float: right;
    margin-top: 5px;
}

#sidebar {
    float: left;
    width: 270px;
    margin-left: 29px;
    margin-top: 30px;
}

#content {
    float: left;
    width: 650px;
    margin-right: 19px;
    margin-top: 30px;

}

#sidebar.home {
    float: left;
    width: 249px;
    margin-left: 21px;
    margin-top: 20px;

}

#content.home {
    float: left;
    width: 475px;
    margin-top: 20px;

    margin-right: 0px;
}

#content.home .widget {
    height: 563px;
    overflow: hidden;
}

#leftbar.home {
    float: left;
    width: 200px;
    margin-right: 21px;
    margin-top: 20px;

}

h1 {
    font-size: 30px;
    color: #00355F;
    margin-bottom: 15px;
}

h2 {
    font-size: 25px;
    color: #00355F;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    color: #00355F;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
    color: #227AB8;
    margin-bottom: 15px;
}

h5 {
    font-size: 20px;
    color: #798F2D;
    margin-bottom: 15px;
}

h6 {
    font-size: 20px;
    color: #995023;
    margin-bottom: 15px;
}

h3.widgettitle {
    font-size: 18px;
}

.entry {
    margin-bottom: 50px;
}

.entry p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.entry ul, .entry ol {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.entry ul li {
    margin-left: 30px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.entry ol li {
    margin-left: 30px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.entry blockquote {
    font-style: italic;
    margin: 0 60px 15px 30px;
    padding: 20px 30px 5px 30px;
    background: #1e5d84;
-webkit-box-shadow: 0px 0px 10px 0px #bababa;
-moz-box-shadow: 0px 0px 10px 0px #bababa;
box-shadow: 0px 0px 10px 0px #bababa;  
color: #fff;
}

.entry img {
    -webkit-box-shadow: 0px 0px 3px 0px #bababa;
-moz-box-shadow: 0px 0px 3px 0px #bababa;
box-shadow: 0px 0px 3px 0px #bababa; 
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
.entry h1 {
    font-size: 30px;
    color: #00355F;
    margin-bottom: 15px;
}

.entry h2 {
    font-size: 25px;
    color: #00355F;
    margin-bottom: 15px;
}

.entry h3 {
    font-size: 20px;
    color: #00355F;
    margin-bottom: 15px;
}

.entry h4 {
    font-size: 20px;
    color: #227AB8;
    margin-bottom: 15px;
}

.entry h5 {
    font-size: 20px;
    color: #798F2D;
    margin-bottom: 15px;
}

.entry h6 {
    font-size: 20px;
    color: #995023;
    margin-bottom: 15px;
}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}


#footer {
    width: 994px;
    margin: 50px auto;
    padding-bottom: 50px;
    font-size: 12px;
    color: #227AB8;
}

#footer .left {
    width: 490px;
    float: left;
}

#footer .right {
    width: 490px;
    float: right;
    text-align: right;
    font-size: 24px;
    line-height: 24px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#footer img {
    vertical-align: middle;
    padding-bottom: 2px;
}

#footer p {
    margin-bottom: 5px;
}
/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
	
/* Menu
------------------------------------------*/
#coolMenu,
#coolMenu ul {
	list-style: none;
    border-left: 1px solid #1E5D84;
    z-index: 999;

}
#coolMenu {
	float: left;
}
#coolMenu > li {
	float: left;
}
#coolMenu li a {
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0;
	text-align: center;
	width: 160px;
	text-decoration: none;
    border-right: 1px solid #1E5D84
}
#coolMenu ul {
	position: absolute;
	display: none;
	z-index: 999;
}
#coolMenu ul li a {
}
#coolMenu li:hover ul.noJS {
	display: block; 
}


/* Main menu
------------------------------------------*/
#coolMenu {
	font-family: Arial;
	font-size: 12px;

}
#coolMenu > li > a {
	color: #fff;
	font-weight: bold;
	background: #227AB8;

}
#coolMenu > li:hover > a {
	background: #AFBC21;
	color: #fff;
}


/* Submenu
------------------------------------------*/

#coolMenu li ul {
    padding: 0 0;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px #2B2B29;
-moz-box-shadow: 0px 0px 10px 0px #2B2B29;
box-shadow: 0px 0px 10px 0px #2B2B29;  

z-index: 993 !important;

}

#coolMenu li li a {
    width: 215px !important;
    text-align: left;
    padding: 0 10px;
    border: none;
}

#coolMenu ul {
	background: #AFBC21;
}
#coolMenu ul li a {
	color: #2B2B29;
}
#coolMenu ul li:hover a {
	background: #1E5D84;
	color: #fff
}

/* Donate */
#coolMenu > li#menu-item-1664 > a {
    background: #798F2D;

}

#coolMenu > li#menu-item-1664:hover > a {
	background: #AFBC21;
}


#coolMenu li.current_page_parent a, #coolMenu li.current-menu-item a, #coolMenu li.current-menu-parent a {
    background: #AFBC21 !important;
}

#coolMenu li.current-menu-item.menu-item-1546 a {
background: #227AB8 !important;
}

#coolMenu li.current-menu-item.menu-item-1546 a:hover {
    background: #AFBC21 !important;
}

#sidebar .widget, #leftbar .widget, #content .widget {
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
-webkit-box-shadow: 0px 0px 10px 0px #bababa;
-moz-box-shadow: 0px 0px 10px 0px #bababa;
box-shadow: 0px 0px 10px 0px #bababa;  
}

#sidebar .widget.None, #leftbar .widget.None {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    background: transparent;
-webkit-box-shadow: 0px 0px 10px 0px #bababa;
-moz-box-shadow: 0px 0px 10px 0px #bababa;
box-shadow: 0px 0px 10px 0px #bababa;  
}

#sidebar .widget.Nothing {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    background: transparent;
-webkit-box-shadow: 0px 0px 10px 0px #fff;
-moz-box-shadow: 0px 0px 10px 0px #fff;
box-shadow: 0px 0px 10px 0px #fff; 
text-align: center; 
}

}
#sidebar .widget.Blue, #leftbar .widget.Blue {
    background: #1e5d84;
}

#sidebar .widget.Green, #leftbar .widget.Green {
    background: url(images/green.png);
}

#sidebar .widget.Yellow, #leftbar .widget.Yellow {
    background: url(images/yellow.png);
}

#sidebar .widget.Purple, #leftbar .widget.Purple {
    background: url(images/purple.png);
}

#sidebar .widget.Brown, #leftbar .widget.Brown {
    background: #995023;
}



#sidebar .widget.Blue h3.widgettitle, #leftbar .widget.Blue h3.widgettitle {
    color: #fff;
}

#sidebar .widget.Green h3.widgettitle, #leftbar .widget.Green h3.widgettitle {
    color: #798F2D;
}

#sidebar .widget.Yellow h3.widgettitle, #leftbar .widget.Yellow h3.widgettitle {
    color: #BC8A38;
}

#sidebar .widget.Purple h3.widgettitle, #leftbar .widget.Purple h3.widgettitle {
    color: #5B6381;
}

#sidebar .widget.Brown h3.widgettitle, #leftbar .widget.Brown h3.widgettitle {
    color: #FFF;
}

#sidebar .widget.Blue, #leftbar .widget.Blue a {
    color: #fff;
}

#sidebar .widget.Green, #leftbar .widget.Green a {
    color: #fff;
}

#sidebar .widget.Yellow, #leftbar .widget.Yellow a {
    color: #fff;
}

#sidebar .widget.Purple, #leftbar .widget.Purple a {
    color: #fff;
}

#sidebar .widget.Brown, #leftbar .widget.Brown a {
    color: #fff;
}

.widget li {
    list-style-type: none;
    margin-bottom: 10px;
}

.widget p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

h3.widgettitle a {
    color: #fff;
    text-decoration: none
}

.MEICwho {
    height: 300px;
}
.MEICwho .slideshowImage {
float: left;
clear: both;

}

.MEICwho .slideshowContent {
float: left;
clear: both;
}

.MEICwho .slideshowContent h3, .MEICwho .slideshowContent h4, .MEICwho .slideshowContent h5, .MEICwho .slideshowContent h6 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #995023;
    font-weight: normal;
}

.MEICwho .slideshowContent h2 {
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #995023;
margin: 10px 0;
}

.MEICwho .slideshowContent p {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 16px;
}

.MEICwho h1 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #995023;
    font-weight: normal;
}

.MEICwho {
    background: url('images/yellow.png');
    padding: 20px;
    width: 160px;
-webkit-box-shadow: 0px 0px 10px 0px #bababa;
-moz-box-shadow: 0px 0px 10px 0px #bababa;
box-shadow: 0px 0px 10px 0px #bababa;  
color: #2B2B29;
margin-bottom: 20px;

}

.homePageSlides {
-webkit-box-shadow: 0px 0px 10px 0px #bababa;
-moz-box-shadow: 0px 0px 10px 0px #bababa;
box-shadow: 0px 0px 10px 0px #bababa;  
color: #fff;
margin-top: 20px;
width: 696px;
float: left;
}


.homePageSlides .slideshowContent {
    display: none;
}

.homePageSlides .slideshowImage {
float: left;
width: 696px;
height: 350px;
}

.col1 {
    width: 696px;
    float: left;
}
a.button {
    padding: 5px 10px;
    background: #798F2D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

a.button:hover {
    text-decoration: none;
    
}

#home input.signupBox {
    border-top: 1px solid #5B6381;
    border-bottom: 1px solid #5B6381;
    border-left: 1px solid #5B6381;
    border-right: 1px solid #5B6381;
    padding: 5px;
    margin-bottom: 5px;
    float: left;
    height: 20px;
    width: 195px;
}

#home input.signupBox.zip {
    width: 127px;
    margin-right: 5px;
    margin-bottom: 20px;
}

#home input.signupButton {
    border: 1px solid #5B6381;
    background: #227AB8;
    color: #fff;
    margin: 0px;
    float: left;
    height: 32px;
    display: block;
    width: 61px;
}


input.signupBox {
    border-top: 1px solid #5B6381;
    border-bottom: 1px solid #5B6381;
    border-left: 1px solid #5B6381;
    border-right: 1px solid #5B6381;
    padding: 5px;
    margin-bottom: 5px;
    float: left;
    height: 20px;
    width: 218px;
}

input.signupBox.zip {
    width: 150px;
    margin-right: 5px;
    margin-bottom: 20px;
}

input.signupButton {
    border: 1px solid #5B6381;
    background: #227AB8;
    color: #fff;
    margin: 0px;
    float: left;
    height: 32px;
    display: block;
    width: 61px;
}


a.donateButtonSidebar {
    padding: 20px 20px 20px 20px;
    display: block;
-webkit-box-shadow: 0px 0px 10px 0px #bababa;
-moz-box-shadow: 0px 0px 10px 0px #bababa;
box-shadow: 0px 0px 10px 0px #bababa;  
background: #995023;
text-align: center;
text-decoration: none;
 color: #fff;
 font-size: 25px;
 
}

a.donateButtonSidebar:hover {
    background: #798F2D;
    color: #fff;
}

.postMetaData {
    border-bottom: 1px solid #227AB8;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 25px;
    
}

.metaItem {
    float: left;
    margin-right: 50px;
    padding-top: 3px;
}

.metaItem.share {
    float: right;
    margin-right: 0px;
    padding-top: 0px;
}

.comments {
    margin-top: 50px;
}

.layer1 {
margin: 0;
padding: 0;

}
 
.heading {
    color: #5B6381;
    font-size: 20px !important;
    margin-bottom: 15px;
    padding: 6px 0px;
    font-weight: bold;
    cursor:pointer;
    background: url('images/signup.png') no-repeat right center;
}

.heading:hover {
    color: #00355F
}   

.heading2 {
    font-size: 20px !important;
    margin-bottom: 0px;
    padding: 6px 0px;
    font-weight: bold;
    cursor:pointer;
}

.heading2 a:hover {
    text-decoration: none;
}  
.content {

}


.homeSliderContent {
    height: 90px;
    width:696px; 
    padding: 245px 0px 0px 0px;
    overflow: hidden;
    z-index: 10px;

}

.homeSliderCaptionTop {
    height: 32px;
    overflow: hidden;
}

.homeSliderCaptionBottom {
height: 33px;
    overflow: hidden;
}

.homeSliderCaption {
    background: url('images/green.png');
    padding: 15px 15px 0 15px;
    height: 75px;
}

.homeSliderCaption h1 a {
    color: #fff;
    font-weight: normal;
}
.homeSliderCaption h1 {
    margin-bottom: 5px;
}

.homeSliderCaption p {
    line-height: 24px;
}

.homeSliderCaption .readmore {
    text-align: right;
    font-size: 20px;
}

.homeSliderCaption .readmore a {
    color: #fff;
}

#content .widget {
    background: url(images/green.png);
}

#content .widget h3.widgettitle a {
    color: #995023;
}

.cat-post-item p.post-date {
    margin-bottom: 5px;
}

.cat-post-item p {
    margin-bottom: 30px;
}

.cat-post-item a.readMore {
    text-align: right;
}

table.signupTable {
    margin-bottom: 20px;
}

table.signupTable td {
    padding: 10px 5px;
    vertical-align: top;
}

table.signupTable tr {


}

table.signupTable input {
    width: 460px;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

table.signupTable select {
    border: 1px solid #ccc;
    font-size: 16px;
}

table.signupTable textarea {
    width: 460px;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

a.post-title {
    font-size: 20px;
}

input.submitButton {
    margin-top: 5px; border: 1px solid #999; padding: 3px;margin-left: 163px;
}
a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

a[href $='.pdf'] img {
   padding-right: 0;
   background: none;
}

.category-legislative-newsletter-capitol-monitor #content {
    background: url('images/capMonitorLogo.png') no-repeat top left;
    padding-top: 175px;
}
.category-newsletter #content {
    background: url('images/downtoearth.png') no-repeat top left;
    padding-top: 160px;
}



ul#issues
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

ul#issues li { margin: 0 0 1px 0; }

ul#issues a
{
display: block;
padding: 5px 20px;
color: #fff;
text-decoration: none;
}

ul#issues a:hover
{
color: #00355F;
background: #AFBC21;
text-decoration: none;
}

ul#issues ul li { 
list-style-type: none;
margin: 0 0 1px 0; }

ul#issues ul a
{
display: block;
padding: 5px 20px 3px 30px;
font-size: 13px;


text-decoration: none;
}

ul#issues ul a:hover
{

text-decoration: none;
}

#sidebar .widget.subNavigation {
    background: #227AB8;
    padding: 0px 0px 20px 0 !important;
}

#sidebar .widget.subNavigation h3.widgettitle {
    color: #fff;
    padding: 20px 20px 0 20px;
}
.issueMainNav {
    background: #AFBC21;
    width: 100%;
    margin-top: 0px;
    padding: 5px 0;

}

ul#issuesNav li.current-menu-item a {
        color: #000 !important;

}
.issueSubNav ul#issuesNav li.current-menu-item a {

color: #fff !important;
text-shadow: 0px 0px 10px #000;
filter: dropshadow(color=#000, offx=0, offy=0); 
}

.issueMainNav ul#issuesNav li.current-page-ancestor a {
color: #fff !important;
text-shadow: 1px 1px 10px #000;
filter: dropshadow(color=#000, offx=1, offy=1); 

}

.issueMainNav ul#issuesNav li a {
    background: #AFBC21;
    color: #fff;
    padding: 0px 15px;
    font-size: 12px;
}

.issueMainNav ul#issuesNav li a:hover {
    color: #000;
}

.issueSubNav {
    background: #dfe787;
    width: 100%;
    margin-top: 0px;
    padding: 5px 0;

}
ul#issuesNav {
    background: #dfe787;

}

ul#issuesNav li {
    float: left;
    list-style-type: none;

padding: 5px 0px;
}

ul#issuesNav li a {
    background: #dfe787;
    color: #000;
    padding: 0px 15px;
    font-size: 12px;
}

ul#issuesNav li a:hover {
    color: #AFBC21;
    text-decoration: none;
}


.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#EFEFEF;
	text-align:center;
	padding:15px 10px 10px 10px;
	    -webkit-box-shadow: 0px 0px 3px 0px #bababa;
-moz-box-shadow: 0px 0px 3px 0px #bababa;
box-shadow: 0px 0px 3px 0px #bababa; 
	}


.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	font-size: 12px;
	}	

.wp-caption img {
	float:none;
	margin:0;
	    -webkit-box-shadow: 0px 0px 3px 0px #bababa;
-moz-box-shadow: 0px 0px 3px 0px #bababa;
box-shadow: 0px 0px 3px 0px #bababa; 	}	

iframe {
    z-index:1;
}

li.tag-post-item a.post-title  {
    font-size: 14px !important;
}

.entry .widget {
    padding: 0px !important;
    width: 300px;
    margin: 0 auto;
}

#s {
	border:none;
	padding:5px 6px;
	background: transparent;
	width: 125px;
	border: none;
	background:#227AB8;
	position: absolute;
}

#content #s {
	background:#f5f5f5;
}

#s:focus {
	background: #fff url('images/green.png');
}

#searchsubmit {
	position: absolute;
	border-radius: 2px;
	padding: 1px 5px;
	margin: 1px 0 0 112px;
}

#leftbar .Purple {
    height: 203px !important;
}

.thumbImage {
     box-shadow: 0 0 3px 0 #ffffff !important;
}

.billTrackerWidget {
    width: 300px;
    float: left;
}

hr {
    margin: 25px 0px 0 0 !important;
    padding: 0 0px 25px 0 !important;
}

.dk-speakup-petition-wrap {
    margin: 0 0 20px 0px;
}

ul.billInfo {
    margin: 0 0 20px 20px;
}

ul.billInfo li {
    margin-bottom: 10px;   
}

.category-bill-tracker ul li.menu-item-1573 a {
    background: #AFBC21 !important
}

.category-support ul li.menu-item-1553 a,
.category-oppose ul li.menu-item-1553 a,
.category-montana-legislators ul li.menu-item-3275 a {
 color: #FFFFFF !important;
    text-shadow: 0 0 10px #000000;
}

.BillTrackerPetition {
	margin:0px 0 10px 15px;
	float:right;
	width: 325px;
}