/*  
Theme Name: David Chiu
Description: Theme for Vote David Chiu.
Author: Paul Kittredge
*/



/* Begin Typography & Colors */
.widecolumn .entry p {font-size: 1.05em;}
.narrowcolumn .entry, .widecolumn .entry {line-height: 1.4em;}
.widecolumn {line-height: 1.6em;}
.narrowcolumn .postmetadata {text-align: center;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

.entry p a:visited {color: #b85b5a;}
.commentlist li, #commentform input, #commentform textarea {font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight: bold;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal;}
#sidebar {font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {color: #777;}
code {font: 1.1em 'Courier New', Courier, Fixed;}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}
#wp-calendar a {text-decoration: none;}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .post {margin: 0;}
.narrowcolumn .postmetadata {padding-top: 5px;}
.widecolumn .postmetadata {margin: 30px 0;}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {clear: left;}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:1em;
	border:1px solid #ccc;
	padding:0px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {display: block;}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background:#ddd;
}

#wp-calendar td.pad span.ec3_ec {display:none;}

#wp-calendar td.ec3_postday {
	border:1px solid #999;
	background:#fff;
	padding:0px;
}

#wp-calendar table.nav td {
	background:#ddd;
	border:1px solid #999;
}

#wp-calendar th {
	padding: 0;
	text-align: center;
	background:#666;
	border:1px solid #333;
	color:#fff;
}

#wp-calendar table caption {padding:2px;}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {text-align: center;}
hr {display: none;}
a img {border: none;}
/* End Various Tags & Classes*/














html {background:#fff url(/images/VDCHTMLBackground.png) repeat-x;}

body {
	background:#fff url(/images/VDCBodyBackground.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align:left;
	color:#333;
	margin:0 auto;
	padding:0 15px;
	width:960px;
	line-height:1.4em;
}

html>body {font-size:12px;}

#wrapper {
	background:#fff;
	margin:0;
	padding:0;
	border:1px solid #fff;
}

#header {
	position:relative;
	height:226px;
	width:958px;
	overflow:hidden;
}

#content {
	padding:15px;
	margin:0;
}

#contentMain {
	width:608px;
	float:left;
	text-align:left;
	margin:0;
	display:inline;
	padding:0;
}

#navigation {
	width:290px;
	float:right;
	text-align:left;
	margin:0;
	display:inline;
	padding:0 0 0 15px;
	border-left:1px solid #bbb;
}

#footer {
	background:#fff url(/images/VDCFooterBackground.png) repeat-x;
	height:75px;
	overflow:hidden;
	clear:both;
	color:#fff;
	border-top:10px solid #fff;
	font-size:.916em;
	text-align:center;
	margin:1em 0 0;
}


#donationAmount label {
	width:auto;
	margin:0 5px 0 0;
	padding:0;
}


#donationAmount input {
	width:20px;
	margin:0;
	padding:0;
	border:0;
	background:none;
}

#donationAmount input.textBox {
	width:100px;
	background:#f9f9f9;
	border:1px solid #888888;
	padding:3px;
	vertical-align:middle;
}

#donationAmount input.textBox:hover {background:#cedddf;}
body#media #inTheNews {display:none;}

#commentsContainer {clear:left;}

div.imageRight {
	float:right;
	margin:4px 0 10px 10px;
	padding:5px;
	border:1px solid #ccc;
	background:#ebebeb;
}

div.imageRight img {
	padding:1px;
	border:1px solid #ccc;
	background:#fff;
}

div.imageRight span {
	font-size:.916em;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:1em;
}

div.letterFromDavid {
	padding:0 1em;
	border:solid 1px #ccc;
	background:#F6F6F6;
}

div.letterFromDavid p.pdfBackground {background:url(/images/PDFIcon18Grey.png) no-repeat;}
div.clear {clear:both;}

h1#HeaderImage {
	background:url(/images/headers/VDCHeaderImageHome.jpg) no-repeat;
	height:190px;
	width:958px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	overflow:hidden;
}

h1#HeaderImage a {
	display:block;
	height:190px;
	width:958px;
	overflow:hidden;
}

