/* UNIVERSAL STYLES */
 body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 15px;
   line-height: 22px;
   background-color: #CCCCA3;
 }
a, a:link, a:visited {
	text-decoration: none;
	color: #8D0300;
}
	
a:hover {
	text-decoration: underline;
}

h2 {
  margin-top: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  color: #8D0300;
}

h3 {
	margin-bottom: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: normal;
  font-style: italic;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 0px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* END UNIVERSAL */


/* PAGE CONSTRUCTION */ 
#wrapper {
	text-align: left;
	width: 760px;
	position: relative;
	margin: 0 auto;
	height: 100%;
  padding: 00px 10px 10px 10px;
  background-color: #ffffff;
}

#header {
	position: relative;
	height: 192px;
  top: 10px;
	margin: 0px 0px 10px 0px;
}

h1 a#logo {
	margin: 0;
	padding: 0;
}
	
h1 a#logo {
  display: block;
	width: 299px;
	height: 182px;
	position: absolute;
	background: url(images/logo.gif) no-repeat;
	}
	
h1 a#logo span {
    display: none;
    }
	
#subheader {
	margin-left: 316px;
	height: 182px;
	background: url(images/star-bar.gif) no-repeat;
	position: relative;
	padding: 0;
  margin-top: 0px;
  padding-top: 0px;
  top: 0px;
}	

#quote {
	position: absolute;
	top: 22px;
	left: 0;
	width: 320px;
	height: 36px;
	background: #fae37c;
	padding: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:1.4em;
}
	
#jim-flash {
	position: absolute;
	top: 22px;
	left: 340px;
	width: 102px;
	height: 138px;
	background: #FFCC79;
}
	
#nav {
	position: absolute;
	top: 74px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 333px;
}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#nav li {
	list-style: none;
	padding: 0;
	float: left;
	width: 109px;
	height: 27px;
	margin: 0 2px 2px 0;
}

#nav li a {
	display: block;
	width: 109px;
	height: 27px;
	padding: 0;
	margin: 0;
}
	
#nav li a span {
    display: none;
}
    
#nav li#nav-home a { background: url(images/nav-home.gif) no-repeat }
#nav li#nav-home a:hover, #nav li#nav-home a.active { background: url(images/nav-home.gif) no-repeat 0 -27px }
#nav li#nav-subscribe a { background: url(images/nav-subscribe.gif) no-repeat }
#nav li#nav-subscribe a:hover, #nav li#nav-subscribe a.active { background: url(images/nav-subscribe.gif) no-repeat 0 -27px }
#nav li#nav-donate a { background: url(images/nav-donate.gif) no-repeat }
#nav li#nav-donate a:hover, #nav li#nav-events a.active { background: url(images/nav-donate.gif) no-repeat 0 -27px }
#nav li#nav-account a { background: url(images/nav-account.gif) no-repeat }
#nav li#nav-account a:hover, #nav li#nav-account a.active { background: url(images/nav-account.gif) no-repeat 0 -27px }
#nav li#nav-search a { background: url(images/nav-search.gif) no-repeat }
#nav li#nav-search a:hover, #nav li#nav-search a.active { background: url(images/nav-search.gif) no-repeat 0 -27px }
#nav li#nav-archive a { background: url(images/nav-archive.gif) no-repeat }
#nav li#nav-archive a:hover, #nav li#nav-archive a.active { background: url(images/nav-archive.gif) no-repeat 0 -27px }
#nav li#nav-hightower a { background: url(images/nav-hightower.gif) no-repeat }
#nav li#nav-hightower a:hover, #nav li#nav-hightower a.active { background: url(images/nav-hightower.gif) no-repeat 0 -27px }
#nav li#nav-about a { background: url(images/nav-about.gif) no-repeat }
#nav li#nav-about a:hover, #nav li#nav-about a.active { background: url(images/nav-about.gif) no-repeat 0 -27px }
#nav li#nav-contact a { background: url(images/nav-contact.gif) no-repeat }
#nav li#nav-contact a:hover, #nav li#nav-contact a.active { background: url(images/nav-contact.gif) no-repeat 0 -27px }

