/**
 * gOk CSS v1.2
 * @author: Willy Barro ( willybarro [at] gmail [dot] com );
 *
 * @ 2008-11-16
 *
 */
 
/* Reset + Element Styling */
* {text-decoration:none;outline:none;margin:0;padding:0;color:#000;}
body,input,select,textarea{line-height:1.3em;font-family:Arial;font-size:12px}
h1{font-size:2.8em}
h2{font-size:2.4em}
h3{font-size:2.0em}
h4{font-size:1.6em}
h5{font-size:1.2em}
h6{font-size:1.0em}
h6,h5,h4,h3,h2,h1{line-height:1;margin:.5em 0 .5em 0}
select,fieldset,textarea,input[type="password"],input[type="text"]{border:1px solid #999;padding:2px}
option{padding:0 2px}
legend{padding-left:0.8em;padding-right:0.8em}
hr{background:#999 none repeat scroll 0 0;border:medium none;display:block;height:1px;width:100%}
big{font-size:125%;line-height:80%}
sub,sup,small{font-size:85%}
fieldset{padding:1em}
img{border:0}
ol{list-style-position:outside;list-style-type:decimal}
ol,ul{margin-left:2.2em}
ul{list-style-type:disc}
fieldset,form,table,pre,ol,ul,p,hr{margin-bottom:1.5em}
samp,pre{font-family:"Courier New"}
pre{margin-bottom: 1.5em; border-left: 3px solid #ccc; padding: 0 10px;display: block;white-space:pre;}
u,a:hover{text-decoration:underline}
del{text-decoration:line-through}
textarea{width: 30em; height:10em}
a{color:inherit}

/* Default classes */
.clear, .normalize { clear: both }
.fleft { float: left }
.fright { float: right }
.textleft { text-align: left }
.textcenter { text-align: center }
.textright { text-align: right }
.uc { text-transform: uppercase; }