body#home h1#HeaderImage {background:url(/images/headers/VDCHeaderImageHome.jpg) no-repeat;}
body#about h1#HeaderImage {background:url(/images/headers/VDCHeaderImageAbout.jpg) no-repeat;}
body#media h1#HeaderImage {background:url(/images/headers/VDCHeaderImageMedia.jpg) no-repeat;}
body#issues h1#HeaderImage {background:url(/images/headers/VDCHeaderImageIssues.jpg) no-repeat;}
body#events h1#HeaderImage {background:url(/images/headers/VDCHeaderImageEvents.jpg) no-repeat;}
body#inthenews h1#HeaderImage {background:url(/images/headers/VDCHeaderImageMedia.jpg) no-repeat;}
body#contribute h1#HeaderImage {background:url(/images/headers/VDCHeaderImageContribute.jpg) no-repeat;}
body#endorsements h1#HeaderImage {background:url(/images/headers/VDCHeaderImageEndorsements.jpg) no-repeat;}
body#contact h1#HeaderImage {background:url(/images/headers/VDCHeaderImageContact.jpg) no-repeat;}
body#signup h1#HeaderImage {background:url(/images/headers/VDCHeaderImageSignUp.jpg) no-repeat;}
body#dccc h1#HeaderImage {background:url(/images/headers/VDCHeaderImageDCCC.jpg) no-repeat;}
body#chinese h1#HeaderImage {background:url(/images/headers/VDCHeaderImageChinese.jpg) no-repeat;}

h2#HeaderLogo {
	background:url(/images/VDCDavidChiuLogo.png) no-repeat;
	height:100px;
	width:300px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	left:20px;
	top:20px;
}

body#dccc h2#HeaderLogo {background:url(/images/VDCDavidChiuLogoDCCC.png) no-repeat;}
body#chinese h2#HeaderLogo {background:url(/images/VDCDavidChiuLogoCN.png) no-repeat;}

h2#HeaderLogo a {
	display:block;
	height:100px;
	width:300px;
	overflow:hidden;
}

h2#ChineseWebsite {
	background:url(/images/VDCChineseWebsite.png) no-repeat;
	height:25px;
	width:80px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	left:880px;
	top:0px;
}

h2#ChineseWebsite a {
	display:block;
	height:25px;
	width:80px;
	overflow:hidden;
}

h3 {
	margin:.5em 0;
	font-size:2.25em;
	color:#000;
	font-weight:normal;
	font-family:Palatino, Times, 'Times New Roman', Georgia, serif;
	line-height:1.25em;
}

h3 a {
	color:#000;
	text-decoration:none;
}

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

h3#respond {clear:left;}

h4 {
	margin:.75em 0;
	font-size:1.75em;
	color:#000;
	font-weight:normal;
	font-family:Palatino, Times, 'Times New Roman', Georgia, serif;
	line-height:1.25em;
}

h4 a {
	color:#000;
	text-decoration:none;
}

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

