
/* START MY CSS */ 

body {
	background-image: url(images/site_images/bgtile_mainpagebg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #02375f;
}
body,td,th {
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 12px;
	color: #0a0a0a;
}

.text_petition_count {color: #0d89b0; font-size: 30px; font-weight: bold;}
.text_mega {font-size: 18px; font-weight: bold; line-height:21px}
.text_white {color:#FFFFFF}
.text_fluroblue {color:#0d89b0}
.text_footerblue {color:#498dbf}
.text_blacksmall {font-size: 11px; color:#232b2c}

A.blacklink:link {COLOR: #0a0a0a; TEXT-DECORATION: underline}
A.blacklink:active {COLOR: #0a0a0a; TEXT-DECORATION: underline}
A.blacklink:visited {COLOR: #0a0a0a; TEXT-DECORATION: underline}
A.blacklink:hover {COLOR: #0d89b0; TEXT-DECORATION: underline}


A.whitelink:link {FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none}
A.whitelink:active {FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none}
A.whitelink:visited {FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none}
A.whitelink:hover {FONT-WEIGHT: bold; COLOR: #0d89b0; TEXT-DECORATION: none}




/* END MY CSS */ 

/* START ROCKY PETITION CSS */ 




#done {
	padding-left:56px;
	padding-top:12px;
	padding-bottom:16px;
	font-weight:bold;
	color:green;
	font-size: 18px;
	margin-top:5px;
	margin-bottom:26px;
	text-align:left;
	background-image:url('images/done.gif');
	background-repeat:no-repeat;
	background-position:top left;
}


#error {
	padding-left:38px;
	padding-top:7px;
	padding-bottom:9px;
	font-weight:bold;
	color:red;
	font-size: 12px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	background-image:url("images/error.gif");
	background-repeat:no-repeat;
	background-position:top left;
}


#attention {
	background-color:white;
	padding:2px;
	font-weight:normal;
	color:#C28431;
	margin:5px auto;
	text-align:center;
	border:2px solid #F8E68D;
	background-image:url("images/attention.png");
	background-repeat:no-repeat;
	background-position:4px;
}	

.block { text-decoration:none; }

sup { color:white; text-decoration:none;}

#petext { 

 background-color:#FFF;
 padding:0px; padding-bottom:12px;
 line-height:14px;
}

 form { margin:0px; padding:0px; }
 
 
	#col1 {
	width:210px;
		float:left;
	}
	
		.just_sign {
			border:1px solid #05699B;
			background-color:#FFFFCC;
			font-weight:bold;
			color:#05699B;
			font-size:12px;
			padding:2px;
		}
		
		/* This controls the fields in the petition form */
		.text {
			border:1px solid #7f9db9;
			background-color:#FFFFFF;
			color:#000000;
			font-size:13px;
			padding-top: 2px;
			padding-bottom: 2px;
			margin-top:0px;
			margin-bottom:0px;
		}
		
		/* This controls the submit button in the petition form. Its the original rocky button basically, which I have customised  */
		.sign {
			border:0px;
			background-image: url('images/site_images/petition_btn_submit.gif');
			background-repeat:no-repeat;
			height:41px;
			width:132px;
			padding:0px;
			cursor:pointer;
		}
		
	#col2 {	
		float:right;
		width: auto;
	}
	
	.prev {
		float:left;
		width:23px;
	}
	
	.pagination {
		float:left;
		width:290px;
		text-align:center;
	}
	
	.next {
		float:left;
		width:23px;
	}
	

	
		/* This controls the individual rows for latest signatures display. Note that the name field has a special font tag on it in functions.php to give it it's blue color */
		.comm {
			width:338px;
			padding:0px;
			margin-top:0px;
			margin-bottom:18px;
			color:#0a0a0a
		}
		
		/* This specifically controls date/time text in the latest signatures rows  */
			.data { font-size:9px; color:#7f8b90; }
			
#footer {
	width:783px;
text-align:left;


	background:#d7d6d6;
	color:#333333;
}

	#footer a {
		color:#333333;
		text-decoration:underline;
		font-size:11px;
	}
	
	#footer a:hover {
		text-decoration:none;
	}
	
#powered {
	float:left;
}
	
#admin_login {
	float:right;
	font-size:11px;
}

	.password {
		width:83px;
		height:13px;
		background-color:white;
		border:1px solid #333333;
		font-size:11px;
	}
	
	.login {
		border:1px solid #333333;
		background-color:#333333;
		color:white;
		font-weight:bold;
		font-size:11px;
	}

/* END ROCKY PETITION CSS */ 



	/* This controls the submit button in the email form */
	.mailbutton {
			border:0px;
			background-image: url('images/site_images/btn_send.gif');
			background-repeat:no-repeat;
			height:37px;
			width:119px;
			padding:0px;
			cursor:pointer;
	}


/* START LIGHTBOX CSS */ 

#lightbox{
	position: absolute;
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;}

#lightbox img{
	width: auto; 
	height: auto;}

#lightbox a img{
	border: none; }

#outerImageContainer{
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; }

#imageContainer{ 
	padding: 10px; }

#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; }

#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; }

#imageContainer>#hoverNav{ 
	left: 0;}

#hoverNav a{ 
	outline: none;}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink { 
	left: 0; 
	float: left;}

#nextLink { 
	right: 0; 
	float: right;}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; }

#imageData{
	padding:0 10px; 
	color: #666; }

#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; }	

#imageData #caption{ 
	font-weight: bold;}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	}

#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;
	padding-bottom: 0.7em; 
	outline: none;}	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; }

/* END LIGHTBOX CSS */ 

