/* Standard styles */

* { margin: 0; padding: 0; }

a {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;

}

a:hover { text-decoration: underline;}

p {
    padding-bottom: 14px;
}

ul {
  list-style: none;
  text-align:left;
}
ul li {
  margin: 0 0 0 0.5em;
}
li {
  list-style-type: circle;
  list-style-image: url(/themes/clanam/images/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}

dl {
    list-style: none;
    text-align: left
}

dt {
padding-top: 1em;
}

dd {
text-indent: 1em;
}

body {
    font-family: "Bitstream Vera Sans", "Verdana", "Helvetica", "Arial", Sans;
    font-style: normal;
    color: #555555;
    font-weight: normal;
    line-height: normal;
    background-image: url(/themes/clanam/images/ff-bkg.gif);
    background-repeat: repeat-x;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10pt;
    word-spacing: 1px;
}

blockquote {
    padding-left: 20px;
}

blockquote.quote {
    border: 1px dotted #e6e6e6;
    background-color: #f8f8f8;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 2px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Header styles */

.headersitename {
    font-family: Bitstream Vera Sans, Sans, Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    background-image: url(/themes/clanam/images/ff-bkg.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    height: 162px;
    width: 100%;
}

.footer {
    background-image: url(/themes/clanam/images/foot-bkg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    height: 55px;
    vertical-align: bottom;
    background-color: #ffa6a6;
}

.headerlinks {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    background-image: url(/themes/clanam/images/barbkg.png);
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
}

/* Body styles */
.mainbody {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    background-color: #ffffff;
}

.leftcolumn {
    width: 20%;
    font-size: 85%;
    padding-top: 20px;
    padding-left: 5px;
    vertical-align: top;
}

.rightcolumn .boxtitle {
    background-image: url(/themes/clanam/images/boxtitle-bkg.png);
    background-repeat: repeat-x;
    background-color: #670000;
    height: 22px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

.rightcolumn .boxbody {
    /*background-color: #670000;*/
    background-color: #670000;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #eeeeee;
}

.rightcolumn .boxbody a {
    color: #ff7272;
}

.leftcolumn .boxtitle {
    background-image: url(/themes/clanam/images/left-head.png);
    background-repeat: repeat-x;
    background-color: #ffffff;
    border-top: 1px solid #ffa6a6;
    border-left: 1px solid #ffa6a6;
    border-right: 1px solid #ffa6a6;
    height: 22px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3a3a3a;
}

.leftcolumn .boxbody {
    background-color: #ffffff;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #3a3a3a;
    border-bottom: 1px solid #ffa6a6;
    border-left: 1px solid #ffa6a6;
    border-right: 1px solid #ffa6a6;
}

.leftcolumn .boxbody a {
    color: #9a2b2b;
}

.middlepage {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    vertical-align: top;
}

.rightcolumn {
    width: 20%;
    font-size: 85%;
    padding-top: 20px;
    vertical-align: top;
}
/* Node styles */

.node {
    padding-top: 20px;
}

.nodetitle {
    /*font-family: Bitstream Vera Sans, Sans, Arial, Helvetica, sans-serif;*/
    font-size: 150%;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #7F98A7;
    /*padding-left: 18px;*/
    margin-left: 18px;
}

.nodetitle a {
    color: #000000;
}

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

.nodedate {
    font-size: 87%;
    font-style: italic;
    /*color: #b9bcbd;*/
    color: #909191;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #dddddd;
}

.nodetax {
    font-size: 60%;
    font-weight: bold;
    float: right;
    position: relative;
}

.nodetax a {
    color: #9a2b2b;
}

.nodetax a:hover { text-decoration: underline;}

.topics {
    font-size: 110%;
    text-transform: uppercase;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-bottom: 1px solid #ff6262;
}

.nodebody {
    font-family: Bitstream Vera Sans, Sans, Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    line-height: 160%;
    font-size: 100%;
    font-weight: normal;
    /*padding-left: 20px;*/
    margin-left: 20px;
}

.nodebody table {
    margin-left: 5px;
    margin-right: 5px;
}

.nodebody .poll .bar {
    background-color: #ddd;
}

.nodebody .poll .bar .foreground {
    background-color: #6d2c2c;
}

.nodebody ul {
    margin-left: 1em;
    padding-bottom: 1em;
}

.nodebody li {
    list-style-image: none;
    list-style: circle;
}

.nodelinks {
    font-family: Bitstream Vera Sans, Sans, Verdana, Arial, Helvetica, sans-serif;
    font-size: 89%;
    font-weight: bold;
    color: #666666;
    padding-top: 8px;
    padding-bottom: 50px;
    margin-left: 20px;
}

/* comments */
.comment {
    margin-top: 10px;
    padding-bottom: 15px;
    margin-left: 20px;
    border: 1px solid #dddddd;
    padding: 10px 10px 10px 10px;
    background-color: #fdfdfd;
}

.comment .title {
    font-size: 120%;
    color: #000000;
    font-weight: bold;
}

.comment .title a {
    color: #000000;
}

.comment ul {
    margin: 0.8em 0.8em 0.8em 0.8em;
}

.comment li {
    padding-bottom: .6em;
}

.comment .submitted {
    margin-bottom: 0.8em;
    border-bottom: 1px solid #dddddd;
    font-style: italic;
    font-size: 85%;
    color: #909191;
}

/* forum */
#forum {
    margin-left: 20px;
}

#forum ul {
    margin-left: 0.8em;
    margin-bottom: 1em;
}


/* Drupal overwrites */
.form-radio {
    margin-left: 5px;
}

.tips {
    margin-left: 20px;
}

.tabs {
    margin-left: 12px;
}
