/*
 * This sets up generic content layout for use with the 'generic/vertical.html' template.
 */

/*---------------------------------------*/
/*  Plumbing
/*---------------------------------------*/

/* Contains the entire page. */
#container {
    
}

/*---------------------------------------*/
/*  Header
/*---------------------------------------*/

/*
 * Contains, by convention, the splash and navigation
 * of the page.
 */
#header {

}

/* Contains the title or banner of the site. */
#splash {

}

/* Contains the toplevel links of the page. */
#navigation {

}

/*---------------------------------------*/
/*  Content
/*---------------------------------------*/

/* 
 * Wraps the content of the page. This will always contain
 * 'content-main', but may or may not contain the related
 * content.
 */
#content-container {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #8e8e8e;
    width: 709px;
}

/* Contains the primary content of the current page. */
#content-main {
    padding-top: 10px;
}

/* Contains any related content (i.e, links, ads, etc.) */
#content-related {
    float: right;
    width: 249px;
}

.udm {
    display:block;
    clear:both;
    border: 1px solid #c0c5a7;
    margin: 0;
    padding: 0;
    overflow: hidden;

    background-image: url('/media/images/background/gradient-green.jpg');
    background-color: #f8fae2;
    background-repeat: repeat-x;
    background-position: bottom;

    font-family: Tahoma, Bitstream Vera Sans, Verdana, sans-serif
    font-size: 12px;
    font-weight: bold;
}

.linkbar-container, .linkbar-container-selected, .linkbar-container-first {
    display:block;
    float:left;
    border-right: 1px solid #c0c5a7;
    padding: 14px 8px;

    background-color: #f8fae2;
    background-image: url('/media/images/background/gradient-green.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
}

.linkbar-container-selected {
}

.linkbar-container:hover {
    background-image: url("/media/images/background/gradient-green.jpg");
}

.linkbar-item {
    text-decoration: none;
    color: black;
}

.linkbar-item:hover {
    text-decoration: underline;
}

.link-rss {
    vertical-align: middle;
}

.link-rss-container {
    float:right; 
}

.link-rss-container:hover {
    background-image: url('/media/images/background/gradient-green.jpg');
}

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

#join_box {
  background-color: #238FCF;
  width: 247px;
  margin-bottom: 10px; 
}

#join_box img {
  border: 1px solid #cfcfcf;
  background-color: #238FCF;
  width: 245px;
}

#jb_form {
    overflow: hidden;
    padding: 5px 0;
}

#join_box ul.form {
    margin: 0 30px;
    padding: 0;
    list-style-type: none;
}

ul.form {
    list-style-type: none;
}

#comment_list {
    padding: 0;
    list-style-type: none;
}

.comment_details {
    font-weight: bold;
}

.comment_body {
    padding-left: 2em;
}

ul.form li {
}

input.form-field {
    width: 100%;
}

input.form-submit {
    margin: 5px 0pt; 
    padding: 0pt; 
    float: right;
}

ul.comment-form {
    padding: 0;
}

li.comment-form-item label {
    clear:both;
    display:block;
    font-weight: bold;
}

li.comment-form-item, li.comment-form-item-inline {
    padding-bottom: .8em;
}

#together_box img {
  border: 1px solid #cfcfcf;
  background-color: #238FCF;
  width: 245px;
}

.together_image { width: 247px; height: 43px; }

ul.together_list {
  list-style:none;
  background: #FDAA40;
  margin-left: 0px;
  padding: 10px;
  width: 227px;
}

li.together_list {
  background: url('/media/images/issues-bullet.png') no-repeat;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  xpadding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.campaigns_list {
  list-style-type: none;
  width: 180px;
  padding: 0; margin: 0;
  margin: auto;
}

#campaigns_box img {
  margin-top: 10px;
  border: 1px solid #cfcfcf;
  background-color: #238FCF;
}

.campaigns_list li {
  xpadding: 0; margin: 0;
  margin-top: 15px;
}

.campaigns_list li img {
  border: 0px;
  margin-top: 0px;
}

/*---------------------------------------*/
/*  Footer
/*---------------------------------------*/

/* Contains any metadata and links associated with the page. */
#footer {
    clear:both;
    background-color: #f8fae2;
    background-image: url('/media/images/footer_bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 5px; 
    border: 1px solid #c0c5a7;
    margin-top: 10px; 
    text-align: center;
}
