/* CSS Document */
*{margin:0;padding:0;    }
.clear{clear:both; }
 .clearit {clear:left; }
html { 
width:100%; 
   height:100%; 
overflow: auto;
background-position:center center;/* background-image: url(../assets/bf.jpg);*/ 
background-image:url(../assets/bgs/innerBackground.png);background-repeat:repeat-y;	 
background-color:#f0f0f0;
overflow: auto;  background-attachment:fixed; 
}
body { margin:0 auto;font-family:arial; font-size:14px; height:100%;}

/* Header */
#header {    z-index:10000;}
#wrapper {margin:0 auto;	width:1002px; }
#wrapper .insidewrapper { }	

/* main part */
#mainbody {  margin:0 auto; font-family:arial; color:#333;  }
#fullwidthbody {margin:0px; padding:0px;  } /* full width */


/* footer*/

#aroundfooter {   margin:0 auto;
background-repeat: no-repeat; padding-top:32px;
background-color:transparent;background-repeat:no-repeat;/* background-image: url(../assets/bgs/FooterFade.png); background-color:#f0f0f0; background-position:top center;*/ 
}
#footer {  margin:0 auto; font-size:12px; color:#333; width:1002px;  border-top:1px solid #eee;  }
#aroundfooter  .footertxt {  text-align:right;color:#ccc; padding-right:18px; padding-top:18px; padding-bottom:18px;}
#aroundfooter a { color:#ccc; text-decoration:none;}
#aroundfooter a:hover { text-decoration:underline;}

#topbar { padding:0px; margin: 0 auto;background:#000; width: 100% ; min-width: 1054px;  overflow: hidden;}
#insidetopbar { padding:0px; margin:0px;width:1000px;  height:17px; margin:0 auto;margin-bottom:0px; border-top:6px solid #000;}

#leftf { float:left; width:880px; }
#rightf { float:left; width:100px; text-align:right; padding-right:7px;}
#rightf a:link, #rightf a:visited,  #rightf a:active { font-size:10px; line-height:10px; font-family:arial; text-transform:uppercase; font-weight:bold; text-decoration:none; 
padding:0px; margin:0px;text-decoration:none; line-height:10px; 
 background:#333;  color:#e22b00;
 padding:1px 4px; 
	-moz-border-radius: 5px; color:#fff; 
	-webkit-border-radius: 5px;
	border-radius: 5px; margin:0 auto;

	 }
#rightf a:hover {text-decoration:none;  line-height:10px;
padding:0px; margin:0px;color:#333;
background:#fff; padding:1px 4px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}



/* social and bottomn of page*/

#plusone {width:50px; float:right; }
#tweetme { width:55px; height:62px; float:right;  margin:0px 0px 5px 10px; }
#tweetme-compact { width:83px; height:23px; float:right;  margin:6px 2px 5px 10px; }
.seperate20px { clear:both; height:16px;}

#share-settings-long { border-top:1px solid #eee;  border-bottom :1px solid #eee; padding:7px 0px;  height:20px; margin:5px 0px 5px 0px; width: 776px;}
#share-settings { border-top:1px solid #eee;  border-bottom :1px solid #eee; padding:7px 0px;  height:20px; margin:5px 0px 5px 0px; width: 556px;}

#share-settings-long .around-share1 { width:345px; float:left;}
#share-settings .around-share1 { width:260px; float:left;}
#share-settings-long  .around-share-email ,
#share-settings .around-share-email { width:30px; float:left;}
#share-settings-long  .around-share-g1,
#share-settings .around-share-g1 { width:80px; float:left; text-align:right; }
#share-settings-long  .around-share2,
#share-settings .around-share2 { width:82px; float:right; text-align:right; padding-top:0px; }
#share-settings-long  a.tip , 
#share-settings a.tip {	position: relative;}
#share-settings-long  a.tip span,
#share-settings a.tip span {
	font-family:arial;
	font-size:11px;
	display: none;
	position: absolute;
	top: 18px;
	*top:28px;
	left: -25px;
	width: 75px;
	text-align:center;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	text-decoration:none;
}
#share-settings-long a:hover.tip,
#share-settings a:hover.tip{
	font-size: 99%; /* this is just for IE */text-decoration:none;
}
#share-settings-long  a:hover.tip span,
#share-settings a:hover.tip span {
	display: block;text-decoration:none;
}