#pagebody {
  background: url(images/bg.gif) repeat-y;
  margin-bottom: 10px;
}


.front #pagebody {
  background: url(images/bg-front.gif) repeat-y;  
}

.front #maincontent{
  background: url(images/bg.gif) repeat-y;
}


/* give background of main content color */
body.commentary #pagebody,
body.issue #pagebody,
body.dosomething #pagebody {
  background-color: #C5D497;
}

/* special case for articles */
body.article #maincontent {
  background-color: #ffffff;
}

body.article #pagebody {
  background-image: none;
}

#pagebody:after {
  content: ".";
  display: block;
  height: 0;
  clear: both; 
  visibility: hidden;
}

#pagebody {
  display: inline-table;  
}

/* Hides from IE-mac \*/
* html #pagebody {height: 1%;}
#pagebody {display: block;}
/* End hide from IE-mac */

#sidebar-left {
  float: left;
	top: 0;
	left: 0;
	width: 222px;
  margin-right: 4px;
  margin-bottom: -5px;
}
	
#maincontent {
  margin-right: 226px;
  padding: 12px;
}

.front #maincontent {
  margin-left: 226px;
	width: 284px;
	_width: 278px;
}

#sidebar-right {
  float: right;
	top: 0;
	left: 538px;
	width: 222px;
  margin-bottom: -5px;
}

#footer {
    border-top: #8D171A 10px solid;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hightower-blog {
    margin: 0 0 10px 0;
    padding: 0;
    height: 104px;
    background: url(images/blowdown.gif) no-repeat center;
    text-indent: -9000px;
}

.info {
  font-family: georgia, times, serif;
  font-size: 12px;
}

.info-comment {
  font-family: georgia, times, serif;
  font-size: 12px;
  text-align: right;
}


/* ISSUE STYLES */
hr.issue {
  background-color: #ffffff;
  height: 6px;
  border: none;
  margin-top: 1px;
}

h3.issue{
  font-family: sans-serif;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 0;
  text-transform: none;
  padding: 0 0 10px 0;
  height: 12px;
}

h3.issue_right{
  font-family: sans-serif;
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 0;
  text-transform: none;
  padding: 0 0 5px 0;
  height: 12px;
}
/* END ISSUE


/* ARTICLE STYLES */
h2.article {
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h2.teaser {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.teaser p{
  margin-top: 0px;
  padding-top: 0px;
}

h3.article {
  font-size: 13px;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}

/* fixes padding issue */
h3.article p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

hr.article {
  background-color: #CCCCA3;
  height: 6px;
  border: none;
  margin-top: 12px;
}

.issue-pdf-header {
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0;
  padding: 1px 0 0 0;
  height: 12px;
}

.issue-pdf-header a {
	padding-right: 18px;
	background: url(images/file_acrobat.gif) no-repeat right 0;
	}

#paginator-top{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 16px;
  font-family: verdana, sans-serif;
  font-size: 10px;
}

#paginator-bottom{
  font-family: verdana, sans-serif;
  font-size: 10px;
}

/* This holds the page number */
#page-identifier{
  margin: 4px 0px 4px 0px;
  font-weight: normal;
  font-family: verdana, sans-serif;
  font-size: 11px;
}

#page-current {
  color: #FAE37C;
  background: #990000;
}

/* removes border from img_assist */
.inline img {
  border: none;
}