a {color:#06c;}
a:hover {color:#06c;}

img {border:0;}

img.right {
	float:right;
	margin:4px 0 10px 10px;
	padding:1px;
	border:1px solid #ccc;
}

img.home {
	margin:0 auto;
	padding:1px;
	border:1px solid #ccc;
}

blockquote {
	background:#ebebeb;
	margin:0 1.5em;
	padding:1px 1.5em;
}

body#signup #contentMain div.entry br {
	display:block;
	height:1px;
	overflow:hidden;
}

p.accessibilityLinks {display:none;}
p.merchantDefinedData {display:none;}

p.small {
	font-size:.8em;
	line-height:1.25em;
}

p.postDate {
	font-size:.9em;
	font-weight:bold;
	display:none;
}

p.homeCaption {
	margin:0 0 1em;
	font-weight:bold;
	font-size:.85em;
}

p.readMore {
	background:url(/images/VDCReadMoreArrow.png) no-repeat;
	margin:0;
	padding:0 0 0 1em;
	float:right;
	list-style-type:none;
	color:#06c;
	text-transform:uppercase;
	font-weight:bold;
}

p.readMore a {text-decoration:none;}

p.headsUp {
	background:#f00;
	padding:3px 7px 4px;
	color:#fff;
	font-weight:bold;
	font-size:1.25em;
}

p.pdfBackground {
	background:url(/images/PDFIcon18.png) no-repeat ;
	padding:0 0 10px 25px;
	margin:0 0 0 1.5em;
}

p.jpgBackground {
	background:url(/images/JPGIcon18.png) no-repeat ;
	padding:0 0 10px 25px;
	margin:0 0 0 1.5em;
}

p.insideFormNotes {
	margin:0 0 0 40px;
	width:400px;
	display:block;
	font-size:.8em;
	line-height:1.25em;
}

p.chinese {
	font-size:1.15em;
	line-height:1.4em;
}


#footer p {margin:.5em 0; clear:both;}

span.endorserName {
	font-weight:bold;
	font-style:normal;
}

span.value {font-weight:bold;}

ol, ul {
	padding:0;
	margin:1em 0;
	list-style: none;
}

ol li, ul li {
	padding:0;
	margin:0 0 .75em 3em;
}

#contentMain ul li {text-indent:-1em;}
#contentMain ul li:before {content:"\00BB \0020";}
#contentMain ul.none {list-style-type:none;}
#contentMain ul.none li {text-indent:0;}
#contentMain ul.none li:before {content:"";}
#contentMain ul.ec3_events {list-style-type:none;}
#contentMain ul.ec3_events li {text-indent:1em;}
#contentMain ul.ec3_events li:before {content:"";}
body#contribute #contentMain ul.cf-ol {list-style-type:none;}
body#contribute #contentMain ul.cf-ol li {text-indent:0;}
body#contribute #contentMain ul.cf-ol li:before {content:"";}
body#signup2 ul.cf-ol li:before {content:"";}
body#signup2 ul.cf-ol li {text-indent:0;}

body#signup #contentMain ul.cf-ol {list-style-type:none;}
body#signup #contentMain ul.cf-ol li {text-indent:0;}
body#signup #contentMain ul.cf-ol li:before {content:"";}

#contentMain ul.endorserPrimary {
	font-style:italic;
	font-size:1.25em;
}

#contentMain ul.endorserPrimary li {text-indent:-1.5em;}
#contentMain ul.endorserSecondary {font-style:italic;}

ol.insideFormNotes {
	margin:1em 0 0 50px;
	padding:0;
	font-size:.8em;
	line-height:1.25em;
}

ol.insideFormNotes li {
	margin:0 0 1em 3em;
	padding:0;
}

dl.error {
	background:#ffdfdf url(/wp-content/plugins/contactforms/styling/li-err-bg.png);
	border-top:1px solid #DF7D7D;
	border-bottom:1px solid #DF7D7D;
	padding:10px;
}

dl.error dt {
	margin:0 0 10px;
	font-weight:bold;
}

dl.error dd {margin:0 0 .25em 1em;}
dl.error dd:before {content:"\00BB \0020";}
body#contribute #contentMain ul.cf-ol select {margin:0;}

body#contribute #contentMain input#same_as {
	width:15px;
	margin:5px 0 0;
	text-align:left;
	padding:0;
}

/* Start Navigation Styles */
#header ul {
	background:url(/images/VDCNavigationBackground.png) repeat-x;
	margin:0;
	padding:0;
	list-style-type:none;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	height:35px;
	font-weight:bold;
	border-top:1px solid #fff;
	letter-spacing:1px;
}

#header ul li {
	background:url(/images/VDCNavigationBackgroundLI.png) no-repeat;
	margin:0;
	padding:0 0 0 2px;
	float:left;
	display:block;
	overflow:hidden;
}

#header ul li.home {
	background:none;
	padding:0;
}

#header ul li a {
	color:#fff;
	padding:9px 1em;
	margin:0;
	display:block;
	overflow:hidden;
	text-decoration:none;
}

#header ul li.home a {
	padding-left:20px;
}

