/*
Author: ALEXANDRE DUARTE (http://www.nightb4.com.br/)
Copyright: (c) 2012 NightB4 Beatles Band. Todos os direitos reservados. All rights reserved.
VersÃƒÂ£o: 1
*/
/*
Reset CSS Styles for all browsers:
html5doctor.com/html-5-reset-stylesheet/
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font: inherit; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
article,aside,figure,footer,header,hgroup,nav,section { display:block; }
/* Other resets */
address,caption,cite,code,dfn,th,var {
     font-style:normal;
     font-weight:normal;
}
ol,ul {
     list-style:none;
}
caption,th {
     text-align:left;
}
h1,h2,h3,h4,h5,h6 {
     font-size:100%;
     font-weight:normal;
}
q:before,q:after {
     content:'';
}
abbr,acronym { border:0;
}
section, header{
     display: block;
}
a{
     text-decoration: none;
}
.clr{
     clear: both;
}
/*
SELF-CLEARING FLOATS
*/
/* To calculate the size in EMs (relative)
target ÃƒÂ· context = result
So with our formula in hand, let's turn back to that 24px headline. Assuming that our base font-size: 100% on the body element equates to 16px, we can plug those values directly into our formula.
So if we need to express our h1's target font size (24px) relative to its context (16px), we get:
24 ÃƒÂ· 16 = 1.5
*/

.section:after,
#big-highlight:after,
p.pic:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

/*
#youtube-gallery p:before{
	clear: both;
}
*/