/* positions inline images correctly */
span.right {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

span.left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* END ARTICLE */

.links {
   margin: 10px 0px 10px 0px;
 }

/* COMMENT STYLE */
hr.comment_bar {
  height: 2px;
  background-color: #999999;
}

h2.post_comment{
  background-color: #990000;
  padding: 4px 4px 4px 4px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h2.post_comment a{
  color: #ffffff;
}

.block {
    padding: 12px;
    margin-bottom: 4px;
}

.block h2 {
    margin: 0 0 8px 0;
}

.block .content p {
    margin: 0;
}
    
.node {
    padding: 0;
}
    
.blog {
	margin-bottom: 20px;
}

.content-products {
	clear: left;
}

#block-mlm-0 .form-text, #block-mlm-0 .form-submit, #block-mlm-0 .form-item {
	display: inline;
}

#block-lowdown_issue-0 {
    background: #F9E277;
}

#block-lowdown_issue-0 h2 {
    height: 33px;
    text-indent: -9000px;
    background: url(images/header-in-this-issue.gif) no-repeat;
} 

#block-lowdown_issue-0 h2 a {
    display: block;
    height: 33px;
    width: 100%;
} 

#block-lowdown_issue-0 h4 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 15px;
	}

#block-lowdown_issue-0 h3 {
	font: 15px Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-transform: none;
	line-height: 1.2em;
	margin: 3px 0px 7px;
	}
	
#block-lowdown_issue-0 p.also {
	font: 12px Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	}
	
#block-lowdown_issue-0 a {
	font-weight: normal;
	}

#block-lowdown_issue-0 h4 a, #block-lowdown_issue-0 h3 a {
	font-weight: bold;
	}

#block-lowdown_issue-0 li {
	font-size: 13px;
	line-height: normal;
	}
	
#block-lowdown_issue-0 li a.active, #block-lowdown_issue-0 h3 a.active  {
	color: #8D0300;
	font-weight: bold;
	text-decoration: underline;
	}

.block-jimhightower h2, .block-hightowerlowdown h2, #block-mlm-0 h2, h2.issue {
    height: 33px;
    text-indent: -9000px;
}
    
.block-jimhightower h2 a,
h2.issue a {
	display: block;
	height: 33px;
	width: 100%;
} 

#block-jimhightower-0 {
	background: #F9E277;
}

#block-jimhightower-0 h2 {
	background: url(images/header-lowdown.gif) no-repeat;
}
    
#block-jimhightower-1 {
    background: #FFCC79;
}

#block-jimhightower-1 h2 {
    background: url(images/header-media.gif) no-repeat;
}
    
#block-jimhightower-2, #block-jimhightower-14 {
    background: #F9E277;
}

#block-jimhightower-2 h2, #block-jimhightower-14 h2 {
    background: url(images/header-store.gif) no-repeat;
    }

#hightower-buy .node h2,
#block-jimhightower-2 .content .node h2,
#block-jimhightower-2 .content .node h2 a {
    background: none;
    margin: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #8D0300;
    height: auto;
    text-indent: 0;
    }
    
#block-jimhightower-2 .content .node h2 a {
    display: inline;
    }

#hightower-buy .node, 
#block-jimhightower-2 .content .node {
    margin-bottom: 10px;
    }


#block-hightowerlowdown-3, 
#block-mlm-0, 
#block-hightowerlowdown-4,
#block-hightowerlowdown-5 {
    background: #F9E277;
    }

#block-hightowerlowdown-3 h2, 
#block-mlm-0 h2, 
#block-hightowerlowdown-4 h2,
#block-hightowerlowdown-5 h2 {
    background: url(images/header-loop.gif) no-repeat;
    }

#block-hightowerlowdown-3 input#edit-mail, 
#block-mlm-0 input#edit-mlm_mail, 
#block-hightowerlowdown-4 input#edit-mail,
#block-hightowerlowdown-5 input#edit-mail {
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    border: none;
    background: #fff;
    width: 190px;
    }

