/* Reset HTML */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}

body, html {
	overflow: hidden;
}
#bar {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #aaa;
	background: url('../img/bg.png');
	font-family: Arial;
	font-size: 12px;
	color: #777;
}
a {
	color: #115083;
}
strong {
	font-weight: bold;
}
small {
	font-size: 10px;
	font-style: italic;
}
#site_name {
	font-size: 24px;
	line-height:37px;
	margin-left: 10px;
	float: left;
	width: 300px;
	font-family: georgia;
}
#site_name a {
	text-decoration: none;
}
#content {
	float: left;
	line-height:20px;
}
#share {
	width: 300px;
	line-height:20px;
	float: right;
}
#site_name img {
	vertical-align: middle;
}
.both {
	clear: both;
}
.iClear {
	border: none;
	width: 100%;
	display: block;
}
.share_img {
	height:20px;
	margin-right:4px;
	width:20px;
}
#share_buttons {
	position: absolute;
	margin-top: -1px;
}
#close {
	margin-left:268px;
	margin-top:-11px;
	position:absolute;
}
