/* 
    Document   : style
    Created on : 27.01.2011, 23:39:52
    Author     : Zarema
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.clr {clear:both;height:0;line-height:0;display:block;float:none;}
/* INLINE */
a:hover {
    text-decoration: none;
}
abbr, acronym {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}
i, cite, em, var, address {
    font-style: italic;
}
code {
    font-family: monospace;
    background-color: black;
    color: #eee;
    padding: 0 0.4em;
    text-shadow: #454545 1px 1px 1px;
    -moz-text-shadow: #454545 1px 1px 1px;
    -webkit-text-shadow: #454545 1px 1px 1px;    
}
del {
    text-decoration: line-through;
}
dfn {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
em {
    font-weight: bold;
}
img {
    border: none;
}
ins {
    text-decoration: underline;
}
kbd, samp {
    padding: 0 0.4em;
}
l#content abel {
    width: 10%;
    display: block;
    clear: left; float: left;
    text-align: right;
    padding-right: 1em;
}
q:before {
    content: '"';
}
q:after {
    content: '"';
}
/* INLINE-BLOCK */
button {}
input {}
select {}
textarea {}
/* BLOCK */
address {
    margin: 10px 5px;
}
blockquote {
    margin: 1em 40px;
    line-height: 1.2;
}
html,body {
    width: 100%; height: 100%;
    margin: 0; padding: 0;
}
dl {
    margin: 1em 0px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 0.5em 1.5em;
}
fieldset {
    clear: both;
    margin: 0; padding: 0;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    clear: both;
    margin: 0.6em 0;
}
h1 {
    font-size: 170%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 126%;
}
h4 {
    font-size: 116%;
}
h5 {
    font-size: 110%;
}
h6 {
    font-size: 105%;
}
legend {
    margin: 0 0.5em;
    font-weight: bolder;
    font-size: 110%;
}
ol, ul {
    list-style: none;
    margin: 0; padding: 0;
}
li {/* list-item */
}
p {
    line-height: 1.4em;
    margin: 0.2em 0 0.6em;
}
pre {}
/* TABLE */
caption {/* table-caption */
    text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
td {}
th {}