#block-hightowerlowdown-3 .alsosignup, 
#block-mlm-0 .alsosignup, 
#block-hightowerlowdown-4 .alsosignup,
#block-hightowerlowdown-5 .alsosignup {
    font-size: 13px;
	line-height: normal;
	font-style: italic;
	margin: 5px 0 0;
	padding: 0;
	display: block;
	}
	
#block-hightowerlowdown-3 input.form-submit, 
#block-mlm-0 input.form-submit, 
#block-hightowerlowdown-4 input.form-submit,
#block-hightowerlowdown-5 input.form-submit {
    color: white;
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    border: 1px solid black;
    background: #990000;
    float: right;
    }

#block-jimhightower-4 {
    background: #F9E277;
    }

#block-jimhightower-4 h2 {
    background: url(images/header-meetjim.gif) no-repeat;
    }

#block-jimhightower-4 img {
    margin: -45px 0 12px 12px;
    float: right;
    }

#block-jimhightower-5 {
    background: #F9E277;
    }

#block-jimhightower-5 h2 {
    background: url(images/header-gettogether.gif) no-repeat;
    }

#block-jimhightower-5 .content .node h2 {
    background: none;
    height: auto;
    text-indent: 0;
    } 

#block-jimhightower-5 .content * h2 {
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0px 0px 0px;
    } 
    
#block-jimhightower-5 .content .event {
    margin: 0px;
    padding: 0px;    
    } 
    
#block-jimhightower-5 .content * .time {
    display: none;
    } 

#block-jimhightower-5 .content .links {
    margin: 0px;
    padding: 0px;
    } 

#block-hightowerlowdown-0 {
    background: #FFCC79;
    }

#block-hightowerlowdown-0 h2 {
    background: url(images/header-subscriber.gif) no-repeat;
    }


#block-jimhightower-9 {
    background: #F9E277;
    }
    
#block-jimhightower-9 h2 {
    background: url(images/header-chat.gif) no-repeat;
    }
    
#block-jimhightower-10 {
    background: #F9E277;
    }

#block-jimhightower-10 h2 {
    background: url(images/header-contact.gif) no-repeat;
    }

/* Current Issue Blocks */
#block-jimhightower-11 .content h2,
#block-jimhightower-11 .content h2 a {
    height: auto;
    }

#block-jimhightower-11:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#block-jimhightower-11 {display: inline-table;}

/* Hides from IE-mac \*/
* html #block-jimhightower-11 {height: 1%;}
#block-jimhightower-11 {display: block;}
/* End hide from IE-mac */
    
#block-jimhightower-11 {
    background: #FFCC79;
    }
    
#block-jimhightower-11 * img {
	border: 1px solid #000;
	}

#block-jimhightower-11 .content h2 {
    text-indent: 0;
}

/*for when you're on another issue, orange block headers */

h2 a.january {
    background: url(images/header-january.gif) no-repeat;
    } 

h2 a.february {
    background: url(images/header-february.gif) no-repeat;
    } 
    
h2 a.march {
    background: url(images/header-march.gif) no-repeat;
    } 

h2 a.april {
    background: url(images/header-april.gif) no-repeat;
    } 
    
h2 a.may {
    background: url(images/header-may.gif) no-repeat;
    } 

h2 a.june {
    background: url(images/header-june.gif) no-repeat;
    } 

h2 a.july {
    background: url(images/header-july.gif) no-repeat;
    } 

h2 a.august {
    background: url(images/header-august.gif) no-repeat;
    } 

h2 a.september {
    background: url(images/header-september.gif) no-repeat;
    } 

h2 a.october {
    background: url(images/header-october.gif) no-repeat;
    } 

h2 a.november {
    background: url(images/header-november.gif) no-repeat;
    } 

h2 a.december {
    background: url(images/header-december.gif) no-repeat;
    } 

/* Front page current issue block */
#block-jimhightower-17 .content h2,
#block-jimhightower-17 .content h2 a {
    height: auto;
    }

#block-jimhightower-17:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#block-jimhightower-17 {display: inline-table;}

