/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
GENERAL */

body {
	font-size: 12px;
	line-height: 19px;
}

a {
	text-decoration: underline;
}

strong,th,thead td,h1,h2,h3,h4,h5,h6,dt {
	font-weight:bold;
}

cite,em,dfn {
	font-style:italic;
}

/*
code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea {
*/
code,kbd,samp,pre,tt,var {
	font-size:100%;
	font-family:mono-space,monospace;
}

pre {
	white-space:pre;
}

pre * {
	font-size:100%;
	white-space:pre;
}

del {
	text-decoration:line-through;
}

ins,dfn {
	border-bottom:1px solid black;
}

small,sup,sub {
	font-size: 10px;
}

big {
	font-size: 15px;
	line-height: 12px;
}

abbr,acronym {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

abbr[title],acronym[title],dfn[title] {
	cursor:help;
	border-bottom:1px dotted black;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

blockquote {
	padding-left:2.2em;
}

hr {
	display:none; /* We will re-reset it later for content */
}

input,select,button {
	cursor:pointer;
}

input[type='text'],input[type='password'] {
	cursor:text;
}

input[type='hidden'] {
	display:none;
}

/*
_______________________________
CONTENT */

h1 {
	//font-size: 19px;
	font-size: 22px;
	line-height: 1;
	margin: 19px 0 10px;
}

h2 {
	//font-size: 18px;
	font-size: 20px;
	line-height: 1;
	margin: 19px 0 10px;
}

h3 {
	//font-size: 17px;
	font-size: 18px;
	line-height: 1;
	margin: 19px 0 10px;
}

h4 {
	font-size: 16px;
	line-height: 1;
	margin: 19px 0 10px;
}

h5 {
	font-size: 14px;
	line-height: 1;
	margin: 19px 0 10px;
}

h6 {
	font-size: 12px;
	line-height: 1;
	margin: 19px 0 10px;
}

hr {
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}

ul {
	list-style: disc outside;
}

ol {
	list-style:decimal outside;
}

table {
	border-collapse:collapse;
}

hr,p,ul,ol,dl,pre,address,table,form {
	margin-bottom: 19px;
}

p+p {
	margin-top: -10px;
}

fieldset {
	margin: 19px 0;
	padding: 19px;
}

/* \*/

legend {
	padding-left: 10px;
	padding-right: 10px;
}

/* */

fieldset>*:first-child {
	margin-top:0;
}

/*
textarea,input[type='text'] {
	padding: 1px 2px;
}
*/

input {
	padding: 2px 1px;
}

select {
	padding: 2px 1px 0;
}

select[multiple] {
	margin-bottom: 10px;
}

option {
	padding: 0 5px 1px;
}

button {
	padding: 4px 6px;
}

input[type='radio'] {
	position:relative;
	bottom: -2px;
}

dt {
	margin-top: 10px;
	margin-bottom: 5px;
}

ul,ol {
	margin-left: 26px;
}

caption,form div {
	padding-bottom: 10px;
}

ul ul,content ol ul,ul ol,content ol ol {
	margin-bottom:0;
}

/*
_______________________________
MISC */

.small {
	font-size: 10px;
}

/*
_______________________________
END */
