/******************* Owen O'Donnell Site Styles ******************************/

/* *****SITE-WIDE-STYLES***** */

body {
font-family:arial, helevetical, sans;
font-size:14px;
line-height:23px;
margin:0;
background-image:url(assets/green-background.gif);
background-repeat:repeat-y;
}
#container {
width:900px;
}

/* *******LEFT-SIDE******* */
#left-side {
float:left;
/*background-color:#058342;*/
width:307px;
}
#logo{
	text-align:center;
	margin-top:20px;
}
#header {
padding:25px 14px 0;
font-family:helvetica;
}
#header h1 {
color:#fff;
font-size:61px;
line-height:61px;
padding:0;
margin:0;
}
#header h1 #aught-eight {
font-size:72px;
}
h3{
font-size:21px;
}
#header h4 {
letter-spacing:3px;
font-size:17px;
font-style:italic;
padding:0;
margin:0;
}
#navigation {
background-color:#058342;
margin-top:34px;
}
#navigation a {
font-size:18px;
height:10px;
width:248px;
padding:4px 10px 16px;
margin:0 18px 10px;
background-image:url(assets/button-off.gif);
color:#fff;
text-decoration:none;
float:left;
background-color:transparent;
}
#navigation a:visited {
background-image:url(assets/button-off.gif);
color:#fff;
text-decoration:none;
}
#navigation a.active {
background-image:url(assets/button-on.gif);
color:#F78F1E;
}
#navigation a:hover {
background-image:url(assets/button-over.gif);
color:#fff;
}
#navigation a.active:hover {
background-image:url(assets/button-on.gif);
color:#F78F1E;
cursor:default;
}
#quote {
background-image:url(assets/left-side.gif);
background-repeat:no-repeat;
background-color:#058342;
font-family:helvetica;
font-size:21px;
line-height:28px;
font-style:italic;
color:#fff;
padding:40px;
}
#quote p {
margin:20px 20px 20px 45px;
width:160px;
}
#popquote {
	text-align:center;
	margin-top:40px;
}
/* *****RIGHT-SIDE-STYLES***** */
#right-side {
float:none;
width:530px;
padding:25px 28px 25px 35px;
margin:0 0 0 307px;
}
/* ***DONATE*** */
#donations h4 {
margin:0;
padding:0;
}

/* *****MORE-SITE-WIDE-STYLES***** */
h4.about-owen-sub-header {
font-style:italic;
}
.issue-header {
font-weight:bold;
}
.orange {
color:#F78F1E;
}
.red {
color:#cc0000;
}
.clear-all {
clear:left;
}
.footer{
margin-top:25px;
font-size:11px;
color:#999;
}