/* Hides from IE-mac \*/
* html #block-jimhightower-11 {height: 1%;}
#block-jimhightower-11 {display: block;}
/* End hide from IE-mac */

#block-jimhightower-17 {
    background: #ffffff;
    }

/*white headers for current issue block and article node headers */

#block-jimhightower-17 h2 a.january, h2.white_january {
  background: url(images/month_headers/header-january.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.february, h2.white_february {
  background: url(images/month_headers/header-february.gif) no-repeat;
} 
    
#block-jimhightower-17 h2 a.march, h2.white_march {
  background: url(images/month_headers/header-march.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.april, h2.white_april {
  background: url(images/month_headers/header-april.gif) no-repeat;
} 
    
#block-jimhightower-17 h2 a.may, h2.white_may {
  background: url(images/month_headers/header-may.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.june, h2.white_june  {
  background: url(images/month_headers/header-june.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.july, h2.white_july {
  background: url(images/month_headers/header-july.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.august, h2.white_august {
  background: url(images/month_headers/header-august.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.september, h2.white_september {
  background: url(images/month_headers/header-september.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.october, h2.white_october {
  background: url(images/month_headers/header-october.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.november, h2.white_november {
  background: url(images/month_headers/header-november.gif) no-repeat;
} 

#block-jimhightower-17 h2 a.december, h2.white_december {
  background: url(images/month_headers/header-december.gif) no-repeat;
}
   
#block-jimhightower-17 .content h2 {
    text-indent: 0;
}

/* BLOCK 12 */
#block-jimhightower-12 h2 {
    background: url(images/header-recent-blowdowns.gif) no-repeat;
    }

#block-jimhightower-12, #block-block-5 {
	background: #c5d497;
}

#block-jimhightower-15 h2 {
	background: url(images/header-recent-lowdowns.gif) no-repeat;
}

#block-jimhightower-15 {
	background: #F9E277;
}

#block-jimhightower-18 h2 {
    background: url(images/header-countdown.gif) no-repeat;
    }
    
#block-jimhightower-18 {
	background: #C5D497;
	text-align: center;
	padding-top: -20px;
}

#block-jimhightower-19 h2 {
    background: url(images/header-swimagainst.gif) no-repeat;
    }
    
#block-jimhightower-19 {
	background: #C5D497;
	text-align: center;
	padding-top: -20px;
}

#block-jimhightower-20 h2 {
    background: url(images/header-donateblock.gif) no-repeat;
    }
    
#block-jimhightower-20 {
	background: #FFCC79;
	padding-top: -20px;
}

#block-jimhightower-21 h2 {
    background: url(images/header-more-hightower.gif) no-repeat;
    }
    
#block-jimhightower-21 {
	background: #FFCC79;
	padding-top: -20px;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

#block-jimhightower-21.block {
	padding: 9px;
	}

#block-jimhightower-22 h2 {
    background: url(images/header-lowdown-holidays.gif) no-repeat;
    }
    
#block-jimhightower-22 {
	background: #C5D497;
	padding-top: -20px;
}

#block-jimhightower-22.block {
	padding: 9px;
	}
	
#block-jimhightower-22 * a {
    display: block;
    color: white;
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    border: 1px solid black;
    background: #990000;
    }

#block-search-0 {
  background-color: #C5D497;
 }

#block-search-0 h2 {
  background: url(images/header-search.gif) no-repeat;
  height: 33px;
  text-indent: -9000px;
}

#block-search-0 .form-text {
  font-family: georgia, serif;
  font-weight: bold;
  font-size: 11px;
  padding: 3px;
  border: none;
  background: #fff;
  width: 130px;
  _width: 105px;
}

#block-search-0 input.form-submit {
    color: white;
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 11px;
    padding: 1px 3px;
    border: 1px solid black;
    background: #990000;
    margin-left: 5px;
    }

