/*
	Filename         : 	home.css
	Created by       : 	Ashley Nolan
	Created          : 	26/05/2010
	Last Updated     : 	26/05/2010
	Comments         : 	Styling for RSPCA Australia - Political Animal
*/

/*  General class definitions for global use - delete if not using any of these
************************************************************************************************************************/

.show {
	display:block;
}
.hide {
	display:none;
}
.clear {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1px !important;
	height: 1px !important;
	width: 1px !important;
	float: none !important;
}	
.justifyright {
	margin-left: 350px;
}
/*  General formatting definitions
************************************************************************************************************************/

html, body, input {
	font-family:Arial, Helvetica, sans-serif;
}



strong {
	font-weight:bold;
}
 
p {
	font-size:1.3em;
	line-height:1.4em;
	color:#333;
}

a {
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

hr {
	margin:12px 0;
	border:0;
}

/*  Layout of body and main div's
************************************************************************************************************************/

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper {
}

div#headWrap {
	background:url('../images/header_bg.gif') repeat center top;
	position:relative;
	z-index:2;
	padding-bottom:16px;
}
	div#header {
		margin:0 auto;
		width:980px;
		overflow:hidden;
		height:1%;
		position:relative;
	}
	
div#naviWrap {
	background:url('../images/mainNav_bottom.png') no-repeat center bottom;
	float:left;
	width:100%;
	margin-top:-38px;
	position:relative;
	z-index:3;
	padding-bottom:11px;
}
	div#naviBar {
		background:url('../images/mainNav_top.png') no-repeat center top;
		float:left;
		position:relative;
		z-index:5;
		width:100%;
		text-align:center;
		padding-top:20px;
	}
	
div#mainRepeater {
	background:url('../images/header_bg.gif') repeat center top;
	position:relative;
	padding-top:10px;
	width:100%;
	float:left;
	z-index:3;
}	
	div#mainWrap {
		background:url('../images/main_bg.png') no-repeat center -20px;
		position:relative;
		top:-10px;
		padding:10px 0 30px;
		width:100%;
		float:left;
	}
	.index div#mainWrap {
		padding-bottom:100px;
	}
		div#main {
			width:982px;
			margin:0 auto;
			padding-bottom:20px;
			z-index:3;
		}
			

div#footerRepeater {
	background:url('../images/header_bg.gif') repeat center top;
	float:left;
	width:100%;
	position:relative;
	top:-10px;
	z-index:4;
}
	div#footerWrap {
		background:url('../images/footer_bg.png') no-repeat center top;
		float:left;
		width:100%;
		position:relative;
		top:-90px;
	}



/* Header formatting 
************************************************************************************************************************/

#logo {
	float:left;
	margin:26px 2px 0;
}
	/* Span text for accessibility */
	#logo span {
		display:block;
		position:absolute;
		text-indent:-99999px;
	}
	
#headerLink {
	background:url('../images/button_header_wide.gif') no-repeat left bottom;
	color:#fff;
	background-color: inherit;
	width:170px;
	padding:6px 12px 10px 8px;
	font-size:1.3em;
	font-weight:bold;
	display:block;
	position:absolute;
	top:0;
	right:240px;
	z-index:10;
}
	#headerLink:hover {
		background-position:right bottom;
		text-decoration:underline;
	}
	
#countdown {
	float:right;
	background:url('../images/header_feature.png') no-repeat right top;
	width:196px;
	height:110px;
	position:relative;
	z-index:10;
	display:none;
}
	#countdown .textWrap {
		float:right;
		padding:10px 15px 0 16px;
		width:165px;
		height:100px !important;
		overflow:hidden;
	}
		#countdown .days_left {
			float:left;
			display:inline;
			font-size:5.5em;
			line-height:1.4em;
			font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
			font-weight:bold;
			width:68px;
			text-align: center;
		
		}
		#countdown .days_left.smallText {
			font-size:3.5em;
			line-height:2.2em;
		}
		#countdown p {
			float:right;
			width:90px;
			font-size:1.4em;
			line-height:16px;
			font-weight:bold;
			margin:15px 0 0 0;
		}
	
/* Content formatting 
************************************************************************************************************************/

ul {
}

ol {
	list-style:decimal;
	margin-left:20px;
}

blockquote {
}

/* Footer Styles 
************************************************************************************************************************/

.footer {
	margin:0 auto;
	padding-top:80px;
	width:982px;
	overflow:hidden;
	height:1%;
}
	.footer h3 {
		font-size:1.6em;
		font-weight:bold;
	}

	.footer .footerLinks {
		background:url('../images/footerLinks_bgTop.gif') no-repeat left top;
		float:left;
		margin-bottom:10px;
	}
		.footer ul {
			float:left;
			background:url('../images/footerLinks_bgBottom.gif') no-repeat left bottom;
			width:942px;
			min-height:70px;
			padding:20px 20px 20px;
		}
			.footer ul li {
				float:left;
				display:inline;
				margin-right:30px;
			}
				.footer ul li a {
					color:#fff;
						background-color: inherit;
					font-size:1.7em;
					clear:both;
					float:left;
					background:url('../images/icon_arrow_green.gif') no-repeat right 5px;
					padding-right:24px;
				}
					.footer ul li ul {
						background:none;
						width:auto;
						clear:left;
						padding:10px 0;
					}
						.footer ul li li {
							float:left;
							clear:left;
						}
							.footer ul li li a {
								font-size:1.2em;
								background:url('../images/icon_arrow_green.gif') no-repeat left 2px;
								padding:0 0 10px 20px;
								width:180px;
							}
			
	.footer .buttonWrap {
		background:transparent url('../images/button_footer.png') no-repeat scroll top center;
		float:left;
		display:inline;
		padding:13px 19px 14px 7px;
		margin:0 0 10px 40px;
		letter-spacing:-0.5px;
	}
		.footer .buttonWrap a {
			color:#fff;
				background-color: inherit;
			padding: 0 25px;
			font-weight: bold;
			font-size: 1.6em;
		}

