/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/
.textlist {
    margin: 0;
    padding: 0;
}
.textlist > li {
    margin: 0;
    padding-left: 2em;
    list-style-position: inside;
    text-indent:-1em;
    overflow: hidden;
}

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
}

a { 
color: #48b;
text-decoration: underline;
    }

a:hover,
em, code { color: #d50; }



ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}

h1 { font-size: 26px; 
}

h2 {
font-size: 20px; 
color: #993300; 
text-transform: uppercase;
}

h3 {
font-size: 16px; 
color: #993300; 
}

td {
vertical-align:top;
}

img {
margin:5px;
}