#block-jimhightower-13 {
    background: #F9E277;
    }

#block-jimhightower-13 h2 {
    background: url(images/header-dig-deeper.gif) no-repeat;
    }

#block-jimhightower-13 .content a {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    }    

.block .content li a {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    }

h2#recent-commentaries {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-recentcommentaries.gif) no-repeat;
    }
    
h2#on-the-air {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-air-green.gif) no-repeat;
    }
    
h2#in-print {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-print-green.gif) no-repeat;
    }

h2#meet-jim {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-meet-green.gif) no-repeat;
    }
    
h2#on-the-road {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-road-green.gif) no-repeat;
    }
    
h2#chat-do {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-chat-green.gif) no-repeat;
    }
    
h2#contact {
    text-indent: -9000px;
    height: 32px;
    background: url(images/header-contact-green.gif) no-repeat;
    }

.node .actions {
    float: right;
    padding: 8px;
    background: #F9E277;
    margin: 15px 0px 5px 5px;
    }
    
.node .actions .item-list ul {
    margin: 0;
    padding: 0;
}

.node .actions .item-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

.node .actions .item-list li a {
    text-transform: uppercase;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    line-height: 21px;
    font-weight: bold;
    color: #8D0300;
    }
    

.content-commentary .info, .content-commentary .info_teaser {
    height: 43px;
    padding-left: 50px;
    background: url(images/cowboy-hat-trans.gif) no-repeat;
    }

.commentary-audio {
    text-transform: uppercase;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-top: 8px;
    }

.commentary-audio a {
	padding-right: 22px;
	background: url(images/icon-audio.gif) no-repeat right 2px;
}

.issue-pdf {
	text-transform: uppercase;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0;
}

.issue-pdf a {
	padding-right: 18px;
	background: url(images/file_acrobat.gif) no-repeat right 0;
	}

.weblink {
    padding-bottom: 8px;
    border-bottom: 1px solid white;
    margin-bottom: 8px;
    }

#page-commentary .content-commenta {
    padding-bottom: 4px;
    border-bottom: 1px solid white;
    margin-bottom: 12px;
    }

/* aggregated homepage */
.view-content-ag .node {
  border-bottom:2px solid #a69a6a;
  padding-bottom:12px;
  margin:0px 0px 15px 0px;
}

.weblink h2 {
    margin-bottom: 2px;
    font-size: 14px;
    }
    
/* donate page doodads. includes special fundraising pages. */

p.donateblock {
	padding: 5px;
	display: block;
	background: #F9E277;
	text-align: center;
	clear: both;
	}

.donate-left {
	float: left; 
	width: 355px;
}   

.donate-right {
	float: right; 
	width: 140px; 
	text-align: right;
}

.donate-right p, .donate-right br, .donate-2010 p, .donate-2010 br {
	display: none;
	}
	
.donate-right form {
	margin: 0px 0px 15px 0px;
	}

.donate-horizontal {
	float: left;
	margin: 0px 15px 10px 0px;	
}

/* Special issues style */

.logolowdown {
	margin-bottom: 15px;
}

