/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
	vertical-align:top;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.img-fl{
	float:left;
	margin: 15px 15px 15px 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 0.8em/150% Arial, Helvetica, sans-serif;
	color:#999999;
}
a {
	color: #aaa;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #aaa;		
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
}
li {
	margin: 0 0 0.5em 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
hgroup{
	margin: 0 0 0 0;
	padding:2px 0 0 0;
	overflow:hidden;
}

/************************************************************************************
TOP BAR
*************************************************************************************/
#topbar{
  width: 100%;
	height:auto;
	background-image:url("../images/common/U_header_bg.png"); 
	background-repeat:repeat-x;
	margin: 0 ;
	padding: 0;
	overflow:hidden;
}
#topbar img{
	width:147px;
	margin:0;
	padding:9px 0px;
}
.logo{
	float:left;
	height:auto;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	display:block;
}
.share{
	float:left;
	height:auto;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;	
	display:block;
}
#topbar iframe{
	float:left;
	height:auto;
	margin: 0px 0 0 0;
	padding: 0px 0 0 5px;	
}
.twitter-share-button {
	width: 100px!important;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}
.clearfix { display: block; zoom: 1;}