#header ul li a:hover, #header ul li a.on {
	background:url(/images/VDCNavigationBackgroundLIAOn.png) repeat-x;
	text-decoration:none;
}

body#david #header ul li a#navHome,
body#home #header ul li a#navHome,
body#about #header ul li a#navAbout,
body#media #header ul li a#navMedia,
body#inthenews #header ul li a#navMedia,
body#signup #header ul li a#navSignup,
body#contribute #header ul li a#navContribute,
body#endorsements #header ul li a#navEndorsements,
body#issues #header ul li a#navIssues,
body#contact #header ul li a#navContact,
body#events #header ul li a#navEvents,
body#dccc #header ul li a#navDCCC
{background:url(/images/VDCNavigationBackgroundLIAOn.png) repeat-x;}

#footer ul {
	margin:1em auto .5em;
	padding:0 5px 10px 0;
	list-style-type:none;
	color:#fff;
	border-bottom:1px solid #fff;
	width:900px;
}

#footer ul li {
	background:url(/images/VDCFooterNavigationBackgroundLI.png) no-repeat;
	margin:0;
	padding:0 1em 0 1.5em;
	display:inline;
	overflow:hidden;
}

#footer ul li.home {background:none;}

#footer ul li a {
	color:#fff;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#ccc;
	text-decoration:none;
}
/* End Navigation Styles */



/* Start Side Box Styles */
div.navigationBox {
	float:right;
	margin:0 0 1em;
	padding:0;
	border:1px solid #999;
	width:100%;
}

div.navigationBox h3 {
	margin:0;
	padding:3px 7px;
	list-style-type:none;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	font-size:.916em;
	background:#bababa;
}

div.navigationBox p {margin:.75em 1em;}

div.navigationBox ul {
	margin:1em;
	padding:0;
	list-style-type:none;
	color:#06c;
	text-transform:uppercase;
}

div.navigationBox ul li {
	margin:0 0 .25em .25em;
	padding:0 0 1px 0;

}

div.navigationBox ul li a {
	background:url(/images/VDCSideNavigationBackgroundA.png) no-repeat;
	text-decoration:none;
	padding:0 0 0 1em;
	color:#06c;
	display:block;
	margin:0;
}

div.navigationBox ul li a:hover {
	background:url(/images/VDCSideNavigationBackgroundAOn.png) no-repeat;
	text-decoration:none;
	color:#09f;
}

ul#navigationSide {
	margin:1em 0 1em 1em;
	padding:0;
	list-style-type:none;
}

ul#navigationSide li {
	margin:0 0 5px;
	padding:0;
	display:block;
	height:40px;
	width:260px;
	text-indent:0;
}

ul#navigationSide li:before {content:"";}
ul#navigationSide li#navigationSideSignUp {background:url(/images/VDCSideNavigationSignUp.png) no-repeat;}
ul#navigationSide li#navigationSideContribute {background:url(/images/VDCSideNavigationContribute.png) no-repeat;}

ul#navigationSide li#navigationSideTell {background:url(/images/VDCSideNavigationTell.png) no-repeat;}

ul#navigationSide li a {
	background:none;
	display:block;
	height:40px;
	width:260px;
	overflow:hidden;
	text-indent:-9999px;
}

div.navigationBox ul#networks {
	margin:1em 0 1em 1em;
	padding:0;
	list-style-type:none;
}

div.navigationBox ul#networks li {
	margin:0;
	margin:0 5px 5px 0;
	display:block;
	float:left;
	height:50px;
	width:125px;
}

div.navigationBox ul#networks li#networksFacebook {background:url(/images/VDCSideNavigationNetworksFacebook.png) no-repeat;}
div.navigationBox ul#networks li#networksLinkedin {background:url(/images/VDCSideNavigationNetworksLinkedIn.png) no-repeat;}
div.navigationBox ul#networks li#networksMyspace {background:url(/images/VDCSideNavigationNetworksMySpace.png) no-repeat;}
div.navigationBox ul#networks li#networksFlickr {background:url(/images/VDCSideNavigationNetworksflickr.png) no-repeat;}
div.navigationBox ul#networks li#networksFriendster {background:url(/images/VDCSideNavigationNetworksfriendster.png) no-repeat;}
div.navigationBox ul#networks li#networksTwitter {background:url(/images/VDCSideNavigationNetworkstwitter.png) no-repeat;}
div.navigationBox ul#networks li#networksYouTube {background:url(/images/VDCSideNavigationNetworksYouTube.png) no-repeat;}