.logolowdownheading {
	background: #7e8c4d;
	border-bottom: solid 1px #999999; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}

.logolowdownheading2013 {
	background: #f49463;
	border-bottom: solid 1px #999999; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
}

.logolowdownheading a, .logolowdownheading2013 a {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.logolowdownheading a:hover, .logolowdownheading2013 a:hover {
	text-decoration: none;
}

.logolowdownsubheading {
	border-bottom: solid 1px #999999; 
	color: #7e8c4d; 
	font-weight: bold; 
	font-style: italic; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}


.logolowdownsubheading2013 {
	border-bottom: solid 1px #999999; 
	color: #f49463; 
	font-weight: bold; 
	font-style: italic; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
}

.logolowdowndata {
	border-bottom: solid 1px #999999;
}

.logolowdowndata td {
	vertical-align: top;
}


/* COMMENT STYLES */
.comment, .commentcomment-new {
    padding: 8px;
    margin-bottom: 5px;
    background: #F9E277;
    }
    
.comment .content p {
    margin: 0 0 5px 0;
    }

h3.comment{ 
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.comment .info {
    text-align: right;
    font-style: italic;
    }

input.form-text, textarea {
    width: 390px;
    }

.commentary-trackbacks {
    margin-top: 5px;
    border-top: 2px solid #666;
    }

.trackback {
    padding: 6px;
    background: #FAE37C;
    }
    
.trackback p {
    margin: 0;
    }
    
.trackback .links {
    text-align: right;
    font-style: italic;
    }
    
.taxonomy {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    }

.node-form .standard {
  clear: left;
}

.float-left {
    float: left;
    margin: 0 7px 5px 0;
    }

.float-right {
    float: right;
    margin: 0 0px 10px 10px;
    }
    
#pager {
  clear: left;
}
/* MESSAGES */
#messages {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

#messages .messages {
  padding: 5px;
  background: #FFCC79;
}
    
#messages .error {
  color: white;
  background: #8D171A;
}

#messages .error a{
  color: white;
  text-decoration: underline;
}

.donate-message {
	width: 100%;
	padding: 10px;
	font-weight: bold;
	background: #FFCC79;
	text-align: center;
	margin: 10px 0px;
	}

/* *********************************** */
/* EVENTS STYLE */
/* *********************************** */


.get_together {
  background: url(images/getTogether_title.gif) no-repeat;
  height: 33px;
  width: 200px;
}

h2.get_together {
  display: none;
}

.event {
  padding-bottom:10px;
}

.event .time {
  margin-top: 0;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #8D0300;
}

.event h2 {
    margin: 0;
}

.event h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: verdana, arial, sans-serif;  
  padding-left:10px;
  font-size:12px;
}

.event h4.pad {
  padding:10px 0 10px 10px;	
}

.event .teaser, .event .node{
  margin: 10px 0px 10px 0px;
}

.event h4 span.normal {
  font-weight:normal;
}

.event .info_teaser {
  padding-bottom:10px;	
  font-style:italic;
}

 .event .teaser {
  border-bottom: 2px solid #A69A6A;
  padding-bottom:20px;
}

.event .nudge10 {
  padding-left:10px;
}

.event .nudge20 {
  padding-left:20px; 
}

.event .green {
  font-weight:normal;
  color: #243F10;
  font-style: italic;
  }
  
.RSVP tr.odd, .RSVP tr.even {
  background-color: #FAE376;
  font-family: Verdana, Arial, sans-serif;
 }


.cartoon-thumb {
	float: right;
	margin: 0 0 10px 10px;
}

ul.feeds {
    list-style: none;
    padding-left: 10px;
}

ul.feeds li {
    height: 24px;
}

ul.feeds li img {
    vertical-align: middle;
    margin-left: 10px;
}

a.feed {
	padding-left: 16px;
	background: url(images/feed-icon-12x12.png) no-repeat 0 50%;   
}

.profile {
	clear: none;
}

ul.lowdown-archive li {
	font-size: 15px;
}

ul.lowdown-archive li strong {
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.pagelinks {
	margin-top: 5px;
	font-weight: bold;
}


/* REGISTRATION */

#edit-name{
  width: 300px;
}

#edit-pass{
  width: 300px;
}

#registration_wrapper {
  background-color: #c4d393;
 padding: 10px 10px 10px 10px;
  clear: both;
}

#registration_blocks{
 float: right; 
 width: 200px;
 margin-left: 10px;
  background-color: transparent;
}

#registration_blocks .yellow{
  background-color: #FAE373;
  margin: 5px 0px 5px 0px;
  padding: 5px 5px 5px 5px;
}

