#blog {
  float: left;
  width: 590px;
}

#comment_form {
  margin: 0 0 20px 0;
}

.comment p {
  font-style: italic;
}

#comment_form .text label {
  float: left;
  width: 65px;
  margin: 0 10px 0 0;
}

#comment_form div {
  margin: 0  0 10px 0;
}

#searchResults {
       clear: both;
       padding: 1px 0 0 0;
}

#searchResults ul {
      list-style: none;
      margin: 0;
      padding: 0;
}

#searchResults .count {
      float: left;
      font-size: 24px;
      margin: 0;
}

#searchResults .result {
      margin: 0 0 0 50px;
}

#searchResults h2 {
     margin: 1em 0 0 0;
}

#searchResults .paginate {
    margin: 1em 0;
    font-size: 14px;
}

.no-bullet {
       list-style-type: none;
       margin: 0;
       padding: 0;
}

.flat {
        margin: 1em 0;
        padding: 0;
}

.flat li {
        display: inline;
}

#recentStories {
	background: transparent url("/sync/images/backgrounds/recent_stories.png") no-repeat center left;

        position: relative;
}

#recentStoriesTxt {
        list-style-type: none;
	margin: 5px 115px 0 150px;
        padding: 0;
	font: 12px/18px "Trebuchet MS", Verdana, serif;
}

#rssFeed {
        position: absolute;
        right: 0;
        top: 0;
}

#rssFeedFloat {
        margin: 5px 0 0 0;
        width: 114px;
        float: right; padding:3px
}

#rssFeed a, #rssFeedFloat a {
        display: block;
}

.clear {clear:both;}

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

#nav ul {
	list-style-type: none;
        margin: 0;
        padding: 0;
}

#nav ul ul {
        background-color: #3E3E3E;
        position: absolute;
        left: 0px;
        top: 35px;
        visibility: hidden; border-left: #f7f3e6 2px solid; border-right: #f7f3e6 2px solid; border-bottom: #f7f3e6 2px solid;
        z-index: 1000;
        width: 150px;
}

#nav ul .last {
        left: -52px;
}

#nav ul ul a {
         text-decoration:none; color:#ffffff; text-transform:uppercase; font-weight:bold; 
}

#nav li {
	float: left;
        position: relative;
        z-index: 1000;
}

#nav li li {
        font-size: 11px;
        line-height: 13px;
	float: none;
        margin: 0 4px 1em 4px;
}

/*
//
// primary styles
// Author: DataSetGo
// Date: 2007/05/07
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	font: 12px/18px "Trebuchet MS", Verdana, serif;
	background: #000;
	color: #222;
	margin: 0;
	padding: 0;
}

a {
	color: #c01118;
}

h1 {
	font-size: 26px;
	line-height: 30px;
	color: #222;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #222;
	margin-top: 20px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}


#container {
	width: 884px;
	margin: 0 auto 0 auto;
	padding: 0 8px 0 8px;
	border: 0;
	background-color: #f7f3e6;
}

#content {
	margin-top: 4px;
}

#header {
	height: 143px;
	border: 0;
	background: #f7f3e6 url(/sync/images/backgrounds/header.png) no-repeat;
}

#logo {
	position: relative;
	width: 150px;
	height: 130px;
	float: left;
}

#logo h1 a {
	display: block;
	width: 150px;
	height: 130px;
	float: left;
}

#logo h1 a span {
	display: none;
}

#footer {
	height: 49px;
	color: #f7f3e6;
	background: #000 url("/sync/images/backgrounds/footer.png") repeat-x;
	font-size: 11px;
        clear: both;
}

#footerTxt {
	padding: 8px 20px;
	line-height: 18px;
}

#footerTxt a {
	color: #f7f3e6;
	text-decoration: underline;
}

.clear {
	clear: both;
}

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

img {
	border: 0;
}

/* stay informed ..errr.. form */

#stayFormBox {
	position: relative;
	width: 291px;
	height: 143px;
	background: #f7f3e6 url("/sync/images/backgrounds/stay_informed.png") no-repeat;
	float: right;
}

#stay_informed {
	position: relative;
	width: 291px;
	height: 143px;
}

#stay_informed #signup-email {
	width: 130px;
	margin-left: 144px;
	margin-top: 47px;
}

#stay_informed #signup-zip {
	width: 80px;
	margin-left: 144px;
	margin-top: 10px;
}

#stay_informed #si_submit {
	position: absolute;
	margin-top: 10px;
	padding-left: 5px;
}

#contentLeft {
	width: 570px;
	float: left;
        margin: 0 0 5px 0;
}

#contentLeftTxt {
	padding: 5px 20px 5px 5px;
}

#sidebar {
	width: 290px;
	float: right;
        margin: 0 0 5px 0;
}

#takeAction {
	background: #000 url(/page/-/takeaction.gif) no-repeat;
        height: 158px;        
}

#takeAction a {
       float: left;
       margin: 110px 0 20px 120px;
}

.sidebarBtns {
	margin-top: 4px;
}

.sidebarBtns.bottom {
	margin-top: 4px;
	margin-bottom: 4px;
}



 /* page-specific styles
 ////////////////////////////////////// */
 
/* index.php */

#indexBtns {
	width: 595px;
	margin-top: 10px;
}

#indexBtns h1 a {
	display: block;
	width: 194px;
	height: 219px;
	float: left;
}

#indexBtns h1 a span {
	display: none;
}

#indexBtns a#protect {
	background: #f7f3e6 url("/sync/images/buttons/protect_a.jpg") no-repeat;
	padding: 2px;
}

#indexBtns a:hover#protect {
	background: #f7f3e6 url("/sync/images/buttons/protect_b.jpg") no-repeat;
}

#indexBtns a#free_ed {
	background: #f7f3e6 url("/sync/images/buttons/free_ed_a.jpg") no-repeat;
	padding: 2px;
}

#indexBtns a:hover#free_ed {
	background: #f7f3e6 url("/sync/images/buttons/free_ed_b.jpg") no-repeat;
}

#indexBtns a#treat {
	background: #f7f3e6 url("/sync/images/buttons/treat_a.jpg") no-repeat;
	padding: 2px;
}

#indexBtns a:hover#treat {
	background: #f7f3e6 url("/sync/images/buttons/treat_b.jpg") no-repeat;
}

#indexBtns a#stop_hiv {
	background: #f7f3e6 url("/page/-/stop_hiv_a.jpg") no-repeat;
	padding: 2px;
}

#indexBtns a:hover#stop_hiv {
	background: #f7f3e6 url("/page/-/stop_hiv_b.jpg") no-repeat;
}

#indexBtns a#stop_violence {
	background: #f7f3e6 url("/sync/images/buttons/stop_violence_a.jpg") no-repeat;
	padding: 2px;
}

#indexBtns a:hover#stop_violence {
	background: #f7f3e6 url("/sync/images/buttons/stop_violence_b.jpg") no-repeat;
}

#indexBtns a#fund_fight {
	background: #f7f3e6 url("/sync/images/buttons/fund_fight_a.jpg") no-repeat;
	padding: 2px;
}

#indexBtns a:hover#fund_fight {
	background: #f7f3e6 url("/sync/images/buttons/fund_fight_b.jpg") no-repeat;
}

/* interior pages with sidebar */

#issuesBox {
	margin-top: 15px;
}

#issuesHdr {
	margin-top: 10px;
}

#issuesBox ul {
        padding: 0 0 0 15px;
        margin: 0;
}

#issuesBox ul li {
	margin-top: 10px;
	font-size: 14px;
}

/* Action Center */
#actionItems {
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
}

#actionItems h2 a{
	color: #222;
}