.footer #baseLinks {
	padding-top:50px;
	float:left;
	width:100%;
}
.footer .accessibility {
	float:left;
	width:100%;
	clear:left;
	text-align:right;
	font-size:1.3em;
	margin:0;
}
	.footer .accessibility a {
		color:#fff;
			background-color: inherit;
		font-weight:bold;
	}
.footer p {
	float:left;
	clear:both;
	font-size:1.2em;
	margin-bottom:20px;
	color:#000;
	width:auto;
}
	.footer p.copyright {
		float:left;
		clear:left;
		width:75%;
		display:inline;
		color:#666;
	}
	.footer p.watermark {
		float:right;
		clear:none;
		display:inline;
		width:auto;
	}
		.footer p.watermark a {
			font-weight:bold;
			color:#333;
		}
		
/* Poll and global styles 
************************************************************************************************************************/
	.poll_link {
		padding: 12px 50px 14px 10px;
		margin: 20px 20px 0 0;
		background:url('../images/button_action_wide.gif') no-repeat right top;
		font-size: 1.4em;
		position: absolute;
		right: 0px;
		top: 5px;
	}
		.poll_link a {
			color: #FFF;
			background-color: inherit;
		}
	legend {
	display: none;
	}
	#signupForm .hidden{
	display: none;
	}
	.easypoll	li.radio span {
	float: right;
	margin-right: 280px;
	}
	
/* News Styles 
************************************************************************************************************************/
#contentLeft .latest-news {
	margin-bottom: 2em;
}
	#contentLeft .latest-news li{
		list-style: none;
		width: 220px;
	}
		#contentLeft .latest-news h4 {
			margin-bottom: -10px;
		}
			#contentLeft .latest-news h4 a{
				color: #CC1266;
				font-weight: bold;
				width: 180px;
			}
			#contentLeft .latest-news h4 a:hover{
				text-decoration: underline;
			}
		#contentLeft .latest-news .posted-date {
			font-size: .9em;
			color: #999;	
			clear: both;
		}
	.contentInner .news-item {
		padding:   0 0 1em 0!important;
		display: block!important;
		height: 100%;
		overflow: auto;
		list-style: none;
		background: transparent url(../images/separator_grey_fw.gif) no-repeat bottom right;
	}
	.contentInner .last {
		background: none;
	}
			.contentInner .news-item h4 a{
				font-size: 1.5em;
				padding-bottom: 1em;
			}
		.contentInner .news-item p {
			display: inline !important;
			margin-bottom: .5em;
		}
		.contentInner .news-item .tags {
			display: block;
			float: right;
			clear: both;
			font-weight: bold;
		}
		.contentInner .news-item .tags  a {
			font-weight: normal;
		}
	.contentInner .posted-date {
		color: #999999;
		margin-bottom: .5em;
	}
#ditto_pages {
	margin: 2em auto 0 auto;
	width: 600px;
	font-size: 1.2em;
	text-align: center;
}
	#ditto_pages a {
	
	}
	#ditto_pages .ditto_currentpage, .ditto_page {	
		margin: 0 .5em;
	}
	
/* Contact MP
************************************************************************************************************************/	
.contact_mp {
	height: 100%;
	overflow: auto;
}
	.contact_mp .pre-fill {
		height: 100%;
		overflow: auto;
		font-size: 1.2em;
		padding: 1.5em 0 0 0;
		margin: 0px auto;
		width: 565px;
		background: transparent url(../images/separator_grey_fw.gif) no-repeat top right;
	}
	.contact_mp .pre-fill  strong{
		margin: 0 0 .5em 0;
	}
	.contact_mp  #mp_table .electorate {
		margin: 1em 0 !important;
		text-align: left !important;
	}
	.contact_mp #mpForm {
		margin: 0px auto;
		padding: 2em 0 0 0;
		clear: both;
		width: 565px;
		background: transparent url(../images/separator_grey_fw.gif) no-repeat top right;
	}
	.contact_mp #mpForm ul {
		width: 565px;
		padding: 0;
	}
	.contact_mp #mp_table {
		padding: 1em 0 0 0;
		background: transparent url(../images/separator_grey_fw.gif) no-repeat top right;
		margin: 1em auto;
		border: none;
	}
	.contact_mp #mp_table  td{
		border: none;
		padding-right: 30px;
	}
	.contact_mp #mp_table p {
		float: none;
	}
	.contact_mp #mp_table .political_party {
		font-size: 1em;
		float: right;
	}

	.contact_mp #mp_table .postal_address {
		margin: 0 0 .7em 0;
	}
	.contact_mp .state-issues {
		clear: both;
		padding: 0!important;
	}
	.contact_mp .state-issues .state-issue{
		background: none;
		list-style: none;
		display: inline-block;
		float: left;
	}
	.contact_mp .state-issues .state-issue a {
		display: block;
		padding: 1em;
		font-size: .8em;
	}
	.contact_mp .state-issues .item-0 {
		margin-left: -.5em;
	}
	.contact_mp .state-issues .state-issue a:hover {
			background-color: #CCC!important;
	}
	
	
	
	
	
	
	
	
	
	
	
