/* Html 4 & xHtml Tags */
html,body,h1,h2,h3,h4,h5,h6,p,br,hr,acronym,abbr,address,b,bdo,big,blockquote,center,cite,code,del,dfn,em,i,ins,kbd,pre,q,s,samp,small,strike,strong,sub,sup,tt,u,var,form,input,textarea,button,select,optgroup,option,label,fieldset,legend,frame,noframes,iframe,img,map,area,a,ul,ol,li,dir,dl,dt,dd,menu,table,caption,th,tr,td,thead,tbody,tfoot,col,colgroup,div,span,base,basefont,applet,object,param,
/* Html5 Tags */
article,aside,audio,bdi,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,mark,meter,nav,output,progress,rp,rt,ruby,section,source,summary,time,track,video,wbr
{
	margin:0;padding:0;border-radius:none;text-shadow:none;box-shadow:none;outline:none;color:#000;border:none;font-family:Arial;background:transparent;font-size:100%;
}
/* Specific Tags */
html{overflow:auto;overflow-x:auto;overflow-y:scroll;direction:ltr;}
body{overflow:hidden;overflow-x:hidden;overflow-y:hidden;direction:rtl;}
form{display:inline;}
p{display:block;}
a,a:link,a:active,a:hover{text-decoration:none;outline:none;}
input,textarea,button,select{border:1px solid #000;display:block;resize:none;}
input,select{vertical-align:middle;}
select,input,textarea{font-size:99%;}
textarea{overflow:auto;}
ul,ol,li,dl,dt,dd{list-style:none;display:block;}
/* tables still need cellspacing="0" in the markup */
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
th{font-weight:bold;}
td{font-weight:normal;}
pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}
img,object,embed{max-width:100%;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;font-size:0;}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}
.ie6 input{vertical-align:text-bottom;}
small{font-size:85%;}
strong{font-weight:bold;}
/* Make sure sup and sub don't screw with your line-heightsgist.github.com/413930 */
sub,sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
article,aside,details,header,section,footer,figure,hgroup,nav{display:block;}
/* standardize any monospaced elements */
pre,code,kbd,samp{font-family:monospace,sans-serif;}
/* hand cursor on clickable elements */
.clickable,label,input[type=button],input[type=submit],button{cursor:pointer;}
/* make buttons play nice in IE */
button{width:auto;overflow:visible;}
/* scale images in IE7 more attractively */
.ie7 img{-ms-interpolation-mode:bicubic;}
/* prevent BG image flicker upon hover */
.ie6 html{filter:expression(document.execCommand("BackgroundImageCache",false,true));}
/* let's clear some floats */
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;font-size:0;}  
.clearfix:after{clear:both;}  
.clearfix{zoom:1;clear:both;display:block;height:0;overflow:hidden;font-size:0;}
/* Custom text-selection colors (remove any text shadows:twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background:#66ccff;color:#fff;text-shadow:none;}
::selection{background:#66ccff;color:#fff;text-shadow:none;} 
/* j.mp/webkit-tap-highlight-color */
a:link{-webkit-tap-highlight-color:#66ccff;} 
ins{background-color:#66ccff;color:#000;text-decoration:none;}
mark{background-color:#66ccff;color:#000;font-style:italic;font-weight:bold;}
/* ie placeholder */
.placeholder{color:#ccc;}
/* any placeholder */
::-webkit-input-placeholder{color:#ccc;}
:focus::-webkit-input-placeholder{color:#ccc;}
:-moz-placeholder{color:#ccc;}
/*@media print {}*/
/* Consider this:www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
/*@media screen and (max-device-width:480px) {}
@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}*/