﻿/* Style for Digitalia
    Last Update: 9.35 16/05/2008
    Author: TXT Polymedia
    ------------------------------------------------ */
@import url("reset.css");
@import url("di_layout.css");
@import url("di_footer.css");

/* =txtBox_cms - restore text attributes for content inserted with cms */
.txtBox_cms {line-height: 1.2em;}
/* =txtBox_cms headings => child pixels / parent pixels = child ems */
/* =h1 - 35px / 10px = 3.1em */
h1, h2, h3, h4, h5, h6, 
.txtBox_cms h1, .txtBox_cms h2, .txtBox_cms h3, .txtBox_cms h4, .txtBox_cms h5, .txtBox_cms h6 {}

.txtBox_cms h1 {}
.txtBox_cms h2 {}
.txtBox_cms h3 {}
.txtBox_cms h4 {}
.txtBox_cms h5 {}
.txtBox_cms h6 {}
.txtBox_cms p {margin-bottom: 1em;}
.txtBox_cms small {font-size: 0.9em;}
.txtBox_cms big {font-size: 1.1em;}
.txtBox_cms strong, .txtBox_cms b {font-weight: bold;}
.txtBox_cms u {text-decoration: underline;}
.txtBox_cms i, .txtBox_cms em {font-style: italic;}
.txtBox_cms ol, .txtBox_cms ul {margin-left: 2.4em; margin-top: 0.5em; margin-bottom: 0.5em;}
html>/**/ body .txtBox_cms ol, html>/**/ body .txtBox_cms ul {margin-left: 0; padding-left: 2em;}
.txtBox_cms dt {font-weight: bold;margin: 0.5em 0;}
.txtBox_cms dd {margin-left: 1em;}
.txtBox_cms ol {list-style: decimal;}
.txtBox_cms ul {list-style: square;}
.txtBox_cms address {font-style: italic;}
.txtBox_cms blockquote {margin: 0.5em 2em;}