div.navigationBox ul#networks li a {
	padding:0;
	margin:0;
	background:none;
	display:block;
	height:50px;
	width:125px;
	overflow:hidden;
	text-indent:-9999px;
}

div.navigation {
	display:none;
}

form#emailSignup {
	margin:1em 1.5em;
	padding:0;
	position:relative;
	height:25px;
}

form#emailSignup input#emailSignupSubmit {
	position:absolute;
	left:190px;
	top:0;
}

form#emailSignup input#emailSignupText {
	width:170px;
	position:absolute;
	left:0;
	top:0;
	height:19px;
	border:1px solid #f85e3f;
	padding:1px;
	margin:0;
}
/* End Side Box Styles */




/* Start Temporary Calendar Styles */
body#events dl {
	width:600px; 
	clear:both;
}

body#events dl dt {
	width:90px;
	font-weight:bold;
	float:left;
	padding:0 0 10px;
	margin:0 10px 0 0;
	text-align:right;
}

body#events dl dd {
	border:0;
	width:490px;
	float:left;
	margin:0;
	padding:0 0 10px;
}

body#events dl dd p {margin:0 0 1em;}

body#events h4.dateTime {
	margin:.5em 0;
	font-size:1.25em;
	color:#000;
	font-weight:normal;
	font-family:Palatino, Times, 'Times New Roman', Georgia, serif;
	line-height:1.25em;
}

body#events #contentMain h3 {margin:0;}
body#events #contentMain p.readMore {margin:0;}
body#events div.calendarExcerpt {margin:0 0 3em;}
/* End Temporary Calendar Styles */




ul#issuesNavigation {
	width:600px;
	height:400px;
	margin:0;
	padding:30px 0 0 10px;
	list-style-type:none;
	clear:both;
}

ul#issuesNavigation li {
	height:140px;
	width:290px;
	display:block;
	margin:0 0 0 0;
	padding:0;
	top:0;
	float:left;
	position:relative;
}

ul#issuesNavigation li:before {content:"";}

ul#issuesNavigation li a {
background:#fff url(/images/VDCIssuesTriDiptych.jpg) no-repeat;
	position:absolute;
	height:79px;
	width:229px;
	display:block;
	margin:0;
	padding:0;
	text-indent:1px;
	text-decoration:none;
}

ul#issuesNavigation li#issuesNavigationCivilRights a {background-position:-227px 0px;}
ul#issuesNavigation li#issuesNavigationSmallBusiness a {background-position:0px -77px;}
ul#issuesNavigation li#issuesNavigationTransit a {background:url(/images/VDCIssuesTriDiptych.jpg) -227px -77px no-repeat;}
ul#issuesNavigation li#issuesNavigationHousing a {background:url(/images/VDCIssuesTriDiptych.jpg) 0px -154px no-repeat;}
ul#issuesNavigation li#issuesNavigationNeighborhood a {background:url(/images/VDCIssuesTriDiptych.jpg) -227px -154px no-repeat;}

ul#issuesNavigation li a span {
	margin:0;
	display:block;
	font-weight:bold;
	font-size:1.25em;
	color:#000;
	background:#fff;
	position:absolute;
	top:90px;
}














/* Begin Form Field Styles */
#contentMain ul.formFields {list-style-type:none;
	margin:0;
	padding:0;
	width:400px;
}

#contentMain ul.formFields li {text-indent:0;
	margin:0 0 .5em 0;
	padding:0;
}

#contentMain ul.formFields li:before {content:"";}

#contentMain ul.formFields li span {
	float:left;
	width:120px;
	text-align:right;
	font-weight:bold;
	margin:2px 10px 0 0;
	overflow:auto;
}
/* End Form Field Styles */