#registration_blocks .orange{
  background-color: #FFCC79;
  margin: 5px 0px 5px 0px;
  padding: 5px 5px 5px 5px;
}

#postal_code-1{
  width: 100px;
}

#first_name{
  width: 390px;
}

#country-1{
  margin-right: 50px;
}

#last_name{
  width: 390px;
}

#custom_3{
  width: 390px;
}

#street_address-1{
  width: 390px;
}

#supplemental_address_1-1{
  width: 390px;
}

#city-1{
  width: 390px;
}

.mail_description{
  font-weight: normal;
}

#edit-pass-pass1, #edit-pass-pass2 {
  width: 100px;
}

/* END REGISTRATION */

/* BLOCK SPECIAL STYLES */
li.also_in_issue {
  margin-top: 8px;
}

/* SPECIAL STUFF */
#edit-keys{
  margin-bottom: 5px;
}

/* ********************************* */
/* Search Styles */
/* fixes width in IE */

.search-advanced{
  padding: 10px 10px 10px 10px;
}

.search-advanced .criterion {
  margin: 0px 20px 0px 0px;
}

.criterion .form-text {
  width: 90%;
}

/* ********************************* */
/* civicrm fixes */

/* fixes a spacing issue on delete pages */
div.spacer, .spacer {
  clear: none; 
}

#alpha-filter ul li{
  list-style: none;
  display: inline;
  margin-right: 5px;
}
	

/* ********************************* */

/* THIS IS TO DEAL WITH IMG_ASSIST */
br.clear {
    display: none;
}


/* USER LANDING PAGE */
.profile .title, .user-member, .blog-blog, .civicrm- {
  display: none;
}

/* FRONT PAGE BLOG */
.blog h2 {
  margin-bottom: 0px;
}

.content_commentary h2 {
  margin-bottom: 0px;	
}

.content .inline img{
  border: 1px solid #000; /* put a thin border around inline images */
}

#block-jimhightower-17 * img{
  border: 1px solid #000; /* put a thin border around any images in the Lowdown Issue block */
}

/* Overwrite .form-item width here where the field was too wide */
.form-item #edit-location-postal_code {
  width:200px;	
}

.front_page_teaser {
  display: none;
  }

.view-content * .front_page_teaser {
  display: block;
  }
 
/* ******* DZ LAND ****** */
/* This is to have a hover-zoom on cartoons with awesome detail*/

#imgmenu {
	position:relative; 
	top:10px; 
	left:10px; 
	background-color:#fff; 
	z-index:100;
	}
	
#imgmenu .p1 {
	display:inline;  
	text-decoration:none; 
	background:#fff; 
	top:0; 
	left:0; 
	border:0;
	}
	
#imgmenu .p1:hover {
	text-decoration:none; 
	background: transparent url(images/imagebackgroundoverlay.png) repeat; 
	color:#000;
	width: 1500px;
	height: 1000px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	}


#imgmenu .p1:hover img {
	display: none;
	}
	
#imgmenu .large {
	display:none; 
	}
	
#imgmenu .p1:hover .large {
	display:block; 
	position:absolute; 
	top: 35px; 
	left: 125px; 
	border:5px solid #ccc;
	width: 1000px;
	height: 574px;
	}
	
#info {
	z-index:100; 
	height:22em;
	}
	
/* Pop up content styling */

#my_popup_content {
	max-width: 600px;
	background: #fff;
	padding: 20px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
	-webkit-box-shadow: -10px 10px 32px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 10px 32px 0px rgba(0,0,0,0.75);
	box-shadow: -10px 10px 32px 0px rgba(0,0,0,0.75);
}

#my_popup_content h2 {
	color: #000 !important;
	text-align: center;
}

#my_popup_content a {
	text-decoration: underline;
}

#my_popup_content #edit-mail {
	width: 300px;
}

#my_popup_content input.form-submit {
    color: white;
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border: 1px solid black;
    background: #990000;
    width: 150px;
	}