/*///////////////// article footer styles ////////////////*/

/*///////////////// print email icon styles and positioning////////////////*/
#subarticle1 {
	float: right;
	clear:both;
	margin: 0px 0px 18px 0px;
	}
	#subarticle1 a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		}
	#subarticle1 img {
		padding-right: 4px;
	}
	
#emailform {
	clear:right;
	margin: 0px 0px 18px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	}
	#emailform a {
		}
	#emailform form {
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		}
		#emailform form textarea {
			}
		
/*///////////////// see all ////////////////*/
#subarticle2 {
	margin: 0px 0px 27px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	clear:right;
	}
	/*#subarticle2 a {
		}*/

/*///////////////// social bookmarking ////////////////*/
#socialbookm {
	background-color:#efefef;
	padding:7px 7px 7px 7px;
	margin:0px 0px 15px 0px;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	}
	#socialbookm .outer {
		padding:4px 0px 11px 1px;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		}
		#socialbookm .outer img {
			margin-bottom:-2px;
			}
		#socialbookm .outer a.pink {
			padding-right:10px;
			color: #c64892;
			text-decoration: none;
			}
		#socialbookm .outer a.green {
			padding-right:10px;
			color: #449d31;
			text-decoration: none;
			}
	#socialbookm .inner {
		padding:5px 8px 5px 8px;
		background-color:#fff;
		font-size: 11px;
		/*color: #0061C4;*/
		color: #C27302;
		}
		#socialbookm .inner dl {
			}
		#socialbookm .inner dt {
			display:inline;
			padding:0px 20px 0px 0px;
			}
		#socialbookm .inner dd {
			display:inline;
			padding:0px 6px 0px 5px;
			border-right:1px solid #333333;
			}
		/*#socialbookm .inner dd a {
			}*/
		#socialbookm .inner dd img {
			padding-right:4px;
			margin-bottom:-4px;
			}	
		
		
		
/*///////////////// published on the LEFT and print email icons on the RIGHT ////////////////*/
#subarticle4 {
	clear: both;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	}	

	#subarticle4 .published {
		color: #616A69;
		float: left;
		font-size: 12px;
		font-weight: bold;
		width: 40%;
		}
		
	
	#subarticle4 .printandemail {
		float: left;
		font-size: 11px;
		font-weight: bold;
		text-align: right;
		width: 60%;
		}
		#subarticle4 .printandemail img {
			padding-right: 4px;
			}
			
			
/*  ////////////// styles for "Send To" box ///////////// */

#loading {
	   text-align: center;
	   font-size: 14px;
	   position: absolute;
	   left: 100px;
	   top: 100px;
	}

#formSendTo {
	   opacity: 1;
	   filter: alpha(opacity=100);
	}

#formSendToWaiting {
	   opacity: .2;
	   filter: alpha(opacity=20);
	}
	
	
.footerwrapper {
	padding: 30px;
	}
