/* 
------------------------------------------
One Dollar More Coalition
CSS Stylesheet by Adam Lord (adamlord.com)
based on a design by Andreas Viklund (http://andreasviklund.com)
(January, 2006)
------------------------------------------
Screen layout: */

body {
margin: 0 auto 0 auto;
padding: 0;
font: 76% Arial,sans-serif;
background: #f4f4f4 url("bg2.gif") top center repeat-y;
}

.news {
margin: 0 auto 0 auto;
padding: 0;
font: 100% Arial,sans-serif;
background: #f4f4f4 url("bg2.gif") top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto 0 auto;
width: 760px;
}

/* Header */
#header {
margin: 0;
padding: 0;
height: 155px;
background-image: url("1dmc3.jpg");
background-color: #293752;
background-repeat:no-repeat;
clear:both;
}

#header p {
text-align: center;
color:#133c71;
margin: 120px 10px 0 0;
font-size: 13px;
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
line-height: 1.2em;
}

/* Left Navigation Menu */
#left {
margin: 0 0 10px 0;
width: 150px;
padding: 0;
font-size: 0.9em;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
float: left;
clear: left;
}

#avmenu ul {	
list-style: none;
margin: 0 0 20px 0;
width: 150px;
padding: 0;
font-size: 1.2em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 10px;
background: #3b4a69;
border-left: 4px solid #ffd544;
width: 150px;
}	
	
#avmenu li a:hover {
background: #698a5a;
color: #ffffff;
border-left: 4px solid #ffd544;
}


/* Announce Box! */
#announce {
margin: 5px 0 14px 0;
padding: 10px;
color: #ffffff;
background-color: #3b4a69;
line-height: 1.2em;
border-top: 4px solid #ffd544;
width: 145px;
float: left;
clear: left;
}

#announce ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
}

#announce li {
margin: 0 0 1em 0;
padding: 0;
}
#announce p {
margin: .5em 0 0 0;
padding: 0;
line-height: .95em;
font-weight:bold;
}
#announce a, #announce a:visited {
color: #ffffff;
text-decoration:none;
font-weight:bold;
}
#announce a:hover, #announce a:active {
color: #ffffff;
text-decoration:underline;
font-weight:bold;
}
#announce h3 {
color:#ffd544;
padding-bottom: 10px;
}

#announce p.feedTitle {
color:#ffd544;
padding-bottom: 10px;
font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.15em;
font-weight:bold;
}

#announce li a, #announce li a:visited {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#announce li a:hover {
text-decoration: underline;
}

#announce li div {
color: #9497c3;
}

/* Right Navigation */
#extras {
float: right;
width: 120px;
margin: 5px 0 10px 0;
padding: 0 2px 0 0;
font-size: .96em;
line-height: .8em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#extras h3{
color: #a50000;
margin-bottom: 1.2em;
}


/* Center Content */
#content {
margin: 0 125px 0 164px;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
padding: 7px 3px 0 7px;
line-height: 1.3em;
text-align: left;

}
#content h2 {
font-size: 1.6em;
margin: .2em 0 0.25em 0;
font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #3b4a69;
line-height:.9em;

}

#content img {
margin: 5px;
padding: 4px;
display:inline;
border: 1px solid #ebebeb;
}

#content p {
padding: 0;
margin: .5em 0 1em 0;
}

.blogPost {
border-bottom: 1px solid #ebebeb;
padding-bottom: 10px;
}


/* Tags */
a {
text-decoration: none;
color: #286ea0;
display:block;
}
#content a {
display:inline;
}

a:hover {
text-decoration: underline;
color: #377128;
}

a img {
border: 0;
}

h3 {
font-size: 1.3em;
font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin: .5em 0 .25em 0;
font-weight: bold;
color: #a50000;
}

h3 a:hover {
text-decoration: underline;
}
h3 a:visited {
text-decoration: none;
color: #286ea0;
}

/* Footer Section */
#footer {
clear: both;
margin: 0 auto 0 auto;
padding: 5px 0 7x 0;
text-align: center;
color:#CCCCCC;
font-size: 0.9em;
line-height:.9em;
width: 760px;
}

#footer a {
color:#cccccc;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color:#999999;
}

/* Classes */
.petition {
margin: 5px 5px 8px 5px;
padding-bottom: 7px;
font-size:1.2em;
text-align:center;
border-bottom: 1px solid #ebebeb;
width: 150px;
}
.petition p{
margin:0;
padding: 0;
}
.petition a {
color: #a50000;
}
.petition a:visited {
color: #a50000;
}
petition a:hover, h3 a:hover {
text-decoration:underline;
}

.counter {
text-align:center;
margin: 10px 0 0 0 ;
padding: 5px;
background-color:#f4f4f4;
color:#000066;
font-weight: bold;

}

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

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

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
